wok-next rev 21048

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Nov 27 02:24:27 2018 +0200 (2018-11-27)
parents b3d14098cded
children f56bd5e4256c
files 0install/receipt LibreOffice/receipt acpid/receipt acpid/stuff/overrides adeskbar/receipt adobe-air-sdk/receipt adwaita-icon-theme/receipt aircrack-ng-oui/receipt airgeddon/receipt airoscript-ng/receipt ajaxterm/receipt aldo/receipt alien/receipt alsa-firmware/receipt alsa-plugins/receipt amd-microcode/receipt androguard/receipt ansible/receipt apache-ant/receipt apcupsd/receipt apcupsd/stuff/overrides ardour/receipt ari-py/receipt asciidoc/receipt asciiquarium/receipt aspell-dicts/receipt
line diff
     1.1 --- a/0install/receipt	Mon Nov 26 21:15:05 2018 +0200
     1.2 +++ b/0install/receipt	Tue Nov 27 02:24:27 2018 +0200
     1.3 @@ -7,6 +7,7 @@
     1.4  MAINTAINER="pascal.bellard@slitaz.org"
     1.5  LICENSE="LGPL2.1"
     1.6  WEB_SITE="http://0install.net/"
     1.7 +HOST_ARCH="any"
     1.8  
     1.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.10  WGET_URL="$SF_MIRROR/zero-install/$TARBALL"
     2.1 --- a/LibreOffice/receipt	Mon Nov 26 21:15:05 2018 +0200
     2.2 +++ b/LibreOffice/receipt	Tue Nov 27 02:24:27 2018 +0200
     2.3 @@ -48,8 +48,12 @@
     2.4  
     2.5  	# fix some files permissions
     2.6  	find $install -type f -name 'libpl*.so'    -exec chmod -v 755 '{}' \; # was 444
     2.7 +	find $install -type f -name 'libnspr4.so'  -exec chmod -v 755 '{}' \; # was 444
     2.8  	find $install -type f -name 'Carlito*.ttf' -exec chmod -v 644 '{}' \; # was 640
     2.9  	find $install -type f -name 'Noto*.ttf'    -exec chmod -v 644 '{}' \; # was 640
    2.10 +
    2.11 +	# make symlink relative: /usr/bin/libreoffice6.0 -> /opt/libreoffice6.0/program/soffice
    2.12 +	fix symlinks
    2.13  }
    2.14  
    2.15  genpkg_rules() {
     3.1 --- a/acpid/receipt	Mon Nov 26 21:15:05 2018 +0200
     3.2 +++ b/acpid/receipt	Tue Nov 27 02:24:27 2018 +0200
     3.3 @@ -12,6 +12,9 @@
     3.4  TARBALL="$PACKAGE-$VERSION.tar.xz"
     3.5  WGET_URL="$SF_MIRROR/acpid2/$TARBALL"
     3.6  
     3.7 +TAGS_std="power-management"
     3.8 +SUGGESTED_std="pm-utils"
     3.9 +
    3.10  compile_rules() {
    3.11  	./configure $CONFIGURE_ARGS &&
    3.12  	make &&
    3.13 @@ -27,12 +30,6 @@
    3.14  	chmod go-rwx $install/etc/acpi/events/*
    3.15  }
    3.16  
    3.17 -genpkg_rules() {
    3.18 -	copy @std
    3.19 -	TAGS="power-management"
    3.20 -	SUGGESTED="pm-utils"
    3.21 -}
    3.22 -
    3.23  post_install() {
    3.24  	if [ -z "$1" ]; then
    3.25  		/etc/init.d/acpid start || continue
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/acpid/stuff/overrides	Tue Nov 27 02:24:27 2018 +0200
     4.3 @@ -0,0 +1,5 @@
     4.4 +0700 /etc/acpi/acpi_handler.sh
     4.5 +0600 /etc/acpi/events/ac_adapter
     4.6 +0600 /etc/acpi/events/buttons
     4.7 +0600 /etc/acpi/events/lid
     4.8 +0700 /etc/acpi/lid.sh
     5.1 --- a/adeskbar/receipt	Mon Nov 26 21:15:05 2018 +0200
     5.2 +++ b/adeskbar/receipt	Tue Nov 27 02:24:27 2018 +0200
     5.3 @@ -7,10 +7,14 @@
     5.4  MAINTAINER="devel@slitaz.org"
     5.5  LICENSE="GPL3"
     5.6  WEB_SITE="https://launchpad.net/adeskbar"
     5.7 +HOST_ARCH="any"
     5.8  
     5.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    5.10  WGET_URL="http://download.tuxfamily.org/$PACKAGE/sources/$TARBALL"
    5.11  
    5.12 +DEPENDS_std="python python-pygtk python-pycairo gnome-menus python-pyxdg"
    5.13 +SUGGESTED_std="python-xlib python-dbus python-pyalsaaudio"
    5.14 +
    5.15  compile_rules() {
    5.16  	mkdir -p \
    5.17  		$install/usr/share/adeskbar/ \
    5.18 @@ -25,9 +29,3 @@
    5.19  	find $install -type f -name '*.py'  -exec chmod 755 '{}' \;
    5.20  	find $install -type f -name '*.png' -exec chmod 644 '{}' \;
    5.21  }
    5.22 -
    5.23 -genpkg_rules() {
    5.24 -	copy @std
    5.25 -	DEPENDS="python python-pygtk python-pycairo gnome-menus python-pyxdg"
    5.26 -	SUGGESTED="python-xlib python-dbus python-pyalsaaudio"
    5.27 -}
     6.1 --- a/adobe-air-sdk/receipt	Mon Nov 26 21:15:05 2018 +0200
     6.2 +++ b/adobe-air-sdk/receipt	Tue Nov 27 02:24:27 2018 +0200
     6.3 @@ -7,10 +7,13 @@
     6.4  MAINTAINER="al.bobylev@gmail.com"
     6.5  LICENSE="custom"
     6.6  WEB_SITE="https://get.adobe.com/air/"
     6.7 +HOST_ARCH="i486"
     6.8  
     6.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    6.10  WGET_URL="http://airdownload.adobe.com/air/lin/download/$VERSION/AdobeAIRSDK.tbz2"
    6.11  
    6.12 +DEPENDS_std="nss gtk2 libxslt"
    6.13 +
    6.14  compile_rules() {
    6.15  	mkdir -p \
    6.16  		$install/opt/$PACKAGE/ \
    6.17 @@ -26,11 +29,6 @@
    6.18  	chmod -Rc  u+w       $install
    6.19  }
    6.20  
    6.21 -genpkg_rules() {
    6.22 -	copy @std
    6.23 -	DEPENDS="nss gtk2 libxslt"
    6.24 -}
    6.25 -
    6.26  post_install() {
    6.27  	cat >> $1/etc/profile <<EOT
    6.28  export AIR_HOME=/opt/$PACKAGE
     7.1 --- a/adwaita-icon-theme/receipt	Mon Nov 26 21:15:05 2018 +0200
     7.2 +++ b/adwaita-icon-theme/receipt	Tue Nov 27 02:24:27 2018 +0200
     7.3 @@ -1,7 +1,7 @@
     7.4  # SliTaz package receipt v2.
     7.5  
     7.6  PACKAGE="adwaita-icon-theme"
     7.7 -VERSION="3.30.0"
     7.8 +VERSION="3.30.1"
     7.9  CATEGORY="customization"
    7.10  SHORT_DESC="A collection of icons used at the basis for GNOME themes"
    7.11  MAINTAINER="al.bobylev@gmail.com"
    7.12 @@ -14,12 +14,7 @@
    7.13  WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    7.14  
    7.15  compile_rules() {
    7.16 -	./configure \
    7.17 -		$CONFIGURE_ARGS &&
    7.18 +	./configure $CONFIGURE_ARGS &&
    7.19  	make &&
    7.20  	make install
    7.21  }
    7.22 -
    7.23 -genpkg_rules() {
    7.24 -	copy @std
    7.25 -}
     8.1 --- a/aircrack-ng-oui/receipt	Mon Nov 26 21:15:05 2018 +0200
     8.2 +++ b/aircrack-ng-oui/receipt	Tue Nov 27 02:24:27 2018 +0200
     8.3 @@ -7,6 +7,7 @@
     8.4  MAINTAINER="devel@slitaz.org"
     8.5  LICENSE="GPL2"
     8.6  WEB_SITE="https://standards.ieee.org/products-services/regauth/oui/index.html"
     8.7 +HOST_ARCH="any"
     8.8  
     8.9  TARBALL="oui-$VERSION.txt"
    8.10  WGET_URL="http://standards-oui.ieee.org/oui.txt"
    8.11 @@ -20,7 +21,3 @@
    8.12  	| sort \
    8.13  	> $install/etc/aircrack-ng/airodump-ng-oui.txt
    8.14  }
    8.15 -
    8.16 -genpkg_rules() {
    8.17 -	copy @std
    8.18 -}
     9.1 --- a/airgeddon/receipt	Mon Nov 26 21:15:05 2018 +0200
     9.2 +++ b/airgeddon/receipt	Tue Nov 27 02:24:27 2018 +0200
     9.3 @@ -8,14 +8,13 @@
     9.4  MAINTAINER="pascal.bellard@slitaz.org"
     9.5  LICENSE="GPL2"
     9.6  WEB_SITE="https://github.com/v1s1t0r1sh3r3/airgeddon"
     9.7 +HOST_ARCH="any"
     9.8  
     9.9  TARBALL="$PACKAGE-$HASH.sh"
    9.10  WGET_URL="$WEB_SITE/raw/$HASH/$PACKAGE.sh"
    9.11  
    9.12 +DEPENDS_std="bash iw aircrack-ng curl crunch mdk3"
    9.13 +
    9.14  compile_rules() {
    9.15  	install -Dm755 $src/$TARBALL $install/usr/sbin/airgeddon
    9.16  }
    9.17 -genpkg_rules() {
    9.18 -	copy @std
    9.19 -	DEPENDS="bash iw aircrack-ng curl crunch mdk3"
    9.20 -}
    10.1 --- a/airoscript-ng/receipt	Mon Nov 26 21:15:05 2018 +0200
    10.2 +++ b/airoscript-ng/receipt	Tue Nov 27 02:24:27 2018 +0200
    10.3 @@ -8,10 +8,13 @@
    10.4  LICENSE="GPL2"
    10.5  #WEB_SITE="https://code.google.com/archive/p/airoscript/"
    10.6  WEB_SITE="http://airoscript.aircrack-ng.org/"
    10.7 +HOST_ARCH="any"
    10.8  
    10.9  TARBALL="$PACKAGE-${VERSION%rc3}-3.tar.gz"
   10.10  WGET_URL="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/airoscript/$TARBALL"
   10.11  
   10.12 +DEPENDS_std="bash"
   10.13 +
   10.14  compile_rules() {
   10.15  	# Remove broken install parts
   10.16  	sed -i '/install-docs \\/ d' Makefile-Linux
   10.17 @@ -34,11 +37,3 @@
   10.18  
   10.19  	cook_pick_manpages $src/src/airoscript-ng.1
   10.20  }
   10.21 -
   10.22 -genpkg_rules() {
   10.23 -	mkdir -p $fs/usr/share
   10.24 -	cp -a $install/usr/sbin $fs/usr
   10.25 -	cp -a $install/usr/share/airoscript-ng $fs/usr/share
   10.26 -	cp -a $install/etc $fs
   10.27 -	DEPENDS="bash"
   10.28 -}
    11.1 --- a/ajaxterm/receipt	Mon Nov 26 21:15:05 2018 +0200
    11.2 +++ b/ajaxterm/receipt	Tue Nov 27 02:24:27 2018 +0200
    11.3 @@ -8,10 +8,15 @@
    11.4  MAINTAINER="pascal.bellard@slitaz.org"
    11.5  LICENSE="PublicDomain LGPL"
    11.6  WEB_SITE="https://github.com/antonylesuisse/qweb/tree/master/ajaxterm"
    11.7 +HOST_ARCH="any"
    11.8  
    11.9  TARBALL="ajaxterm-$VERSION-$COMMIT.tar.gz"
   11.10  WGET_URL="https://sources.archlinux.org/other/community/ajaxterm/$TARBALL"
   11.11  
   11.12 +DEPENDS_std="python"
   11.13 +SUGGESTED_std="apache lighttpd-ssl lighttpd-modules"
   11.14 +TAGS_std="web application"
   11.15 +
   11.16  compile_rules() {
   11.17  	./configure --prefix=/usr
   11.18  
   11.19 @@ -33,13 +38,6 @@
   11.20  	# the patch were used...
   11.21  }
   11.22  
   11.23 -genpkg_rules() {
   11.24 -	copy @std
   11.25 -	DEPENDS="python"
   11.26 -	SUGGESTED="apache lighttpd-ssl lighttpd-modules"
   11.27 -	TAGS="web application"
   11.28 -}
   11.29 -
   11.30  post_install() {
   11.31  	grep ^RUN_DAEMONS "$1/etc/rcS.conf" | grep -q "ajaxterm" ||
   11.32  	sed -i 's|RUN_DAEMONS="|RUN_DAEMONS="ajaxterm |' "$1/etc/rcS.conf"
    12.1 --- a/aldo/receipt	Mon Nov 26 21:15:05 2018 +0200
    12.2 +++ b/aldo/receipt	Tue Nov 27 02:24:27 2018 +0200
    12.3 @@ -12,18 +12,10 @@
    12.4  WGET_URL="http://savannah.nongnu.org/download/$PACKAGE/$TARBALL"
    12.5  
    12.6  BUILD_DEPENDS="libao-dev"
    12.7 +DEPENDS_std="libao"
    12.8  
    12.9  compile_rules() {
   12.10 -	./configure \
   12.11 -		--prefix=/usr \
   12.12 -		--mandir=/usr/share/man \
   12.13 -		$CONFIGURE_ARGS &&
   12.14 +	./configure $CONFIGURE_ARGS &&
   12.15  	make &&
   12.16 -	make DESTDIR=$install install
   12.17 +	make install
   12.18  }
   12.19 -
   12.20 -genpkg_rules() {
   12.21 -	mkdir -p $fs/usr
   12.22 -	cp -a $install/usr/bin $fs/usr
   12.23 -	DEPENDS="libao"
   12.24 -}
    13.1 --- a/alien/receipt	Mon Nov 26 21:15:05 2018 +0200
    13.2 +++ b/alien/receipt	Tue Nov 27 02:24:27 2018 +0200
    13.3 @@ -8,12 +8,15 @@
    13.4  MAINTAINER="pascal.bellard@slitaz.org"
    13.5  LICENSE="GPL2"
    13.6  WEB_SITE="http://joeyh.name/code/alien/"
    13.7 +HOST_ARCH="any"
    13.8  
    13.9  TARBALL="${PACKAGE}_$VERSION.tar.xz"
   13.10  WGET_URL="$SF_MIRROR/alien-pkg-convert/$TARBALL"
   13.11  
   13.12  BUILD_DEPENDS="perl"
   13.13  
   13.14 +DEPENDS_std="perl rpm4 cpio"
   13.15 +
   13.16  compile_rules() {
   13.17  	perl Makefile.PL &&
   13.18  	make &&
   13.19 @@ -21,8 +24,3 @@
   13.20  
   13.21  	find $install -type f -exec chmod u+w '{}' \;
   13.22  }
   13.23 -
   13.24 -genpkg_rules() {
   13.25 -	copy @std
   13.26 -	DEPENDS="perl rpm4 cpio"
   13.27 -}
    14.1 --- a/alsa-firmware/receipt	Mon Nov 26 21:15:05 2018 +0200
    14.2 +++ b/alsa-firmware/receipt	Tue Nov 27 02:24:27 2018 +0200
    14.3 @@ -8,6 +8,7 @@
    14.4  LICENSE="GPL2"
    14.5  WEB_SITE="http://www.alsa-project.org/main/index.php/Main_Page"
    14.6  LFS="http://www.linuxfromscratch.org/blfs/view/svn/multimedia/alsa-firmware.html"
    14.7 +HOST_ARCH="any"
    14.8  
    14.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   14.10  WGET_URL="ftp://ftp.alsa-project.org/pub/firmware/$TARBALL"
   14.11 @@ -15,9 +16,12 @@
   14.12  compile_rules() {
   14.13  	./configure $CONFIGURE_ARGS &&
   14.14  	make &&
   14.15 -	make install
   14.16 +	make install || return 1
   14.17 +
   14.18 +	# only broken symlinks there:
   14.19 +	# /lib/firmware/turtlebeach/msndinit.bin -> /etc/sound/msndinit.bin
   14.20 +	# /lib/firmware/turtlebeach/msndperm.bin -> /etc/sound/msndperm.bin
   14.21 +	# /lib/firmware/turtlebeach/pndsperm.bin -> /etc/sound/pndsperm.bin
   14.22 +	# /lib/firmware/turtlebeach/pndspini.bin -> /etc/sound/pndspini.bin
   14.23 +	rm -r $install/lib/firmware/turtlebeach/
   14.24  }
   14.25 -
   14.26 -genpkg_rules() {
   14.27 -	copy @std
   14.28 -}
    15.1 --- a/alsa-plugins/receipt	Mon Nov 26 21:15:05 2018 +0200
    15.2 +++ b/alsa-plugins/receipt	Tue Nov 27 02:24:27 2018 +0200
    15.3 @@ -13,15 +13,13 @@
    15.4  WGET_URL="ftp://ftp.alsa-project.org/pub/plugins/$TARBALL"
    15.5  
    15.6  BUILD_DEPENDS="alsa-lib-dev libsamplerate-dev speex-dev speexdsp-dev"
    15.7 +DEPENDS_std="alsa-lib libsamplerate speex"
    15.8  
    15.9  compile_rules() {
   15.10  	./configure $CONFIGURE_ARGS &&
   15.11  	fix libtool &&
   15.12  	make &&
   15.13 -	make -j1 install
   15.14 +	make -j1 install || return 1
   15.15 +
   15.16 +	fix symlinks
   15.17  }
   15.18 -
   15.19 -genpkg_rules() {
   15.20 -	copy @std
   15.21 -	DEPENDS="alsa-lib libsamplerate speex"
   15.22 -}
    16.1 --- a/amd-microcode/receipt	Mon Nov 26 21:15:05 2018 +0200
    16.2 +++ b/amd-microcode/receipt	Tue Nov 27 02:24:27 2018 +0200
    16.3 @@ -8,6 +8,9 @@
    16.4  LICENSE="unknown"
    16.5  WEB_SITE="http://linuxfromscratch.org/blfs/view/svn/postlfs/firmware.html#and-microcode" # yes, "and" is typo
    16.6  # See also: https://wiki.gentoo.org/wiki/AMD_microcode
    16.7 +HOST_ARCH="any"
    16.8 +
    16.9 +DEPENDS_std="linux"
   16.10  
   16.11  compile_rules() {
   16.12  	mkdir -p $install/lib/firmware/amd-ucode
   16.13 @@ -23,12 +26,7 @@
   16.14  	done
   16.15  }
   16.16  
   16.17 -genpkg_rules() {
   16.18 -	copy @std
   16.19 -	DEPENDS="linux"
   16.20 -}
   16.21 -
   16.22 -post_install_amd_microcode() {
   16.23 +post_install() {
   16.24  	if [ -z "$1" -a -e /sys/devices/system/cpu/microcode/reload ]; then
   16.25  		echo 1 > /sys/devices/system/cpu/microcode/reload
   16.26  	fi
    17.1 --- a/androguard/receipt	Mon Nov 26 21:15:05 2018 +0200
    17.2 +++ b/androguard/receipt	Tue Nov 27 02:24:27 2018 +0200
    17.3 @@ -8,18 +8,17 @@
    17.4  MAINTAINER="pascal.bellard@slitaz.org"
    17.5  LICENSE="Apache2"
    17.6  WEB_SITE="https://github.com/androguard/androguard/"
    17.7 +HOST_ARCH="any"
    17.8  
    17.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
   17.10  WGET_URL="https://github.com/androguard/androguard/releases/download/v$VERSION/$TARBALL"
   17.11  
   17.12  BUILD_DEPENDS="python"
   17.13 +DEPENDS_std="python"
   17.14  
   17.15  compile_rules() {
   17.16  	python -B setup.py build &&
   17.17 -	python -B setup.py install --root=$install
   17.18 +	python -B setup.py install --root=$install || return 1
   17.19 +
   17.20 +	find $install -type f -perm 664 -exec chmod 644 '{}' \;
   17.21  }
   17.22 -
   17.23 -genpkg_rules() {
   17.24 -	copy @std
   17.25 -	DEPENDS="python"
   17.26 -}
    18.1 --- a/ansible/receipt	Mon Nov 26 21:15:05 2018 +0200
    18.2 +++ b/ansible/receipt	Tue Nov 27 02:24:27 2018 +0200
    18.3 @@ -7,6 +7,7 @@
    18.4  MAINTAINER="pascal.bellard@slitaz.org"
    18.5  LICENSE="GPL3"
    18.6  WEB_SITE="https://www.ansible.com/"
    18.7 +HOST_ARCH="any"
    18.8  
    18.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
   18.10  WGET_URL="https://github.com/ansible/ansible/archive/v$VERSION.tar.gz"
   18.11 @@ -17,6 +18,8 @@
   18.12  	python -B setup.py build &&
   18.13  	python -B setup.py install --root=$install || return 1
   18.14  
   18.15 +	find $install -type f -exec chmod g-w '{}' \; # 664->644, 775->755
   18.16 +
   18.17  	cook_pick_manpages $src/docs/man/man1/*.1
   18.18  }
   18.19  
    19.1 --- a/apache-ant/receipt	Mon Nov 26 21:15:05 2018 +0200
    19.2 +++ b/apache-ant/receipt	Tue Nov 27 02:24:27 2018 +0200
    19.3 @@ -7,6 +7,7 @@
    19.4  MAINTAINER="devel@slitaz.org"
    19.5  LICENSE="Apache"
    19.6  WEB_SITE="http://ant.apache.org/"
    19.7 +HOST_ARCH="any"
    19.8  
    19.9  TARBALL="$PACKAGE-$VERSION-bin.tar.bz2"
   19.10  WGET_URL="http://www.apache.org/dist/ant/binaries/$TARBALL"
    20.1 --- a/apcupsd/receipt	Mon Nov 26 21:15:05 2018 +0200
    20.2 +++ b/apcupsd/receipt	Tue Nov 27 02:24:27 2018 +0200
    20.3 @@ -12,6 +12,7 @@
    20.4  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    20.5  
    20.6  BUILD_DEPENDS="libgd-dev"
    20.7 +DEPENDS_std="libgd"
    20.8  
    20.9  compile_rules() {
   20.10  	sed -i 's/src platforms doc/src platforms/' Makefile
   20.11 @@ -24,19 +25,10 @@
   20.12  		--disable-net \
   20.13  		--with-upstype=usb \
   20.14  		--with-dev= \
   20.15 -		--enable-threads \
   20.16  		--enable-cgi \
   20.17 -		--prefix=/usr \
   20.18 -		--infodir=/usr/share/info \
   20.19 -		--mandir=/usr/share/man \
   20.20  		$CONFIGURE_ARGS &&
   20.21  	make &&
   20.22  	make install || return 1
   20.23  
   20.24  	cook_pick_manpages $src/doc/*.5 $src/doc/*.8
   20.25  }
   20.26 -
   20.27 -genpkg_rules() {
   20.28 -	copy @std
   20.29 -	DEPENDS="libgd"
   20.30 -}
    21.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    21.2 +++ b/apcupsd/stuff/overrides	Tue Nov 27 02:24:27 2018 +0200
    21.3 @@ -0,0 +1,8 @@
    21.4 +0700 /sbin/apcupsd
    21.5 +0700 /sbin/apctest
    21.6 +0744 /etc/apccontrol
    21.7 +0744 /etc/changeme
    21.8 +0744 /etc/commok
    21.9 +0744 /etc/onbattery
   21.10 +0744 /etc/commfailure
   21.11 +0744 /etc/offbattery
    22.1 --- a/ardour/receipt	Mon Nov 26 21:15:05 2018 +0200
    22.2 +++ b/ardour/receipt	Tue Nov 27 02:24:27 2018 +0200
    22.3 @@ -17,6 +17,13 @@
    22.4  aubio-dev cppunit-dev libusb-dev jack-dev pangomm-dev liblrdf-dev lv2 serd-dev \
    22.5  sord-dev sratom lilv gtkmm-dev dbus-dev readline-dev gettext-dev"
    22.6  
    22.7 +DEPENDS_std="alsa-lib atk atkmm python-aubio cairo cairomm dbus fftw flac \
    22.8 +fontconfig freetype gdk-pixbuf glib glibmm gtk2 gtkmm libarchive libcurl \
    22.9 +libgiomm liblo liblrdf libogg libsamplerate libsigc++ libsndfile libusb \
   22.10 +libxml2 lilv pango pangomm readline rubberband serd sord sratom taglib \
   22.11 +vamp-plugin-sdk xorg-libX11"
   22.12 +TAGS_std="audio recorder mixer"
   22.13 +
   22.14  compile_rules() {
   22.15  #	fix math
   22.16  	python2 waf configure \
   22.17 @@ -41,14 +48,6 @@
   22.18  		install -vDm644 gtk2_ardour/resources/Ardour-icon_${size}px.png \
   22.19  			$install/usr/share/icons/hicolor/${size}x$size/apps/ardour${VERSION%%.*}.png
   22.20  	done
   22.21 +
   22.22 +	fix symlinks
   22.23  }
   22.24 -
   22.25 -genpkg_rules() {
   22.26 -	copy @std
   22.27 -	DEPENDS="alsa-lib atk atkmm python-aubio cairo cairomm dbus fftw flac fontconfig \
   22.28 -	freetype gdk-pixbuf glib glibmm gtk2 gtkmm libarchive libcurl libgiomm \
   22.29 -	liblo liblrdf libogg libsamplerate libsigc++ libsndfile libusb libxml2 \
   22.30 -	lilv pango pangomm readline rubberband serd sord sratom taglib \
   22.31 -	vamp-plugin-sdk xorg-libX11"
   22.32 -	TAGS="audio recorder mixer"
   22.33 -}
    23.1 --- a/ari-py/receipt	Mon Nov 26 21:15:05 2018 +0200
    23.2 +++ b/ari-py/receipt	Tue Nov 27 02:24:27 2018 +0200
    23.3 @@ -7,6 +7,7 @@
    23.4  MAINTAINER="pascal.bellard@slitaz.org"
    23.5  LICENSE="BSD"
    23.6  WEB_SITE="https://github.com/asterisk/ari-py"
    23.7 +HOST_ARCH="any"
    23.8  
    23.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
   23.10  WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
    24.1 --- a/asciidoc/receipt	Mon Nov 26 21:15:05 2018 +0200
    24.2 +++ b/asciidoc/receipt	Tue Nov 27 02:24:27 2018 +0200
    24.3 @@ -8,21 +8,21 @@
    24.4  LICENSE="GPL2"
    24.5  WEB_SITE="http://asciidoc.org/"
    24.6  LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/asciidoc.html"
    24.7 +HOST_ARCH="any"
    24.8  
    24.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
   24.10  WGET_URL="https://github.com/asciidoc/asciidoc/archive/$VERSION.tar.gz"
   24.11  
   24.12  BUILD_DEPENDS="automake python libxml2-tools docbook-xml docbook-xsl"
   24.13 +DEPENDS_std="python"
   24.14  
   24.15  compile_rules() {
   24.16  	autoconf &&
   24.17  	./configure $CONFIGURE_ARGS &&
   24.18  	make &&
   24.19  	make install &&
   24.20 -	make DESTDIR=$install docs
   24.21 +	make DESTDIR=$install docs || return 1
   24.22 +
   24.23 +	# remove broken symlink
   24.24 +	rm $install/usr/share/doc/asciidoc-8.6.10/examples/website/asciidoc-graphviz-sample.txt
   24.25  }
   24.26 -
   24.27 -genpkg_rules() {
   24.28 -	copy @std
   24.29 -	DEPENDS="python"
   24.30 -}
    25.1 --- a/asciiquarium/receipt	Mon Nov 26 21:15:05 2018 +0200
    25.2 +++ b/asciiquarium/receipt	Tue Nov 27 02:24:27 2018 +0200
    25.3 @@ -7,16 +7,14 @@
    25.4  MAINTAINER="pascal.bellard@slitaz.org"
    25.5  LICENSE="GPL2"
    25.6  WEB_SITE="https://robobunny.com/projects/asciiquarium/html/"
    25.7 +HOST_ARCH="any"
    25.8  
    25.9  TARBALL="${PACKAGE}_$VERSION.tar.gz"
   25.10  WGET_URL="https://robobunny.com/projects/asciiquarium/$TARBALL"
   25.11  
   25.12 +DEPENDS_std="perl-term-animation perl-curses"
   25.13 +TAGS_std="screensaver"
   25.14 +
   25.15  compile_rules() {
   25.16  	install -Dm755 asciiquarium $install/usr/bin/asciiquarium
   25.17  }
   25.18 -
   25.19 -genpkg_rules() {
   25.20 -	copy @std
   25.21 -	DEPENDS="perl-term-animation perl-curses"
   25.22 -	TAGS="screensaver"
   25.23 -}
    26.1 --- a/aspell-dicts/receipt	Mon Nov 26 21:15:05 2018 +0200
    26.2 +++ b/aspell-dicts/receipt	Tue Nov 27 02:24:27 2018 +0200
    26.3 @@ -8,6 +8,7 @@
    26.4  LICENSE="GPL2"
    26.5  WEB_SITE="https://ftp.gnu.org/gnu/aspell/dict/0index.html"
    26.6  LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/aspell.html"
    26.7 +HOST_ARCH="any"
    26.8  
    26.9  TARBALL="$PACKAGE-$VERSION.html"
   26.10  WGET_URL="https://ftp.gnu.org/gnu/aspell/dict/0index.html"