wok-next rev 21051

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 30 01:34:53 2018 +0200 (2018-11-30)
parents 400dfee62496
children defb272852f0
files abcde/.icon.png abcde/receipt abcde/stuff/patches/busybox-wget.patch abcde/stuff/patches/fix-mp3-tagging.patch abcde/stuff/patches/less.patch abcde/stuff/patches/series cabextract/receipt clonezilla/.icon.png clonezilla/description.txt clonezilla/receipt cmark-gfm/receipt cmospwd/.icon.png cmospwd/receipt cocoalib/.icon.png cocoalib/receipt cookutils/receipt curl/receipt dbus/receipt dbus/stuff/overrides qemu/receipt ruby-gettext/.icon.png ruby-gettext/receipt ruby-locale/.icon.png ruby-locale/receipt ruby-ransack/receipt ruby-rb-fsevent/receipt ruby-rspec-expectations/receipt ruby-sass/receipt ruby-sassc/.icon.png ruby-sassc/receipt ruby-test-unit/receipt ruby-text/.icon.png ruby-text/receipt ruby-thor/receipt ruby-tins/receipt rubyripper/.icon.png rubyripper/receipt rubyripper/stuff/patches/fallback-cli.patch rubyripper/stuff/patches/series rubyripper/stuff/rubyripper rubyripper/stuff/rubyripper.desktop rubyripper/stuff/rubyripper.png sdft/receipt shell-detector/receipt shiki-colors-murrine/receipt shiki-colors/receipt shimmer-themes/receipt shutdown/receipt slim-theme-7legs/receipt slim-theme-cat/receipt slim-theme-mascot/receipt slitaz-base-files/receipt xorg-cf-files/receipt xorg-encodings/receipt xorg-evieext/receipt xorg-font-adobe-100dpi/receipt xorg-font-adobe-75dpi/receipt xorg-font-adobe-utopia-100dpi/receipt xorg-font-adobe-utopia-75dpi/receipt xorg-font-adobe-utopia-type1/receipt xorg-font-alias/receipt xorg-font-arabic-misc/receipt xorg-font-bh-100dpi/receipt xorg-font-bh-75dpi/receipt xorg-font-bh-lucidatypewriter-100dpi/receipt xorg-font-bh-lucidatypewriter-75dpi/receipt xorg-font-bh-ttf/receipt xorg-font-bh-type1/receipt xorg-font-bitstream-100dpi/receipt xorg-font-bitstream-75dpi/receipt xorg-font-bitstream-type1/receipt xorg-font-cronyx-cyrillic/receipt xorg-font-cursor-misc/receipt xorg-font-daewoo-misc/receipt xorg-font-dec-misc/receipt xorg-font-ibm-type1/receipt xorg-font-isas-misc/receipt xorg-font-jis-misc/receipt xorg-font-micro-misc/receipt xorg-font-misc-cyrillic/receipt xorg-font-misc-ethiopic/receipt xorg-font-misc-meltho/receipt xorg-font-mutt-misc/receipt xorg-font-schumacher-misc/receipt xorg-font-screen-cyrillic/receipt xorg-font-sony-misc/receipt xorg-font-sun-misc/receipt xorg-font-winitzki-cyrillic/receipt xorg-font-xfree86-type1/receipt xorg-gccmakedep/receipt xorg-mkfontdir/receipt xorg-util-macros/receipt xorg-xbitmaps/receipt xorg-xcb-proto/receipt xorg-xcursor-themes/receipt xorg-xkeyboard-config/receipt xorg-xorgproto/receipt xorg-xtrans/receipt xorg/receipt xpenguins_themes/receipt zlib/receipt
line diff
     1.1 Binary file abcde/.icon.png has changed
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/abcde/receipt	Fri Nov 30 01:34:53 2018 +0200
     2.3 @@ -0,0 +1,26 @@
     2.4 +# SliTaz package receipt v2.
     2.5 +
     2.6 +PACKAGE="abcde"
     2.7 +VERSION="2.9.2"
     2.8 +CATEGORY="multimedia"
     2.9 +SHORT_DESC="A Better CD Encoder"
    2.10 +MAINTAINER="al.bobylev@gmail.com"
    2.11 +LICENSE="GPL2"
    2.12 +WEB_SITE="https://abcde.einval.com/wiki/"
    2.13 +HOST_ARCH="any"
    2.14 +
    2.15 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.16 +WGET_URL="https://abcde.einval.com/download/$TARBALL"
    2.17 +
    2.18 +DEPENDS_std="bash perl cd-discid python-eyed3"
    2.19 +CONFIG_FILES_std="/etc/abcde.conf"
    2.20 +
    2.21 +compile_rules() {
    2.22 +	sed -e 's|normalize-audio|normalize|g' -i abcde
    2.23 +
    2.24 +	make \
    2.25 +		abcde_version=abcde-$VERSION \
    2.26 +		prefix=/usr \
    2.27 +		DESTDIR=$install \
    2.28 +		install
    2.29 +}
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/abcde/stuff/patches/busybox-wget.patch	Fri Nov 30 01:34:53 2018 +0200
     3.3 @@ -0,0 +1,11 @@
     3.4 +--- a/abcde
     3.5 ++++ b/abcde
     3.6 +@@ -4089,7 +4089,7 @@
     3.7 + 
     3.8 + if [ "$HTTPGETOPTS" = "" ] ; then
     3.9 + 	case $HTTPGET in
    3.10 +-		wget) HTTPGETOPTS="-q -nv -e timestamping=off -O -";;
    3.11 ++		wget) HTTPGETOPTS="-q -O -";;
    3.12 + 		curl) HTTPGETOPTS="-f -s -L";;
    3.13 + 		fetch)HTTPGETOPTS="-q -o -";;
    3.14 + 		ftp)  HTTPGETOPTS="-a -V -o - ";;
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/abcde/stuff/patches/fix-mp3-tagging.patch	Fri Nov 30 01:34:53 2018 +0200
     4.3 @@ -0,0 +1,11 @@
     4.4 +--- a/abcde
     4.5 ++++ b/abcde
     4.6 +@@ -877,7 +877,7 @@
     4.7 + 						-A "$DALBUM" -a "$TRACKARTIST" -t "$TRACKNAME" \
     4.8 + 						-y "$CDYEAR" -g "$GENREID" \
     4.9 + 						-T "${TRACKNUM:-$1}/$TRACKS" \
    4.10 +-						${TPE2:+--TPE2 "$TPE2"} \
    4.11 ++						${TPE2:+--TPE2 \"$TPE2\"} \
    4.12 + 						"${ABCDETEMPDIR}/track$1.$OUTPUT"
    4.13 + 					;;
    4.14 + 				id3tag)
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/abcde/stuff/patches/less.patch	Fri Nov 30 01:34:53 2018 +0200
     5.3 @@ -0,0 +1,11 @@
     5.4 +--- a/abcde
     5.5 ++++ b/abcde
     5.6 +@@ -252,7 +252,7 @@
     5.7 + 			$PAGER "$PAGEFILE"
     5.8 + 			# If that fails, check for less
     5.9 + 		elif [ -x /usr/bin/less ]; then
    5.10 +-			/usr/bin/less -f "$PAGEFILE"
    5.11 ++			/usr/bin/less "$PAGEFILE"
    5.12 + 			# more should be on all UNIX systems
    5.13 + 		elif [ -x /bin/more ]; then
    5.14 + 			/bin/more "$PAGEFILE"
     6.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.2 +++ b/abcde/stuff/patches/series	Fri Nov 30 01:34:53 2018 +0200
     6.3 @@ -0,0 +1,5 @@
     6.4 +# From Alpine Linux (fixed):
     6.5 +# https://git.alpinelinux.org/cgit/aports/tree/community/abcde
     6.6 +busybox-wget.patch
     6.7 +fix-mp3-tagging.patch
     6.8 +less.patch
     7.1 --- a/cabextract/receipt	Wed Nov 28 12:35:25 2018 +0200
     7.2 +++ b/cabextract/receipt	Fri Nov 30 01:34:53 2018 +0200
     7.3 @@ -1,7 +1,7 @@
     7.4  # SliTaz package receipt v2.
     7.5  
     7.6  PACKAGE="cabextract"
     7.7 -VERSION="1.8"
     7.8 +VERSION="1.9"
     7.9  CATEGORY="utilities"
    7.10  SHORT_DESC="Extract Microsoft cabinet (.cab) archives"
    7.11  MAINTAINER="al.bobylev@gmail.com"
    7.12 @@ -11,6 +11,8 @@
    7.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    7.14  WGET_URL="https://www.cabextract.org.uk/$TARBALL"
    7.15  
    7.16 +TAGS_std="extract cab exe"
    7.17 +
    7.18  compile_rules() {
    7.19  	./configure $CONFIGURE_ARGS &&
    7.20  	make &&
    7.21 @@ -18,8 +20,3 @@
    7.22  
    7.23  	cook_pick_docs AUTHORS ChangeLog NEWS README TODO
    7.24  }
    7.25 -
    7.26 -genpkg_rules() {
    7.27 -	copy @std
    7.28 -	TAGS="extract cab exe"
    7.29 -}
     8.1 Binary file clonezilla/.icon.png has changed
     9.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     9.2 +++ b/clonezilla/description.txt	Fri Nov 30 01:34:53 2018 +0200
     9.3 @@ -0,0 +1,7 @@
     9.4 +Clonezilla, based on DRBL, partclone, and udpcast, allows you to do bare metal
     9.5 +backup and recovery. Two types of Clonezilla are available, Clonezilla live and
     9.6 +Clonezilla SE (Server Edition). Clonezilla live is suitable for single machine
     9.7 +backup and restore. While Clonezilla SE is for massive deployment, it can clone
     9.8 +many (40 plus!) computers simultaneously.
     9.9 +
    9.10 +For more info, check http://clonezilla.org, http://clonezilla.nchc.org.tw.
    10.1 --- a/clonezilla/receipt	Wed Nov 28 12:35:25 2018 +0200
    10.2 +++ b/clonezilla/receipt	Fri Nov 30 01:34:53 2018 +0200
    10.3 @@ -1,28 +1,22 @@
    10.4  # SliTaz package receipt v2.
    10.5  
    10.6  PACKAGE="clonezilla"
    10.7 -VERSION="3.3.10"
    10.8 +VERSION="3.27.16"
    10.9  CATEGORY="misc"
   10.10 -SHORT_DESC="The Free and Open Source Software for Disk Imaging and Cloning"
   10.11 +SHORT_DESC="Partition and disk imaging/cloning program"
   10.12  MAINTAINER="devel@slitaz.org"
   10.13  LICENSE="GPL2"
   10.14  WEB_SITE="https://clonezilla.org/"
   10.15 +HOST_ARCH="any"
   10.16  
   10.17 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
   10.18 +TARBALL="$PACKAGE-$VERSION.tar.xz"
   10.19  WGET_URL="http://free.nchc.org.tw/drbl-core/src/stable/$TARBALL"
   10.20  
   10.21 +DEPENDS_std="bash drbl partclone ntfsprogs ntfs-3g partimage sshfs-fuse \
   10.22 +coreutils-disk coreutils-redirection util-linux-setterm parted"
   10.23 +
   10.24  compile_rules() {
   10.25 -	sed -i "s/SHELL/#SHELL/" Makefile
   10.26 +#	sed -i "s/SHELL/#SHELL/" Makefile
   10.27  
   10.28  	make DESTDIR=$install install
   10.29  }
   10.30 -
   10.31 -genpkg_rules() {
   10.32 -	mkdir -p $fs/usr
   10.33 -	cp -a $install/etc $fs/
   10.34 -	cp -a $install/usr/bin $fs/usr
   10.35 -	cp -a $install/usr/sbin $fs/usr
   10.36 -	cp -a $install/usr/share $fs/usr
   10.37 -	DEPENDS="bash drbl partclone ntfsprogs ntfs-3g partimage sshfs-fuse \
   10.38 -	coreutils-disk coreutils-redirection util-linux-setterm parted"
   10.39 -}
    11.1 --- a/cmark-gfm/receipt	Wed Nov 28 12:35:25 2018 +0200
    11.2 +++ b/cmark-gfm/receipt	Fri Nov 30 01:34:53 2018 +0200
    11.3 @@ -1,7 +1,7 @@
    11.4  # SliTaz package receipt v2.
    11.5  
    11.6  PACKAGE="cmark-gfm"
    11.7 -VERSION="0.28.3.gfm.17"
    11.8 +VERSION="0.28.3.gfm.19"
    11.9  CATEGORY="text"
   11.10  SHORT_DESC="Github fork of CommonMark parsing and rendering program in C"
   11.11  MAINTAINER="al.bobylev@gmail.com"
   11.12 @@ -27,10 +27,3 @@
   11.13  	cd $src
   11.14  	cook_pick_docs README.md benchmarks.md changelog.txt why-cmark-and-not-x.md
   11.15  }
   11.16 -
   11.17 -genpkg_rules() {
   11.18 -	case $PACKAGE in
   11.19 -		*-dev) copy @dev;;
   11.20 -		*)     copy @std;;
   11.21 -	esac
   11.22 -}
    12.1 Binary file cmospwd/.icon.png has changed
    13.1 --- a/cmospwd/receipt	Wed Nov 28 12:35:25 2018 +0200
    13.2 +++ b/cmospwd/receipt	Fri Nov 30 01:34:53 2018 +0200
    13.3 @@ -1,9 +1,9 @@
    13.4  # SliTaz package receipt v2.
    13.5  
    13.6  PACKAGE="cmospwd"
    13.7 -VERSION="5.0"
    13.8 +VERSION="5.1"
    13.9  CATEGORY="misc"
   13.10 -SHORT_DESC="Decrypts password stored in cmos used to access BIOS SETUP"
   13.11 +SHORT_DESC="Decrypts password stored in CMOS used to access BIOS Setup"
   13.12  MAINTAINER="pascal.bellard@slitaz.org"
   13.13  LICENSE="GPL2"
   13.14  WEB_SITE="https://www.cgsecurity.org/wiki/CmosPwd"
   13.15 @@ -11,14 +11,13 @@
   13.16  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   13.17  WGET_URL="http://www.cgsecurity.org/$TARBALL"
   13.18  
   13.19 +TAGS_std="CMOS"
   13.20 +
   13.21  compile_rules() {
   13.22 -	cd $src/src
   13.23 -	rm -f cmospwd
   13.24 -	make &&
   13.25 -	install -Dm755 $src/src/cmospwd $install/usr/bin/cmospwd
   13.26 +	rm src/cmospwd
   13.27 +	make -C src || return 1
   13.28 +
   13.29 +	install -Dm755 src/cmospwd $install/usr/bin/cmospwd
   13.30 +
   13.31 +	cook_pick_docs cmospwd.txt
   13.32  }
   13.33 -
   13.34 -genpkg_rules() {
   13.35 -	copy @std
   13.36 -	TAGS="CMOS"
   13.37 -}
    14.1 Binary file cocoalib/.icon.png has changed
    15.1 --- a/cocoalib/receipt	Wed Nov 28 12:35:25 2018 +0200
    15.2 +++ b/cocoalib/receipt	Fri Nov 30 01:34:53 2018 +0200
    15.3 @@ -1,32 +1,30 @@
    15.4  # SliTaz package receipt v2.
    15.5  
    15.6  PACKAGE="cocoalib"
    15.7 -VERSION="0.9952"
    15.8 +VERSION="0.99600"
    15.9  CATEGORY="misc"
   15.10 -SHORT_DESC="GPL C++ library for doing Computations in Commutative Algebra"
   15.11 +SHORT_DESC="C++ library for doing Computations in Commutative Algebra"
   15.12  MAINTAINER="al.bobylev@gmail.com"
   15.13  LICENSE="GPL3"
   15.14  WEB_SITE="http://cocoa.dima.unige.it/cocoalib/"
   15.15  
   15.16  TARBALL="CoCoALib-$VERSION.tgz"
   15.17 -WGET_URL="${WEB_SITE}tgz/$TARBALL"
   15.18 +WGET_URL="http://cocoa.dima.unige.it/cocoalib/tgz/$TARBALL"
   15.19  
   15.20  BUILD_DEPENDS="bash gmp-dev gsl-dev boost-dev boost-thread boost-system \
   15.21 -boost-filesystem boost-iostreams boost-math-tr1"
   15.22 +boost-filesystem boost-iostreams boost-math-tr1 readline-dev"
   15.23 +
   15.24 +COPY_std="@dev"
   15.25 +DEPENDS_std="gmp gsl boost-thread boost-system boost-filesystem \
   15.26 +boost-iostreams boost-math-tr1 readline"
   15.27  
   15.28  compile_rules() {
   15.29 -	find | grep Makefile | sed 's/Makefile.*/Makefile_dependencies/' | \
   15.30 -		xargs touch -d 197001010000
   15.31 -	./configure $CONFIGURE_ARGS && make library || return 1
   15.32 +	./configure &&
   15.33 +	make library || return 1
   15.34  
   15.35 -	# INSTALL TARGET for CoCoALib NOT YET IMPLEMENTED
   15.36 -	mkdir -p $install/usr/lib $install/usr/include
   15.37 -	cp -r $src/lib/libcocoa.a /$install/usr/lib
   15.38 +	install -Dm644 lib/libcocoa.a $install/usr/lib/libcocoa.a
   15.39 +
   15.40 +	mkdir -p $install/usr/include
   15.41  	cp -r $src/include/* $install/usr/include
   15.42 +	find $install -type f -name '*.H' -exec chmod 644 '{}' \;
   15.43  }
   15.44 -
   15.45 -genpkg_rules() {
   15.46 -	copy @dev
   15.47 -	DEPENDS="gmp gsl boost-thread boost-system boost-filesystem \
   15.48 -	boost-iostreams boost-math-tr1"
   15.49 -}
    16.1 --- a/cookutils/receipt	Wed Nov 28 12:35:25 2018 +0200
    16.2 +++ b/cookutils/receipt	Fri Nov 30 01:34:53 2018 +0200
    16.3 @@ -1,7 +1,7 @@
    16.4  # SliTaz package receipt v2.
    16.5  
    16.6  PACKAGE="cookutils"
    16.7 -VERSION="1095"
    16.8 +VERSION="1100"
    16.9  CATEGORY="base-system"
   16.10  SHORT_DESC="SliTaz packages builder new generation"
   16.11  MAINTAINER="devel@slitaz.org"
    17.1 --- a/curl/receipt	Wed Nov 28 12:35:25 2018 +0200
    17.2 +++ b/curl/receipt	Fri Nov 30 01:34:53 2018 +0200
    17.3 @@ -1,10 +1,10 @@
    17.4  # SliTaz package receipt v2.
    17.5  
    17.6  PACKAGE="curl"
    17.7 -VERSION="7.61.1"
    17.8 +VERSION="7.62.0"
    17.9  CATEGORY="network"
   17.10 -SHORT_DESC="Tool and libs for transferring files with URL syntax"
   17.11 -MAINTAINER="devel@slitaz.org"
   17.12 +SHORT_DESC="Transfer files with URL syntax"
   17.13 +MAINTAINER="al.bobylev@gmail.com"
   17.14  LICENSE="MIT"
   17.15  WEB_SITE="https://curl.haxx.se/"
   17.16  LFS="http://www.linuxfromscratch.org/blfs/view/svn/basicnet/curl.html"
   17.17 @@ -12,41 +12,52 @@
   17.18  TARBALL="$PACKAGE-$VERSION.tar.xz"
   17.19  WGET_URL="https://curl.haxx.se/download/$TARBALL"
   17.20  
   17.21 -BUILD_DEPENDS="zlib-dev openssl-dev libidn2-dev"
   17.22 -# libssh2-dev c-ares-dev brotli-dev openldap-dev libpsl-dev"
   17.23 -SPLIT="libcurl $PACKAGE-dev"
   17.24 +BUILD_DEPENDS="zlib-dev openssl-dev libidn2-dev \
   17.25 +libpsl-dev brotli-dev libssh2-dev openldap-dev nghttp2-dev"
   17.26 +SPLIT="libcurl $PACKAGE $PACKAGE-dev $PACKAGE-big:big $PACKAGE-big-dev:big"
   17.27 +
   17.28 +COPY_big="@std"
   17.29 +
   17.30 +DEPENDS_std="libcurl"
   17.31 +DEPENDS_libcurl="libidn2 openssl zlib"
   17.32 +DEPENDS_dev="curl libidn2-dev openssl-dev zlib-dev"
   17.33 +DEPENDS_big="brotli libidn2 libldap libpsl libssh2 nghttp2 openssl zlib"
   17.34 +DEPENDS_big_dev="curl-big brotli-dev libidn2-dev libpsl-dev libssh2-dev \
   17.35 +nghttp2-dev openldap-dev openssl-dev zlib-dev"
   17.36 +
   17.37 +CAT_libcurl="network|library"
   17.38 +CAT_big="network|with Brotli, SSH2, LDAP, and HTTP2 support"
   17.39 +
   17.40 +PROVIDE_big="curl libcurl"
   17.41 +PROVIDE_big_dev="curl-dev"
   17.42  
   17.43  compile_rules() {
   17.44 -	# --with-libssh2 --with-brotli --enable-ldap --with-nghttp2
   17.45 +	case $SET in
   17.46 +		'')
   17.47 +			SET_ARGS="--without-libpsl --without-brotli --without-libssh2 \
   17.48 +			--disable-ldap --without-nghttp2"
   17.49 +			;;
   17.50 +		big)
   17.51 +			SET_ARGS="--with-libpsl --with-brotli --with-libssh2 \
   17.52 +			--enable-ldap --with-nghttp2"
   17.53 +			;;
   17.54 +	esac
   17.55  
   17.56  	./configure \
   17.57  		--disable-static \
   17.58  		--enable-threaded-resolver \
   17.59  		--with-ca-path=/etc/ssl/certs \
   17.60 +		$SET_ARGS \
   17.61  		$CONFIGURE_ARGS &&
   17.62  	fix libtool &&
   17.63  	make &&
   17.64  	make install || return 1
   17.65  
   17.66 -	rm -rf docs/examples/.deps
   17.67 -	find docs \( -name Makefile\* -o -name \*.1 -o -name \*.3 \) -exec rm {} \;
   17.68 -	cook_pick_docs docs/*
   17.69 -}
   17.70 -
   17.71 -genpkg_rules() {
   17.72 -	case $PACKAGE in
   17.73 -		curl)
   17.74 -			copy curl
   17.75 -			DEPENDS="libcurl"
   17.76 -			;;
   17.77 -		libcurl)
   17.78 -			copy *.so*
   17.79 -			DEPENDS="libidn2 openssl zlib"
   17.80 -			CAT="network|library"
   17.81 -			;;
   17.82 -		curl-dev)
   17.83 -			copy @dev
   17.84 -			DEPENDS="curl libidn2-dev openssl-dev zlib-dev"
   17.85 +	case $SET in
   17.86 +		'')
   17.87 +			rm -rf docs/examples/.deps
   17.88 +			find docs \( -name Makefile\* -o -name \*.1 -o -name \*.3 \) -exec rm {} \;
   17.89 +			cook_pick_docs docs/*
   17.90  			;;
   17.91  	esac
   17.92  }
    18.1 --- a/dbus/receipt	Wed Nov 28 12:35:25 2018 +0200
    18.2 +++ b/dbus/receipt	Fri Nov 30 01:34:53 2018 +0200
    18.3 @@ -1,7 +1,7 @@
    18.4  # SliTaz package receipt v2.
    18.5  
    18.6  PACKAGE="dbus"
    18.7 -VERSION="1.12.8"
    18.8 +VERSION="1.12.10"
    18.9  CATEGORY="x-window"
   18.10  SHORT_DESC="D-Bus, a message bus system"
   18.11  MAINTAINER="devel@slitaz.org"
    19.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    19.2 +++ b/dbus/stuff/overrides	Fri Nov 30 01:34:53 2018 +0200
    19.3 @@ -0,0 +1,1 @@
    19.4 +4750 /usr/libexec/dbus-daemon-launch-helper
    20.1 --- a/qemu/receipt	Wed Nov 28 12:35:25 2018 +0200
    20.2 +++ b/qemu/receipt	Fri Nov 30 01:34:53 2018 +0200
    20.3 @@ -77,7 +77,7 @@
    20.4  			copy @std @rm
    20.5  			# Remove unneeded bios binaries
    20.6  			rm -f $fs/usr/share/qemu/*ppc* $fs/usr/share/qemu/*sparc*
    20.7 -			CATEGORY="misc|for x86 hardware"
    20.8 +			CAT="misc|for x86 hardware"
    20.9  			DEPENDS="alsa-lib gnutls libsdl bluez libtasn1 libsasl vde2 \
   20.10  			libcurl ncurses attr util-linux-uuid glib libusb"
   20.11  			TAGS="virtualization emulator"
    21.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    21.2 +++ b/ruby-gettext/.icon.png	Fri Nov 30 01:34:53 2018 +0200
    21.3 @@ -0,0 +1,1 @@
    21.4 +../ruby/.gem.png
    21.5 \ No newline at end of file
    22.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    22.2 +++ b/ruby-gettext/receipt	Fri Nov 30 01:34:53 2018 +0200
    22.3 @@ -0,0 +1,31 @@
    22.4 +# SliTaz package receipt v2.
    22.5 +
    22.6 +PACKAGE="ruby-gettext"
    22.7 +VERSION="3.2.9"
    22.8 +CATEGORY="ruby"
    22.9 +SHORT_DESC="GNU gettext-like program for Ruby"
   22.10 +MAINTAINER="al.bobylev@gmail.com"
   22.11 +LICENSE="GPL3"
   22.12 +WEB_SITE="https://rubygems.org/gems/${PACKAGE#*-}"
   22.13 +HOST_ARCH="any"
   22.14 +REPOLOGY="${PACKAGE/-/:}"
   22.15 +
   22.16 +TARBALL="${PACKAGE#*-}-$VERSION.gem"
   22.17 +WGET_URL="https://rubygems.org/downloads/$TARBALL"
   22.18 +
   22.19 +BUILD_DEPENDS="ruby-dev"
   22.20 +
   22.21 +COPY_std="@ruby"
   22.22 +DEPENDS_std="ruby-locale ruby-text"
   22.23 +
   22.24 +compile_rules() {
   22.25 +	gem install \
   22.26 +		--no-document \
   22.27 +		--ignore-dependencies \
   22.28 +		--no-user-install \
   22.29 +		--build-root $install \
   22.30 +		$src/$TARBALL &&
   22.31 +	fix gem
   22.32 +
   22.33 +	find $install -type f -perm 664 -exec chmod 644 '{}' \;
   22.34 +}
    23.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    23.2 +++ b/ruby-locale/.icon.png	Fri Nov 30 01:34:53 2018 +0200
    23.3 @@ -0,0 +1,1 @@
    23.4 +../ruby/.gem.png
    23.5 \ No newline at end of file
    24.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    24.2 +++ b/ruby-locale/receipt	Fri Nov 30 01:34:53 2018 +0200
    24.3 @@ -0,0 +1,29 @@
    24.4 +# SliTaz package receipt v2.
    24.5 +
    24.6 +PACKAGE="ruby-locale"
    24.7 +VERSION="2.1.2"
    24.8 +CATEGORY="ruby"
    24.9 +SHORT_DESC="Pure Ruby library which provides basic APIs for localization"
   24.10 +MAINTAINER="al.bobylev@gmail.com"
   24.11 +LICENSE="LGPL3"
   24.12 +WEB_SITE="https://rubygems.org/gems/${PACKAGE#*-}"
   24.13 +HOST_ARCH="any"
   24.14 +REPOLOGY="${PACKAGE/-/:}"
   24.15 +
   24.16 +TARBALL="${PACKAGE#*-}-$VERSION.gem"
   24.17 +WGET_URL="https://rubygems.org/downloads/$TARBALL"
   24.18 +
   24.19 +BUILD_DEPENDS="ruby-dev"
   24.20 +
   24.21 +COPY_std="@ruby"
   24.22 +DEPENDS_std="ruby"
   24.23 +
   24.24 +compile_rules() {
   24.25 +	gem install \
   24.26 +		--no-document \
   24.27 +		--ignore-dependencies \
   24.28 +		--no-user-install \
   24.29 +		--build-root $install \
   24.30 +		$src/$TARBALL &&
   24.31 +	fix gem
   24.32 +}
    25.1 --- a/ruby-ransack/receipt	Wed Nov 28 12:35:25 2018 +0200
    25.2 +++ b/ruby-ransack/receipt	Fri Nov 30 01:34:53 2018 +0200
    25.3 @@ -1,7 +1,7 @@
    25.4  # SliTaz package receipt v2.
    25.5  
    25.6  PACKAGE="ruby-ransack"
    25.7 -VERSION="2.0.1"
    25.8 +VERSION="2.1.0"
    25.9  CATEGORY="ruby"
   25.10  SHORT_DESC="Object-based searching for Active Record and Mongoid"
   25.11  MAINTAINER="al.bobylev@gmail.com"
   25.12 @@ -12,8 +12,12 @@
   25.13  
   25.14  TARBALL="${PACKAGE#*-}-$VERSION.gem"
   25.15  WGET_URL="https://rubygems.org/downloads/$TARBALL"
   25.16 +TARBALL_SHA256="19b81aab0d5a04c165a07b06aaca16b86895c851e021e978b47fb344da101273"
   25.17  
   25.18  BUILD_DEPENDS="ruby-dev"
   25.19 +COPY_std="@ruby"
   25.20 +DEPENDS_std="ruby ruby-actionpack ruby-activerecord ruby-activesupport \
   25.21 +ruby-i18n"
   25.22  
   25.23  compile_rules() {
   25.24  	gem install \
   25.25 @@ -24,9 +28,3 @@
   25.26  		$src/$TARBALL &&
   25.27  	fix gem
   25.28  }
   25.29 -
   25.30 -genpkg_rules() {
   25.31 -	copy @ruby
   25.32 -	DEPENDS="ruby ruby-actionpack ruby-activerecord ruby-activesupport \
   25.33 -	ruby-i18n"
   25.34 -}
    26.1 --- a/ruby-rb-fsevent/receipt	Wed Nov 28 12:35:25 2018 +0200
    26.2 +++ b/ruby-rb-fsevent/receipt	Fri Nov 30 01:34:53 2018 +0200
    26.3 @@ -7,14 +7,21 @@
    26.4  MAINTAINER="al.bobylev@gmail.com"
    26.5  LICENSE="MIT"
    26.6  WEB_SITE="https://rubygems.org/gems/${PACKAGE#*-}"
    26.7 +HOST_ARCH="any"
    26.8  REPOLOGY="${PACKAGE/-/:}"
    26.9  
   26.10  TARBALL="${PACKAGE#*-}-$VERSION.gem"
   26.11  WGET_URL="https://rubygems.org/downloads/$TARBALL"
   26.12 +TARBALL_SHA256="a8f78186feb55bb98579b5e0f8dd925ececfde1b5c2496e5e932997ff999a1d2"
   26.13  
   26.14  BUILD_DEPENDS="ruby-dev"
   26.15  SPLIT="$PACKAGE-dev"
   26.16  
   26.17 +COPY_std="@ruby"
   26.18 +COPY_dev="@ruby-dev"
   26.19 +
   26.20 +DEPENDS_std="ruby"
   26.21 +
   26.22  compile_rules() {
   26.23  	# FIXME: hmm... look at the binary file, is it gem OSX-based only?..
   26.24  	# dependency chain: activeadmin -> sass -> sass-listen -> rb-fsevent
   26.25 @@ -26,15 +33,3 @@
   26.26  		$src/$TARBALL &&
   26.27  	fix gem
   26.28  }
   26.29 -
   26.30 -genpkg_rules() {
   26.31 -	case $PACKAGE in
   26.32 -		*-dev)
   26.33 -			copy @ruby-dev
   26.34 -			;;
   26.35 -		*)
   26.36 -			copy @ruby
   26.37 -			DEPENDS="ruby"
   26.38 -			;;
   26.39 -	esac
   26.40 -}
    27.1 --- a/ruby-rspec-expectations/receipt	Wed Nov 28 12:35:25 2018 +0200
    27.2 +++ b/ruby-rspec-expectations/receipt	Fri Nov 30 01:34:53 2018 +0200
    27.3 @@ -1,7 +1,7 @@
    27.4  # SliTaz package receipt v2.
    27.5  
    27.6  PACKAGE="ruby-rspec-expectations"
    27.7 -VERSION="3.8.1"
    27.8 +VERSION="3.8.2"
    27.9  CATEGORY="ruby"
   27.10  SHORT_DESC="Express expected outcomes of a code example"
   27.11  MAINTAINER="al.bobylev@gmail.com"
   27.12 @@ -14,6 +14,8 @@
   27.13  WGET_URL="http://rubygems.org/downloads/$TARBALL"
   27.14  
   27.15  BUILD_DEPENDS="ruby-dev"
   27.16 +COPY_std="@ruby"
   27.17 +DEPENDS_std="ruby ruby-diff-lcs ruby-rspec-support"
   27.18  
   27.19  compile_rules() {
   27.20  	gem install \
   27.21 @@ -24,8 +26,3 @@
   27.22  		$src/$TARBALL &&
   27.23  	fix gem
   27.24  }
   27.25 -
   27.26 -genpkg_rules() {
   27.27 -	copy @ruby
   27.28 -	DEPENDS="ruby ruby-diff-lcs ruby-rspec-support"
   27.29 -}
    28.1 --- a/ruby-sass/receipt	Wed Nov 28 12:35:25 2018 +0200
    28.2 +++ b/ruby-sass/receipt	Fri Nov 30 01:34:53 2018 +0200
    28.3 @@ -1,7 +1,7 @@
    28.4  # SliTaz package receipt v2.
    28.5  
    28.6  PACKAGE="ruby-sass"
    28.7 -VERSION="3.5.7"
    28.8 +VERSION="3.7.2"
    28.9  CATEGORY="ruby"
   28.10  SHORT_DESC="CSS extension"
   28.11  MAINTAINER="al.bobylev@gmail.com"
   28.12 @@ -14,6 +14,8 @@
   28.13  WGET_URL="https://rubygems.org/downloads/$TARBALL"
   28.14  
   28.15  BUILD_DEPENDS="ruby-dev"
   28.16 +COPY_std="@ruby"
   28.17 +DEPENDS_std="ruby ruby-sass-listen"
   28.18  
   28.19  compile_rules() {
   28.20  	gem install \
   28.21 @@ -24,8 +26,3 @@
   28.22  		$src/$TARBALL &&
   28.23  	fix gem
   28.24  }
   28.25 -
   28.26 -genpkg_rules() {
   28.27 -	copy @ruby
   28.28 -	DEPENDS="ruby ruby-sass-listen"
   28.29 -}
    29.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    29.2 +++ b/ruby-sassc/.icon.png	Fri Nov 30 01:34:53 2018 +0200
    29.3 @@ -0,0 +1,1 @@
    29.4 +../ruby/.gem.png
    29.5 \ No newline at end of file
    30.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    30.2 +++ b/ruby-sassc/receipt	Fri Nov 30 01:34:53 2018 +0200
    30.3 @@ -0,0 +1,33 @@
    30.4 +# SliTaz package receipt v2.
    30.5 +
    30.6 +PACKAGE="ruby-sassc"
    30.7 +VERSION="2.0.0"
    30.8 +CATEGORY="ruby"
    30.9 +SHORT_DESC="Use libsass with Ruby"
   30.10 +MAINTAINER="al.bobylev@gmail.com"
   30.11 +LICENSE="MIT"
   30.12 +WEB_SITE="https://rubygems.org/gems/${PACKAGE#*-}"
   30.13 +HOST_ARCH="any"
   30.14 +REPOLOGY="${PACKAGE/-/:}"
   30.15 +
   30.16 +TARBALL="${PACKAGE#*-}-$VERSION.gem"
   30.17 +WGET_URL="https://rubygems.org/downloads/$TARBALL"
   30.18 +TARBALL_SHA256="b619a0bf48d030e257cfba87c00c04c0eefe6c386bb7b81ee9088423b2e78877"
   30.19 +
   30.20 +BUILD_DEPENDS="ruby-dev"
   30.21 +SPLIT="$PACKAGE-dev"
   30.22 +
   30.23 +COPY_std="@ruby"
   30.24 +COPY_dev="@ruby-dev"
   30.25 +
   30.26 +DEPENDS_std="ruby ruby-ffi ruby-rake"
   30.27 +
   30.28 +compile_rules() {
   30.29 +	gem install \
   30.30 +		--no-document \
   30.31 +		--ignore-dependencies \
   30.32 +		--no-user-install \
   30.33 +		--build-root $install \
   30.34 +		$src/$TARBALL &&
   30.35 +	fix gem
   30.36 +}
    31.1 --- a/ruby-test-unit/receipt	Wed Nov 28 12:35:25 2018 +0200
    31.2 +++ b/ruby-test-unit/receipt	Fri Nov 30 01:34:53 2018 +0200
    31.3 @@ -14,6 +14,8 @@
    31.4  WGET_URL="https://rubygems.org/downloads/$TARBALL"
    31.5  
    31.6  BUILD_DEPENDS="ruby-dev"
    31.7 +COPY_std="@ruby"
    31.8 +DEPENDS_std="ruby"
    31.9  
   31.10  compile_rules() {
   31.11  	gem install \
   31.12 @@ -22,10 +24,6 @@
   31.13  		--no-user-install \
   31.14  		--build-root $install \
   31.15  		$src/$TARBALL &&
   31.16 -	fix gem
   31.17 +	fix gem &&
   31.18 +	find $install -type f -perm 664 -exec chmod 644 '{}' \;
   31.19  }
   31.20 -
   31.21 -genpkg_rules() {
   31.22 -	copy @ruby
   31.23 -	DEPENDS="ruby"
   31.24 -}
    32.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    32.2 +++ b/ruby-text/.icon.png	Fri Nov 30 01:34:53 2018 +0200
    32.3 @@ -0,0 +1,1 @@
    32.4 +../ruby/.gem.png
    32.5 \ No newline at end of file
    33.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    33.2 +++ b/ruby-text/receipt	Fri Nov 30 01:34:53 2018 +0200
    33.3 @@ -0,0 +1,31 @@
    33.4 +# SliTaz package receipt v2.
    33.5 +
    33.6 +PACKAGE="ruby-text"
    33.7 +VERSION="1.3.1"
    33.8 +CATEGORY="ruby"
    33.9 +SHORT_DESC="A collection of text algorithms"
   33.10 +MAINTAINER="al.bobylev@gmail.com"
   33.11 +LICENSE="MIT"
   33.12 +WEB_SITE="https://rubygems.org/gems/${PACKAGE#*-}"
   33.13 +HOST_ARCH="any"
   33.14 +REPOLOGY="${PACKAGE/-/:}"
   33.15 +
   33.16 +TARBALL="${PACKAGE#*-}-$VERSION.gem"
   33.17 +WGET_URL="https://rubygems.org/downloads/$TARBALL"
   33.18 +
   33.19 +BUILD_DEPENDS="ruby-dev"
   33.20 +
   33.21 +COPY_std="@ruby"
   33.22 +DEPENDS_std="ruby"
   33.23 +
   33.24 +compile_rules() {
   33.25 +	gem install \
   33.26 +		--no-document \
   33.27 +		--ignore-dependencies \
   33.28 +		--no-user-install \
   33.29 +		--build-root $install \
   33.30 +		$src/$TARBALL &&
   33.31 +	fix gem
   33.32 +
   33.33 +	find $install -type f -perm 664 -exec chmod 644 '{}' \;
   33.34 +}
    34.1 --- a/ruby-thor/receipt	Wed Nov 28 12:35:25 2018 +0200
    34.2 +++ b/ruby-thor/receipt	Fri Nov 30 01:34:53 2018 +0200
    34.3 @@ -1,7 +1,7 @@
    34.4  # SliTaz package receipt v2.
    34.5  
    34.6  PACKAGE="ruby-thor"
    34.7 -VERSION="0.20.0"
    34.8 +VERSION="0.20.3"
    34.9  CATEGORY="ruby"
   34.10  SHORT_DESC="Toolkit for building powerful command-line interfaces"
   34.11  MAINTAINER="al.bobylev@gmail.com"
   34.12 @@ -14,6 +14,8 @@
   34.13  WGET_URL="http://rubygems.org/downloads/$TARBALL"
   34.14  
   34.15  BUILD_DEPENDS="ruby-dev"
   34.16 +COPY_std="@ruby"
   34.17 +DEPENDS_std="ruby"
   34.18  
   34.19  compile_rules() {
   34.20  	gem install \
   34.21 @@ -24,8 +26,3 @@
   34.22  		$src/$TARBALL &&
   34.23  	fix gem
   34.24  }
   34.25 -
   34.26 -genpkg_rules() {
   34.27 -	copy @ruby
   34.28 -	DEPENDS="ruby"
   34.29 -}
    35.1 --- a/ruby-tins/receipt	Wed Nov 28 12:35:25 2018 +0200
    35.2 +++ b/ruby-tins/receipt	Fri Nov 30 01:34:53 2018 +0200
    35.3 @@ -1,7 +1,7 @@
    35.4  # SliTaz package receipt v2.
    35.5  
    35.6  PACKAGE="ruby-tins"
    35.7 -VERSION="1.16.3"
    35.8 +VERSION="1.20.2"
    35.9  CATEGORY="ruby"
   35.10  SHORT_DESC="All the stuff that isn't good/big enough for a real library"
   35.11  MAINTAINER="al.bobylev@gmail.com"
   35.12 @@ -14,6 +14,8 @@
   35.13  WGET_URL="https://rubygems.org/downloads/$TARBALL"
   35.14  
   35.15  BUILD_DEPENDS="ruby-dev"
   35.16 +COPY_std="@ruby"
   35.17 +DEPENDS_std="ruby"
   35.18  
   35.19  compile_rules() {
   35.20  	gem install \
   35.21 @@ -25,8 +27,3 @@
   35.22  	fix gem &&
   35.23  	chmod -R g-w $install
   35.24  }
   35.25 -
   35.26 -genpkg_rules() {
   35.27 -	copy @ruby
   35.28 -	DEPENDS="ruby"
   35.29 -}
    36.1 Binary file rubyripper/.icon.png has changed
    37.1 --- a/rubyripper/receipt	Wed Nov 28 12:35:25 2018 +0200
    37.2 +++ b/rubyripper/receipt	Fri Nov 30 01:34:53 2018 +0200
    37.3 @@ -1,20 +1,25 @@
    37.4 -# SliTaz package receipt.
    37.5 +# SliTaz package receipt v2.
    37.6  
    37.7  PACKAGE="rubyripper"
    37.8  VERSION="0.6.2"
    37.9  CATEGORY="multimedia"
   37.10 -SHORT_DESC="A secure audio disc ripper"
   37.11 +SHORT_DESC="A high precision CD ripper"
   37.12  MAINTAINER="devel@slitaz.org"
   37.13  LICENSE="GPL3"
   37.14  WEB_SITE="https://github.com/bleskodev/rubyripper"
   37.15 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
   37.16 -WGET_URL="http://rubyripper.googlecode.com/files/$TARBALL" # FIXME
   37.17 +HOST_ARCH="any"
   37.18 +
   37.19 +TARBALL="$PACKAGE-$VERSION.tar.gz"
   37.20 +WGET_URL="https://github.com/bleskodev/rubyripper/archive/v$VERSION.tar.gz"
   37.21 +
   37.22 +BUILD_DEPENDS="ruby-dev ruby-gettext cdparanoia-III cd-discid flac \
   37.23 +vorbis-tools lame vorbisgain mp3gain normalize"
   37.24 +
   37.25 +COPY_std="@std *.png" # 128px icon
   37.26 +DEPENDS="cd-discid cdparanoia-III flac normalize ruby"
   37.27 +SUGGESTED="ruby-gtk2 lame vorbis-tools"
   37.28  TAGS="audio CD ripper"
   37.29  
   37.30 -SUGGESTED="ruby-gtk2 lame vorbis-tools"
   37.31 -DEPENDS="cd-discid cdparanoia-III flac normalize ruby"
   37.32 -BUILD_DEPENDS="cd-discid cdparanoia-III lame normalize ruby-dev vorbis-tools"
   37.33 -
   37.34  compile_rules() {
   37.35  	./configure \
   37.36  		--prefix=/usr \
   37.37 @@ -25,11 +30,3 @@
   37.38  	make &&
   37.39  	make DESTDIR=$install install
   37.40  }
   37.41 -
   37.42 -genpkg_rules() {
   37.43 -	mkdir -p $fs/usr
   37.44 -	cp -a $install/usr/bin $fs/usr
   37.45 -	cp -a $install/usr/lib $fs/usr
   37.46 -	# launcher
   37.47 -	cp -a $stuff/$PACKAGE $fs/usr/bin
   37.48 -}
    38.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    38.2 +++ b/rubyripper/stuff/patches/fallback-cli.patch	Fri Nov 30 01:34:53 2018 +0200
    38.3 @@ -0,0 +1,12 @@
    38.4 +--- a/rubyripper_gtk2.rb
    38.5 ++++ b/rubyripper_gtk2.rb
    38.6 +@@ -32,7 +32,8 @@
    38.7 + begin
    38.8 + 	require 'gtk2'
    38.9 + rescue LoadError
   38.10 +-	puts "The ruby-gtk2 library could not be found. Is it installed?"; exit()
   38.11 ++	puts "The ruby-gtk2 library could not be found. Is it installed?"
   38.12 ++	exec( "terminal -T RubyRipper -e rrip_cli" ) # run CLI in SliTaz terminal
   38.13 + end
   38.14 + 
   38.15 + class Main #the main window
    39.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    39.2 +++ b/rubyripper/stuff/patches/series	Fri Nov 30 01:34:53 2018 +0200
    39.3 @@ -0,0 +1,1 @@
    39.4 +fallback-cli.patch
    40.1 --- a/rubyripper/stuff/rubyripper	Wed Nov 28 12:35:25 2018 +0200
    40.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    40.3 @@ -1,10 +0,0 @@
    40.4 -#!/bin/sh
    40.5 -#	Rubyripper launcher
    40.6 -#	(C) 2007-2010 SliTaz - GNU General Public License v3. 
    40.7 -
    40.8 -RUBY_GTK2_PC=$(/usr/bin/pkg-config --exists ruby-gtk2)
    40.9 -if [ $RUBY_GTK2_PC ]; then
   40.10 -	/usr/bin/rrip_gui
   40.11 -else
   40.12 -	/usr/bin/xterm -T "Rubyripper CLI" -e /usr/bin/rrip_cli
   40.13 -fi
    41.1 --- a/rubyripper/stuff/rubyripper.desktop	Wed Nov 28 12:35:25 2018 +0200
    41.2 +++ b/rubyripper/stuff/rubyripper.desktop	Fri Nov 30 01:34:53 2018 +0200
    41.3 @@ -1,7 +1,8 @@
    41.4  [Desktop Entry]
    41.5  Type=Application
    41.6  Name=Rubyripper CD ripper
    41.7 -Comment=A Secure Audio Disc Ripper
    41.8 +Comment=Secure Audio Disc Ripper
    41.9 +Comment[nl]=Veilige Audio CD Ripper
   41.10 +Exec=rrip_gui
   41.11  Icon=rubyripper
   41.12 -Exec=rubyripper
   41.13  Categories=Audio;AudioVideo;
    42.1 Binary file rubyripper/stuff/rubyripper.png has changed
    43.1 --- a/sdft/receipt	Wed Nov 28 12:35:25 2018 +0200
    43.2 +++ b/sdft/receipt	Fri Nov 30 01:34:53 2018 +0200
    43.3 @@ -7,8 +7,9 @@
    43.4  MAINTAINER="al.bobylev@gmail.com"
    43.5  LICENSE="GPL3"
    43.6  WEB_SITE="http://www.slitaz.org/"
    43.7 +HOST_ARCH="any"
    43.8  REPOLOGY="-"
    43.9  
   43.10 -genpkg_rules() {
   43.11 -	install -Dm755 $stuff/sdft $fs/usr/bin/sdft
   43.12 +compile_rules() {
   43.13 +	install -Dm755 $stuff/sdft $install/usr/bin/sdft
   43.14  }
    44.1 --- a/shell-detector/receipt	Wed Nov 28 12:35:25 2018 +0200
    44.2 +++ b/shell-detector/receipt	Fri Nov 30 01:34:53 2018 +0200
    44.3 @@ -7,6 +7,7 @@
    44.4  MAINTAINER="pascal.bellard@slitaz.org"
    44.5  LICENSE="MIT"
    44.6  WEB_SITE="https://www.emposha.com/security/php-shell-detector-web-shell-detection-tool.html"
    44.7 +HOST_ARCH="any"
    44.8  
    44.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   44.10  #WGET_URL="https://github.com/emposha/PHP-Shell-Detector/tarball/master"
    45.1 --- a/shiki-colors-murrine/receipt	Wed Nov 28 12:35:25 2018 +0200
    45.2 +++ b/shiki-colors-murrine/receipt	Fri Nov 30 01:34:53 2018 +0200
    45.3 @@ -7,6 +7,8 @@
    45.4  MAINTAINER="al.bobylev@gmail.com"
    45.5  LICENSE="GPL2"
    45.6  WEB_SITE="https://github.com/gnome-colors/gnome-colors"
    45.7 +HOST_ARCH="any"
    45.8 +
    45.9  TARBALL="gnome-colors-$VERSION.tar.gz"
   45.10  WGET_URL="https://github.com/gnome-colors/gnome-colors/archive/$VERSION.tar.gz"
   45.11  
    46.1 --- a/shiki-colors/receipt	Wed Nov 28 12:35:25 2018 +0200
    46.2 +++ b/shiki-colors/receipt	Fri Nov 30 01:34:53 2018 +0200
    46.3 @@ -7,6 +7,7 @@
    46.4  MAINTAINER="al.bobylev@gmail.com"
    46.5  LICENSE="GPL2"
    46.6  WEB_SITE="https://github.com/gnome-colors/gnome-colors"
    46.7 +HOST_ARCH="any"
    46.8  
    46.9  TARBALL="gnome-colors-$VERSION.tar.gz"
   46.10  WGET_URL="https://github.com/gnome-colors/gnome-colors/archive/$VERSION.tar.gz"
    47.1 --- a/shimmer-themes/receipt	Wed Nov 28 12:35:25 2018 +0200
    47.2 +++ b/shimmer-themes/receipt	Fri Nov 30 01:34:53 2018 +0200
    47.3 @@ -7,6 +7,7 @@
    47.4  MAINTAINER="al.bobylev@gmail.com"
    47.5  LICENSE="GPL2 CC-BY-SA-3"
    47.6  WEB_SITE="https://shimmerproject.org/"
    47.7 +HOST_ARCH="any"
    47.8  
    47.9  DEPENDS="gtk-theme-albatross gtk-theme-blackbird gtk-theme-bluebird \
   47.10  gtk-theme-greybird gtk-theme-orion"
    48.1 --- a/shutdown/receipt	Wed Nov 28 12:35:25 2018 +0200
    48.2 +++ b/shutdown/receipt	Fri Nov 30 01:34:53 2018 +0200
    48.3 @@ -7,6 +7,7 @@
    48.4  MAINTAINER="devel@slitaz.org"
    48.5  LICENSE="LGPL"
    48.6  WEB_SITE="http://www.slitaz.org/"
    48.7 +HOST_ARCH="any"
    48.8  REPOLOGY="-"
    48.9  
   48.10  genpkg_rules() {
    49.1 --- a/slim-theme-7legs/receipt	Wed Nov 28 12:35:25 2018 +0200
    49.2 +++ b/slim-theme-7legs/receipt	Fri Nov 30 01:34:53 2018 +0200
    49.3 @@ -7,6 +7,7 @@
    49.4  MAINTAINER="al.bobylev@gmail.com"
    49.5  LICENSE="CC-BY"
    49.6  WEB_SITE="http://www.slitaz.org/"
    49.7 +HOST_ARCH="any"
    49.8  
    49.9  BUILD_DEPENDS="rsvg-convert"
   49.10  COOKOPTS="!pngquant"
    50.1 --- a/slim-theme-cat/receipt	Wed Nov 28 12:35:25 2018 +0200
    50.2 +++ b/slim-theme-cat/receipt	Fri Nov 30 01:34:53 2018 +0200
    50.3 @@ -7,6 +7,7 @@
    50.4  MAINTAINER="al.bobylev@gmail.com"
    50.5  LICENSE="CC-BY"
    50.6  WEB_SITE="http://www.slitaz.org/"
    50.7 +HOST_ARCH="any"
    50.8  
    50.9  BUILD_DEPENDS="rsvg-convert"
   50.10  COOKOPTS="!pngquant"
    51.1 --- a/slim-theme-mascot/receipt	Wed Nov 28 12:35:25 2018 +0200
    51.2 +++ b/slim-theme-mascot/receipt	Fri Nov 30 01:34:53 2018 +0200
    51.3 @@ -7,6 +7,7 @@
    51.4  MAINTAINER="al.bobylev@gmail.com"
    51.5  LICENSE="CC-BY"
    51.6  WEB_SITE="http://www.slitaz.org/"
    51.7 +HOST_ARCH="any"
    51.8  
    51.9  BUILD_DEPENDS="rsvg-convert"
   51.10  COOKOPTS="!pngquant"
    52.1 --- a/slitaz-base-files/receipt	Wed Nov 28 12:35:25 2018 +0200
    52.2 +++ b/slitaz-base-files/receipt	Fri Nov 30 01:34:53 2018 +0200
    52.3 @@ -7,6 +7,7 @@
    52.4  MAINTAINER="devel@slitaz.org"
    52.5  LICENSE="BSD GPL3"
    52.6  WEB_SITE="http://www.slitaz.org/"
    52.7 +HOST_ARCH="any"
    52.8  REPOLOGY="-"
    52.9  
   52.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    53.1 --- a/xorg-cf-files/receipt	Wed Nov 28 12:35:25 2018 +0200
    53.2 +++ b/xorg-cf-files/receipt	Fri Nov 30 01:34:53 2018 +0200
    53.3 @@ -7,6 +7,7 @@
    53.4  MAINTAINER="devel@slitaz.org"
    53.5  LICENSE="MIT"
    53.6  WEB_SITE="https://www.x.org/wiki/"
    53.7 +HOST_ARCH="any"
    53.8  
    53.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   53.10  WGET_URL="$XORG_MIRROR/util/$TARBALL"
   53.11 @@ -16,7 +17,3 @@
   53.12  	make &&
   53.13  	make install
   53.14  }
   53.15 -
   53.16 -genpkg_rules() {
   53.17 -	copy @std
   53.18 -}
    54.1 --- a/xorg-encodings/receipt	Wed Nov 28 12:35:25 2018 +0200
    54.2 +++ b/xorg-encodings/receipt	Fri Nov 30 01:34:53 2018 +0200
    54.3 @@ -8,6 +8,7 @@
    54.4  LICENSE="PublicDomain"
    54.5  WEB_SITE="https://www.x.org/wiki/"
    54.6  LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7font.html"
    54.7 +HOST_ARCH="any"
    54.8  REPOLOGY="encodings"
    54.9  
   54.10  TARBALL="encodings-$VERSION.tar.bz2"
    55.1 --- a/xorg-evieext/receipt	Wed Nov 28 12:35:25 2018 +0200
    55.2 +++ b/xorg-evieext/receipt	Fri Nov 30 01:34:53 2018 +0200
    55.3 @@ -7,6 +7,7 @@
    55.4  MAINTAINER="devel@slitaz.org"
    55.5  LICENSE="MIT"
    55.6  WEB_SITE="https://www.x.org/wiki/"
    55.7 +HOST_ARCH="any"
    55.8  REPOLOGY="evieext"
    55.9  
   55.10  TARBALL="evieext-$VERSION.tar.bz2"
    56.1 --- a/xorg-font-adobe-100dpi/receipt	Wed Nov 28 12:35:25 2018 +0200
    56.2 +++ b/xorg-font-adobe-100dpi/receipt	Fri Nov 30 01:34:53 2018 +0200
    56.3 @@ -8,6 +8,7 @@
    56.4  MAINTAINER="al.bobylev@gmail.com"
    56.5  LICENSE="MIT"
    56.6  WEB_SITE="https://www.x.org/wiki/"
    56.7 +HOST_ARCH="any"
    56.8  REPOLOGY="fonts:adobe-100dpi"
    56.9  
   56.10  TARBALL="font-adobe-100dpi-$VERSION.tar.bz2"
    57.1 --- a/xorg-font-adobe-75dpi/receipt	Wed Nov 28 12:35:25 2018 +0200
    57.2 +++ b/xorg-font-adobe-75dpi/receipt	Fri Nov 30 01:34:53 2018 +0200
    57.3 @@ -8,6 +8,7 @@
    57.4  MAINTAINER="al.bobylev@gmail.com"
    57.5  LICENSE="MIT"
    57.6  WEB_SITE="https://www.x.org/wiki/"
    57.7 +HOST_ARCH="any"
    57.8  REPOLOGY="fonts:adobe-75dpi"
    57.9  
   57.10  TARBALL="font-adobe-75dpi-$VERSION.tar.bz2"
    58.1 --- a/xorg-font-adobe-utopia-100dpi/receipt	Wed Nov 28 12:35:25 2018 +0200
    58.2 +++ b/xorg-font-adobe-utopia-100dpi/receipt	Fri Nov 30 01:34:53 2018 +0200
    58.3 @@ -7,6 +7,7 @@
    58.4  MAINTAINER="al.bobylev@gmail.com"
    58.5  LICENSE="other"
    58.6  WEB_SITE="https://www.x.org/wiki/"
    58.7 +HOST_ARCH="any"
    58.8  REPOLOGY="fonts:adobe-utopia-100dpi"
    58.9  
   58.10  TARBALL="font-adobe-utopia-100dpi-$VERSION.tar.bz2"
    59.1 --- a/xorg-font-adobe-utopia-75dpi/receipt	Wed Nov 28 12:35:25 2018 +0200
    59.2 +++ b/xorg-font-adobe-utopia-75dpi/receipt	Fri Nov 30 01:34:53 2018 +0200
    59.3 @@ -7,6 +7,7 @@
    59.4  MAINTAINER="al.bobylev@gmail.com"
    59.5  LICENSE="other"
    59.6  WEB_SITE="https://www.x.org/wiki/"
    59.7 +HOST_ARCH="any"
    59.8  REPOLOGY="fonts:adobe-utopia-75dpi"
    59.9  
   59.10  TARBALL="font-adobe-utopia-75dpi-$VERSION.tar.bz2"
    60.1 --- a/xorg-font-adobe-utopia-type1/receipt	Wed Nov 28 12:35:25 2018 +0200
    60.2 +++ b/xorg-font-adobe-utopia-type1/receipt	Fri Nov 30 01:34:53 2018 +0200
    60.3 @@ -8,6 +8,7 @@
    60.4  LICENSE="other"
    60.5  WEB_SITE="https://www.x.org/wiki/"
    60.6  LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7font.html"
    60.7 +HOST_ARCH="any"
    60.8  REPOLOGY="fonts:adobe-utopia-type1"
    60.9  
   60.10  TARBALL="font-adobe-utopia-type1-$VERSION.tar.bz2"
    61.1 --- a/xorg-font-alias/receipt	Wed Nov 28 12:35:25 2018 +0200
    61.2 +++ b/xorg-font-alias/receipt	Fri Nov 30 01:34:53 2018 +0200
    61.3 @@ -8,6 +8,7 @@
    61.4  LICENSE="other"
    61.5  WEB_SITE="https://www.x.org/wiki/"
    61.6  LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7font.html"
    61.7 +HOST_ARCH="any"
    61.8  REPOLOGY="font-alias"
    61.9  
   61.10  TARBALL="font-alias-$VERSION.tar.bz2"
    62.1 --- a/xorg-font-arabic-misc/receipt	Wed Nov 28 12:35:25 2018 +0200
    62.2 +++ b/xorg-font-arabic-misc/receipt	Fri Nov 30 01:34:53 2018 +0200
    62.3 @@ -7,6 +7,7 @@
    62.4  MAINTAINER="al.bobylev@gmail.com"
    62.5  LICENSE="MIT"
    62.6  WEB_SITE="https://www.x.org/wiki/"
    62.7 +HOST_ARCH="any"
    62.8  REPOLOGY="fonts:arabic-misc"
    62.9  
   62.10  TARBALL="font-arabic-misc-$VERSION.tar.bz2"
    63.1 --- a/xorg-font-bh-100dpi/receipt	Wed Nov 28 12:35:25 2018 +0200
    63.2 +++ b/xorg-font-bh-100dpi/receipt	Fri Nov 30 01:34:53 2018 +0200
    63.3 @@ -7,6 +7,7 @@
    63.4  MAINTAINER="al.bobylev@gmail.com"
    63.5  LICENSE="MIT"
    63.6  WEB_SITE="https://www.x.org/wiki/"
    63.7 +HOST_ARCH="any"
    63.8  REPOLOGY="fonts:bh-100dpi"
    63.9  
   63.10  TARBALL="font-bh-100dpi-$VERSION.tar.bz2"
    64.1 --- a/xorg-font-bh-75dpi/receipt	Wed Nov 28 12:35:25 2018 +0200
    64.2 +++ b/xorg-font-bh-75dpi/receipt	Fri Nov 30 01:34:53 2018 +0200
    64.3 @@ -7,6 +7,7 @@
    64.4  MAINTAINER="al.bobylev@gmail.com"
    64.5  LICENSE="MIT"
    64.6  WEB_SITE="https://www.x.org/wiki/"
    64.7 +HOST_ARCH="any"
    64.8  REPOLOGY="fonts:bh-75dpi"
    64.9  
   64.10  TARBALL="font-bh-75dpi-$VERSION.tar.bz2"
    65.1 --- a/xorg-font-bh-lucidatypewriter-100dpi/receipt	Wed Nov 28 12:35:25 2018 +0200
    65.2 +++ b/xorg-font-bh-lucidatypewriter-100dpi/receipt	Fri Nov 30 01:34:53 2018 +0200
    65.3 @@ -7,6 +7,7 @@
    65.4  MAINTAINER="al.bobylev@gmail.com"
    65.5  LICENSE="other"
    65.6  WEB_SITE="https://www.x.org/wiki/"
    65.7 +HOST_ARCH="any"
    65.8  REPOLOGY="fonts:bh-lucidatypewriter-100dpi"
    65.9  
   65.10  TARBALL="font-bh-lucidatypewriter-100dpi-$VERSION.tar.bz2"
    66.1 --- a/xorg-font-bh-lucidatypewriter-75dpi/receipt	Wed Nov 28 12:35:25 2018 +0200
    66.2 +++ b/xorg-font-bh-lucidatypewriter-75dpi/receipt	Fri Nov 30 01:34:53 2018 +0200
    66.3 @@ -7,6 +7,7 @@
    66.4  MAINTAINER="al.bobylev@gmail.com"
    66.5  LICENSE="other"
    66.6  WEB_SITE="https://www.x.org/wiki/"
    66.7 +HOST_ARCH="any"
    66.8  REPOLOGY="fonts:bh-lucidatypewriter-75dpi"
    66.9  
   66.10  TARBALL="font-bh-lucidatypewriter-75dpi-$VERSION.tar.bz2"
    67.1 --- a/xorg-font-bh-ttf/receipt	Wed Nov 28 12:35:25 2018 +0200
    67.2 +++ b/xorg-font-bh-ttf/receipt	Fri Nov 30 01:34:53 2018 +0200
    67.3 @@ -8,6 +8,7 @@
    67.4  LICENSE="MIT"
    67.5  WEB_SITE="https://www.x.org/wiki/"
    67.6  LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7font.html"
    67.7 +HOST_ARCH="any"
    67.8  REPOLOGY="font-bh-ttf"
    67.9  
   67.10  TARBALL="font-bh-ttf-$VERSION.tar.bz2"
    68.1 --- a/xorg-font-bh-type1/receipt	Wed Nov 28 12:35:25 2018 +0200
    68.2 +++ b/xorg-font-bh-type1/receipt	Fri Nov 30 01:34:53 2018 +0200
    68.3 @@ -8,6 +8,7 @@
    68.4  LICENSE="MIT"
    68.5  WEB_SITE="https://www.x.org/wiki/"
    68.6  LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7font.html"
    68.7 +HOST_ARCH="any"
    68.8  REPOLOGY="fonts:bh-type1"
    68.9  
   68.10  TARBALL="font-bh-type1-$VERSION.tar.bz2"
    69.1 --- a/xorg-font-bitstream-100dpi/receipt	Wed Nov 28 12:35:25 2018 +0200
    69.2 +++ b/xorg-font-bitstream-100dpi/receipt	Fri Nov 30 01:34:53 2018 +0200
    69.3 @@ -7,6 +7,7 @@
    69.4  MAINTAINER="al.bobylev@gmail.com"
    69.5  LICENSE="MIT"
    69.6  WEB_SITE="https://www.x.org/wiki/"
    69.7 +HOST_ARCH="any"
    69.8  REPOLOGY="fonts:bitstream-100dpi"
    69.9  
   69.10  TARBALL="font-bitstream-100dpi-$VERSION.tar.bz2"
    70.1 --- a/xorg-font-bitstream-75dpi/receipt	Wed Nov 28 12:35:25 2018 +0200
    70.2 +++ b/xorg-font-bitstream-75dpi/receipt	Fri Nov 30 01:34:53 2018 +0200
    70.3 @@ -7,6 +7,7 @@
    70.4  MAINTAINER="al.bobylev@gmail.com"
    70.5  LICENSE="MIT"
    70.6  WEB_SITE="https://www.x.org/wiki/"
    70.7 +HOST_ARCH="any"
    70.8  REPOLOGY="fonts:bitstream-75dpi"
    70.9  
   70.10  TARBALL="font-bitstream-75dpi-$VERSION.tar.bz2"
    71.1 --- a/xorg-font-bitstream-type1/receipt	Wed Nov 28 12:35:25 2018 +0200
    71.2 +++ b/xorg-font-bitstream-type1/receipt	Fri Nov 30 01:34:53 2018 +0200
    71.3 @@ -7,6 +7,7 @@
    71.4  MAINTAINER="al.bobylev@gmail.com"
    71.5  LICENSE="MIT"
    71.6  WEB_SITE="https://www.x.org/wiki/"
    71.7 +HOST_ARCH="any"
    71.8  REPOLOGY="fonts:bitstream-type1"
    71.9  
   71.10  TARBALL="font-bitstream-type1-$VERSION.tar.bz2"
    72.1 --- a/xorg-font-cronyx-cyrillic/receipt	Wed Nov 28 12:35:25 2018 +0200
    72.2 +++ b/xorg-font-cronyx-cyrillic/receipt	Fri Nov 30 01:34:53 2018 +0200
    72.3 @@ -7,6 +7,7 @@
    72.4  MAINTAINER="al.bobylev@gmail.com"
    72.5  LICENSE="other"
    72.6  WEB_SITE="https://www.x.org/wiki/"
    72.7 +HOST_ARCH="any"
    72.8  REPOLOGY="fonts:cronyx-cyrillic"
    72.9  
   72.10  TARBALL="font-cronyx-cyrillic-$VERSION.tar.bz2"
    73.1 --- a/xorg-font-cursor-misc/receipt	Wed Nov 28 12:35:25 2018 +0200
    73.2 +++ b/xorg-font-cursor-misc/receipt	Fri Nov 30 01:34:53 2018 +0200
    73.3 @@ -7,6 +7,7 @@
    73.4  MAINTAINER="al.bobylev@gmail.com"
    73.5  LICENSE="other"
    73.6  WEB_SITE="https://www.x.org/wiki/"
    73.7 +HOST_ARCH="any"
    73.8  REPOLOGY="font-cursor-misc"
    73.9  
   73.10  TARBALL="font-cursor-misc-$VERSION.tar.bz2"
    74.1 --- a/xorg-font-daewoo-misc/receipt	Wed Nov 28 12:35:25 2018 +0200
    74.2 +++ b/xorg-font-daewoo-misc/receipt	Fri Nov 30 01:34:53 2018 +0200
    74.3 @@ -7,6 +7,7 @@
    74.4  MAINTAINER="al.bobylev@gmail.com"
    74.5  LICENSE="other"
    74.6  WEB_SITE="https://www.x.org/wiki/"
    74.7 +HOST_ARCH="any"
    74.8  REPOLOGY="font-daewoo-misc"
    74.9  
   74.10  TARBALL="font-daewoo-misc-$VERSION.tar.bz2"
    75.1 --- a/xorg-font-dec-misc/receipt	Wed Nov 28 12:35:25 2018 +0200
    75.2 +++ b/xorg-font-dec-misc/receipt	Fri Nov 30 01:34:53 2018 +0200
    75.3 @@ -7,6 +7,7 @@
    75.4  MAINTAINER="al.bobylev@gmail.com"
    75.5  LICENSE="MIT"
    75.6  WEB_SITE="https://www.x.org/wiki/"
    75.7 +HOST_ARCH="any"
    75.8  REPOLOGY="font-dec-misc"
    75.9  
   75.10  TARBALL="font-dec-misc-$VERSION.tar.bz2"
    76.1 --- a/xorg-font-ibm-type1/receipt	Wed Nov 28 12:35:25 2018 +0200
    76.2 +++ b/xorg-font-ibm-type1/receipt	Fri Nov 30 01:34:53 2018 +0200
    76.3 @@ -8,6 +8,7 @@
    76.4  LICENSE="MIT"
    76.5  WEB_SITE="https://www.x.org/wiki/"
    76.6  LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7font.html"
    76.7 +HOST_ARCH="any"
    76.8  REPOLOGY="fonts:ibm-type1"
    76.9  
   76.10  TARBALL="font-ibm-type1-$VERSION.tar.bz2"
    77.1 --- a/xorg-font-isas-misc/receipt	Wed Nov 28 12:35:25 2018 +0200
    77.2 +++ b/xorg-font-isas-misc/receipt	Fri Nov 30 01:34:53 2018 +0200
    77.3 @@ -7,6 +7,7 @@
    77.4  MAINTAINER="al.bobylev@gmail.com"
    77.5  LICENSE="MIT"
    77.6  WEB_SITE="https://www.x.org/wiki/"
    77.7 +HOST_ARCH="any"
    77.8  REPOLOGY="fonts:isas-misc"
    77.9  
   77.10  TARBALL="font-isas-misc-$VERSION.tar.bz2"
    78.1 --- a/xorg-font-jis-misc/receipt	Wed Nov 28 12:35:25 2018 +0200
    78.2 +++ b/xorg-font-jis-misc/receipt	Fri Nov 30 01:34:53 2018 +0200
    78.3 @@ -7,6 +7,7 @@
    78.4  MAINTAINER="al.bobylev@gmail.com"
    78.5  LICENSE="other"
    78.6  WEB_SITE="https://www.x.org/wiki/"
    78.7 +HOST_ARCH="any"
    78.8  REPOLOGY="font-jis-misc"
    78.9  
   78.10  TARBALL="font-jis-misc-$VERSION.tar.bz2"
    79.1 --- a/xorg-font-micro-misc/receipt	Wed Nov 28 12:35:25 2018 +0200
    79.2 +++ b/xorg-font-micro-misc/receipt	Fri Nov 30 01:34:53 2018 +0200
    79.3 @@ -7,6 +7,7 @@
    79.4  MAINTAINER="al.bobylev@gmail.com"
    79.5  LICENSE="PublicDomain"
    79.6  WEB_SITE="https://www.x.org/wiki/"
    79.7 +HOST_ARCH="any"
    79.8  REPOLOGY="fonts:micro-misc"
    79.9  
   79.10  TARBALL="font-micro-misc-$VERSION.tar.bz2"
    80.1 --- a/xorg-font-misc-cyrillic/receipt	Wed Nov 28 12:35:25 2018 +0200
    80.2 +++ b/xorg-font-misc-cyrillic/receipt	Fri Nov 30 01:34:53 2018 +0200
    80.3 @@ -7,6 +7,7 @@
    80.4  MAINTAINER="al.bobylev@gmail.com"
    80.5  LICENSE="other"
    80.6  WEB_SITE="https://www.x.org/wiki/"
    80.7 +HOST_ARCH="any"
    80.8  REPOLOGY="fonts:misc-cyrillic"
    80.9  
   80.10  TARBALL="font-misc-cyrillic-$VERSION.tar.bz2"
    81.1 --- a/xorg-font-misc-ethiopic/receipt	Wed Nov 28 12:35:25 2018 +0200
    81.2 +++ b/xorg-font-misc-ethiopic/receipt	Fri Nov 30 01:34:53 2018 +0200
    81.3 @@ -8,6 +8,7 @@
    81.4  LICENSE="MIT"
    81.5  WEB_SITE="https://www.x.org/wiki/"
    81.6  LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7font.html"
    81.7 +HOST_ARCH="any"
    81.8  REPOLOGY="font-misc-ethiopic"
    81.9  
   81.10  TARBALL="font-misc-ethiopic-$VERSION.tar.bz2"
    82.1 --- a/xorg-font-misc-meltho/receipt	Wed Nov 28 12:35:25 2018 +0200
    82.2 +++ b/xorg-font-misc-meltho/receipt	Fri Nov 30 01:34:53 2018 +0200
    82.3 @@ -7,6 +7,7 @@
    82.4  MAINTAINER="al.bobylev@gmail.com"
    82.5  LICENSE="MIT"
    82.6  WEB_SITE="https://www.x.org/wiki/"
    82.7 +HOST_ARCH="any"
    82.8  REPOLOGY="font-misc-meltho"
    82.9  
   82.10  TARBALL="font-misc-meltho-$VERSION.tar.bz2"
    83.1 --- a/xorg-font-mutt-misc/receipt	Wed Nov 28 12:35:25 2018 +0200
    83.2 +++ b/xorg-font-mutt-misc/receipt	Fri Nov 30 01:34:53 2018 +0200
    83.3 @@ -7,6 +7,7 @@
    83.4  MAINTAINER="al.bobylev@gmail.com"
    83.5  LICENSE="MIT"
    83.6  WEB_SITE="https://www.x.org/wiki/"
    83.7 +HOST_ARCH="any"
    83.8  REPOLOGY="fonts:mutt-misc"
    83.9  
   83.10  TARBALL="font-mutt-misc-$VERSION.tar.bz2"
    84.1 --- a/xorg-font-schumacher-misc/receipt	Wed Nov 28 12:35:25 2018 +0200
    84.2 +++ b/xorg-font-schumacher-misc/receipt	Fri Nov 30 01:34:53 2018 +0200
    84.3 @@ -7,6 +7,7 @@
    84.4  MAINTAINER="al.bobylev@gmail.com"
    84.5  LICENSE="MIT"
    84.6  WEB_SITE="https://www.x.org/wiki/"
    84.7 +HOST_ARCH="any"
    84.8  REPOLOGY="font-schumacher-misc"
    84.9  
   84.10  TARBALL="font-schumacher-misc-$VERSION.tar.bz2"
    85.1 --- a/xorg-font-screen-cyrillic/receipt	Wed Nov 28 12:35:25 2018 +0200
    85.2 +++ b/xorg-font-screen-cyrillic/receipt	Fri Nov 30 01:34:53 2018 +0200
    85.3 @@ -7,6 +7,7 @@
    85.4  MAINTAINER="al.bobylev@gmail.com"
    85.5  LICENSE="other"
    85.6  WEB_SITE="https://www.x.org/wiki/"
    85.7 +HOST_ARCH="any"
    85.8  REPOLOGY="fonts:screen-cyrillic"
    85.9  
   85.10  TARBALL="font-screen-cyrillic-$VERSION.tar.bz2"
    86.1 --- a/xorg-font-sony-misc/receipt	Wed Nov 28 12:35:25 2018 +0200
    86.2 +++ b/xorg-font-sony-misc/receipt	Fri Nov 30 01:34:53 2018 +0200
    86.3 @@ -7,6 +7,7 @@
    86.4  MAINTAINER="al.bobylev@gmail.com"
    86.5  LICENSE="MIT"
    86.6  WEB_SITE="https://www.x.org/wiki/"
    86.7 +HOST_ARCH="any"
    86.8  REPOLOGY="font-sony-misc"
    86.9  
   86.10  TARBALL="font-sony-misc-$VERSION.tar.bz2"
    87.1 --- a/xorg-font-sun-misc/receipt	Wed Nov 28 12:35:25 2018 +0200
    87.2 +++ b/xorg-font-sun-misc/receipt	Fri Nov 30 01:34:53 2018 +0200
    87.3 @@ -7,6 +7,7 @@
    87.4  MAINTAINER="al.bobylev@gmail.com"
    87.5  LICENSE="MIT"
    87.6  WEB_SITE="https://www.x.org/wiki/"
    87.7 +HOST_ARCH="any"
    87.8  REPOLOGY="font-sun-misc"
    87.9  
   87.10  TARBALL="font-sun-misc-$VERSION.tar.bz2"
    88.1 --- a/xorg-font-winitzki-cyrillic/receipt	Wed Nov 28 12:35:25 2018 +0200
    88.2 +++ b/xorg-font-winitzki-cyrillic/receipt	Fri Nov 30 01:34:53 2018 +0200
    88.3 @@ -7,6 +7,7 @@
    88.4  MAINTAINER="al.bobylev@gmail.com"
    88.5  LICENSE="PublicDomain"
    88.6  WEB_SITE="https://www.x.org/wiki/"
    88.7 +HOST_ARCH="any"
    88.8  REPOLOGY="fonts:winitzki-cyrillic"
    88.9  
   88.10  TARBALL="font-winitzki-cyrillic-$VERSION.tar.bz2"
    89.1 --- a/xorg-font-xfree86-type1/receipt	Wed Nov 28 12:35:25 2018 +0200
    89.2 +++ b/xorg-font-xfree86-type1/receipt	Fri Nov 30 01:34:53 2018 +0200
    89.3 @@ -8,6 +8,7 @@
    89.4  LICENSE="MIT"
    89.5  WEB_SITE="https://www.x.org/wiki/"
    89.6  LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7font.html"
    89.7 +HOST_ARCH="any"
    89.8  REPOLOGY="fonts:xfree86-type1"
    89.9  
   89.10  TARBALL="font-xfree86-type1-$VERSION.tar.bz2"
   89.11 @@ -15,17 +16,14 @@
   89.12  
   89.13  BUILD_DEPENDS="xorg-util-macros xorg-font-util-dev xorg-mkfontdir"
   89.14  
   89.15 +TAGS_atd="font"
   89.16 +
   89.17  compile_rules() {
   89.18  	./configure $CONFIGURE_ARGS &&
   89.19  	make &&
   89.20  	make install
   89.21  }
   89.22  
   89.23 -genpkg_rules() {
   89.24 -	copy @std
   89.25 -	TAGS="font"
   89.26 -}
   89.27 -
   89.28  post_install() {
   89.29  	chroot "$1/" fc-cache -r /usr/share/fonts/X11/Type1
   89.30  }
    90.1 --- a/xorg-gccmakedep/receipt	Wed Nov 28 12:35:25 2018 +0200
    90.2 +++ b/xorg-gccmakedep/receipt	Fri Nov 30 01:34:53 2018 +0200
    90.3 @@ -7,6 +7,7 @@
    90.4  MAINTAINER="pascal.bellard@slitaz.org"
    90.5  LICENSE="MIT"
    90.6  WEB_SITE="https://www.x.org/wiki/"
    90.7 +HOST_ARCH="any"
    90.8  REPOLOGY="gccmakedep"
    90.9  
   90.10  TARBALL="gccmakedep-$VERSION.tar.bz2"
   90.11 @@ -19,7 +20,3 @@
   90.12  	make &&
   90.13  	make install
   90.14  }
   90.15 -
   90.16 -genpkg_rules() {
   90.17 -	copy @std
   90.18 -}
    91.1 --- a/xorg-mkfontdir/receipt	Wed Nov 28 12:35:25 2018 +0200
    91.2 +++ b/xorg-mkfontdir/receipt	Fri Nov 30 01:34:53 2018 +0200
    91.3 @@ -8,6 +8,7 @@
    91.4  LICENSE="MIT"
    91.5  WEB_SITE="https://www.x.org/wiki/"
    91.6  LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7app.html"
    91.7 +HOST_ARCH="any"
    91.8  REPOLOGY="mkfontdir"
    91.9  
   91.10  TARBALL="mkfontdir-$VERSION.tar.bz2"
    92.1 --- a/xorg-util-macros/receipt	Wed Nov 28 12:35:25 2018 +0200
    92.2 +++ b/xorg-util-macros/receipt	Fri Nov 30 01:34:53 2018 +0200
    92.3 @@ -8,6 +8,7 @@
    92.4  LICENSE="MIT"
    92.5  WEB_SITE="https://www.x.org/wiki/"
    92.6  LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/util-macros.html"
    92.7 +HOST_ARCH="any"
    92.8  REPOLOGY="util-macros"
    92.9  
   92.10  TARBALL="util-macros-$VERSION.tar.bz2"
    93.1 --- a/xorg-xbitmaps/receipt	Wed Nov 28 12:35:25 2018 +0200
    93.2 +++ b/xorg-xbitmaps/receipt	Fri Nov 30 01:34:53 2018 +0200
    93.3 @@ -8,6 +8,7 @@
    93.4  LICENSE="MIT"
    93.5  WEB_SITE="https://www.x.org/wiki/"
    93.6  LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/xbitmaps.html"
    93.7 +HOST_ARCH="any"
    93.8  REPOLOGY="xbitmaps"
    93.9  
   93.10  TARBALL="xbitmaps-$VERSION.tar.bz2"
    94.1 --- a/xorg-xcb-proto/receipt	Wed Nov 28 12:35:25 2018 +0200
    94.2 +++ b/xorg-xcb-proto/receipt	Fri Nov 30 01:34:53 2018 +0200
    94.3 @@ -8,6 +8,7 @@
    94.4  LICENSE="MIT"
    94.5  WEB_SITE="https://xcb.freedesktop.org/"
    94.6  LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/xcb-proto.html"
    94.7 +HOST_ARCH="any"
    94.8  REPOLOGY="xcb-proto"
    94.9  
   94.10  TARBALL="xcb-proto-$VERSION.tar.bz2"
    95.1 --- a/xorg-xcursor-themes/receipt	Wed Nov 28 12:35:25 2018 +0200
    95.2 +++ b/xorg-xcursor-themes/receipt	Fri Nov 30 01:34:53 2018 +0200
    95.3 @@ -8,6 +8,7 @@
    95.4  LICENSE="MIT"
    95.5  WEB_SITE="https://www.x.org/wiki/"
    95.6  LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/xcursor-themes.html"
    95.7 +HOST_ARCH="any"
    95.8  REPOLOGY="xcursor-themes"
    95.9  
   95.10  TARBALL="xcursor-themes-$VERSION.tar.bz2"
   95.11 @@ -20,7 +21,3 @@
   95.12  	make &&
   95.13  	make install
   95.14  }
   95.15 -
   95.16 -genpkg_rules() {
   95.17 -	copy @std
   95.18 -}
    96.1 --- a/xorg-xkeyboard-config/receipt	Wed Nov 28 12:35:25 2018 +0200
    96.2 +++ b/xorg-xkeyboard-config/receipt	Fri Nov 30 01:34:53 2018 +0200
    96.3 @@ -8,6 +8,7 @@
    96.4  LICENSE="MIT"
    96.5  WEB_SITE="https://www.x.org/wiki/"
    96.6  LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/xkeyboard-config.html"
    96.7 +HOST_ARCH="any"
    96.8  REPOLOGY="xkeyboard-config"
    96.9  
   96.10  TARBALL="xkeyboard-config-$VERSION.tar.bz2"
   96.11 @@ -24,10 +25,3 @@
   96.12  	make &&
   96.13  	make install
   96.14  }
   96.15 -
   96.16 -genpkg_rules() {
   96.17 -	case $PACKAGE in
   96.18 -		*-config) copy @std;;
   96.19 -		*-dev)    copy @dev;;
   96.20 -	esac
   96.21 -}
    97.1 --- a/xorg-xorgproto/receipt	Wed Nov 28 12:35:25 2018 +0200
    97.2 +++ b/xorg-xorgproto/receipt	Fri Nov 30 01:34:53 2018 +0200
    97.3 @@ -7,6 +7,7 @@
    97.4  MAINTAINER="al.bobylev@gmail.com"
    97.5  LICENSE="MIT"
    97.6  WEB_SITE="https://github.com/freedesktop/xorg-xorgproto"
    97.7 +HOST_ARCH="any"
    97.8  REPOLOGY="xorgproto"
    97.9  
   97.10  TARBALL="xorgproto-$VERSION.tar.gz"
    98.1 --- a/xorg-xtrans/receipt	Wed Nov 28 12:35:25 2018 +0200
    98.2 +++ b/xorg-xtrans/receipt	Fri Nov 30 01:34:53 2018 +0200
    98.3 @@ -8,6 +8,7 @@
    98.4  LICENSE="other"
    98.5  WEB_SITE="https://www.x.org/wiki/"
    98.6  LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7lib.html"
    98.7 +HOST_ARCH="any"
    98.8  REPOLOGY="xtrans"
    98.9  
   98.10  TARBALL="xtrans-$VERSION.tar.bz2"
    99.1 --- a/xorg/receipt	Wed Nov 28 12:35:25 2018 +0200
    99.2 +++ b/xorg/receipt	Fri Nov 30 01:34:53 2018 +0200
    99.3 @@ -7,6 +7,7 @@
    99.4  MAINTAINER="devel@slitaz.org"
    99.5  LICENSE="MIT"
    99.6  WEB_SITE="https://www.x.org/wiki/"
    99.7 +HOST_ARCH="any"
    99.8  REPOLOGY="-"
    99.9  
   99.10  SPLIT="$PACKAGE-dev $PACKAGE-dev-proto"
   100.1 --- a/xpenguins_themes/receipt	Wed Nov 28 12:35:25 2018 +0200
   100.2 +++ b/xpenguins_themes/receipt	Fri Nov 30 01:34:53 2018 +0200
   100.3 @@ -7,16 +7,14 @@
   100.4  MAINTAINER="Lucas Levrel <llev@slitaz.org>"
   100.5  LICENSE="unclear"
   100.6  WEB_SITE="http://xpenguins.seul.org/"
   100.7 +HOST_ARCH="any"
   100.8  
   100.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
  100.10  WGET_URL="${WEB_SITE}$TARBALL"
  100.11  
  100.12 +DEPENDS_std="xpenguins"
  100.13 +
  100.14  compile_rules() {
  100.15  	mkdir -p     $install/usr/share/xpenguins/themes/
  100.16  	cp -r $src/* $install/usr/share/xpenguins/themes/
  100.17  }
  100.18 -
  100.19 -genpkg_rules() {
  100.20 -	copy @std
  100.21 -	DEPENDS="xpenguins"
  100.22 -}
   101.1 --- a/zlib/receipt	Wed Nov 28 12:35:25 2018 +0200
   101.2 +++ b/zlib/receipt	Fri Nov 30 01:34:53 2018 +0200
   101.3 @@ -7,13 +7,15 @@
   101.4  MAINTAINER="devel@slitaz.org"
   101.5  LICENSE="zlib/libpng"
   101.6  WEB_SITE="http://www.zlib.net/"
   101.7 -LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter06/zlib.html"
   101.8 +LFS="http://www.linuxfromscratch.org/lfs/view/development/chapter06/zlib.html"
   101.9  
  101.10  TARBALL="$PACKAGE-$VERSION.tar.xz"
  101.11  WGET_URL="$WEB_SITE$TARBALL"
  101.12  
  101.13  SPLIT="$PACKAGE-dev"
  101.14  
  101.15 +TAGS_std="LFS"
  101.16 +
  101.17  compile_rules() {
  101.18  	./configure \
  101.19  		--prefix=/usr &&
  101.20 @@ -30,10 +32,3 @@
  101.21  testsuite() {
  101.22  	readelf -h $install/lib/libz.so.$VERSION
  101.23  }
  101.24 -
  101.25 -genpkg_rules() {
  101.26 -	case $PACKAGE in
  101.27 -		zlib)  copy @std; TAGS="LFS";;
  101.28 -		*-dev) copy @dev;;
  101.29 -	esac
  101.30 -}