]> git.pld-linux.org Git - packages/icewm.git/commitdiff
- switched to ftp source,
authorTomasz Pala <gotar@pld-linux.org>
Mon, 9 Sep 2002 14:34:19 +0000 (14:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixed imlib bcond (in 1.2.2 default behaviour of ./configure has changed).

Changed files:
    icewm.spec -> 1.97

icewm.spec

index 5ebfe3a32207635b64f1931da8b4572491dc2e9a..82779b4918f7f19e53d36c0e0a81593f909501bc 100644 (file)
@@ -1,11 +1,11 @@
 #
 # Conditional build:
-# _with_antialiasing   - enable antialiasing
 # _with_gradients      - enable gradients (implies _with_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
-# _without_freetype    - disable xfreetype support
 #
 # TODO:
 # - make a PLD-theme - default :]
@@ -23,14 +23,14 @@ Release:    1
 Epoch:         1
 License:       LGPL
 Group:         X11/Window Managers
-Source0:       http://prdownloads.sourceforge.net/icewm/%{name}-%{version}.tar.gz
+Source0:       ftp://ftp.sourceforge.net/pub/sourceforge/icewm/%{name}-%{version}.tar.gz
 Source1:       IceWM.desktop
 Source2:       %{name}.directory
-Source3:       http://prdownloads.sourceforge.net/icewm/iceicons-0.6.tar.gz
+Source3:       ftp://ftp.sourceforge.net/pub/sourceforge/icewm/iceicons-0.6.tar.gz
 Source4:       IceWM.RunWM
 Source5:       IceWM.wm_style
 Source6:       %{name}-menu
-Source7:       http://prdownloads.sourceforge.net/icewm/netscapeicons-0.2.tar.gz
+Source7:       ftp://ftp.sourceforge.net/pub/sourceforge/icewm/netscapeicons-0.2.tar.gz
 URL:           http://www.icewm.org/
 BuildRequires: XFree86-devel
 %{!?_without_guievents:BuildRequires:  esound-devel}
@@ -113,14 +113,13 @@ cd ../..
 
 %build
 %configure \
-       --with-docdir=%{_docdir} \
-       --enable-i18n \
-       %{!?_without_guievents:--enable-guievents} \
+       %{?_with_gradients:--enable-gradients} \
+       %{?_with_antialiasing:--enable-antialiasing} \
        %{!?_without_freetype:--enable-xfreetype} \
+       %{!?_without_guievents:--enable-guievents} \
        %{!?_without_gnome:--with-gnome-menus} \
-       %{!?_without_imlib:--with-imlib} \
-       %{?_with_antialiasing:--enable-antialiasing} \
-       %{?_with_gradients:--enable-gradients}
+       %{?_without_imlib:--without-imlib} \
+       --with-docdir=%{_docdir}
 %{__make}
 
 %install
This page took 0.041314 seconds and 4 git commands to generate.