wok-next annotate xorg-libXmu-dev/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 | 6e2f02f2ed85 |
children | c514cc4854d8 |
rev | line source |
---|---|
pankso@20 | 1 # SliTaz package receipt. |
pankso@20 | 2 |
pankso@20 | 3 PACKAGE="xorg-libXmu-dev" |
slaxemulator@7029 | 4 VERSION="1.1.0" |
pankso@199 | 5 CATEGORY="development" |
pankso@20 | 6 SHORT_DESC="Xorg module devel files." |
pankso@20 | 7 MAINTAINER="pankso@slitaz.org" |
slaxemulator@6316 | 8 DEPENDS="xorg-dev" |
pankso@20 | 9 WANTED="xorg-libXmu" |
pankso@20 | 10 SOURCE="libXmu" |
pankso@20 | 11 WEB_SITE="http://www.x.org/" |
pankso@20 | 12 |
pankso@20 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@20 | 14 genpkg_rules() |
pankso@20 | 15 { |
pankso@20 | 16 mkdir -p $fs/usr/lib |
pankso@20 | 17 _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg |
pankso@20 | 18 cp -a $_pkg/usr/lib/*.*a* $fs/usr/lib |
pankso@20 | 19 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib |
pankso@20 | 20 cp -a $_pkg/usr/include $fs/usr |
pankso@20 | 21 } |