wok annotate qemulator/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 c4ca195c01dd
children 23c3aed67cd9
rev   line source
pankso@3848 1 # SliTaz package receipt.
pankso@3848 2
pankso@3848 3 PACKAGE="qemulator"
pankso@3848 4 VERSION="0.5"
pankso@3848 5 CATEGORY="misc"
pankso@3848 6 SHORT_DESC="The full featured qemu emulation suite."
pankso@3848 7 MAINTAINER="pankso@slitaz.org"
pankso@3848 8 SOURCE="Qemulator"
pankso@3848 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pankso@3848 10 WEB_SITE="http://qemulator.createweb.de/"
pankso@3848 11 WGET_URL="http://qemulator.createweb.de/phocadownload/$TARBALL"
gokhlayeh@5958 12 DEPENDS="python pygtk qemu"
pankso@3848 13 SUGGESTED="kqemu"
jozee@4971 14 TAGS="emulator virtualization"
pankso@3848 15
pankso@3848 16 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@3848 17 genpkg_rules()
pankso@3848 18 {
pankso@3848 19 mkdir -p $fs/usr
pankso@3848 20 cp -a $src/usr/local/* $fs/usr
pankso@3848 21 rm -rf $fs/usr/share/icons $fs/usr/share/pixmaps/*.svg
pankso@3848 22 cp $src/usr/local/share/icons/hicolor/32x32/apps/* \
pankso@3848 23 $fs/usr/share/pixmaps
erjo@4740 24 cp stuff/slitaz.png $fs/usr/share/$PACKAGE/icons
pankso@3848 25 }