# HG changeset patch # User Pascal Bellard # Date 1467198258 -7200 # Node ID d5d1aacad4baf771dfdddbb66582ac019af21303 # Parent 03f41e84820241a2764ee5958d0113536b0d532c xorg-base-fonts, kbd: recompress with advdef diff -r 03f41e848202 -r d5d1aacad4ba kbd/receipt --- a/kbd/receipt Wed Jun 29 10:29:16 2016 +0200 +++ b/kbd/receipt Wed Jun 29 13:04:18 2016 +0200 @@ -13,7 +13,7 @@ HOST_ARCH="i486 arm" DEPENDS="kbd-base" -BUILD_DEPENDS="wget flex pam-dev check-dev" +BUILD_DEPENDS="wget flex pam-dev check-dev advancecomp" # Handle cross compilation. case "$ARCH" in @@ -40,9 +40,11 @@ --localedir=/usr/share/locale \ $CONFIGURE_ARGS ;; esac && - make && make install + make && make install && + find $DESTDIR/usr/share/kbd -name '*gz' -exec advdef -z4 {} \; } + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 03f41e848202 -r d5d1aacad4ba pciids/receipt --- a/pciids/receipt Wed Jun 29 10:29:16 2016 +0200 +++ b/pciids/receipt Wed Jun 29 13:04:18 2016 +0200 @@ -11,7 +11,7 @@ WGET_URL="${WEB_SITE}v2.2/pci.ids.gz" HOST_ARCH="i486 arm" -BUILD_DEPENDS="advdef" +BUILD_DEPENDS="advancecomp" # Rules to configure and make the package. compile_rules() diff -r 03f41e848202 -r d5d1aacad4ba usbids/receipt --- a/usbids/receipt Wed Jun 29 10:29:16 2016 +0200 +++ b/usbids/receipt Wed Jun 29 13:04:18 2016 +0200 @@ -11,7 +11,7 @@ WGET_URL="${WEB_SITE}usb.ids.gz" HOST_ARCH="i486 arm" -BUILD_DEPENDS="advdef" +BUILD_DEPENDS="advancecomp" # Rules to configure and make the package. compile_rules() diff -r 03f41e848202 -r d5d1aacad4ba xorg-base-fonts/receipt --- a/xorg-base-fonts/receipt Wed Jun 29 10:29:16 2016 +0200 +++ b/xorg-base-fonts/receipt Wed Jun 29 13:04:18 2016 +0200 @@ -11,6 +11,14 @@ WGET_URL="http://download.tuxfamily.org/slitaz/sources/fonts/$TARBALL" HOST_ARCH="i486 arm" +BUILD_DEPENDS="advancecomp" + +# Rules to configure and make the package. +compile_rules() +{ + find $src/fonts -name '*.gz' -exec advdef -z4 {} \; +} + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() {