wok-next diff superswitcher/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 | d2950281f122 |
children | d5aab818505e |
line diff
1.1 --- a/superswitcher/receipt Wed Sep 05 00:08:37 2018 +0300 1.2 +++ b/superswitcher/receipt Tue Oct 16 16:46:05 2018 +0300 1.3 @@ -11,7 +11,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL" 1.6 1.7 -BUILD_DEPENDS="perl-xml-parser intltool glib-dev gtk+-dev libwnck2-dev \ 1.8 +BUILD_DEPENDS="perl-xml-parser intltool glib-dev gtk2-dev libwnck2-dev \ 1.9 xorg-libXcomposite-dev xorg-libXrender-dev autoconf automake" 1.10 1.11 compile_rules() { 1.12 @@ -33,5 +33,5 @@ 1.13 1.14 genpkg_rules() { 1.15 copy @std 1.16 - DEPENDS="gtk+ libwnck2 gconf" 1.17 + DEPENDS="gtk2 libwnck2 gconf" 1.18 }