wok-next view mate-notification-daemon-gtk2/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 556349764d57
children e7a485521d6a
line source
1 # SliTaz package receipt v2.
3 PACKAGE="mate-notification-daemon-gtk2"
4 VERSION="1.14.0" # deprecated version, to use with gtk2
5 CATEGORY="x-window"
6 SHORT_DESC="Fork of gnome-notification-daemon"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://github.com/mate-desktop/mate-notification-daemon/"
11 TARBALL="mate-notification-daemon-$VERSION.tar.gz"
12 WGET_URL="${WEB_SITE}archive/v$VERSION.tar.gz"
14 BUILD_DEPENDS="autoconf automake libtool gtk+-dev dbus-dev dbus-glib-dev \
15 libcanberra-dev libwnck2-dev libnotify-dev intltool"
17 compile_rules() {
18 sed -i '/^MATE_/d' configure.ac # build standalone without MATE
19 sed -i '/^OnlyShowIn/d' src/capplet/mate-notification-properties.desktop.in
21 mkdir macros; autoreconf -fi
22 intltoolize; autoreconf
24 ./configure $CONFIGURE_ARGS &&
25 fix libtool &&
26 make &&
27 make install
28 }
30 genpkg_rules() {
31 copy @std @ico # only 16 and 48 icons
32 DEPENDS="atk cairo dbus dbus-glib gdk-pixbuf glib gtk+ libcanberra-gtk2 \
33 libnotify libwnck2 xorg-libX11"
34 PROVIDE="notification-daemon"
35 TAGS="MATE"
36 }