wok-next view notification-daemon/receipt @ rev 19931

Current notification-daemon is notification-daemon; old one - is notification-daemon-gtk2.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Oct 15 05:11:40 2017 +0300 (2017-10-15)
parents 518c632316b9
children 4a67f7e79846
line source
1 # SliTaz package receipt v2.
3 PACKAGE="notification-daemon"
4 VERSION="3.20.0"
5 CATEGORY="x-window"
6 SHORT_DESC="Notification daemon for libnotify/notify-send"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.galago-project.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
14 BUILD_DEPENDS="gettext gtk+3-dev glib-dev xorg-libX11-dev"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS && make && make install
18 }
20 genpkg_rules() {
21 copy @std
22 DEPENDS="atk cairo gdk-pixbuf glib gtk+3 pango xorg-libX11"
23 }