wok rev 9868
gtk+: clean up a bit the receipt to have a new build (bug with /etc/gtk-2.0)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon May 16 22:27:26 2011 +0200 (2011-05-16) |
parents | 134ce9e4f774 |
children | 7a33762c5359 |
files | gtk+/receipt |
line diff
1.1 --- a/gtk+/receipt Mon May 16 21:58:41 2011 +0200 1.2 +++ b/gtk+/receipt Mon May 16 22:27:26 2011 +0200 1.3 @@ -5,18 +5,19 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="The GIMP Toolkit." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="glibc-base expat libxcb xcb-util zlib \ 1.8 -glib cairo pango atk libpng jpeg tiff gdk-pixbuf fontconfig freetype pixman libgio \ 1.9 -xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdamage \ 1.10 -xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrender xorg-libXrandr" 1.11 -BUILD_DEPENDS="bash pkg-config \ 1.12 -xorg-xextproto cups-dev libcomerr3 gobject-introspection-dev libffi-dev perl" 1.13 SUGGESTED="cups gnutls libgcrypt libgpg-error" 1.14 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.15 WEB_SITE="http://www.gtk.org/" 1.16 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 1.17 CONFIG_FILES="/etc/gtk-2.0" 1.18 1.19 +DEPENDS="glibc-base expat libxcb xcb-util zlib glib cairo pango atk libpng \ 1.20 +jpeg tiff gdk-pixbuf fontconfig freetype pixman libgio xorg-libX11 xorg-libXau \ 1.21 +xorg-libXcomposite xorg-libXcursor xorg-libXdamage xorg-libXdmcp xorg-libXext \ 1.22 +xorg-libXfixes xorg-libXinerama xorg-libXrender xorg-libXrandr" 1.23 +BUILD_DEPENDS="bash pkg-config xorg-xextproto cups-dev libcomerr3 \ 1.24 +gobject-introspection-dev libffi-dev perl" 1.25 + 1.26 # Rules to configure and make the package. 1.27 compile_rules() 1.28 { 1.29 @@ -24,11 +25,9 @@ 1.30 ./configure \ 1.31 --prefix=/usr \ 1.32 --sysconfdir=/etc \ 1.33 - --mandir=/usr/share/man \ 1.34 - --with-html-dir=/usr/share/doc \ 1.35 - $CONFIGURE_ARGS && 1.36 + --with-html-dir=/usr/share/doc && 1.37 make -j 4 && 1.38 - make DESTDIR=$PWD/_pkg install 1.39 + make DESTDIR=$DESTDIR install 1.40 } 1.41 1.42 # Rules to gen a SliTaz package suitable for Tazpkg. 1.43 @@ -48,7 +47,6 @@ 1.44 cp $_pkg/usr/bin/gtk-query-immodules-2.0 $fs/usr/bin 1.45 cp $_pkg/usr/bin/gtk-update-icon-cache $fs/usr/bin 1.46 cp $_pkg/usr/bin/gtk-builder-convert $fs/usr/bin 1.47 - 1.48 } 1.49 1.50 # Pre and post install commands for Tazpkg.