wok-next diff xorg-bdftopcf/receipt @ rev 20095
Update/add packages needed for building MATE desktop:
Add: gnome-keyring3, gtkmm3, libappindicator-gtk[23], libfakekey, libgnome-keyring3, libindicator-gtk[23], libpeas.
Update: atkmm, cairomm, gcr, glibmm, gssdp, gupnp, icon-naming-utils, libcap-ng, libspectre, libwnck3, libxklavier, pangomm, perl-xml-sax.
Add: gnome-keyring3, gtkmm3, libappindicator-gtk[23], libfakekey, libgnome-keyring3, libindicator-gtk[23], libpeas.
Update: atkmm, cairomm, gcr, glibmm, gssdp, gupnp, icon-naming-utils, libcap-ng, libspectre, libwnck3, libxklavier, pangomm, perl-xml-sax.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Oct 28 16:45:22 2017 +0300 (2017-10-28) |
parents | f463de72afe3 |
children | 757d032c55c7 |
line diff
1.1 --- a/xorg-bdftopcf/receipt Sun Jun 18 04:38:10 2017 +0300 1.2 +++ b/xorg-bdftopcf/receipt Sat Oct 28 16:45:22 2017 +0300 1.3 @@ -1,28 +1,35 @@ 1.4 -# SliTaz package receipt. 1.5 +# SliTaz package receipt v2. 1.6 1.7 PACKAGE="xorg-bdftopcf" 1.8 VERSION="1.0.5" 1.9 CATEGORY="x-window" 1.10 -SHORT_DESC="Font compiler for the X server and font server." 1.11 +SHORT_DESC="Convert X font from Bitmap Distribution Format to Portable \ 1.12 +Compiled Format" 1.13 MAINTAINER="pascal.bellard@slitaz.org" 1.14 LICENSE="MIT" 1.15 WEB_SITE="https://www.x.org/wiki/" 1.16 -TAGS="utility xorg fonts" 1.17 1.18 TARBALL="bdftopcf-$VERSION.tar.bz2" 1.19 WGET_URL="$XORG_MIRROR/app/$TARBALL" 1.20 1.21 -DEPENDS="xorg-libXfont" 1.22 BUILD_DEPENDS="xorg-util-macros xorg-libXfont-dev xorg-xtrans" 1.23 +PKG_RULE="std" 1.24 1.25 # Rules to configure and make the package. 1.26 compile_rules() 1.27 { 1.28 - ./configure $CONFIGURE_ARGS && make && make install 1.29 + ./configure \ 1.30 + --sysconfdir=/etc \ 1.31 + --localstatedir=/var \ 1.32 + $CONFIGURE_ARGS && 1.33 + make && 1.34 + make install 1.35 } 1.36 1.37 # Rules to gen a SliTaz package suitable for Tazpkg. 1.38 genpkg_rules() 1.39 { 1.40 - copy bin/ 1.41 + copy @std 1.42 + DEPENDS="xorg-libXfont" 1.43 + TAGS="utility xorg fonts" 1.44 }