From a2490d99c5ccad5da5e0516f3116cae72ed8ec68 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 20 Jul 2014 20:28:41 +0200 Subject: [PATCH] pidgin: upgrade to 2.10.9 and fold pidgin.inc into it (From meta-openembedded rev: 2b2788d8da836638f50a85b7a93826731feeff9a) Signed-off-by: Martin Jansa Signed-off-by: Patrick Ohly --- .../pidgin/{pidgin.inc => pidgin_2.10.9.bb} | 41 +++++++++++++++------- .../meta-oe/recipes-support/pidgin/pidgin_2.7.9.bb | 23 ------------ 2 files changed, 28 insertions(+), 36 deletions(-) rename meta-openembedded/meta-oe/recipes-support/pidgin/{pidgin.inc => pidgin_2.10.9.bb} (77%) delete mode 100644 meta-openembedded/meta-oe/recipes-support/pidgin/pidgin_2.7.9.bb diff --git a/meta-openembedded/meta-oe/recipes-support/pidgin/pidgin.inc b/meta-openembedded/meta-oe/recipes-support/pidgin/pidgin_2.10.9.bb similarity index 77% rename from meta-openembedded/meta-oe/recipes-support/pidgin/pidgin.inc rename to meta-openembedded/meta-oe/recipes-support/pidgin/pidgin_2.10.9.bb index 8eac64a..b635352 100644 --- a/meta-openembedded/meta-oe/recipes-support/pidgin/pidgin.inc +++ b/meta-openembedded/meta-oe/recipes-support/pidgin/pidgin_2.10.9.bb @@ -2,23 +2,38 @@ DESCRIPTION = "multi-protocol instant messaging client" SECTION = "x11/network" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" -DEPENDS = "python startup-notification avahi gtk+ ncurses gnutls virtual/libintl gstreamer dbus intltool-native" -INC_PR = "r3" +DEPENDS = "python startup-notification avahi gtk+ ncurses gnutls virtual/libintl gstreamer dbus intltool-native farsight2 libidn" inherit autotools gettext pkgconfig gconf perlnative +SRC_URI = "\ + ${SOURCEFORGE_MIRROR}/pidgin/pidgin-${PV}.tar.bz2 \ + file://sanitize-configure.ac.patch \ + file://pidgin.desktop-set-icon.patch \ + file://purple-OE-branding-25.patch \ + file://pidgin-cross-python-265.patch \ +" + +SRC_URI[md5sum] = "10a4a69d077893f6dd3438cd8af94e81" +SRC_URI[sha256sum] = "dc362ed8577f623eea4554a79e917073aa726825074fea402f2e515f0f51f319" + EXTRA_OECONF = " \ - --enable-vv \ - --disable-perl \ - --disable-tcl \ - --disable-gevolution \ - --disable-schemas-install \ - --x-includes=${STAGING_INCDIR} \ - --x-libraries=${STAGING_LIBDIR} \ - --enable-gnutls=yes \ - --with-ncurses-headers=${STAGING_INCDIR} \ - --with-gnutls-includes=${STAGING_INCDIR} \ - --with-gnutls-libs=${STAGING_LIBDIR} \ + --enable-vv \ + --disable-perl \ + --disable-tcl \ + --disable-gevolution \ + --disable-schemas-install \ + --x-includes=${STAGING_INCDIR} \ + --x-libraries=${STAGING_LIBDIR} \ + --enable-gnutls=yes \ + --with-ncurses-headers=${STAGING_INCDIR} \ + --with-gnutls-includes=${STAGING_INCDIR} \ + --with-gnutls-libs=${STAGING_LIBDIR} \ + --disable-gtkspell \ + --disable-meanwhile \ + --disable-nm \ + --disable-screensaver \ + --enable-nss=no \ " do_configure_prepend() { diff --git a/meta-openembedded/meta-oe/recipes-support/pidgin/pidgin_2.7.9.bb b/meta-openembedded/meta-oe/recipes-support/pidgin/pidgin_2.7.9.bb deleted file mode 100644 index 3ce3cc3..0000000 --- a/meta-openembedded/meta-oe/recipes-support/pidgin/pidgin_2.7.9.bb +++ /dev/null @@ -1,23 +0,0 @@ -require pidgin.inc -PR = "${INC_PR}.3" - -DEPENDS += "farsight2 libidn" - -SRC_URI = "\ - ${SOURCEFORGE_MIRROR}/pidgin/pidgin-${PV}.tar.bz2 \ - file://sanitize-configure.ac.patch \ - file://pidgin.desktop-set-icon.patch \ - file://purple-OE-branding-25.patch \ - file://pidgin-cross-python-265.patch \ -" - -SRC_URI[md5sum] = "9bc6cf953ed7d383b215fa8487bf8829" -SRC_URI[sha256sum] = "9722d7f199a6704e29900c80f270d9409d5c28caab77f495b68108d81ba3e19e" - -EXTRA_OECONF += "\ - --disable-gtkspell \ - --disable-meanwhile \ - --disable-nm \ - --disable-screensaver \ - --enable-nss=no \ -" -- 2.7.4