]> git.pld-linux.org Git - packages/icewm.git/blobdiff - icewm.spec
- s/X11R6//
[packages/icewm.git] / icewm.spec
index 268a37706c44c9b9246aaad0a09be3a5591d9578..caa94fb5d3e0dca0c93e884343c917b951ad4783 100644 (file)
@@ -19,8 +19,8 @@ Summary(pt_BR):       Gerenciador de Janelas X11
 Summary(ru):   ïËÏÎÎÙÊ ÍÅÎÅÄÖÅÒ ÄÌÑ X11
 Summary(uk):   ÷¦ËÏÎÎÉÊ ÍÅÎÅÄÖÅÒ ÄÌÑ X11
 Name:          icewm
-Version:       1.2.4
-Release:       2
+Version:       1.2.6
+Release:       3
 Epoch:         2
 License:       LGPL
 Group:         X11/Window Managers
@@ -33,7 +33,10 @@ Source5:     IceWM.wm_style
 Source6:       http://cesnet.dl.sourceforge.net/sourceforge/icewm/netscapeicons-0.2.tar.gz
 URL:           http://www.icewm.org/
 BuildRequires: XFree86-devel
+BuildRequires: autoconf
+BuildRequires: automake
 %{!?_without_guievents:BuildRequires:  esound-devel}
+BuildRequires: gettext-devel
 %{!?_without_gnome:BuildRequires:      gnome-libs-devel}
 %{!?_without_imlib:BuildRequires:      imlib-devel}
 BuildRequires: libstdc++-devel
@@ -42,7 +45,6 @@ Requires(pre):        fileutils
 Requires(pre): sh-utils
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _prefix         /usr/X11R6
 %define                _wmstyledir     /etc/sysconfig/wmstyle
 %define                _wmpropsdir     %{_datadir}/wm-properties
 
@@ -114,15 +116,18 @@ cd ../..
 
 %build
 rm -f missing
+#%%{__gettextize}
 %{__aclocal}
 %{__autoconf}
+%{__autoheader}
 %configure \
        %{?_with_gradients:--enable-gradients} \
        %{!?_without_antialiasing:--enable-antialiasing} \
-       %{!?_without_freetype:--enable-xfreetype} \
+       %{?_without_freetype:--disable-xfreetype} \
        %{!?_without_guievents:--enable-guievents} \
        %{!?_without_gnome:--with-gnome-menus} \
        %{?_without_imlib:--without-imlib} \
+       --enable-shaped-decorations \
        --with-cfgdir=%{_sysconfdir}/X11/%{name} \
        --with-docdir=%{_docdir}
 %{__make}
This page took 0.104137 seconds and 4 git commands to generate.