summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@fedoraproject.org>2010-03-12 02:54:57 +0000
committerMatthias Clasen <mclasen@fedoraproject.org>2010-03-12 02:54:57 +0000
commitbfd3c8ee39577ee23e816b2aa1337e150d5ed080 (patch)
tree4e6cb6686a4f04e83c3024c6d5fd70353ac09f16
parent15b5f5fc3f346b4073e7bed0646ba28698da80fc (diff)
downloadgnome-panel-bfd3c8ee39577ee23e816b2aa1337e150d5ed080.tar.gz
gnome-panel-bfd3c8ee39577ee23e816b2aa1337e150d5ed080.tar.xz
gnome-panel-bfd3c8ee39577ee23e816b2aa1337e150d5ed080.zip
fix patches
-rw-r--r--gnome-panel-libs.patch2
-rw-r--r--gnome-panel.spec2
2 files changed, 2 insertions, 2 deletions
diff --git a/gnome-panel-libs.patch b/gnome-panel-libs.patch
index 9d0b7be..2d53d21 100644
--- a/gnome-panel-libs.patch
+++ b/gnome-panel-libs.patch
@@ -15,7 +15,7 @@ diff -up gnome-panel-2.29.92.1/configure.in.libs gnome-panel-2.29.92.1/configure
-else
- have_randr=no
-fi
-+PKG_CHECK_MODULES(xrandr >= 1.2.0, [
++PKG_CHECK_MODULES(XRANDR, xrandr >= 1.2.0, [
+ AC_DEFINE(HAVE_RANDR, 1, [Have the Xrandr extension library])
+ have_randr=yes
+ X_LIBS="$X_LIBS $XRANDR_LIBS"
diff --git a/gnome-panel.spec b/gnome-panel.spec
index 894a6a8..664464a 100644
--- a/gnome-panel.spec
+++ b/gnome-panel.spec
@@ -173,7 +173,7 @@ Panel Applets using the libpanel-applet library.
%patch43 -p1 -b .panel-padding
%patch45 -p1 -b .icon-padding
%patch47 -p1 -b .fix-clock-crash
-%patch48 -p1 -b .libss
+%patch48 -p1 -b .libs
. %{SOURCE6}