summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRay Strode <rstrode@fedoraproject.org>2006-08-02 15:50:52 +0000
committerRay Strode <rstrode@fedoraproject.org>2006-08-02 15:50:52 +0000
commit1843f5d8d8d4b18aa272765da53fd79b259190ba (patch)
tree05c68bf0bcdce6c8fd2a779e48e2119db9bdb056
parent666243e22ba8a7d0d1169887569c8bdcd39e9e9a (diff)
downloadgnome-applets-1843f5d8d8d4b18aa272765da53fd79b259190ba.tar.gz
gnome-applets-1843f5d8d8d4b18aa272765da53fd79b259190ba.tar.xz
gnome-applets-1843f5d8d8d4b18aa272765da53fd79b259190ba.zip
- don't require a display to build invest applet (bug 200970). Problemgnome-applets-2_15_1_1-7_fc6
discovered by Nalin Dahyabhai <nalin@redhat.com>
-rw-r--r--gnome-applets-2.15.1.1-dont-require-display.patch14
-rw-r--r--gnome-applets.spec9
2 files changed, 22 insertions, 1 deletions
diff --git a/gnome-applets-2.15.1.1-dont-require-display.patch b/gnome-applets-2.15.1.1-dont-require-display.patch
new file mode 100644
index 0000000..f6fcada
--- /dev/null
+++ b/gnome-applets-2.15.1.1-dont-require-display.patch
@@ -0,0 +1,14 @@
+--- gnome-applets-2.15.1.1/configure.in.dont-require-display 2006-08-02 11:43:36.000000000 -0400
++++ gnome-applets-2.15.1.1/configure.in 2006-08-02 11:44:55.000000000 -0400
+@@ -545,8 +545,9 @@ dnl *** invest-applet specific checks
+ dnl ***************************************************************************
+
+ if test "x$HAVE_PYGTK" = "xyes" -a "x$HAVE_PYHDRS" = "xyes"; then
+- AM_CHECK_PYMOD(gnomeapplet,,
+- BUILD_INVEST_APPLET="yes", BUILD_INVEST_APPLET="no")
++dnl AM_CHECK_PYMOD(gnomeapplet,,
++dnl BUILD_INVEST_APPLET="yes", BUILD_INVEST_APPLET="no")
++ BUILD_INVEST_APPLET="yes"
+ else
+ BUILD_INVEST_APPLET="no"
+ fi
diff --git a/gnome-applets.spec b/gnome-applets.spec
index 4c2a989..ca85e37 100644
--- a/gnome-applets.spec
+++ b/gnome-applets.spec
@@ -30,7 +30,7 @@
Summary: Small applications for the GNOME panel
Name: gnome-applets
Version: 2.15.1.1
-Release: 6
+Release: 7%{?dist}
Epoch: 1
License: GPL
Group: User Interface/Desktops
@@ -42,6 +42,8 @@ Patch3: gnome-applets-2.3.6-ppp-command.patch
Patch4: gnome-applets-2.15.1.1-cpufreq.patch
Patch9: gnome-applets-2.14.0-gswitchit-export-dynamic.patch
Patch10: gnome-applets-2.15.1.1-invest.patch
+# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=200970
+Patch11: gnome-applets-2.15.1.1-dont-require-display.patch
URL: http://www.gnome.org/
@@ -118,6 +120,7 @@ small utilities for the GNOME panel.
%patch4 -p1 -b .cpufreq
%patch9 -p1 -b .gswitchit-export-dynamic
%patch10 -p1 -b .invest
+%patch11 -p1 -b .dont-require-display
cp gswitchit/gswitchit-applet.png gswitchit/gswitchit-properties-capplet.png
@@ -247,6 +250,10 @@ fi
%{_libdir}/pkgconfig/gweather.pc
%changelog
+* Wed Aug 2 2006 Ray Strode <rstrode@redhat.com> - 1:2.15.1.1-7
+- don't require a display to build invest applet (bug 200970).
+ Problem discovered by Nalin Dahyabhai <nalin@redhat.com>
+
* Sat Jul 29 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.15.1.1-6
- Require gnome-python2-libegg for invest applet (#200640)