]> git.pld-linux.org Git - packages/icewm.git/commitdiff
- merged with DEVEL icewm-1_2_0pre3-1
authorgrzegol <grzegol@pld-linux.org>
Fri, 21 Jun 2002 17:02:03 +0000 (17:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  * updated to 1.2.0pre3 (bugfix release)
  * added with_antialiasing and with_gradients bconds
  * cosmetics
STBR

Changed files:
    icewm.spec -> 1.92

icewm.spec

index 8d744f308c7278c91dfcfb6dba925b22ee21b7a3..21fe51f4861a66aee25ede6879ba398d12e11351 100644 (file)
@@ -1,4 +1,8 @@
 #
+# Conditional build:
+# _with_antialiasing - enable antialiasing
+# _with_gradients - enable gradients (implies _with_antialiasing)
+#
 # TODO:
 # - make a PLD-theme - default :]
 # - bigger menu-file
@@ -10,7 +14,7 @@ Summary(pt_BR):       Gerenciador de Janelas X11
 Summary(ru):   ïËÏÎÎÙÊ ÍÅÎÅÄÖÅÒ ÄÌÑ X11
 Summary(uk):   ÷¦ËÏÎÎÉÊ ÍÅÎÅÄÖÅÒ ÄÌÑ X11
 Name:          icewm
-Version:       1.2.0pre2
+Version:       1.2.0pre3
 Release:       1
 License:       LGPL
 Group:         X11/Window Managers
@@ -102,14 +106,15 @@ tar -xzf %{SOURCE7}
 cd ../..
 
 %build
-export LDFLAGS
 %configure \
        --with-docdir=%{_docdir} \
        --enable-i18n \
        --enable-guievents \
        --enable-xfreetype \
        --with-gnome-menus \
-       --with-imlib
+       --with-imlib \
+       %{?_with_antialiasing:--enable-antialiasing} \
+       %{?_with_gradients:--enable-gradients}
 %{__make}
 
 %install
This page took 0.153932 seconds and 4 git commands to generate.