summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/pidgin/pidgin/pidgin-cross-python-265.patch18
-rw-r--r--meta-oe/recipes-support/pidgin/pidgin/purple-OE-branding-25.patch18
-rw-r--r--meta-oe/recipes-support/pidgin/pidgin/sanitize-configure.ac.patch22
3 files changed, 42 insertions, 16 deletions
diff --git a/meta-oe/recipes-support/pidgin/pidgin/pidgin-cross-python-265.patch b/meta-oe/recipes-support/pidgin/pidgin/pidgin-cross-python-265.patch
index 72bf4ed41b..312fc8593f 100644
--- a/meta-oe/recipes-support/pidgin/pidgin/pidgin-cross-python-265.patch
+++ b/meta-oe/recipes-support/pidgin/pidgin/pidgin-cross-python-265.patch
@@ -1,9 +1,17 @@
1Use pkg-config instead of ${PYTHON}-config to find python 1From 855cc20bafa30597ae7a62f7672d42654b25cde0 Mon Sep 17 00:00:00 2001
2From: Herrie <github.com@herrie.org>
3Date: Mon, 24 Jul 2017 21:30:16 +0200
4Subject: [PATCH] Use pkg-config instead of ${PYTHON}-config to find python
2 5
3diff -uNr pidgin-2.10.12.orig/configure.ac pidgin-2.10.12/configure.ac 6---
4--- pidgin-2.10.12.orig/configure.ac 2016-01-01 00:19:40.000000000 +0100 7 configure.ac | 21 ++++++++-------------
5+++ pidgin-2.10.12/configure.ac 2016-05-05 16:55:13.258945925 +0200 8 1 file changed, 8 insertions(+), 13 deletions(-)
6@@ -1585,20 +1585,15 @@ 9
10diff --git a/configure.ac b/configure.ac
11index d20a18e..c741829 100644
12--- a/configure.ac
13+++ b/configure.ac
14@@ -1567,20 +1567,15 @@ AM_CONDITIONAL(ENABLE_DBUS, test "x$enable_dbus" = "xyes")
7 dnl Check for Python headers (currently useful only for libgnt) 15 dnl Check for Python headers (currently useful only for libgnt)
8 dnl (Thanks to XChat) 16 dnl (Thanks to XChat)
9 if test "x$enable_consoleui" = "xyes" -a ! -z "$PYTHON" -a x"$PYTHON" != x"no" ; then 17 if test "x$enable_consoleui" = "xyes" -a ! -z "$PYTHON" -a x"$PYTHON" != x"no" ; then
diff --git a/meta-oe/recipes-support/pidgin/pidgin/purple-OE-branding-25.patch b/meta-oe/recipes-support/pidgin/pidgin/purple-OE-branding-25.patch
index 293ef709d1..9a24fbbc5f 100644
--- a/meta-oe/recipes-support/pidgin/pidgin/purple-OE-branding-25.patch
+++ b/meta-oe/recipes-support/pidgin/pidgin/purple-OE-branding-25.patch
@@ -1,8 +1,16 @@
1Index: pidgin-2.5.0/libpurple/protocols/irc/irc.h 1From 43e9db656431ffb22b429d5fca4ce3b4af21bc9e Mon Sep 17 00:00:00 2001
2=================================================================== 2From: Herrie <github.com@herrie.org>
3--- pidgin-2.5.0.orig/libpurple/protocols/irc/irc.h 2008-08-19 01:53:38.000000000 +0000 3Date: Mon, 24 Jul 2017 21:30:16 +0200
4+++ pidgin-2.5.0/libpurple/protocols/irc/irc.h 2008-08-27 11:15:58.000000000 +0000 4
5@@ -36,9 +36,9 @@ 5---
6 libpurple/protocols/irc/irc.h | 4 ++--
7 1 file changed, 2 insertions(+), 2 deletions(-)
8
9diff --git a/libpurple/protocols/irc/irc.h b/libpurple/protocols/irc/irc.h
10index fde35c4..66e52dd 100644
11--- a/libpurple/protocols/irc/irc.h
12+++ b/libpurple/protocols/irc/irc.h
13@@ -40,9 +40,9 @@
6 14
7 #define IRC_DEFAULT_CHARSET "UTF-8" 15 #define IRC_DEFAULT_CHARSET "UTF-8"
8 #define IRC_DEFAULT_AUTODETECT FALSE 16 #define IRC_DEFAULT_AUTODETECT FALSE
diff --git a/meta-oe/recipes-support/pidgin/pidgin/sanitize-configure.ac.patch b/meta-oe/recipes-support/pidgin/pidgin/sanitize-configure.ac.patch
index a77d64f40b..84dbcdc276 100644
--- a/meta-oe/recipes-support/pidgin/pidgin/sanitize-configure.ac.patch
+++ b/meta-oe/recipes-support/pidgin/pidgin/sanitize-configure.ac.patch
@@ -1,6 +1,16 @@
1--- /tmp/configure.ac 2007-05-08 17:29:02.000000000 +0200 1From c3058f9eadaf5ff28ba776cfed54b609a93a1249 Mon Sep 17 00:00:00 2001
2+++ pidgin-2.0.0/configure.ac 2007-05-08 17:30:30.325251000 +0200 2From: Herrie <github.com@herrie.org>
3@@ -472,7 +472,7 @@ 3Date: Mon, 24 Jul 2017 21:30:16 +0200
4
5---
6 configure.ac | 10 +---------
7 1 file changed, 1 insertion(+), 9 deletions(-)
8
9diff --git a/configure.ac b/configure.ac
10index b8acd2a..d20a18e 100644
11--- a/configure.ac
12+++ b/configure.ac
13@@ -642,7 +642,7 @@ if test "x$enable_consoleui" = "xyes"; then
4 if test "x$enable_consoleui" = "xyes"; then 14 if test "x$enable_consoleui" = "xyes"; then
5 dnl # Some distros put the headers in ncursesw/, some don't 15 dnl # Some distros put the headers in ncursesw/, some don't
6 found_ncurses_h=no 16 found_ncurses_h=no
@@ -8,8 +18,8 @@
8+ for location in $ac_ncurses_includes $NCURSES_HEADERS 18+ for location in $ac_ncurses_includes $NCURSES_HEADERS
9 do 19 do
10 f="$location/ncurses.h" 20 f="$location/ncurses.h"
11 AC_CHECK_HEADER($f,[ 21 orig_CFLAGS="$CFLAGS"
12@@ -1860,10 +1860,6 @@ 22@@ -2397,10 +2397,6 @@ if test "$kerberos" != "no" ; then
13 KRB4_CFLAGS="$KRB4_CFLAGS -I${kerberos}/include/kerberosIV" 23 KRB4_CFLAGS="$KRB4_CFLAGS -I${kerberos}/include/kerberosIV"
14 fi 24 fi
15 KRB4_LDFLAGS="-L${kerberos}/lib" 25 KRB4_LDFLAGS="-L${kerberos}/lib"
@@ -20,7 +30,7 @@
20 fi 30 fi
21 AC_DEFINE(ZEPHYR_USES_KERBEROS, 1, [Define if kerberos should be used in Zephyr.]) 31 AC_DEFINE(ZEPHYR_USES_KERBEROS, 1, [Define if kerberos should be used in Zephyr.])
22 32
23@@ -1896,10 +1892,6 @@ 33@@ -2433,10 +2429,6 @@ if test "$zephyr" != "no" ; then
24 ZEPHYR_LDFLAGS="-L${zephyr}/lib" 34 ZEPHYR_LDFLAGS="-L${zephyr}/lib"
25 elif test -d /usr/athena/include/zephyr ; then 35 elif test -d /usr/athena/include/zephyr ; then
26 ZEPHYR_CFLAGS="-I/usr/athena/include" 36 ZEPHYR_CFLAGS="-I/usr/athena/include"