wok-6.x diff fpm2/receipt @ rev 17622

alarm-clock: no more notify_notification_new_with_status_icon in libnotify 0.7+
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 13 10:21:16 2015 +0100 (2015-02-13)
parents fcdd50638150
children a78610b2eb47
line diff
     1.1 --- a/fpm2/receipt	Mon Dec 02 16:43:36 2013 +0000
     1.2 +++ b/fpm2/receipt	Fri Feb 13 10:21:16 2015 +0100
     1.3 @@ -29,6 +29,8 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/usr
     1.8 +	mkdir -p $fs/usr/share/pixmaps
     1.9  	cp -a $install/usr/bin $fs/usr
    1.10 +	cp -a $install/usr/share/pixmaps/fpm2/logo.png \
    1.11 +		$fs/usr/share/pixmaps/fpm2.png
    1.12  }