]> git.pld-linux.org Git - packages/control-center.git/commitdiff
- X_EXTRA_LIBS="-lXext" (build with Xrandr now) auto/ac/control-center-2_4_0-9
authorMarcin Krzyżanowski <marcin.krzyzanowski@hakore.com>
Wed, 12 Nov 2003 23:44:48 +0000 (23:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- 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

index 0440cbda6fab59996b52f3b46fb479095470edb5..d6edab7903213388c4ff2d8eef176dd9f054872f 100644 (file)
@@ -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}
 
This page took 0.068033 seconds and 4 git commands to generate.