wok-next diff gxine/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 f99935f1778a
children d5aab818505e
line diff
     1.1 --- a/gxine/receipt	Fri Aug 24 15:29:24 2018 +0300
     1.2 +++ b/gxine/receipt	Tue Oct 16 16:46:05 2018 +0300
     1.3 @@ -12,7 +12,7 @@
     1.4  WGET_URL="http://switch.dl.sourceforge.net/sourceforge/xine/$TARBALL"
     1.5  
     1.6  BUILD_DEPENDS="shared-mime-info spidermonkey-dev xine-lib-dev xorg-dev \
     1.7 -dbus-dev gtk+-dev xorg-libXinerama-dev xorg-libXext-dev perl \
     1.8 +dbus-dev gtk2-dev xorg-libXinerama-dev xorg-libXext-dev perl \
     1.9  xorg-libXv-dev xorg-xorgproto"
    1.10  
    1.11  compile_rules() {
    1.12 @@ -38,5 +38,5 @@
    1.13  
    1.14  genpkg_rules() {
    1.15  	copy @std
    1.16 -	DEPENDS="xine-lib libvorbis gtk+ spidermonkey dbus"
    1.17 +	DEPENDS="xine-lib libvorbis gtk2 spidermonkey dbus"
    1.18  }