mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
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:
+28
-13
@@ -2,23 +2,38 @@ DESCRIPTION = "multi-protocol instant messaging client"
|
|||||||
SECTION = "x11/network"
|
SECTION = "x11/network"
|
||||||
LICENSE = "GPLv2"
|
LICENSE = "GPLv2"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
||||||
DEPENDS = "python startup-notification avahi gtk+ ncurses gnutls virtual/libintl gstreamer dbus intltool-native"
|
DEPENDS = "python startup-notification avahi gtk+ ncurses gnutls virtual/libintl gstreamer dbus intltool-native farsight2 libidn"
|
||||||
INC_PR = "r3"
|
|
||||||
|
|
||||||
inherit autotools gettext pkgconfig gconf perlnative
|
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 = " \
|
EXTRA_OECONF = " \
|
||||||
--enable-vv \
|
--enable-vv \
|
||||||
--disable-perl \
|
--disable-perl \
|
||||||
--disable-tcl \
|
--disable-tcl \
|
||||||
--disable-gevolution \
|
--disable-gevolution \
|
||||||
--disable-schemas-install \
|
--disable-schemas-install \
|
||||||
--x-includes=${STAGING_INCDIR} \
|
--x-includes=${STAGING_INCDIR} \
|
||||||
--x-libraries=${STAGING_LIBDIR} \
|
--x-libraries=${STAGING_LIBDIR} \
|
||||||
--enable-gnutls=yes \
|
--enable-gnutls=yes \
|
||||||
--with-ncurses-headers=${STAGING_INCDIR} \
|
--with-ncurses-headers=${STAGING_INCDIR} \
|
||||||
--with-gnutls-includes=${STAGING_INCDIR} \
|
--with-gnutls-includes=${STAGING_INCDIR} \
|
||||||
--with-gnutls-libs=${STAGING_LIBDIR} \
|
--with-gnutls-libs=${STAGING_LIBDIR} \
|
||||||
|
--disable-gtkspell \
|
||||||
|
--disable-meanwhile \
|
||||||
|
--disable-nm \
|
||||||
|
--disable-screensaver \
|
||||||
|
--enable-nss=no \
|
||||||
"
|
"
|
||||||
|
|
||||||
do_configure_prepend() {
|
do_configure_prepend() {
|
||||||
@@ -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 \
|
|
||||||
"
|
|
||||||
Reference in New Issue
Block a user