wok-next annotate wqy-microhei/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
children 5ae6a120b179
rev   line source
tsjz@3221 1 # SliTaz package receipt.
tsjz@3221 2
tsjz@3221 3 PACKAGE="wqy-microhei"
tsjz@3221 4 VERSION="0.2.0-beta"
tsjz@3221 5 CATEGORY="x-window"
tsjz@3221 6 SHORT_DESC="文泉驿微米黑,版本v0.2.0-beta (开发代号:远古大爆炸,Codename: BigBang)"
tsjz@3221 7 MAINTAINER="lufeng369@gmail.com"
tsjz@3221 8 DEPENDS=""
tsjz@3221 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
tsjz@3221 10 WEB_SITE="http://wenq.org/index.cgi?MicroHei"
tsjz@3221 11 WGET_URL="$SF_MIRROR/wqy/$TARBALL"
tsjz@3221 12
tsjz@3221 13 # Rules to gen a SliTaz package suitable for Tazpkg.
tsjz@3221 14 genpkg_rules()
tsjz@3221 15 {
tsjz@3221 16 mkdir -p $fs/usr/share/fonts/truetype/WenQuanYi
tsjz@3221 17 cp -a $PACKAGE/*.ttc $fs/usr/share/fonts/truetype/WenQuanYi
tsjz@3221 18 }