]> git.pld-linux.org Git - packages/icewm.git/blobdiff - icewm.spec
- merged with DEVEL
[packages/icewm.git] / 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.034507 seconds and 4 git commands to generate.