From 12e67884da766a69ee3b46f908da105a1c92187a Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 8 May 2007 17:17:40 +0000 Subject: pidgin: add first stab at a 2.0.0 recipes Known defects: ls image/usr/lib/purple-2/ libjabber.so libjabber.so.0 libjabber.so.0.0.0 liboscar.so liboscar.so.0 liboscar.so.0.0.0 log_reader.so The jabber and oscor protocol don't get packaged because do_split_packages doesn't do symlinks. Since I don't know whether pidgin scans for *.so or lib* on startup I haven't packaged these. Improvements welcome --- packages/gaim/pidgin/gconf-no-errors.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 packages/gaim/pidgin/gconf-no-errors.patch (limited to 'packages/gaim/pidgin/gconf-no-errors.patch') diff --git a/packages/gaim/pidgin/gconf-no-errors.patch b/packages/gaim/pidgin/gconf-no-errors.patch new file mode 100644 index 0000000000..9a95175ac9 --- /dev/null +++ b/packages/gaim/pidgin/gconf-no-errors.patch @@ -0,0 +1,12 @@ +--- /tmp/Makefile.am 2007-05-08 18:39:49.000000000 +0200 ++++ pidgin-2.0.0/libpurple/gconf/Makefile.am 2007-05-08 18:40:13.755251000 +0200 +@@ -8,8 +8,7 @@ + + if GCONF_SCHEMAS_INSTALL + install-data-local: +- GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(schema_DATA) 2>&1 | \ +- grep -v "^WARNING: failed to install schema" | grep -v "^Attached schema" 1>&2 ++ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(schema_DATA) 2>&1 + else + install-data-local: + endif -- cgit v1.2.3