wok-next diff xarchiver/receipt @ rev 21017
Some maintenance
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Oct 16 16:46:05 2018 +0300 (2018-10-16) |
parents | e7a485521d6a |
children | d5aab818505e |
line diff
1.1 --- a/xarchiver/receipt Tue Aug 07 00:30:45 2018 +0300 1.2 +++ b/xarchiver/receipt Tue Oct 16 16:46:05 2018 +0300 1.3 @@ -12,7 +12,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WGET_URL="https://github.com/ib/xarchiver/archive/$VERSION.tar.gz" 1.6 1.7 -BUILD_DEPENDS="gtk+-dev intltool libxslt" 1.8 +BUILD_DEPENDS="gtk2-dev intltool libxslt" 1.9 COOKOPTS="skip-log-errors" 1.10 1.11 compile_rules() { 1.12 @@ -31,7 +31,7 @@ 1.13 genpkg_rules() { 1.14 copy @std @ico 1.15 rm -r $fs/usr/share/pixmaps/ 1.16 - DEPENDS="gdk-pixbuf glib gtk+" 1.17 + DEPENDS="gdk-pixbuf glib gtk2" 1.18 # binutils for ar; busybox also contains gzip & cpio; rar is get-rar; 1.19 # gtar is absent 1.20 SUGGESTED="arj binutils bzip2 cpio gzip lha lzma lzop p7zip-full rar xz zip"