wok-next diff alarm-clock-applet/receipt @ rev 20943

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Aug 30 10:49:57 2018 +0300 (2018-08-30)
parents b156aee559a7
children d2950281f122
line diff
     1.1 --- a/alarm-clock-applet/receipt	Tue Jun 12 00:53:16 2018 +0300
     1.2 +++ b/alarm-clock-applet/receipt	Thu Aug 30 10:49:57 2018 +0300
     1.3 @@ -1,35 +1,34 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="alarm-clock-applet"
     1.8 -VERSION="0.3.3"
     1.9 +VERSION="0.3.4"
    1.10  CATEGORY="x-window"
    1.11  SHORT_DESC="Alarm Clock is a fully-featured alarm clock for panel"
    1.12  MAINTAINER="al.bobylev@gmail.com"
    1.13  LICENSE="GPL2"
    1.14  WEB_SITE="http://alarm-clock.pseudoberries.com/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17  WGET_URL="https://launchpad.net/alarm-clock/trunk/$VERSION/+download/$TARBALL"
    1.18  
    1.19 -DEPENDS="GConf glib gstreamer0 gtk+ libnotify libunique libxml2   \
    1.20 -notification-daemon-gtk2"
    1.21 -BUILD_DEPENDS="libxml2-dev gtk+-dev gstreamer0-dev GConf-dev gnome-icon-theme \
    1.22 +BUILD_DEPENDS="libxml2-dev gtk+-dev gstreamer1-dev GConf-dev gnome-icon-theme \
    1.23  libnotify-dev libunique-dev intltool"
    1.24  
    1.25 -# Rules to configure and make the package.
    1.26 -compile_rules()
    1.27 -{
    1.28 +compile_rules() {
    1.29 +	# GNOME;GTK;Utility; -> Utility;Clock;
    1.30  	sed -i 's|^\(Categories=\).*|\1Utility;Clock;|' \
    1.31  		data/alarm-clock-applet.desktop.in
    1.32  
    1.33  	./configure \
    1.34 -		--disable-schemas-install \
    1.35 +		--with-gconf-schema-file-dir=/usr/share/gconf/schemas \
    1.36 +		--enable-compile-warnings=no \
    1.37  		$CONFIGURE_ARGS &&
    1.38  	make &&
    1.39  	make install
    1.40  }
    1.41  
    1.42 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.43 -genpkg_rules()
    1.44 -{
    1.45 -	cp -a $install/* $fs
    1.46 +genpkg_rules() {
    1.47 +	copy @std @ico 22x22/ 24x24/
    1.48 +	DEPENDS="GConf glib gstreamer1 gtk+ libnotify libunique libxml2   \
    1.49 +	notification-daemon-gtk2"
    1.50  }