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

remove cups-pam
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 08 08:49:56 2017 +0100 (2017-11-08)
parents 6ad45360af55
children 757d032c55c7
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
23 ./configure \
24 --sysconfdir=/etc \
25 $CONFIGURE_ARGS &&
26 make && make install
27 }
29 genpkg_rules() {
30 copy @std
31 cook_copy_icons # only 16 and 48
32 DEPENDS="atk bzlib cairo dbus dbus-glib fontconfig freetype gdk-pixbuf \
33 glib gtk+ libcanberra libffi libharfbuzz libltdl liblzma libnotify libogg \
34 libpng16 libvorbis libwnck2 libxml2 pango pcre startup-notification \
35 util-linux-blkid util-linux-mount util-linux-uuid xorg-libX11 xorg-libXau \
36 xorg-libXdmcp xorg-libXext xorg-libXrender xorg-libxcb xorg-pixman \
37 xorg-xcb-util zlib"
38 PROVIDE="notification-daemon"
39 TAGS="MATE"
40 }