diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-20 20:28:41 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-22 00:02:00 +0200 |
commit | 2b2788d8da836638f50a85b7a93826731feeff9a (patch) | |
tree | 2996f957469436401c83120a2d2b809c8e000377 | |
parent | 84fdd629fc3014be4bbfd976f56070daeca2a27d (diff) | |
download | meta-openembedded-2b2788d8da836638f50a85b7a93826731feeff9a.tar.gz |
pidgin: upgrade to 2.10.9 and fold pidgin.inc into it
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/pidgin/pidgin_2.10.9.bb (renamed from meta-oe/recipes-support/pidgin/pidgin.inc) | 41 | ||||
-rw-r--r-- | meta-oe/recipes-support/pidgin/pidgin_2.7.9.bb | 23 |
2 files changed, 28 insertions, 36 deletions
diff --git a/meta-oe/recipes-support/pidgin/pidgin.inc b/meta-oe/recipes-support/pidgin/pidgin_2.10.9.bb index 8eac64a55..b63535237 100644 --- a/meta-oe/recipes-support/pidgin/pidgin.inc +++ b/meta-oe/recipes-support/pidgin/pidgin_2.10.9.bb | |||
@@ -2,23 +2,38 @@ DESCRIPTION = "multi-protocol instant messaging client" | |||
2 | SECTION = "x11/network" | 2 | SECTION = "x11/network" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
5 | DEPENDS = "python startup-notification avahi gtk+ ncurses gnutls virtual/libintl gstreamer dbus intltool-native" | 5 | DEPENDS = "python startup-notification avahi gtk+ ncurses gnutls virtual/libintl gstreamer dbus intltool-native farsight2 libidn" |
6 | INC_PR = "r3" | ||
7 | 6 | ||
8 | inherit autotools gettext pkgconfig gconf perlnative | 7 | inherit autotools gettext pkgconfig gconf perlnative |
9 | 8 | ||
9 | SRC_URI = "\ | ||
10 | ${SOURCEFORGE_MIRROR}/pidgin/pidgin-${PV}.tar.bz2 \ | ||
11 | file://sanitize-configure.ac.patch \ | ||
12 | file://pidgin.desktop-set-icon.patch \ | ||
13 | file://purple-OE-branding-25.patch \ | ||
14 | file://pidgin-cross-python-265.patch \ | ||
15 | " | ||
16 | |||
17 | SRC_URI[md5sum] = "10a4a69d077893f6dd3438cd8af94e81" | ||
18 | SRC_URI[sha256sum] = "dc362ed8577f623eea4554a79e917073aa726825074fea402f2e515f0f51f319" | ||
19 | |||
10 | EXTRA_OECONF = " \ | 20 | EXTRA_OECONF = " \ |
11 | --enable-vv \ | 21 | --enable-vv \ |
12 | --disable-perl \ | 22 | --disable-perl \ |
13 | --disable-tcl \ | 23 | --disable-tcl \ |
14 | --disable-gevolution \ | 24 | --disable-gevolution \ |
15 | --disable-schemas-install \ | 25 | --disable-schemas-install \ |
16 | --x-includes=${STAGING_INCDIR} \ | 26 | --x-includes=${STAGING_INCDIR} \ |
17 | --x-libraries=${STAGING_LIBDIR} \ | 27 | --x-libraries=${STAGING_LIBDIR} \ |
18 | --enable-gnutls=yes \ | 28 | --enable-gnutls=yes \ |
19 | --with-ncurses-headers=${STAGING_INCDIR} \ | 29 | --with-ncurses-headers=${STAGING_INCDIR} \ |
20 | --with-gnutls-includes=${STAGING_INCDIR} \ | 30 | --with-gnutls-includes=${STAGING_INCDIR} \ |
21 | --with-gnutls-libs=${STAGING_LIBDIR} \ | 31 | --with-gnutls-libs=${STAGING_LIBDIR} \ |
32 | --disable-gtkspell \ | ||
33 | --disable-meanwhile \ | ||
34 | --disable-nm \ | ||
35 | --disable-screensaver \ | ||
36 | --enable-nss=no \ | ||
22 | " | 37 | " |
23 | 38 | ||
24 | do_configure_prepend() { | 39 | do_configure_prepend() { |
diff --git a/meta-oe/recipes-support/pidgin/pidgin_2.7.9.bb b/meta-oe/recipes-support/pidgin/pidgin_2.7.9.bb deleted file mode 100644 index 3ce3cc39a..000000000 --- a/meta-oe/recipes-support/pidgin/pidgin_2.7.9.bb +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | require pidgin.inc | ||
2 | PR = "${INC_PR}.3" | ||
3 | |||
4 | DEPENDS += "farsight2 libidn" | ||
5 | |||
6 | SRC_URI = "\ | ||
7 | ${SOURCEFORGE_MIRROR}/pidgin/pidgin-${PV}.tar.bz2 \ | ||
8 | file://sanitize-configure.ac.patch \ | ||
9 | file://pidgin.desktop-set-icon.patch \ | ||
10 | file://purple-OE-branding-25.patch \ | ||
11 | file://pidgin-cross-python-265.patch \ | ||
12 | " | ||
13 | |||
14 | SRC_URI[md5sum] = "9bc6cf953ed7d383b215fa8487bf8829" | ||
15 | SRC_URI[sha256sum] = "9722d7f199a6704e29900c80f270d9409d5c28caab77f495b68108d81ba3e19e" | ||
16 | |||
17 | EXTRA_OECONF += "\ | ||
18 | --disable-gtkspell \ | ||
19 | --disable-meanwhile \ | ||
20 | --disable-nm \ | ||
21 | --disable-screensaver \ | ||
22 | --enable-nss=no \ | ||
23 | " | ||