wok-next diff alarm-clock/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 b156aee559a7
children d5aab818505e
line diff
     1.1 --- a/alarm-clock/receipt	Tue Jun 12 00:53:16 2018 +0300
     1.2 +++ b/alarm-clock/receipt	Tue Oct 16 16:46:05 2018 +0300
     1.3 @@ -13,7 +13,7 @@
     1.4  #WGET_URL="http://www.alarm-clock.pl/files/$TARBALL"
     1.5  WGET_URL="http://mirror.slitaz.org/sources/packages/a/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="gtk+-dev libunique-dev libnotify-dev gstreamer0-dev intltool"
     1.8 +BUILD_DEPENDS="gtk2-dev libunique-dev libnotify-dev gstreamer0-dev intltool"
     1.9  
    1.10  compile_rules() {
    1.11  	sed -i 's/.*= notify_notification_new_with_status_icon/#define notify_notification_new_with_status_icon(a,b,c,d) notify_notification_new(a,b,gtk_status_icon_get_icon_name(c))\n&/' \
    1.12 @@ -28,6 +28,6 @@
    1.13  
    1.14  genpkg_rules() {
    1.15  	copy @std
    1.16 -	DEPENDS="gdk-pixbuf glib gstreamer0 gtk+ libnotify libunique"
    1.17 +	DEPENDS="gdk-pixbuf glib gstreamer0 gtk2 libnotify libunique"
    1.18  	TAGS="clock reminder"
    1.19  }