wok-next rev 21054

Small updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Dec 01 18:32:50 2018 +0200 (2018-12-01)
parents adb36dd69239
children 49205cea4356
files awstats/receipt childsplay/receipt engrampa/receipt eom/receipt go-bin/receipt hydroxygen-iconset/receipt intltool/receipt tuxpaint/.icon.png tuxpaint/receipt tuxpaint/stuff/tuxpaint.desktop
line diff
     1.1 --- a/awstats/receipt	Sat Dec 01 10:24:50 2018 +0200
     1.2 +++ b/awstats/receipt	Sat Dec 01 18:32:50 2018 +0200
     1.3 @@ -7,10 +7,15 @@
     1.4  MAINTAINER="devel@slitaz.org"
     1.5  LICENSE="GPL"
     1.6  WEB_SITE="https://awstats.sourceforge.io/"
     1.7 +HOST_ARCH="any"
     1.8  
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.11  
    1.12 +DEPENDS_std="perl"
    1.13 +SUGGESTED_std="perl-net-xwhois perl-geo-ipfree"
    1.14 +TAGS_std="log analysis web mail ftp"
    1.15 +
    1.16  compile_rules() {
    1.17  	mkdir -p \
    1.18  		$install/usr/share/awstats/extras/ \
    1.19 @@ -55,13 +60,6 @@
    1.20  		$install/usr/share/awstats/classes/src/Makefile.pl
    1.21  }
    1.22  
    1.23 -genpkg_rules() {
    1.24 -	copy @std
    1.25 -	DEPENDS="perl"
    1.26 -	SUGGESTED="perl-net-xwhois perl-geo-ipfree"
    1.27 -	TAGS="log analysis web mail ftp"
    1.28 -}
    1.29 -
    1.30  post_install() {
    1.31  	# Set lighttpd or apache config
    1.32  	if [ -f "$1/etc/apache/httpd.conf" ]; then
     2.1 --- a/childsplay/receipt	Sat Dec 01 10:24:50 2018 +0200
     2.2 +++ b/childsplay/receipt	Sat Dec 01 18:32:50 2018 +0200
     2.3 @@ -7,10 +7,14 @@
     2.4  MAINTAINER="claudinei@slitaz.org"
     2.5  LICENSE="GPL3"
     2.6  WEB_SITE="http://www.schoolsplay.org/"
     2.7 +HOST_ARCH="any"
     2.8  
     2.9  TARBALL="$PACKAGE-$VERSION.tgz"
    2.10  WGET_URL="http://download.savannah.nongnu.org/releases/childsplay/$TARBALL"
    2.11  
    2.12 +DEPENDS="python python-pygtk python-pygame python-pysqlite python-sqlalchemy \
    2.13 +libogg"
    2.14 +
    2.15  compile_rules() {
    2.16  	mkdir -p $install/usr/share/childsplay
    2.17  	cp -r SPWidgets/ alphabet-sounds/ lib/ *.py *.db \
    2.18 @@ -20,9 +24,3 @@
    2.19  
    2.20  	install -Dm755 $stuff/childsplay $install/usr/games/childsplay
    2.21  }
    2.22 -
    2.23 -genpkg_rules() {
    2.24 -	copy @std
    2.25 -	DEPENDS="python python-pygtk python-pygame python-pysqlite python-sqlalchemy \
    2.26 -	libogg"
    2.27 -}
     3.1 --- a/engrampa/receipt	Sat Dec 01 10:24:50 2018 +0200
     3.2 +++ b/engrampa/receipt	Sat Dec 01 18:32:50 2018 +0200
     3.3 @@ -14,18 +14,17 @@
     3.4  BUILD_DEPENDS="mate-common yelp-tools-dev gtk3-dev caja-dev json-glib-dev \
     3.5  itstool xorg-libSM-dev"
     3.6  
     3.7 +DEPENDS_std="cairo caja gdk-pixbuf glib gtk3 json-glib pango"
     3.8 +SUGGESTED_std="unrar unace p7zip zip"
     3.9 +TAGS_std="MATE"
    3.10 +
    3.11  compile_rules() {
    3.12  	./autogen.sh \
    3.13  		--disable-packagekit \
    3.14  		$CONFIGURE_ARGS &&
    3.15  	fix libtool &&
    3.16  	make &&
    3.17 -	make install
    3.18 +	make install || return 1
    3.19 +
    3.20 +	fix symlinks
    3.21  }
    3.22 -
    3.23 -genpkg_rules() {
    3.24 -	copy @std
    3.25 -	DEPENDS="cairo caja gdk-pixbuf glib gtk3 json-glib pango"
    3.26 -	SUGGESTED="unrar unace p7zip zip"
    3.27 -	TAGS="MATE"
    3.28 -}
     4.1 --- a/eom/receipt	Sat Dec 01 10:24:50 2018 +0200
     4.2 +++ b/eom/receipt	Sat Dec 01 18:32:50 2018 +0200
     4.3 @@ -17,26 +17,19 @@
     4.4  shared-mime-info-dev libpeas-dev"
     4.5  SPLIT="$PACKAGE-dev"
     4.6  
     4.7 +DEPENDS_std="atk cairo dbus-glib exempi gdk-pixbuf glib gobject-introspection \
     4.8 +gtk3 lcms2 libexif libjpeg-turbo libpeas libpeas-gtk librsvg libxml2 \
     4.9 +mate-desktop xorg-libX11 zlib"
    4.10 +DEPENDS_dev="eom glib-dev gtk3-dev"
    4.11 +
    4.12 +TAGS_std="MATE"
    4.13 +
    4.14  compile_rules() {
    4.15  	./autogen.sh \
    4.16  		$CONFIGURE_ARGS &&
    4.17  	fix libtool &&
    4.18  	make &&
    4.19 -	make install
    4.20 +	make install || return 1
    4.21 +
    4.22 +	fix symlinks
    4.23  }
    4.24 -
    4.25 -genpkg_rules() {
    4.26 -	case $PACKAGE in
    4.27 -		eom)
    4.28 -			copy @std
    4.29 -			DEPENDS="atk cairo dbus-glib exempi gdk-pixbuf glib \
    4.30 -			gobject-introspection gtk3 lcms2 libexif libjpeg-turbo libpeas \
    4.31 -			libpeas-gtk librsvg libxml2 mate-desktop xorg-libX11 zlib"
    4.32 -			;;
    4.33 -		*-dev)
    4.34 -			copy @dev
    4.35 -			DEPENDS="eom glib-dev gtk3-dev"
    4.36 -			;;
    4.37 -	esac
    4.38 -	TAGS="MATE"
    4.39 -}
     5.1 --- a/go-bin/receipt	Sat Dec 01 10:24:50 2018 +0200
     5.2 +++ b/go-bin/receipt	Sat Dec 01 18:32:50 2018 +0200
     5.3 @@ -15,7 +15,7 @@
     5.4  esac
     5.5  WGET_URL="https://dl.google.com/go/$TARBALL"
     5.6  
     5.7 -COOKOPTS="!strip !zip"	# stripping an *.a archives producing errors;
     5.8 +COOKOPTS="!strip !zip !pngz"	# stripping an *.a archives producing errors;
     5.9  # *.zip archives have weird content and fail to recompress
    5.10  
    5.11  compile_rules() {
     6.1 --- a/hydroxygen-iconset/receipt	Sat Dec 01 10:24:50 2018 +0200
     6.2 +++ b/hydroxygen-iconset/receipt	Sat Dec 01 18:32:50 2018 +0200
     6.3 @@ -7,6 +7,7 @@
     6.4  MAINTAINER="al.bobylev@gmail.com"
     6.5  LICENSE="CC GPL"
     6.6  WEB_SITE="https://www.deviantart.com/deviantdark/art/hydroxygen-iconset-100826865"
     6.7 +HOST_ARCH="any"
     6.8  
     6.9  TARBALL="$PACKAGE-$VERSION.zip"
    6.10  WGET_URL="http://fc04.deviantart.com/fs40/f/2009/019/8/7/hydroxygen_iconset_by_deviantdark.zip"
     7.1 --- a/intltool/receipt	Sat Dec 01 10:24:50 2018 +0200
     7.2 +++ b/intltool/receipt	Sat Dec 01 18:32:50 2018 +0200
     7.3 @@ -8,12 +8,17 @@
     7.4  LICENSE="GPL2"
     7.5  WEB_SITE="https://freedesktop.org/wiki/Software/intltool/"
     7.6  LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter06/intltool.html"
     7.7 +HOST_ARCH="any"
     7.8  
     7.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    7.10  WGET_URL="http://launchpad.net/intltool/trunk/$VERSION/+download/$TARBALL"
    7.11  
    7.12  BUILD_DEPENDS="perl perl-xml-parser"
    7.13  
    7.14 +COPY_std="@std @dev"
    7.15 +DEPENDS_std="perl-xml-parser gettext-dev"
    7.16 +TAGS_std="LFS"
    7.17 +
    7.18  compile_rules() {
    7.19  	sed -i 's:\\\${:\\\$\\{:' intltool-update.in
    7.20  
    7.21 @@ -23,9 +28,3 @@
    7.22  
    7.23  	cook_pick_docs doc/I18N-HOWTO
    7.24  }
    7.25 -
    7.26 -genpkg_rules() {
    7.27 -	copy @std @dev
    7.28 -	DEPENDS="perl-xml-parser gettext-dev"
    7.29 -	TAGS="LFS"
    7.30 -}
     8.1 Binary file tuxpaint/.icon.png has changed
     9.1 --- a/tuxpaint/receipt	Sat Dec 01 10:24:50 2018 +0200
     9.2 +++ b/tuxpaint/receipt	Sat Dec 01 18:32:50 2018 +0200
     9.3 @@ -1,9 +1,9 @@
     9.4  # SliTaz package receipt v2.
     9.5  
     9.6  PACKAGE="tuxpaint"
     9.7 -VERSION="0.9.22"
     9.8 +VERSION="0.9.23"
     9.9  CATEGORY="graphics"
    9.10 -SHORT_DESC="Kid painting program"
    9.11 +SHORT_DESC="A simple drawing program for children"
    9.12  MAINTAINER="devel@slitaz.org"
    9.13  LICENSE="GPL2"
    9.14  WEB_SITE="http://tuxpaint.org/"
    9.15 @@ -14,14 +14,18 @@
    9.16  BUILD_DEPENDS="libpng16-dev fribidi-dev librsvg-dev cairo-dev libsdl-dev \
    9.17  libsdl-mixer-dev libsdl-pango-dev libsdl-image-dev libsdl-ttf-dev \
    9.18  libpaper-dev python-dev gettext-dev gperf"
    9.19 +SPLIT="$PACKAGE-data"
    9.20 +
    9.21 +COPY_std="etc/tuxpaint/ usr/bin/ usr/lib/"
    9.22 +COPY_data="share/applications/ share/pixmaps/ share/tuxpaint/"
    9.23 +
    9.24 +DEPENDS_std="tuxpaint-data cairo fribidi glib libpaper libpng16 librsvg libsdl \
    9.25 +libsdl-image libsdl-mixer libsdl-pango libsdl-ttf zlib"
    9.26 +DEPENDS_data="python"
    9.27 +
    9.28 +CONFIG_FIES_std="/etc/tuxpaint/tuxpaint.conf"
    9.29  
    9.30  compile_rules() {
    9.31  	make PREFIX=/usr &&
    9.32 -	make PREFIX=/usr DESTDIR=$install -j1 install
    9.33 +	make PREFIX=/usr DESTDIR=$install ARCH_INSTALL= -j1 install
    9.34  }
    9.35 -
    9.36 -genpkg_rules() {
    9.37 -	copy @std
    9.38 -	DEPENDS="libpng16 fribidi librsvg cairo libsdl-mixer libsdl-pango \
    9.39 -	libsdl-image libsdl-ttf libpaper python"
    9.40 -}
    10.1 --- a/tuxpaint/stuff/tuxpaint.desktop	Sat Dec 01 10:24:50 2018 +0200
    10.2 +++ b/tuxpaint/stuff/tuxpaint.desktop	Sat Dec 01 18:32:50 2018 +0200
    10.3 @@ -1,5 +1,4 @@
    10.4  [Desktop Entry]
    10.5 -Encoding=UTF-8
    10.6  Type=Application
    10.7  Name=TuxPaint Images Editor
    10.8  Name[fr]=Éditeur d'images TuxPaint