[xchat-gnome] make it build

Bill Nottingham notting at fedoraproject.org
Thu Jul 12 16:10:14 UTC 2012


commit 60c1d98cb165c2e9afbc7f31a5d292130ac5d247
Author: Bill Nottingham <notting at redhat.com>
Date:   Thu Jul 12 12:08:54 2012 -0400

    make it build

 build.patch      |   19 +++++++++++++++++++
 xchat-gnome.spec |    3 +++
 2 files changed, 22 insertions(+), 0 deletions(-)
---
diff --git a/build.patch b/build.patch
new file mode 100644
index 0000000..87368f2
--- /dev/null
+++ b/build.patch
@@ -0,0 +1,19 @@
+diff -up xchat-gnome-0.26.2/configure.ac.ice xchat-gnome-0.26.2/configure.ac
+--- xchat-gnome-0.26.2/configure.ac.ice	2010-09-16 02:44:35.000000000 -0400
++++ xchat-gnome-0.26.2/configure.ac	2012-07-12 12:05:32.287466474 -0400
+@@ -63,6 +63,7 @@ PKG_CHECK_MODULES([DEPENDENCIES], [\
+ 		  gio-2.0 >= $GLIB_REQUIRED \
+                   gtk+-2.0 >= $GTK_REQUIRED \
+                   libglade-2.0 >= $LIBGLADE_REQUIRED \
++                  gmodule-2.0  >= $GLIB_REQUIRED \
+                   gconf-2.0 >= $GCONF_REQUIRED \
+ 		  libsexy >= $LIBSEXY_REQUIRED \
+                   ])
+@@ -72,6 +72,7 @@ PKG_CHECK_MODULES([DEPENDENCIES], [\
+ PKG_CHECK_MODULES([EGG_SMCLIENT], [\
+                   gtk+-2.0 >= $GTK_REQUIRED \
+                   sm >= $SM_REQUIRED \
++                  ice \
+                   ])
+ AC_SUBST(EGG_SMCLIENT_CFLAGS)
+ AC_SUBST(EGG_SMCLIENT_LIBS)
diff --git a/xchat-gnome.spec b/xchat-gnome.spec
index 5b19e2a..c52e5ec 100644
--- a/xchat-gnome.spec
+++ b/xchat-gnome.spec
@@ -20,6 +20,8 @@ Patch0:		xchat-gnome-0.23.92-config.patch
 Patch1:		xchat-gnome-0.26.1-libnotify.patch
 # Fix for our desktop file name
 Patch2:		xchat-gnome-0.26.2-desktop-name.patch
+# Fix build (#839623)
+Patch3:		build.patch
 # Patch to work with recent NetworkManager (0.7+)
 Patch10:        xchat-gnome-0.26.1-recent-network-manager.patch
 # Convert deprecated GDK functions to cairo
@@ -79,6 +81,7 @@ common settings will be included in the main user interface. .
 %patch0 -p1 -b .config
 %patch1 -p1 -b .notify
 %patch2 -p1 -b .desktop-name
+%patch3 -p1 -b .build
 %patch10 -p1 -b .recent-nm
 %patch13 -p1 -b .gdk-deprecations
 %patch100 -p1 -b .empty


More information about the scm-commits mailing list