wok-next diff xorg-font-adobe-100dpi/receipt @ rev 20204
libjreen: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Nov 03 22:50:48 2017 +0100 (2017-11-03) |
parents | f463de72afe3 |
children | 757d032c55c7 |
line diff
1.1 --- a/xorg-font-adobe-100dpi/receipt Sun Jun 18 04:38:10 2017 +0300 1.2 +++ b/xorg-font-adobe-100dpi/receipt Fri Nov 03 22:50:48 2017 +0100 1.3 @@ -1,19 +1,20 @@ 1.4 -# SliTaz package receipt. 1.5 +# SliTaz package receipt v2. 1.6 1.7 PACKAGE="xorg-font-adobe-100dpi" 1.8 VERSION="1.0.3" 1.9 CATEGORY="x-window" 1.10 -SHORT_DESC="Adobe bitmap fonts Courier, Helvetica, New Century Schoolbook, Symbol, Times (100 DPI)" 1.11 +SHORT_DESC="Adobe bitmap fonts Courier, Helvetica, New Century Schoolbook, \ 1.12 +Symbol, Times (100 DPI)" 1.13 MAINTAINER="al.bobylev@gmail.com" 1.14 -LICENSE="other" 1.15 +LICENSE="MIT" 1.16 WEB_SITE="https://www.x.org/wiki/" 1.17 -TAGS="font" 1.18 COOKOPTS="!gz" # too long 1.19 1.20 TARBALL="font-adobe-100dpi-$VERSION.tar.bz2" 1.21 WGET_URL="$XORG_MIRROR/font/$TARBALL" 1.22 1.23 BUILD_DEPENDS="xorg-util-macros xorg-font-util-dev xorg-mkfontdir xorg-bdftopcf" 1.24 +PKG_RULE="std" 1.25 1.26 # Rules to configure and make the package. 1.27 compile_rules() 1.28 @@ -21,6 +22,7 @@ 1.29 ./configure \ 1.30 --sysconfdir=/etc \ 1.31 --localstatedir=/var \ 1.32 + --disable-all-encodings \ 1.33 $CONFIGURE_ARGS && 1.34 make && 1.35 make install 1.36 @@ -29,8 +31,13 @@ 1.37 # Rules to gen a SliTaz package suitable for Tazpkg. 1.38 genpkg_rules() 1.39 { 1.40 - copy *.pcf.gz 1.41 + copy @std 1.42 + TAGS="font" 1.43 } 1.44 1.45 -post_install() { chroot "$1/" fc-cache /usr/share/fonts/X11/100dpi; } 1.46 -post_remove() { chroot "$1/" fc-cache; } 1.47 +post_install() { 1.48 + chroot "$1/" fc-cache -r /usr/share/fonts/X11/100dpi 1.49 +} 1.50 +post_remove() { 1.51 + chroot "$1/" fc-cache -r 1.52 +}