pidgin: upgrade to 2.10.9 and fold pidgin.inc into it

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa 2014-07-20 20:28:41 +02:00
parent 84fdd629fc
commit 2b2788d8da
2 changed files with 28 additions and 36 deletions

View File

@ -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() {

View File

@ -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 \
"