]> git.pld-linux.org Git - packages/icewm.git/commitdiff
- reverted antialiasing bcond; EVERYTHING above basic
authorTomasz Pala <gotar@pld-linux.org>
Fri, 10 Jan 2003 17:36:30 +0000 (17:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  functionality is broken, do not enable it by default,
- release 3.

Changed files:
    icewm.spec -> 1.110

icewm.spec

index 268a37706c44c9b9246aaad0a09be3a5591d9578..3488047000cb42bf8c53b4708d44b15392ef4933 100644 (file)
@@ -1,8 +1,8 @@
 #
 # Conditional build:
 # _with_gradients      - enable gradients (implies _with_antialiasing)
-# _without_antialiasing        - disable antialiasing
-# _without_freetype    - disable xfreetype support (implies _without_antialiasing)
+# _with_antialiasing   - enable antialiasing (implies _with_freetype)
+# _without_freetype    - disable xfreetype support
 # _without_guievents   - disable guievents
 # _without_gnome       - disable GNOME support
 # _without_imlib       - disable imlib support
@@ -20,7 +20,7 @@ Summary(ru):  
 Summary(uk):   ÷¦ËÏÎÎÉÊ ÍÅÎÅÄÖÅÒ ÄÌÑ X11
 Name:          icewm
 Version:       1.2.4
-Release:       2
+Release:       3
 Epoch:         2
 License:       LGPL
 Group:         X11/Window Managers
@@ -118,7 +118,7 @@ rm -f missing
 %{__autoconf}
 %configure \
        %{?_with_gradients:--enable-gradients} \
-       %{!?_without_antialiasing:--enable-antialiasing} \
+       %{?_with_antialiasing:--enable-antialiasing} \
        %{!?_without_freetype:--enable-xfreetype} \
        %{!?_without_guievents:--enable-guievents} \
        %{!?_without_gnome:--with-gnome-menus} \
This page took 0.277625 seconds and 4 git commands to generate.