wok-next annotate mate-notification-daemon-gtk2/receipt @ rev 20852

Fix build: xplc, xournal
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jun 24 17:58:25 2018 +0300 (2018-06-24)
parents 556349764d57
children e7a485521d6a
rev   line source
al@19816 1 # SliTaz package receipt v2.
al@18970 2
al@20096 3 PACKAGE="mate-notification-daemon-gtk2"
al@20096 4 VERSION="1.14.0" # deprecated version, to use with gtk2
al@18970 5 CATEGORY="x-window"
al@18970 6 SHORT_DESC="Fork of gnome-notification-daemon"
al@18970 7 MAINTAINER="al.bobylev@gmail.com"
al@18970 8 LICENSE="GPL2"
al@18970 9 WEB_SITE="https://github.com/mate-desktop/mate-notification-daemon/"
al@19816 10
al@20096 11 TARBALL="mate-notification-daemon-$VERSION.tar.gz"
al@18970 12 WGET_URL="${WEB_SITE}archive/v$VERSION.tar.gz"
al@18970 13
al@18970 14 BUILD_DEPENDS="autoconf automake libtool gtk+-dev dbus-dev dbus-glib-dev \
al@19816 15 libcanberra-dev libwnck2-dev libnotify-dev intltool"
al@18970 16
al@20096 17 compile_rules() {
al@18970 18 sed -i '/^MATE_/d' configure.ac # build standalone without MATE
al@19816 19 sed -i '/^OnlyShowIn/d' src/capplet/mate-notification-properties.desktop.in
al@18970 20
al@19816 21 mkdir macros; autoreconf -fi
al@18970 22 intltoolize; autoreconf
al@20599 23
al@20534 24 ./configure $CONFIGURE_ARGS &&
al@20599 25 fix libtool &&
al@20534 26 make &&
al@20534 27 make install
al@18970 28 }
al@18970 29
al@20096 30 genpkg_rules() {
al@20599 31 copy @std @ico # only 16 and 48 icons
al@20749 32 DEPENDS="atk cairo dbus dbus-glib gdk-pixbuf glib gtk+ libcanberra-gtk2 \
al@20749 33 libnotify libwnck2 xorg-libX11"
al@19816 34 PROVIDE="notification-daemon"
al@19816 35 TAGS="MATE"
al@18970 36 }