wok-next view mate-notification-daemon/receipt @ rev 20142

vlc: receipt v2
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 01 11:06:02 2017 +0100 (2017-11-01)
parents
children 757d032c55c7
line source
1 # SliTaz package receipt v2.
3 PACKAGE="mate-notification-daemon"
4 VERSION="1.18.1"
5 CATEGORY="x-window"
6 SHORT_DESC="Daemon to displays passive pop-up notifications"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://github.com/mate-desktop/mate-notification-daemon"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/mate-desktop/mate-notification-daemon/archive/v$VERSION.tar.gz"
14 BUILD_DEPENDS="mate-common gtk+3-dev dbus-glib-dev libcanberra-dev \
15 libwnck3-dev libnotify-gtk3-dev"
16 SPLIT="mate-notification-daemon-dev"
18 compile_rules() {
19 ./autogen.sh \
20 --sysconfdir=/etc \
21 --localstatedir=/var \
22 $CONFIGURE_ARGS &&
23 make &&
24 make install
25 }
27 genpkg_rules() {
28 case $PACKAGE in
29 mate-notification-daemon)
30 copy @std
31 cook_copy_icons # only 16 and 48
32 DEPENDS=""
33 PROVIDE="gtk+3:notification-daemon"
34 ;;
35 *-dev)
36 copy @dev
37 DEPENDS=""
38 esac
39 TAGS="MATE"
40 }