wok-next diff dzen2/receipt @ rev 21299

grub4dos: removed build dependency gcc3
author Hans-G?nter Theisgen
date Mon Dec 09 16:41:49 2019 +0100 (2019-12-09)
parents d5aab818505e
children
line diff
     1.1 --- a/dzen2/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/dzen2/receipt	Mon Dec 09 16:41:49 2019 +0100
     1.3 @@ -12,7 +12,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WGET_URL="http://gotmor.googlepages.com/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="xorg-libX11-dev"
     1.8 +BUILD_DEPENDS="libx11-dev"
     1.9  
    1.10  compile_rules() {
    1.11  	sed -e 's/\/usr\/local/\/usr/' < config.mk > config.mk.slitaz
    1.12 @@ -25,6 +25,6 @@
    1.13  genpkg_rules() {
    1.14  	mkdir -p $fs/usr
    1.15  	cp -a $install/usr/bin $fs/usr
    1.16 -	DEPENDS="xorg-libX11 xorg-libXau xorg-libXdmcp"
    1.17 +	DEPENDS="libx11 libxau libxdmcp"
    1.18  	TAGS="system monitor notification"
    1.19  }