wok-next annotate mate-notification-daemon/receipt @ rev 20637

ghostscript: update (b)deps (avoid jpeg / libjpeg-turbo to be in the same package)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 27 16:32:16 2018 +0300 (2018-04-27)
parents 757d032c55c7
children 270a4c4a846d
rev   line source
al@20096 1 # SliTaz package receipt v2.
al@20096 2
al@20096 3 PACKAGE="mate-notification-daemon"
al@20096 4 VERSION="1.18.1"
al@20096 5 CATEGORY="x-window"
al@20096 6 SHORT_DESC="Daemon to displays 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@20096 14 BUILD_DEPENDS="mate-common gtk+3-dev dbus-glib-dev libcanberra-dev \
al@20096 15 libwnck3-dev libnotify-gtk3-dev"
al@20096 16 SPLIT="mate-notification-daemon-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@20096 30 PROVIDE="gtk+3:notification-daemon"
al@20096 31 ;;
al@20096 32 *-dev)
al@20096 33 copy @dev
al@20599 34 ;;
al@20096 35 esac
al@20096 36 TAGS="MATE"
al@20096 37 }