wok-next diff xchat/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 | 1f8d622f0165 |
children | d5aab818505e |
line diff
1.1 --- a/xchat/receipt Sat Apr 21 13:54:55 2018 +0300 1.2 +++ b/xchat/receipt Tue Oct 16 16:46:05 2018 +0300 1.3 @@ -11,7 +11,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.5 WGET_URL="http://www.xchat.org/files/source/${VERSION%.*}/$TARBALL" 1.6 1.7 -BUILD_DEPENDS="gtk+-dev dbus-dev openssl10-dev shared-mime-info \ 1.8 +BUILD_DEPENDS="gtk2-dev dbus-dev openssl10-dev shared-mime-info \ 1.9 gettext-tools perl-dev" 1.10 SPLIT="xchat-plugin:plugin" 1.11 1.12 @@ -46,11 +46,11 @@ 1.13 case $PACKAGE in 1.14 xchat) 1.15 copy @std 1.16 - DEPENDS="gdk-pixbuf glib gtk+ openssl10 pango perl-core xorg-libX11" 1.17 + DEPENDS="gdk-pixbuf glib gtk2 openssl10 pango perl-core xorg-libX11" 1.18 ;; 1.19 xchat-plugin) 1.20 copy @std 1.21 - DEPENDS="gdk-pixbuf glib gtk+ openssl10 pango perl-core xorg-libX11" 1.22 + DEPENDS="gdk-pixbuf glib gtk2 openssl10 pango perl-core xorg-libX11" 1.23 PROVIDE="xchat" 1.24 CAT="network|with plugins support" 1.25 ;;