# HG changeset patch # User Christophe Lincoln # Date 1305577646 -7200 # Node ID 588b8e050fb4fcbb0a08ae15a776f24a695813d4 # Parent 134ce9e4f774b923ba96f3733b3e84188f3b3ca9 gtk+: clean up a bit the receipt to have a new build (bug with /etc/gtk-2.0) diff -r 134ce9e4f774 -r 588b8e050fb4 gtk+/receipt --- a/gtk+/receipt Mon May 16 21:58:41 2011 +0200 +++ b/gtk+/receipt Mon May 16 22:27:26 2011 +0200 @@ -5,18 +5,19 @@ CATEGORY="x-window" SHORT_DESC="The GIMP Toolkit." MAINTAINER="pankso@slitaz.org" -DEPENDS="glibc-base expat libxcb xcb-util zlib \ -glib cairo pango atk libpng jpeg tiff gdk-pixbuf fontconfig freetype pixman libgio \ -xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdamage \ -xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrender xorg-libXrandr" -BUILD_DEPENDS="bash pkg-config \ -xorg-xextproto cups-dev libcomerr3 gobject-introspection-dev libffi-dev perl" SUGGESTED="cups gnutls libgcrypt libgpg-error" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.gtk.org/" WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" CONFIG_FILES="/etc/gtk-2.0" +DEPENDS="glibc-base expat libxcb xcb-util zlib glib cairo pango atk libpng \ +jpeg tiff gdk-pixbuf fontconfig freetype pixman libgio xorg-libX11 xorg-libXau \ +xorg-libXcomposite xorg-libXcursor xorg-libXdamage xorg-libXdmcp xorg-libXext \ +xorg-libXfixes xorg-libXinerama xorg-libXrender xorg-libXrandr" +BUILD_DEPENDS="bash pkg-config xorg-xextproto cups-dev libcomerr3 \ +gobject-introspection-dev libffi-dev perl" + # Rules to configure and make the package. compile_rules() { @@ -24,11 +25,9 @@ ./configure \ --prefix=/usr \ --sysconfdir=/etc \ - --mandir=/usr/share/man \ - --with-html-dir=/usr/share/doc \ - $CONFIGURE_ARGS && + --with-html-dir=/usr/share/doc && make -j 4 && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -48,7 +47,6 @@ cp $_pkg/usr/bin/gtk-query-immodules-2.0 $fs/usr/bin cp $_pkg/usr/bin/gtk-update-icon-cache $fs/usr/bin cp $_pkg/usr/bin/gtk-builder-convert $fs/usr/bin - } # Pre and post install commands for Tazpkg.