wok-next rev 21081

Tiny edits
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Dec 24 11:36:03 2018 +0200 (2018-12-24)
parents 75632eca5b07
children d026631bbebb
files arping/receipt atk/receipt babl/receipt bastet/receipt caja/receipt catpoint/receipt cgal/receipt ckermit/receipt dd_rhelp/receipt dirmngr/receipt flam3/receipt four-in-a-row/receipt fox14/receipt frozen-bubble/receipt gadmin-antivirus/receipt gadmin-httpd/receipt gif2apng/receipt gtklp/receipt hfsutils/receipt isapnptools/receipt iucode-tool/receipt jack/receipt jpegoptim/receipt libgusb/receipt libogg/receipt libsde-utils/receipt libsigsegv/receipt libunwind/receipt logfence/receipt luufs/receipt micro_proxy/receipt modsecurity-apache/receipt nms/receipt notify-python/receipt ntpclient/receipt openbox-themes-debian/receipt othello/receipt partclone/receipt pciids/receipt pcmciautils/receipt pcsc-lite/receipt raptor/receipt sakura/receipt screentest/receipt slim-theme-mascot/receipt slitaz-icons-hydroxygen/receipt spandsp/receipt st/receipt tcl2c-fork/receipt ucarp/receipt udisks2/receipt vice/receipt xosd/receipt xplanet/receipt
line diff
     1.1 --- a/arping/receipt	Mon Dec 24 02:07:02 2018 +0200
     1.2 +++ b/arping/receipt	Mon Dec 24 11:36:03 2018 +0200
     1.3 @@ -12,6 +12,7 @@
     1.4  WGET_URL="http://www.habets.pp.se/synscan/files/$TARBALL"
     1.5  
     1.6  BUILD_DEPENDS="automake libpcap-dev libnet-dev libcap-dev"
     1.7 +DEPENDS="libcap libnet libpcap"
     1.8  
     1.9  compile_rules() {
    1.10  	./bootstrap.sh &&
    1.11 @@ -20,8 +21,3 @@
    1.12  	make &&
    1.13  	make install
    1.14  }
    1.15 -
    1.16 -genpkg_rules() {
    1.17 -	copy @std
    1.18 -	DEPENDS="libcap libnet libpcap"
    1.19 -}
     2.1 --- a/atk/receipt	Mon Dec 24 02:07:02 2018 +0200
     2.2 +++ b/atk/receipt	Mon Dec 24 11:36:03 2018 +0200
     2.3 @@ -15,6 +15,11 @@
     2.4  BUILD_DEPENDS="meson ninja glib-dev gobject-introspection-dev gettext-dev"
     2.5  SPLIT="$PACKAGE-dev"
     2.6  
     2.7 +DEPENDS_std="glib"
     2.8 +DEPENDS_dev="$PACKAGE glib-dev"
     2.9 +
    2.10 +TAGS_std="accessibility"
    2.11 +
    2.12  compile_rules() {
    2.13  	mkdir build
    2.14  	cd    build
    2.15 @@ -23,17 +28,3 @@
    2.16  	ninja &&
    2.17  	ninja install
    2.18  }
    2.19 -
    2.20 -genpkg_rules() {
    2.21 -	case $PACKAGE in
    2.22 -		atk)
    2.23 -			copy @std
    2.24 -			DEPENDS="glib"
    2.25 -			TAGS="accessibility"
    2.26 -			;;
    2.27 -		*-dev)
    2.28 -			copy @dev
    2.29 -			DEPENDS="atk glib-dev"
    2.30 -			;;
    2.31 -	esac
    2.32 -}
     3.1 --- a/babl/receipt	Mon Dec 24 02:07:02 2018 +0200
     3.2 +++ b/babl/receipt	Mon Dec 24 11:36:03 2018 +0200
     3.3 @@ -20,10 +20,3 @@
     3.4  	make &&
     3.5  	make install
     3.6  }
     3.7 -
     3.8 -genpkg_rules() {
     3.9 -	case $PACKAGE in
    3.10 -		babl)  copy @std;;
    3.11 -		*-dev) copy @dev;;
    3.12 -	esac
    3.13 -}
     4.1 --- a/bastet/receipt	Mon Dec 24 02:07:02 2018 +0200
     4.2 +++ b/bastet/receipt	Mon Dec 24 11:36:03 2018 +0200
     4.3 @@ -13,6 +13,9 @@
     4.4  WGET_URL="https://github.com/fph/bastet/archive/${COMMIT:-$VERSION}.tar.gz"
     4.5  
     4.6  BUILD_DEPENDS="ncurses-dev boost-dev boost-program-options"
     4.7 +DEPENDS="boost-program-options ncurses"
     4.8 +
     4.9 +TAGS="tetris"
    4.10  
    4.11  compile_rules() {
    4.12  	cp $stuff/*.png $src
    4.13 @@ -20,9 +23,3 @@
    4.14  	make &&
    4.15  	make install
    4.16  }
    4.17 -
    4.18 -genpkg_rules() {
    4.19 -	copy @std
    4.20 -	DEPENDS="boost-program-options ncurses"
    4.21 -	TAGS="tetris"
    4.22 -}
     5.1 --- a/caja/receipt	Mon Dec 24 02:07:02 2018 +0200
     5.2 +++ b/caja/receipt	Mon Dec 24 11:36:03 2018 +0200
     5.3 @@ -15,6 +15,13 @@
     5.4  pango-dev gtk3-dev libnotify-dev libexif-dev exempi-dev libsm-dev"
     5.5  SPLIT="$PACKAGE-dev"
     5.6  
     5.7 +DEPENDS_std="atk cairo exempi gdk-pixbuf glib gtk3 libexif libnotify libxml2 \
     5.8 +mate-desktop pango libice libsm libx11   shared-mime-info"
     5.9 +DEPENDS_dev="$PACKAGE glib-dev gtk3-dev"
    5.10 +
    5.11 +SUGGESTED_std="gvfs-smb"
    5.12 +TAGS_std="MATE file-manager"
    5.13 +
    5.14  compile_rules() {
    5.15  	./configure \
    5.16  		--disable-packagekit \
    5.17 @@ -25,21 +32,3 @@
    5.18  	make &&
    5.19  	make install
    5.20  }
    5.21 -
    5.22 -genpkg_rules() {
    5.23 -	case $PACKAGE in
    5.24 -		caja)
    5.25 -			copy @std
    5.26 -			DEPENDS="atk cairo exempi gdk-pixbuf glib gtk3 libexif \
    5.27 -			libnotify libxml2 mate-desktop pango libice libsm \
    5.28 -			libx11   shared-mime-info"
    5.29 -			SUGGESTED="gvfs-smb"
    5.30 -			TAGS="MATE file-manager"
    5.31 -			;;
    5.32 -		*-dev)
    5.33 -			copy @dev
    5.34 -			DEPENDS="caja glib-dev gtk3-dev"
    5.35 -			TAGS="MATE"
    5.36 -			;;
    5.37 -	esac
    5.38 -}
     6.1 --- a/catpoint/receipt	Mon Dec 24 02:07:02 2018 +0200
     6.2 +++ b/catpoint/receipt	Mon Dec 24 11:36:03 2018 +0200
     6.3 @@ -13,6 +13,7 @@
     6.4  WGET_URL="http://git.r-36.net/catpoint/snapshot/$TARBALL"
     6.5  
     6.6  BUILD_DEPENDS="ncurses-dev"
     6.7 +DEPENDS="ncurses"
     6.8  
     6.9  compile_rules() {
    6.10  	sed -i 's|/usr/local|/usr|' config.mk
    6.11 @@ -22,8 +23,3 @@
    6.12  
    6.13  	cook_pick_docs README.md showoff
    6.14  }
    6.15 -
    6.16 -genpkg_rules() {
    6.17 -	copy @std
    6.18 -	DEPENDS="ncurses"
    6.19 -}
     7.1 --- a/cgal/receipt	Mon Dec 24 02:07:02 2018 +0200
     7.2 +++ b/cgal/receipt	Mon Dec 24 11:36:03 2018 +0200
     7.3 @@ -14,6 +14,8 @@
     7.4  BUILD_DEPENDS="cmake boost-dev gmp-dev mpfr-dev boost-thread"
     7.5  SPLIT="$PACKAGE-dev"
     7.6  
     7.7 +DEPENDS_std="boost-thread boost-system gcc-lib-base"
     7.8 +
     7.9  compile_rules() {
    7.10  	cmake \
    7.11  		-DCMAKE_INSTALL_PREFIX=/usr \
    7.12 @@ -21,15 +23,3 @@
    7.13  	make &&
    7.14  	make install
    7.15  }
    7.16 -
    7.17 -genpkg_rules() {
    7.18 -	case $PACKAGE in
    7.19 -		cgal)
    7.20 -			copy @std
    7.21 -			DEPENDS="boost-thread boost-system gcc-lib-base"
    7.22 -			;;
    7.23 -		*-dev)
    7.24 -			copy @dev
    7.25 -		;;
    7.26 -	esac
    7.27 -}
     8.1 --- a/ckermit/receipt	Mon Dec 24 02:07:02 2018 +0200
     8.2 +++ b/ckermit/receipt	Mon Dec 24 11:36:03 2018 +0200
     8.3 @@ -12,6 +12,7 @@
     8.4  WGET_URL="ftp://kermit.columbia.edu/kermit/archives/$TARBALL"
     8.5  
     8.6  BUILD_DEPENDS="ncurses-dev"
     8.7 +DEPENDS="ncurses"
     8.8  
     8.9  compile_rules() {
    8.10  	make linux "LNKFLAGS=-lncurses" || return 1
    8.11 @@ -19,8 +20,3 @@
    8.12  	install -Dm755 $src/wart   $install/usr/bin/wart
    8.13  	install -Dm755 $src/wermit $install/usr/bin/wermit
    8.14  }
    8.15 -
    8.16 -genpkg_rules() {
    8.17 -	copy @std
    8.18 -	DEPENDS="ncurses"
    8.19 -}
     9.1 --- a/dd_rhelp/receipt	Mon Dec 24 02:07:02 2018 +0200
     9.2 +++ b/dd_rhelp/receipt	Mon Dec 24 11:36:03 2018 +0200
     9.3 @@ -13,11 +13,8 @@
     9.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     9.5  WGET_URL="http://www.kalysto.org/pkg/$TARBALL"
     9.6  
     9.7 +DEPENDS="bash dd_rescue"
     9.8 +
     9.9  compile_rules() {
    9.10  	install -Dm755 $src/dd_rhelp $install/usr/bin/dd_rhelp
    9.11  }
    9.12 -
    9.13 -genpkg_rules() {
    9.14 -	copy @std
    9.15 -	DEPENDS="bash dd_rescue"
    9.16 -}
    10.1 --- a/dirmngr/receipt	Mon Dec 24 02:07:02 2018 +0200
    10.2 +++ b/dirmngr/receipt	Mon Dec 24 11:36:03 2018 +0200
    10.3 @@ -15,14 +15,10 @@
    10.4  
    10.5  BUILD_DEPENDS="pth-dev libgpg-error-dev libgcrypt-dev libassuan-dev \
    10.6  libksba-dev openldap-dev"
    10.7 +DEPENDS="libassuan libgcrypt libksba libldap pth zlib"
    10.8  
    10.9  compile_rules() {
   10.10  	./configure $CONFIGURE_ARGS &&
   10.11  	make &&
   10.12  	make install
   10.13  }
   10.14 -
   10.15 -genpkg_rules() {
   10.16 -	copy @std
   10.17 -	DEPENDS="libassuan libgcrypt libksba libldap pth zlib"
   10.18 -}
    11.1 --- a/flam3/receipt	Mon Dec 24 02:07:02 2018 +0200
    11.2 +++ b/flam3/receipt	Mon Dec 24 11:36:03 2018 +0200
    11.3 @@ -15,6 +15,9 @@
    11.4  BUILD_DEPENDS="expat-dev libjpeg-turbo-dev libpng-dev libxml2-dev"
    11.5  SPLIT="$PACKAGE-dev"
    11.6  
    11.7 +DEPENDS_std="libjpeg-turbo libpng libxml2 zlib"
    11.8 +DEPENDS_dev="$PACKAGE libjpeg-turbo-dev libpng-dev libxml2-dev"
    11.9 +
   11.10  compile_rules() {
   11.11  	./configure \
   11.12  		--disable-static \
   11.13 @@ -24,16 +27,3 @@
   11.14  	make $MAKEFLAGS &&
   11.15  	make DESTDIR=$install -j1 install
   11.16  }
   11.17 -
   11.18 -genpkg_rules() {
   11.19 -	case $PACKAGE in
   11.20 -		flam3)
   11.21 -			copy @std
   11.22 -			DEPENDS="libjpeg-turbo libpng libxml2 zlib"
   11.23 -			;;
   11.24 -		*-dev)
   11.25 -			copy @dev
   11.26 -			DEPENDS="flam3 libjpeg-turbo-dev libpng-dev libxml2-dev"
   11.27 -			;;
   11.28 -	esac
   11.29 -}
    12.1 --- a/four-in-a-row/receipt	Mon Dec 24 02:07:02 2018 +0200
    12.2 +++ b/four-in-a-row/receipt	Mon Dec 24 11:36:03 2018 +0200
    12.3 @@ -13,6 +13,7 @@
    12.4  
    12.5  BUILD_DEPENDS="vala glib-dev gtk3-dev librsvg-dev libcanberra-dev gettext-dev \
    12.6  itstool"
    12.7 +DEPENDS="cairo gdk-pixbuf glib gtk3 libcanberra libcanberra-gtk3"
    12.8  
    12.9  compile_rules() {
   12.10  	./configure $CONFIGURE_ARGS &&
   12.11 @@ -21,8 +22,3 @@
   12.12  
   12.13  	fix symlinks
   12.14  }
   12.15 -
   12.16 -genpkg_rules() {
   12.17 -	copy @std
   12.18 -	DEPENDS="cairo gdk-pixbuf glib gtk3 libcanberra libcanberra-gtk3"
   12.19 -}
    13.1 --- a/fox14/receipt	Mon Dec 24 02:07:02 2018 +0200
    13.2 +++ b/fox14/receipt	Mon Dec 24 11:36:03 2018 +0200
    13.3 @@ -17,6 +17,11 @@
    13.4  libxml2-dev"
    13.5  SPLIT="$PACKAGE-dev"
    13.6  
    13.7 +DEPENDS_std="libpng12 jpeg libtiff libxft bzlib mesa glu"
    13.8 +DEPENDS_dev="$PACKAGE libx11-dev"
    13.9 +
   13.10 +SUGGESTED_std="adie calculator pathfinder shutterbug"
   13.11 +
   13.12  compile_rules() {
   13.13  	sed -i 's/png_ptr->jmpbuf/png_jmpbuf(png_ptr)/' src/fxpngio.cpp
   13.14  	sed -i 's/(gzFile\*)/(gzFile)/' src/FXGZStream.cpp
   13.15 @@ -29,17 +34,3 @@
   13.16  	make $MAKEFLAGS &&
   13.17  	make DESTDIR=$install install
   13.18  }
   13.19 -
   13.20 -genpkg_rules() {
   13.21 -	case $PACKAGE in
   13.22 -		fox14)
   13.23 -			copy @std
   13.24 -			DEPENDS="libpng12 jpeg libtiff libxft bzlib mesa glu"
   13.25 -			SUGGESTED="adie calculator pathfinder shutterbug"
   13.26 -			;;
   13.27 -		*-dev)
   13.28 -			copy @dev
   13.29 -			DEPENDS="fox libx11-dev"
   13.30 -			;;
   13.31 -	esac
   13.32 -}
    14.1 --- a/frozen-bubble/receipt	Mon Dec 24 02:07:02 2018 +0200
    14.2 +++ b/frozen-bubble/receipt	Mon Dec 24 11:36:03 2018 +0200
    14.3 @@ -15,6 +15,7 @@
    14.4  libsdl-gfx-dev libsdl-image-dev libsdl-net-dev freetype-dev libsdl-ttf-dev \
    14.5  libsdl-mixer-dev libsdl-pango-dev libsmpeg-dev pkg-config libsdl-perl mesa-dev \
    14.6  glibc-locale perl-dev"
    14.7 +DEPENDS="perl-locale-gettext libsdl-mixer libsdl-pango libsdl-perl"
    14.8  
    14.9  compile_rules() {
   14.10  	make \
   14.11 @@ -24,8 +25,3 @@
   14.12  		PREFIX=/usr &&
   14.13  	make DESTDIR=$install PREFIX=/usr install
   14.14  }
   14.15 -
   14.16 -genpkg_rules() {
   14.17 -	copy @std
   14.18 -	DEPENDS="perl-locale-gettext libsdl-mixer libsdl-pango libsdl-perl"
   14.19 -}
    15.1 --- a/gadmin-antivirus/receipt	Mon Dec 24 02:07:02 2018 +0200
    15.2 +++ b/gadmin-antivirus/receipt	Mon Dec 24 11:36:03 2018 +0200
    15.3 @@ -12,14 +12,10 @@
    15.4  WGET_URL="http://dalalven.dtdns.net/linux/$PACKAGE/$TARBALL"
    15.5  
    15.6  BUILD_DEPENDS="gtk2-dev"
    15.7 +DEPENDS="gtk2 clamav"
    15.8  
    15.9  compile_rules() {
   15.10  	./configure $CONFIGURE_ARGS &&
   15.11  	make &&
   15.12  	make DESTDIR=$install install
   15.13  }
   15.14 -
   15.15 -genpkg_rules() {
   15.16 -	copy @std
   15.17 -	DEPENDS="gtk2 clamav"
   15.18 -}
    16.1 --- a/gadmin-httpd/receipt	Mon Dec 24 02:07:02 2018 +0200
    16.2 +++ b/gadmin-httpd/receipt	Mon Dec 24 11:36:03 2018 +0200
    16.3 @@ -12,14 +12,10 @@
    16.4  WGET_URL="http://dalalven.dtdns.net/linux/$PACKAGE/$TARBALL"
    16.5  
    16.6  BUILD_DEPENDS="gtk2-dev"
    16.7 +DEPENDS="gtk2 apache"
    16.8  
    16.9  compile_rules() {
   16.10  	./configure $CONFIGURE_ARGS &&
   16.11  	make &&
   16.12  	make DESTDIR=$install install
   16.13  }
   16.14 -
   16.15 -genpkg_rules() {
   16.16 -	copy @std
   16.17 -	DEPENDS="gtk2 apache"
   16.18 -}
    17.1 --- a/gif2apng/receipt	Mon Dec 24 02:07:02 2018 +0200
    17.2 +++ b/gif2apng/receipt	Mon Dec 24 11:36:03 2018 +0200
    17.3 @@ -12,6 +12,7 @@
    17.4  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    17.5  
    17.6  BUILD_DEPENDS="zlib-dev"
    17.7 +DEPENDS="zlib"
    17.8  
    17.9  compile_rules() {
   17.10  	make &&
   17.11 @@ -19,8 +20,3 @@
   17.12  
   17.13  	cook_pick_docs readme.txt
   17.14  }
   17.15 -
   17.16 -genpkg_rules() {
   17.17 -	copy @std
   17.18 -	DEPENDS="zlib"
   17.19 -}
    18.1 --- a/gtklp/receipt	Mon Dec 24 02:07:02 2018 +0200
    18.2 +++ b/gtklp/receipt	Mon Dec 24 11:36:03 2018 +0200
    18.3 @@ -12,6 +12,7 @@
    18.4  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    18.5  
    18.6  BUILD_DEPENDS="cups-dev gtk2-dev autoconf automake libtool gettext"
    18.7 +DEPENDS="cups gtk2"
    18.8  
    18.9  compile_rules() {
   18.10  	sed -i 's/^gettextize .*/autopoint -f/' autogen.sh
   18.11 @@ -25,8 +26,3 @@
   18.12  	make &&
   18.13  	make DESTDIR=$install install
   18.14  }
   18.15 -
   18.16 -genpkg_rules() {
   18.17 -	copy @std
   18.18 -	DEPENDS="cups gtk2"
   18.19 -}
    19.1 --- a/hfsutils/receipt	Mon Dec 24 02:07:02 2018 +0200
    19.2 +++ b/hfsutils/receipt	Mon Dec 24 11:36:03 2018 +0200
    19.3 @@ -21,7 +21,3 @@
    19.4  
    19.5  	cook_pick_docs doc/*.txt
    19.6  }
    19.7 -
    19.8 -genpkg_rules() {
    19.9 -	copy @std
   19.10 -}
    20.1 --- a/isapnptools/receipt	Mon Dec 24 02:07:02 2018 +0200
    20.2 +++ b/isapnptools/receipt	Mon Dec 24 11:36:03 2018 +0200
    20.3 @@ -22,10 +22,3 @@
    20.4  	make &&
    20.5  	make install
    20.6  }
    20.7 -
    20.8 -genpkg_rules() {
    20.9 -	case $PACKAGE in
   20.10 -		isapnptools) copy @std;;
   20.11 -		*-dev)       copy @dev;;
   20.12 -	esac
   20.13 -}
    21.1 --- a/iucode-tool/receipt	Mon Dec 24 02:07:02 2018 +0200
    21.2 +++ b/iucode-tool/receipt	Mon Dec 24 11:36:03 2018 +0200
    21.3 @@ -19,7 +19,3 @@
    21.4  	make &&
    21.5  	make install
    21.6  }
    21.7 -
    21.8 -genpkg_rules() {
    21.9 -	copy @std
   21.10 -}
    22.1 --- a/jack/receipt	Mon Dec 24 02:07:02 2018 +0200
    22.2 +++ b/jack/receipt	Mon Dec 24 11:36:03 2018 +0200
    22.3 @@ -16,6 +16,15 @@
    22.4  db-dev libsndfile-dev libsamplerate-dev alsa-lib-dev readline-dev doxygen"
    22.5  SPLIT="$PACKAGE-dev"
    22.6  
    22.7 +DEPENDS_std="alsa-lib flac libdb libogg libsamplerate libsndfile libvorbis \
    22.8 +ncurses readline"
    22.9 +DEPENDS_dev="$PACKAGE alsa-lib-dev db-dev libsamplerate-dev"
   22.10 +
   22.11 +PROVIDE_std="jack-audio-connection-kit"
   22.12 +PROVIDE_dev="jack-audio-connection-kit-dev"
   22.13 +
   22.14 +TAGS_std="audio server"
   22.15 +
   22.16  compile_rules() {
   22.17  	autoreconf -fi &&
   22.18  	sed -i 's|md5 -q|md5sum|' jackd/Makefile.in
   22.19 @@ -36,20 +45,3 @@
   22.20  	make &&
   22.21  	make install
   22.22  }
   22.23 -
   22.24 -genpkg_rules() {
   22.25 -	case $PACKAGE in
   22.26 -		jack)
   22.27 -			copy @std
   22.28 -			DEPENDS="alsa-lib flac libdb libogg libsamplerate libsndfile \
   22.29 -			libvorbis ncurses readline"
   22.30 -			PROVIDE="jack-audio-connection-kit"
   22.31 -			TAGS="audio server"
   22.32 -			;;
   22.33 -		*-dev)
   22.34 -			copy @dev
   22.35 -			DEPENDS="jack alsa-lib-dev db-dev libsamplerate-dev"
   22.36 -			PROVIDE="jack-audio-connection-kit-dev"
   22.37 -			;;
   22.38 -	esac
   22.39 -}
    23.1 --- a/jpegoptim/receipt	Mon Dec 24 02:07:02 2018 +0200
    23.2 +++ b/jpegoptim/receipt	Mon Dec 24 11:36:03 2018 +0200
    23.3 @@ -12,14 +12,10 @@
    23.4  WGET_URL="https://github.com/tjko/jpegoptim/archive/RELEASE.$VERSION.tar.gz"
    23.5  
    23.6  BUILD_DEPENDS="libjpeg-turbo-dev"
    23.7 +DEPENDS="libjpeg-turbo"
    23.8  
    23.9  compile_rules() {
   23.10  	./configure $CONFIGURE_ARGS &&
   23.11  	make &&
   23.12  	make install
   23.13  }
   23.14 -
   23.15 -genpkg_rules() {
   23.16 -	copy @std
   23.17 -	DEPENDS="libjpeg-turbo"
   23.18 -}
    24.1 --- a/libgusb/receipt	Mon Dec 24 02:07:02 2018 +0200
    24.2 +++ b/libgusb/receipt	Mon Dec 24 11:36:03 2018 +0200
    24.3 @@ -16,6 +16,9 @@
    24.4  gtk-doc"
    24.5  SPLIT="$PACKAGE-dev"
    24.6  
    24.7 +DEPENDS_std="glib libusb"
    24.8 +DEPENDS_dev="$PACKAGE glib-dev libusb-dev"
    24.9 +
   24.10  compile_rules() {
   24.11  	mkdir build
   24.12  	cd    build
   24.13 @@ -24,16 +27,3 @@
   24.14  	ninja &&
   24.15  	ninja install
   24.16  }
   24.17 -
   24.18 -genpkg_rules() {
   24.19 -	case $PACKAGE in
   24.20 -		libgusb)
   24.21 -			copy @std
   24.22 -			DEPENDS="glib libusb"
   24.23 -			;;
   24.24 -		*-dev)
   24.25 -			copy @dev
   24.26 -			DEPENDS="libgusb glib-dev libusb-dev"
   24.27 -			;;
   24.28 -	esac
   24.29 -}
    25.1 --- a/libogg/receipt	Mon Dec 24 02:07:02 2018 +0200
    25.2 +++ b/libogg/receipt	Mon Dec 24 11:36:03 2018 +0200
    25.3 @@ -20,10 +20,3 @@
    25.4  	make &&
    25.5  	make -j1 install
    25.6  }
    25.7 -
    25.8 -genpkg_rules() {
    25.9 -	case $PACKAGE in
   25.10 -		libogg) copy @std;;
   25.11 -		*-dev)  copy @dev;;
   25.12 -	esac
   25.13 -}
    26.1 --- a/libsde-utils/receipt	Mon Dec 24 02:07:02 2018 +0200
    26.2 +++ b/libsde-utils/receipt	Mon Dec 24 11:36:03 2018 +0200
    26.3 @@ -15,6 +15,9 @@
    26.4  BUILD_DEPENDS="automake libtool glib-dev"
    26.5  SPLIT="$PACKAGE-dev"
    26.6  
    26.7 +DEPENDS_std="glib"
    26.8 +DEPENDS_dev="$PACKAGE glib-dev"
    26.9 +
   26.10  compile_rules() {
   26.11  	./autogen.sh &&
   26.12  	./configure $CONFIGURE_ARGS &&
   26.13 @@ -22,16 +25,3 @@
   26.14  	make &&
   26.15  	make install
   26.16  }
   26.17 -
   26.18 -genpkg_rules() {
   26.19 -	case $PACKAGE in
   26.20 -		libsde-utils)
   26.21 -			copy @std
   26.22 -			DEPENDS="glib"
   26.23 -			;;
   26.24 -		*-dev)
   26.25 -			copy @dev
   26.26 -			DEPENDS="libsde-utils glib-dev"
   26.27 -			;;
   26.28 -	esac
   26.29 -}
    27.1 --- a/libsigsegv/receipt	Mon Dec 24 02:07:02 2018 +0200
    27.2 +++ b/libsigsegv/receipt	Mon Dec 24 11:36:03 2018 +0200
    27.3 @@ -23,10 +23,3 @@
    27.4  	make &&
    27.5  	make DESTDIR=$install install
    27.6  }
    27.7 -
    27.8 -genpkg_rules() {
    27.9 -	case $PACKAGE in
   27.10 -		libsigsegv) copy @std;;
   27.11 -		*-dev)      copy @dev;;
   27.12 -	esac
   27.13 -}
    28.1 --- a/libunwind/receipt	Mon Dec 24 02:07:02 2018 +0200
    28.2 +++ b/libunwind/receipt	Mon Dec 24 11:36:03 2018 +0200
    28.3 @@ -14,22 +14,12 @@
    28.4  BUILD_DEPENDS="xz-dev"
    28.5  SPLIT="$PACKAGE-dev"
    28.6  
    28.7 +DEPENDS_std="liblzma"
    28.8 +DEPENDS_dev="$PACKAGE xz-dev"
    28.9 +
   28.10  compile_rules() {
   28.11  	./configure $CONFIGURE_ARGS &&
   28.12  	fix libtool &&
   28.13  	make &&
   28.14  	make install
   28.15  }
   28.16 -
   28.17 -genpkg_rules() {
   28.18 -	case $PACKAGE in
   28.19 -		libunwind)
   28.20 -			copy @std
   28.21 -			DEPENDS="liblzma"
   28.22 -			;;
   28.23 -		*-dev)
   28.24 -			copy @dev
   28.25 -			DEPENDS="libunwind xz-dev"
   28.26 -			;;
   28.27 -	esac
   28.28 -}
    29.1 --- a/logfence/receipt	Mon Dec 24 02:07:02 2018 +0200
    29.2 +++ b/logfence/receipt	Mon Dec 24 11:36:03 2018 +0200
    29.3 @@ -12,13 +12,9 @@
    29.4  WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz"
    29.5  
    29.6  BUILD_DEPENDS="fuse2-dev"
    29.7 +DEPENDS="fuse2"
    29.8  
    29.9  compile_rules() {
   29.10  	make &&
   29.11  	make DESTDIR=$install install
   29.12  }
   29.13 -
   29.14 -genpkg_rules() {
   29.15 -	copy @std
   29.16 -	DEPENDS="fuse2"
   29.17 -}
    30.1 --- a/luufs/receipt	Mon Dec 24 02:07:02 2018 +0200
    30.2 +++ b/luufs/receipt	Mon Dec 24 11:36:03 2018 +0200
    30.3 @@ -12,12 +12,8 @@
    30.4  WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
    30.5  
    30.6  BUILD_DEPENDS="fuse2-dev zlib-dev"
    30.7 +DEPENDS="fuse2 zlib"
    30.8  
    30.9  compile_rules() {
   30.10  	make install
   30.11  }
   30.12 -
   30.13 -genpkg_rules() {
   30.14 -	copy @std
   30.15 -	DEPENDS="fuse2 zlib"
   30.16 -}
    31.1 --- a/micro_proxy/receipt	Mon Dec 24 02:07:02 2018 +0200
    31.2 +++ b/micro_proxy/receipt	Mon Dec 24 11:36:03 2018 +0200
    31.3 @@ -18,7 +18,3 @@
    31.4  	make &&
    31.5  	install -Dm755 $src/micro_proxy $install/usr/bin/micro_proxy
    31.6  }
    31.7 -
    31.8 -genpkg_rules() {
    31.9 -	copy @std
   31.10 -}
    32.1 --- a/modsecurity-apache/receipt	Mon Dec 24 02:07:02 2018 +0200
    32.2 +++ b/modsecurity-apache/receipt	Mon Dec 24 11:36:03 2018 +0200
    32.3 @@ -13,6 +13,7 @@
    32.4  
    32.5  BUILD_DEPENDS="apache-dev apr-dev apr-util-dev pcre-dev libxml2-dev \
    32.6  util-linux-uuid-dev curl-dev"
    32.7 +DEPENDS="apr apr-util libcurl libpcre libxml2 perl   apache"
    32.8  
    32.9  compile_rules() {
   32.10  	./configure $CONFIGURE_ARGS &&
   32.11 @@ -20,8 +21,3 @@
   32.12  	make &&
   32.13  	make DESTDIR=$install install
   32.14  }
   32.15 -
   32.16 -genpkg_rules() {
   32.17 -	copy @std
   32.18 -	DEPENDS="apr apr-util libcurl libpcre libxml2 perl   apache"
   32.19 -}
    33.1 --- a/nms/receipt	Mon Dec 24 02:07:02 2018 +0200
    33.2 +++ b/nms/receipt	Mon Dec 24 11:36:03 2018 +0200
    33.3 @@ -12,13 +12,9 @@
    33.4  WGET_URL="git|git://github.com/bartobri/no-more-secrets"
    33.5  
    33.6  BUILD_DEPENDS="git bzip2 ncurses-dev"
    33.7 +DEPENDS="ncurses"
    33.8  
    33.9  compile_rules() {
   33.10  	make &&
   33.11  	make prefix=/usr DESTDIR=$install install
   33.12  }
   33.13 -
   33.14 -genpkg_rules() {
   33.15 -	copy @std
   33.16 -	DEPENDS="ncurses"
   33.17 -}
    34.1 --- a/notify-python/receipt	Mon Dec 24 02:07:02 2018 +0200
    34.2 +++ b/notify-python/receipt	Mon Dec 24 11:36:03 2018 +0200
    34.3 @@ -14,6 +14,10 @@
    34.4  BUILD_DEPENDS="gfortran python-dev libnotify-dev python-pygtk-dev"
    34.5  SPLIT="$PACKAGE-dev"
    34.6  
    34.7 +DEPENDS_std="gdk-pixbuf glib libnotify python   python-pygtk"
    34.8 +
    34.9 +TAGS_std="python"
   34.10 +
   34.11  compile_rules() {
   34.12  #	sed -i 's|, attach||; s| attach[^;]*||; /GtkWidget .attach/d' src/pynotify.c
   34.13  
   34.14 @@ -30,16 +34,3 @@
   34.15  	make &&
   34.16  	make -j1 install
   34.17  }
   34.18 -
   34.19 -genpkg_rules() {
   34.20 -	case $PACKAGE in
   34.21 -		notify-python)
   34.22 -			copy @std
   34.23 -			DEPENDS="gdk-pixbuf glib libnotify python   python-pygtk"
   34.24 -			TAGS="python"
   34.25 -			;;
   34.26 -		*-dev)
   34.27 -			copy @dev
   34.28 -			;;
   34.29 -	esac
   34.30 -}
    35.1 --- a/ntpclient/receipt	Mon Dec 24 02:07:02 2018 +0200
    35.2 +++ b/ntpclient/receipt	Mon Dec 24 11:36:03 2018 +0200
    35.3 @@ -18,10 +18,6 @@
    35.4  	install -Dm755 $src/ntpclient $install/usr/bin/ntpclient
    35.5  }
    35.6  
    35.7 -genpkg_rules() {
    35.8 -	copy @std
    35.9 -}
   35.10 -
   35.11  post_install() {
   35.12  	[ -n "$1" -o -n "$quiet" ] && return
   35.13  	echo -en '\nDo you want to run ntpclient in automatic mode (y/N): '
    36.1 --- a/openbox-themes-debian/receipt	Mon Dec 24 02:07:02 2018 +0200
    36.2 +++ b/openbox-themes-debian/receipt	Mon Dec 24 11:36:03 2018 +0200
    36.3 @@ -11,6 +11,8 @@
    36.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
    36.5  WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
    36.6  
    36.7 +DEPENDS="openbox"
    36.8 +
    36.9  compile_rules() {
   36.10  	mkdir -p $install/usr/share
   36.11  	cp -a debian/themes $install/usr/share
   36.12 @@ -20,8 +22,3 @@
   36.13  	find $install -type f -exec chmod 644 '{}' \;
   36.14  	chown -R root:root $install
   36.15  }
   36.16 -
   36.17 -genpkg_rules() {
   36.18 -	copy @std
   36.19 -	DEPENDS="openbox"
   36.20 -}
    37.1 --- a/othello/receipt	Mon Dec 24 02:07:02 2018 +0200
    37.2 +++ b/othello/receipt	Mon Dec 24 11:36:03 2018 +0200
    37.3 @@ -36,7 +36,3 @@
    37.4  
    37.5  	install -Dm644 $stuff/othello.desktop $install/usr/share/applications/othello.desktop
    37.6  }
    37.7 -
    37.8 -genpkg_rules() {
    37.9 -	copy @std
   37.10 -}
    38.1 --- a/partclone/receipt	Mon Dec 24 02:07:02 2018 +0200
    38.2 +++ b/partclone/receipt	Mon Dec 24 11:36:03 2018 +0200
    38.3 @@ -13,6 +13,9 @@
    38.4  
    38.5  BUILD_DEPENDS="automake libtool gettext util-linux-uuid-dev e2fsprogs-dev \
    38.6  ntfs-3g-dev util-linux-blkid-dev openssl-dev"
    38.7 +DEPENDS="e2fsprogs ncurses ntfs-3g openssl util-linux-blkid util-linux-uuid"
    38.8 +
    38.9 +TAGS="backup"
   38.10  
   38.11  compile_rules() {
   38.12  	export RPM_ARCH=$ARCH
   38.13 @@ -31,9 +34,3 @@
   38.14  	make &&
   38.15  	make install
   38.16  }
   38.17 -
   38.18 -genpkg_rules() {
   38.19 -	copy @std
   38.20 -	DEPENDS="e2fsprogs ncurses ntfs-3g openssl util-linux-blkid util-linux-uuid"
   38.21 -	TAGS="backup"
   38.22 -}
    39.1 --- a/pciids/receipt	Mon Dec 24 02:07:02 2018 +0200
    39.2 +++ b/pciids/receipt	Mon Dec 24 11:36:03 2018 +0200
    39.3 @@ -16,7 +16,3 @@
    39.4  	gzip -1 pci.ids
    39.5  	install -Dm644 pci.ids.gz $install/usr/share/hwdata/pci.ids.gz
    39.6  }
    39.7 -
    39.8 -genpkg_rules() {
    39.9 -	copy @std
   39.10 -}
    40.1 --- a/pcmciautils/receipt	Mon Dec 24 02:07:02 2018 +0200
    40.2 +++ b/pcmciautils/receipt	Mon Dec 24 11:36:03 2018 +0200
    40.3 @@ -13,6 +13,7 @@
    40.4  WGET_URL="http://sourceware.mirrors.tds.net/pub/kernel.org/linux/utils/kernel/pcmcia/$TARBALL"
    40.5  
    40.6  BUILD_DEPENDS="sysfsutils-dev"
    40.7 +DEPENDS="sysfsutils   eudev"
    40.8  
    40.9  compile_rules() {
   40.10  	sed -i 's|/lib/udev|/usr/lib/udev|g; s|/sbin|/usr/bin|g' Makefile
   40.11 @@ -21,11 +22,6 @@
   40.12  	make DESTDIR=$install install
   40.13  }
   40.14  
   40.15 -genpkg_rules() {
   40.16 -	copy @std
   40.17 -	DEPENDS="sysfsutils   eudev"
   40.18 -}
   40.19 -
   40.20  #post_install() {
   40.21  #	echo "root='$1:$root'"
   40.22  #	tazpkg reconfigure eudev --root="$1/" --quiet
    41.1 --- a/pcsc-lite/receipt	Mon Dec 24 02:07:02 2018 +0200
    41.2 +++ b/pcsc-lite/receipt	Mon Dec 24 11:36:03 2018 +0200
    41.3 @@ -14,6 +14,9 @@
    41.4  BUILD_DEPENDS="eudev-dev perl libtool"
    41.5  SPLIT="$PACKAGE-dev"
    41.6  
    41.7 +DEPENDS_std="eudev"
    41.8 +SUGGESTED_std="ccid"
    41.9 +
   41.10  compile_rules() {
   41.11  	./configure \
   41.12  		--enable-libudev \
   41.13 @@ -28,19 +31,6 @@
   41.14  	install -Dm644 $stuff/pcscd.conf $install/etc/daemons.conf.d/pcscd.conf
   41.15  }
   41.16  
   41.17 -genpkg_rules() {
   41.18 -	case $PACKAGE in
   41.19 -		pcsc-lite)
   41.20 -			copy @std
   41.21 -			DEPENDS="eudev"
   41.22 -			SUGGESTED="ccid"
   41.23 -			;;
   41.24 -		*-dev)
   41.25 -			copy @dev
   41.26 -			;;
   41.27 -	esac
   41.28 -}
   41.29 -
   41.30  # Daemon options in: daemons.conf
   41.31  # TODO: use /etc/daemons.conf.d/
   41.32  post_install_pcsc_lite() {
    42.1 --- a/raptor/receipt	Mon Dec 24 02:07:02 2018 +0200
    42.2 +++ b/raptor/receipt	Mon Dec 24 11:36:03 2018 +0200
    42.3 @@ -14,6 +14,9 @@
    42.4  BUILD_DEPENDS="perl libxml2-dev libxslt-dev curl-dev yajl-dev"
    42.5  SPLIT="$PACKAGE-dev"
    42.6  
    42.7 +DEPENDS_std="libcurl libxml2 libxslt yajl"
    42.8 +DEPENDS_dev="$PACKAGE libxml2-dev libxslt-dev yajl-dev"
    42.9 +
   42.10  compile_rules() {
   42.11  	./configure \
   42.12  		--disable-static \
   42.13 @@ -22,16 +25,3 @@
   42.14  	make &&
   42.15  	make install
   42.16  }
   42.17 -
   42.18 -genpkg_rules() {
   42.19 -	case $PACKAGE in
   42.20 -		raptor)
   42.21 -			copy @std
   42.22 -			DEPENDS="libcurl libxml2 libxslt yajl"
   42.23 -			;;
   42.24 -		*-dev)
   42.25 -			copy @dev
   42.26 -			DEPENDS="raptor libxml2-dev libxslt-dev yajl-dev"
   42.27 -			;;
   42.28 -	esac
   42.29 -}
    43.1 --- a/sakura/receipt	Mon Dec 24 02:07:02 2018 +0200
    43.2 +++ b/sakura/receipt	Mon Dec 24 11:36:03 2018 +0200
    43.3 @@ -12,6 +12,9 @@
    43.4  WGET_URL="https://launchpad.net/sakura/trunk/$VERSION/+download/$TARBALL"
    43.5  
    43.6  BUILD_DEPENDS="cmake glib-dev gtk3-dev vte-dev gettext-dev"
    43.7 +DEPENDS="glib gtk3 pango vte"
    43.8 +
    43.9 +TAGS="terminal"
   43.10  
   43.11  compile_rules() {
   43.12  	sed -i '/TryExec/d; s|Icon=.*|Icon=utilities-terminal|' sakura.desktop
   43.13 @@ -25,9 +28,3 @@
   43.14  
   43.15  	rm -rf $install/usr/share/pixmaps
   43.16  }
   43.17 -
   43.18 -genpkg_rules() {
   43.19 -	copy @std
   43.20 -	TAGS="terminal"
   43.21 -	DEPENDS="glib gtk3 pango vte"
   43.22 -}
    44.1 --- a/screentest/receipt	Mon Dec 24 02:07:02 2018 +0200
    44.2 +++ b/screentest/receipt	Mon Dec 24 11:36:03 2018 +0200
    44.3 @@ -12,6 +12,9 @@
    44.4  WGET_URL="https://github.com/TobiX/screentest/archive/$VERSION.tar.gz"
    44.5  
    44.6  BUILD_DEPENDS="gtk2-dev libglade-dev automake autoconf libtool"
    44.7 +DEPENDS="gtk2 libglade"
    44.8 +
    44.9 +TAGS="test diagnostic screen"
   44.10  
   44.11  compile_rules() {
   44.12  	sed -i 's/prune , -name/prune -or -name/' autogen.sh
   44.13 @@ -22,9 +25,3 @@
   44.14  	make &&
   44.15  	make DESTDIR=$install install
   44.16  }
   44.17 -
   44.18 -genpkg_rules() {
   44.19 -	copy @std
   44.20 -	DEPENDS="gtk2 libglade"
   44.21 -	TAGS="test diagnostic screen"
   44.22 -}
    45.1 --- a/slim-theme-mascot/receipt	Mon Dec 24 02:07:02 2018 +0200
    45.2 +++ b/slim-theme-mascot/receipt	Mon Dec 24 11:36:03 2018 +0200
    45.3 @@ -10,6 +10,8 @@
    45.4  HOST_ARCH="any"
    45.5  
    45.6  BUILD_DEPENDS="rsvg-convert"
    45.7 +DEPENDS="slim slitaz-configs-base"
    45.8 +
    45.9  COOKOPTS="!pngquant"
   45.10  
   45.11  compile_rules() {
   45.12 @@ -25,11 +27,6 @@
   45.13  	cp $stuff/slim.theme $theme
   45.14  }
   45.15  
   45.16 -genpkg_rules() {
   45.17 -	copy @std
   45.18 -	DEPENDS="slim slitaz-configs-base"
   45.19 -}
   45.20 -
   45.21  post_install() {
   45.22  	chroot "$1/" slim-theme -smascot
   45.23  }
    46.1 --- a/slitaz-icons-hydroxygen/receipt	Mon Dec 24 02:07:02 2018 +0200
    46.2 +++ b/slitaz-icons-hydroxygen/receipt	Mon Dec 24 11:36:03 2018 +0200
    46.3 @@ -17,7 +17,3 @@
    46.4  		-t $install/usr/share/icons/SliTaz-Hydroxygen \
    46.5  		-opmax
    46.6  }
    46.7 -
    46.8 -genpkg_rules() {
    46.9 -	copy @std
   46.10 -}
    47.1 --- a/spandsp/receipt	Mon Dec 24 02:07:02 2018 +0200
    47.2 +++ b/spandsp/receipt	Mon Dec 24 11:36:03 2018 +0200
    47.3 @@ -14,21 +14,11 @@
    47.4  BUILD_DEPENDS="tiff-dev zlib-dev jpeg-dev"
    47.5  SPLIT="$PACKAGE-dev"
    47.6  
    47.7 +DEPENDS_std="libtiff zlib jpeg"
    47.8 +
    47.9  compile_rules() {
   47.10  	./configure $CONFIGURE_ARGS &&
   47.11  	fix libtool &&
   47.12  	make &&
   47.13  	make -j1 install
   47.14  }
   47.15 -
   47.16 -genpkg_rules() {
   47.17 -	case $PACKAGE in
   47.18 -		spandsp)
   47.19 -			copy @std
   47.20 -			DEPENDS="libtiff zlib jpeg"
   47.21 -			;;
   47.22 -		*-dev)
   47.23 -			copy @dev
   47.24 -			;;
   47.25 -	esac
   47.26 -}
    48.1 --- a/st/receipt	Mon Dec 24 02:07:02 2018 +0200
    48.2 +++ b/st/receipt	Mon Dec 24 11:36:03 2018 +0200
    48.3 @@ -11,8 +11,8 @@
    48.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
    48.5  WGET_URL="http://dl.suckless.org/st/$TARBALL"
    48.6  
    48.7 -BUILD_DEPENDS="fontconfig-dev freetype-dev xorgproto libx11-dev \
    48.8 -libxft-dev"
    48.9 +BUILD_DEPENDS="fontconfig-dev freetype-dev xorgproto libx11-dev libxft-dev"
   48.10 +DEPENDS="fontconfig freetype libx11 libxft"
   48.11  
   48.12  compile_rules() {
   48.13  	# fix PREFIX
   48.14 @@ -23,8 +23,3 @@
   48.15  	make CC=$HOST_SYSTEM-gcc &&
   48.16  	make install
   48.17  }
   48.18 -
   48.19 -genpkg_rules() {
   48.20 -	copy @std
   48.21 -	DEPENDS="fontconfig freetype libx11 libxft"
   48.22 -}
    49.1 --- a/tcl2c-fork/receipt	Mon Dec 24 02:07:02 2018 +0200
    49.2 +++ b/tcl2c-fork/receipt	Mon Dec 24 11:36:03 2018 +0200
    49.3 @@ -12,6 +12,7 @@
    49.4  WGET_URL="http://web.tiscali.it/pas80/tcl2c.tar.gz"
    49.5  
    49.6  BUILD_DEPENDS="tcl-dev"
    49.7 +DEPENDS="tcl"
    49.8  
    49.9  compile_rules() {
   49.10  	sed -i 's|8\.5|8.6|' Makefile
   49.11 @@ -19,8 +20,3 @@
   49.12  	make &&
   49.13  	install -Dm755 tcl2c $install/usr/bin/tcl2cf
   49.14  }
   49.15 -
   49.16 -genpkg_rules() {
   49.17 -	copy @std
   49.18 -	DEPENDS="tcl"
   49.19 -}
    50.1 --- a/ucarp/receipt	Mon Dec 24 02:07:02 2018 +0200
    50.2 +++ b/ucarp/receipt	Mon Dec 24 11:36:03 2018 +0200
    50.3 @@ -12,6 +12,9 @@
    50.4  WGET_URL="http://download.pureftpd.org/pub/$PACKAGE/$TARBALL"
    50.5  
    50.6  BUILD_DEPENDS="libpcap-dev gfortran gettext-dev"
    50.7 +DEPENDS="libpcap"
    50.8 +
    50.9 +TAGS="HA"
   50.10  
   50.11  compile_rules() {
   50.12  	sed -i 's/\$(SHELL) @install_sh@/@install_sh@/' po/Makefile.in*
   50.13 @@ -21,9 +24,3 @@
   50.14  	make &&
   50.15  	make DESTDIR=$install install
   50.16  }
   50.17 -
   50.18 -genpkg_rules() {
   50.19 -	copy @std
   50.20 -	DEPENDS="libpcap"
   50.21 -	TAGS="High availability HA"
   50.22 -}
    51.1 --- a/udisks2/receipt	Mon Dec 24 02:07:02 2018 +0200
    51.2 +++ b/udisks2/receipt	Mon Dec 24 11:36:03 2018 +0200
    51.3 @@ -16,6 +16,9 @@
    51.4  libblockdev-dev polkit-dev libatasmart-dev acl-dev intltool"
    51.5  SPLIT="$PACKAGE-dev"
    51.6  
    51.7 +DEPENDS_std="acl glib libatasmart libblockdev libgudev polkit util-linux-mount"
    51.8 +DEPENDS_dev="$PACKAGE glib-dev"
    51.9 +
   51.10  compile_rules() {
   51.11  	./configure \
   51.12  		--disable-static \
   51.13 @@ -29,17 +32,3 @@
   51.14  	mkdir -p $install/etc/udev/rules.d/
   51.15  	cp $stuff/99-udisks2.rules $install/etc/udev/rules.d/
   51.16  }
   51.17 -
   51.18 -genpkg_rules() {
   51.19 -	case $PACKAGE in
   51.20 -		udisks2)
   51.21 -			copy @std
   51.22 -			DEPENDS="acl glib libatasmart libblockdev libgudev polkit \
   51.23 -			util-linux-mount"
   51.24 -			;;
   51.25 -		*-dev)
   51.26 -			copy @dev
   51.27 -			DEPENDS="udisks2 glib-dev"
   51.28 -			;;
   51.29 -	esac
   51.30 -}
    52.1 --- a/vice/receipt	Mon Dec 24 02:07:02 2018 +0200
    52.2 +++ b/vice/receipt	Mon Dec 24 11:36:03 2018 +0200
    52.3 @@ -16,6 +16,9 @@
    52.4  libjpeg-turbo-dev portaudio-dev mpg123-dev libice-dev gtk2-dev \
    52.5  vte-gtk2-dev gtkglext-dev mesa-dev libxxf86vm-dev libxrandr-dev \
    52.6  bdftopcf mkfontdir" # pulseaudio-dev
    52.7 +DEPENDS="alsa-lib cairo flac gdk-pixbuf giflib glib gtk2 gtkglext \
    52.8 +libjpeg-turbo libogg libpng libvorbis mesa mpg123 pango pciutils portaudio \
    52.9 +readline vte-gtk2 libx11 libxrandr libxxf86vm zlib"
   52.10  
   52.11  compile_rules() {
   52.12  	rm -r src/lib/liblame src/lib/libx264 src/lib/libffmpeg
   52.13 @@ -38,10 +41,3 @@
   52.14  		DESTDIR="$install" \
   52.15  		install
   52.16  }
   52.17 -
   52.18 -genpkg_rules() {
   52.19 -	copy @std
   52.20 -	DEPENDS="alsa-lib cairo flac gdk-pixbuf giflib glib gtk2 gtkglext \
   52.21 -	libjpeg-turbo libogg libpng libvorbis mesa mpg123 pango pciutils \
   52.22 -	portaudio readline vte-gtk2 libx11 libxrandr libxxf86vm zlib"
   52.23 -}
    53.1 --- a/xosd/receipt	Mon Dec 24 02:07:02 2018 +0200
    53.2 +++ b/xosd/receipt	Mon Dec 24 11:36:03 2018 +0200
    53.3 @@ -12,6 +12,7 @@
    53.4  WGET_URL="$SF_MIRROR/libxosd/$TARBALL"
    53.5  
    53.6  BUILD_DEPENDS="xorg-dev"
    53.7 +DEPENDS="libx11"
    53.8  
    53.9  compile_rules() {
   53.10  	./configure $CONFIGURE_ARGS &&
   53.11 @@ -19,8 +20,3 @@
   53.12  	make &&
   53.13  	make install
   53.14  }
   53.15 -
   53.16 -genpkg_rules() {
   53.17 -	copy @std
   53.18 -	DEPENDS="libx11"
   53.19 -}
    54.1 --- a/xplanet/receipt	Mon Dec 24 02:07:02 2018 +0200
    54.2 +++ b/xplanet/receipt	Mon Dec 24 11:36:03 2018 +0200
    54.3 @@ -14,6 +14,8 @@
    54.4  BUILD_DEPENDS="patch libx11-dev libice-dev libxext-dev \
    54.5  libxscrnsaver-dev freetype-dev pango-dev giflib-dev libjpeg-turbo-dev \
    54.6  libpng-dev tiff-dev"
    54.7 +DEPENDS="perl jpeg libpng zlib libtiff libx11 freetype pango fontconfig \
    54.8 +glib libxau libxdmcp expat giflib libxscrnsaver gcc-lib-base util-linux-uuid"
    54.9  
   54.10  compile_rules() {
   54.11  	./configure \
   54.12 @@ -22,10 +24,3 @@
   54.13  	make -j1 &&
   54.14  	make install
   54.15  }
   54.16 -
   54.17 -genpkg_rules() {
   54.18 -	copy @std
   54.19 -	DEPENDS="perl jpeg libpng zlib libtiff libx11 freetype pango fontconfig \
   54.20 -glib libxau libxdmcp expat giflib libxscrnsaver gcc-lib-base \
   54.21 - util-linux-uuid"
   54.22 -}