wok-next diff mate-notification-daemon/receipt @ rev 20324

linux-libre-api-headers: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Nov 12 00:47:34 2017 +0100 (2017-11-12)
parents
children 757d032c55c7
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mate-notification-daemon/receipt	Sun Nov 12 00:47:34 2017 +0100
     1.3 @@ -0,0 +1,40 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +PACKAGE="mate-notification-daemon"
     1.7 +VERSION="1.18.1"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Daemon to displays passive pop-up notifications"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="GPL2"
    1.12 +WEB_SITE="https://github.com/mate-desktop/mate-notification-daemon"
    1.13 +
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15 +WGET_URL="https://github.com/mate-desktop/mate-notification-daemon/archive/v$VERSION.tar.gz"
    1.16 +
    1.17 +BUILD_DEPENDS="mate-common gtk+3-dev dbus-glib-dev libcanberra-dev \
    1.18 +libwnck3-dev libnotify-gtk3-dev"
    1.19 +SPLIT="mate-notification-daemon-dev"
    1.20 +
    1.21 +compile_rules() {
    1.22 +	./autogen.sh \
    1.23 +		--sysconfdir=/etc \
    1.24 +		--localstatedir=/var \
    1.25 +		$CONFIGURE_ARGS &&
    1.26 +	make &&
    1.27 +	make install
    1.28 +}
    1.29 +
    1.30 +genpkg_rules() {
    1.31 +	case $PACKAGE in
    1.32 +		mate-notification-daemon)
    1.33 +			copy @std
    1.34 +			cook_copy_icons # only 16 and 48
    1.35 +			DEPENDS=""
    1.36 +			PROVIDE="gtk+3:notification-daemon"
    1.37 +			;;
    1.38 +		*-dev)
    1.39 +			copy @dev
    1.40 +			DEPENDS=""
    1.41 +	esac
    1.42 +	TAGS="MATE"
    1.43 +}