wok-next diff xfce4-notifyd/receipt @ rev 20175

Up gigolo, mousepad, orage, parole, xfburn, xfce4-mixer, xfce4-notifyd, xfce4-session, xfce4-settings, xfdesktop, xfwm4; add ristretto, xfce4-battery-plugin, xfce4-dict, xfce4-screenshooter.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Nov 02 01:04:01 2017 +0200 (2017-11-02)
parents 380ffe05937a
children 6d367d984b77
line diff
     1.1 --- a/xfce4-notifyd/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/xfce4-notifyd/receipt	Thu Nov 02 01:04:01 2017 +0200
     1.3 @@ -1,27 +1,34 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="xfce4-notifyd"
     1.8 -VERSION="0.2.2"
     1.9 -HI_VERSION=$(echo $VERSION | cut -d. -f1,2)
    1.10 +VERSION="0.2.4" # higher versions required libxfce4ui2 that depends on GTK+3
    1.11  CATEGORY="development"
    1.12  SHORT_DESC="Simple, visually-appealing notification daemon for Xfce"
    1.13  MAINTAINER="al.bobylev@gmail.com"
    1.14  LICENSE="GPL2"
    1.15  WEB_SITE="http://goodies.xfce.org/projects/applications/xfce4-notifyd"
    1.16 +
    1.17  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.18 -WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/$HI_VERSION/$TARBALL"
    1.19 +WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.20  
    1.21 -DEPENDS="libxfce4ui"
    1.22 -BUILD_DEPENDS="libxfce4ui-dev libxfconf-dev"
    1.23 +BUILD_DEPENDS="intltool xorg-libX11-dev xorg-libICE-dev libxfce4util-dev \
    1.24 +libxfce4ui-dev libnotify-dev"
    1.25  
    1.26 -# Rules to configure and make the package.
    1.27 -compile_rules()
    1.28 -{
    1.29 -	./configure --disable-debug $CONFIGURE_ARGS && make && make install
    1.30 +compile_rules() {
    1.31 +	./configure \
    1.32 +		--sysconfdir=/etc \
    1.33 +		--localstatedir=/var \
    1.34 +		--disable-debug \
    1.35 +		$CONFIGURE_ARGS &&
    1.36 +	make &&
    1.37 +	make install
    1.38  }
    1.39  
    1.40 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.41 -genpkg_rules()
    1.42 -{
    1.43 -	cp -a $install/* $fs
    1.44 +genpkg_rules() {
    1.45 +	# */bin/*-config usually a dev file, but not in this case
    1.46 +	copy @std xfce4-notifyd-config
    1.47 +	DEPENDS="atk cairo dbus dbus-glib fontconfig freetype gdk-pixbuf glib gtk+ \
    1.48 +	libnotify libxfce4ui libxfce4util pango xfconf xorg-libICE xorg-libSM \
    1.49 +	xorg-libX11"
    1.50 +	TAGS="Xfce"
    1.51  }