]> git.pld-linux.org Git - packages/AfterStep.git/commitdiff
- use system giflib
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 4 Nov 2006 08:43:03 +0000 (08:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated BRs (+libtiff,gtk+2), switched to modular xorg

Changed files:
    AfterStep.spec -> 1.67

AfterStep.spec

index cf769e6b669241096a29b6c352f40859a235a4db..4679f442ee1866aeeb23170c20af660168a5a343 100644 (file)
@@ -17,12 +17,17 @@ Source3:    %{name}-xsession.desktop
 Patch0:                %{name}-no_bash_fix.patch
 Patch1:                %{name}-install_man.patch
 URL:           http://www.afterstep.org/
-BuildRequires: XFree86-devel
-BuildRequires: autoconf
+BuildRequires: autoconf >= 2.59-9
 BuildRequires: automake
+BuildRequires: giflib-devel
+BuildRequires: gtk+2-devel >= 1:2.0.0
 BuildRequires: libjpeg-devel
 BuildRequires: libpng-devel
+BuildRequires: libtiff-devel
+BuildRequires: pkgconfig
 BuildRequires: sgml-tools
+BuildRequires: xorg-lib-libXext-devel
+BuildRequires: xorg-lib-libXinerama-devel
 #Requires:     wmconfig >= 0.9.9-5
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -94,16 +99,19 @@ Najwa
 %patch0 -p1
 %patch1 -p1
 
+cp -f autoconf/configure*.in .
+
 %build
-cp -f autoconf/* .
 %{__aclocal}
 %{__autoconf}
+%{__autoheader}
 %configure \
+       --enable-i18n \
+       --with-gif \
        --with-helpcommand="xterm -e man" \
-       --with-xpm \
-       --with-png \
        --with-jpeg \
-       --enable-i18n
+       --with-png \
+       --with-xpm
 
 %{__make}
 sgml2html doc/afterstep.sgml
This page took 0.143767 seconds and 4 git commands to generate.