wok-next annotate 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
rev   line source
al@20096 1 # SliTaz package receipt v2.
al@20096 2
al@20096 3 PACKAGE="mate-notification-daemon"
al@20938 4 VERSION="1.20.1"
al@20096 5 CATEGORY="x-window"
erkan@20692 6 SHORT_DESC="Daemon to display passive pop-up notifications"
al@20096 7 MAINTAINER="al.bobylev@gmail.com"
al@20096 8 LICENSE="GPL2"
al@20096 9 WEB_SITE="https://github.com/mate-desktop/mate-notification-daemon"
al@20096 10
al@20096 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20096 12 WGET_URL="https://github.com/mate-desktop/mate-notification-daemon/archive/v$VERSION.tar.gz"
al@20096 13
al@21017 14 BUILD_DEPENDS="mate-common gtk3-dev dbus-glib-dev libcanberra-dev \
al@20828 15 libwnck3-dev libnotify-dev"
al@21020 16 SPLIT="$PACKAGE-dev"
al@20096 17
al@20096 18 compile_rules() {
al@20096 19 ./autogen.sh \
al@20096 20 $CONFIGURE_ARGS &&
al@20599 21 fix libtool &&
al@20096 22 make &&
al@20096 23 make install
al@20096 24 }
al@20096 25
al@20096 26 genpkg_rules() {
al@20096 27 case $PACKAGE in
al@20096 28 mate-notification-daemon)
al@20599 29 copy @std @ico # only 16 and 48 icons
al@21105 30 DEPENDS="atk libcairo dbus dbus-glib gdk-pixbuf glib gtk3 \
al@21078 31 libcanberra-gtk3 libnotify libwnck3 pango libx11"
al@21017 32 PROVIDE="gtk3:notification-daemon"
al@20096 33 ;;
al@20096 34 *-dev)
al@20096 35 copy @dev
al@20599 36 ;;
al@20096 37 esac
al@20096 38 TAGS="MATE"
al@20096 39 }