wok-next diff gtick/receipt @ rev 21722
efivar: typo in post_install
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Sep 01 10:31:46 2020 +0000 (2020-09-01) |
parents | d5aab818505e |
children |
line diff
1.1 --- a/gtick/receipt Fri Nov 02 14:15:08 2018 +0200 1.2 +++ b/gtick/receipt Tue Sep 01 10:31:46 2020 +0000 1.3 @@ -11,7 +11,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WGET_URL="http://www.antcom.de/gtick/download/$TARBALL" 1.6 1.7 -BUILD_DEPENDS="gtk2-dev xorg-xorgproto" 1.8 +BUILD_DEPENDS="gtk2-dev xorgproto" 1.9 1.10 compile_rules() { 1.11 ./configure \ 1.12 @@ -24,5 +24,5 @@ 1.13 1.14 genpkg_rules() { 1.15 copy @std 1.16 - DEPENDS="gtk2 xorg-libXdamage libsndfile libogg" 1.17 + DEPENDS="gtk2 libxdamage libsndfile libogg" 1.18 }