wok-next diff xlunch/receipt @ rev 21727
created recipe for vbindiff
author | Hans-G?nter Theisgen |
---|---|
date | Sat Nov 21 14:32:44 2020 +0100 (2020-11-21) |
parents | 001d6fb97a3c |
children |
line diff
1.1 --- a/xlunch/receipt Wed Jan 10 17:32:40 2018 +0200 1.2 +++ b/xlunch/receipt Sat Nov 21 14:32:44 2020 +0100 1.3 @@ -11,7 +11,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WGET_URL="https://github.com/Tomas-M/xlunch/archive/v$VERSION.tar.gz" 1.6 1.7 -BUILD_DEPENDS="xorg-libX11-dev findutils imlib2-dev" 1.8 +BUILD_DEPENDS="libx11-dev findutils imlib2-dev" 1.9 1.10 compile_rules() { 1.11 make && 1.12 @@ -20,7 +20,7 @@ 1.13 1.14 genpkg_rules() { 1.15 copy @std 1.16 - DEPENDS="imlib2 xorg-libX11 bash" 1.17 + DEPENDS="imlib2 libx11 bash" 1.18 CONFIG_FILES="/etc/xlunch/entries.dsv" 1.19 } 1.20