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

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 5669e8b3be70
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="mate-notification-daemon"
4 VERSION="1.20.1"
5 CATEGORY="x-window"
6 SHORT_DESC="Daemon to display 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 gtk3-dev dbus-glib-dev libcanberra-dev \
15 libwnck3-dev libnotify-dev"
16 SPLIT="$PACKAGE-dev"
18 compile_rules() {
19 ./autogen.sh \
20 $CONFIGURE_ARGS &&
21 fix libtool &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 case $PACKAGE in
28 mate-notification-daemon)
29 copy @std @ico # only 16 and 48 icons
30 DEPENDS="atk libcairo dbus dbus-glib gdk-pixbuf glib gtk3 \
31 libcanberra-gtk3 libnotify libwnck3 pango libx11"
32 PROVIDE="gtk3:notification-daemon"
33 ;;
34 *-dev)
35 copy @dev
36 ;;
37 esac
38 TAGS="MATE"
39 }