wok-next diff xfce4-battery-plugin/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 690e7cc036d5
children 5669e8b3be70
line diff
     1.1 --- a/xfce4-battery-plugin/receipt	Tue Oct 09 00:23:28 2018 +0300
     1.2 +++ b/xfce4-battery-plugin/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://archive.xfce.org/src/panel-plugins/$PACKAGE/${VERSION%.*}/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="intltool gtk+-dev libxfce4util-dev libxfce4ui-dev \
     1.8 +BUILD_DEPENDS="intltool gtk2-dev libxfce4util-dev libxfce4ui-dev \
     1.9  xfce4-panel-dev xorg-libSM-dev startup-notification-dev xorg-xcb-util-dev"
    1.10  
    1.11  compile_rules() {
    1.12 @@ -25,6 +25,6 @@
    1.13  
    1.14  genpkg_rules() {
    1.15  	copy @std
    1.16 -	DEPENDS="glib gtk+ libxfce4ui libxfce4util xfce4-panel"
    1.17 +	DEPENDS="glib gtk2 libxfce4ui libxfce4util xfce4-panel"
    1.18  	TAGS="Xfce"
    1.19  }