From 496b1cc3898b4a01e2882e7b25fb16f16196eeba Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marcin=20Krzy=C5=BCanowski?= Date: Wed, 12 Nov 2003 23:44:48 +0000 Subject: [PATCH 1/1] - X_EXTRA_LIBS="-lXext" (build with Xrandr now) - font-capplet-disable-dpi.patch (disable DPI sessing that is auto. set with gnome-setting now) - rel 9 Changed files: control-center.spec -> 1.134 --- control-center.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/control-center.spec b/control-center.spec index 0440cbd..d6edab7 100644 --- a/control-center.spec +++ b/control-center.spec @@ -6,7 +6,7 @@ Summary(uk): Summary(ru): ãÅÎÔÒ ÕÐÒÁ×ÌÅÎÉÑ GNOME Name: control-center Version: 2.4.0 -Release: 8 +Release: 9 Epoch: 1 License: GPL Group: X11/Applications @@ -22,6 +22,7 @@ Patch6: %{name}-additional-metacity-keybinding.patch Patch7: %{name}-pixmaps-dirs.patch Patch8: %{name}-capplets-dir.patch Patch9: %{name}-themus-glade.patch +Patch10: %{name}-font-capplet-disable-dpi.patch URL: http://www.gnome.org/ Icon: control-center.gif BuildRequires: GConf2-devel >= 2.3.3 @@ -132,6 +133,7 @@ Statyczne biblioteki GNOME Control-Center. %patch7 -p1 %patch8 -p1 %patch9 -p1 +%patch10 -p1 %build glib-gettextize --copy --force @@ -142,7 +144,8 @@ intltoolize --copy --force %{__autoconf} %{__automake} %configure \ - --disable-schemas-install + --disable-schemas-install \ + X_EXTRA_LIBS="-lXext" %{__make} -- 2.44.0