wok view libQtGui/receipt @ rev 7769

Changed gdk-pixbuf post_install to --update-cache instead of creating a file in /etc/gtk-2.0. The file will now be in /usr/lib/gdk-pixbuf-2.0/2.10.0/ folder. This should fix problems with programs using .gif and .svg image files.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Dec 22 19:10:02 2010 +0000 (2010-12-22)
parents 99e3675b8ff1
children 20c7c65ea549
line source
1 # SliTaz package receipt.
3 PACKAGE="libQtGui"
4 VERSION="4.7.1"
5 CATEGORY="development"
6 SHORT_DESC="Qt Gui Library"
7 MAINTAINER="allan316@gmail.com"
8 DEPENDS="libQtCore expat fontconfig freetype xorg-libICE xorg-libSM \
9 xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXi xorg-libXrandr \
10 xorg-libXrender libpng libegl-mesa"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WEB_SITE="http://qt.nokia.com/"
13 WANTED="qt4"
14 SOURCE="qt-everywhere-opensource-src"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/lib
20 _pkg="$WOK/$WANTED/$SOURCE-$VERSION/_pkg"
21 cp -a $_pkg/usr/lib/libQtGui.so* $fs/usr/lib
22 }