wok-next diff xorg-font-bh-ttf/receipt @ rev 19948

Up ghostscript (9.22) again
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 16 12:07:55 2017 +0200 (2017-10-16)
parents f463de72afe3
children 0e7893ac206d
line diff
     1.1 --- a/xorg-font-bh-ttf/receipt	Sun Jun 18 04:38:10 2017 +0300
     1.2 +++ b/xorg-font-bh-ttf/receipt	Mon Oct 16 12:07:55 2017 +0200
     1.3 @@ -1,19 +1,19 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="xorg-font-bh-ttf"
     1.8  VERSION="1.0.3"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Bigelow & Holmes Luxi TTF fonts"
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12 -LICENSE="other"
    1.13 +LICENSE="MIT"
    1.14  WEB_SITE="https://www.x.org/wiki/"
    1.15 -TAGS="font"
    1.16  
    1.17  TARBALL="font-bh-ttf-$VERSION.tar.bz2"
    1.18  WGET_URL="$XORG_MIRROR/font/$TARBALL"
    1.19  
    1.20  BUILD_DEPENDS="xorg-util-macros xorg-font-util-dev xorg-mkfontdir \
    1.21  fontconfig-dev"
    1.22 +PKG_RULE="std"
    1.23  
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26 @@ -29,8 +29,13 @@
    1.27  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.28  genpkg_rules()
    1.29  {
    1.30 -	copy *.conf *.ttf
    1.31 +	copy @std
    1.32 +	TAGS="font"
    1.33  }
    1.34  
    1.35 -post_install() { chroot "$1/" fc-cache /usr/share/fonts/X11/TTF; }
    1.36 -post_remove()  { chroot "$1/" fc-cache; }
    1.37 +post_install() {
    1.38 +	chroot "$1/" fc-cache -r /usr/share/fonts/X11/TTF
    1.39 +}
    1.40 +post_remove() {
    1.41 +	chroot "$1/" fc-cache -r
    1.42 +}