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

gstreamer0, gst0-* are for version 0.10; while gstreamer1, gst1-* are for version 1.0; up gparted and all its suggested dependencies...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jul 27 00:56:44 2017 +0300 (2017-07-27)
parents 13806712bef0
children
rev   line source
al@19816 1 # SliTaz package receipt v2.
al@18970 2
al@18970 3 PACKAGE="mate-notification-daemon"
al@19816 4 VERSION="1.14.0"
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@18970 11 TARBALL="$PACKAGE-$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@18970 17 # Rules to configure and make the package.
al@18970 18 compile_rules()
al@18970 19 {
al@18970 20 sed -i '/^MATE_/d' configure.ac # build standalone without MATE
al@19816 21 sed -i '/^OnlyShowIn/d' src/capplet/mate-notification-properties.desktop.in
al@18970 22
al@19816 23 mkdir macros; autoreconf -fi
al@18970 24 intltoolize; autoreconf
al@18970 25 ./configure \
al@18970 26 --sysconfdir=/etc \
al@18970 27 $CONFIGURE_ARGS &&
al@18970 28 make && make install
al@18970 29 }
al@18970 30
al@18970 31 # Rules to gen a SliTaz package suitable for Tazpkg.
al@18970 32 genpkg_rules()
al@18970 33 {
al@19816 34 copy @std
al@19816 35 rm -r $fs/usr/share/icons/; cook_copy_icons # only 16 and 48
al@19816 36 DEPENDS="atk bzlib cairo dbus dbus-glib fontconfig freetype gdk-pixbuf \
al@19816 37 glib gtk+ libcanberra libffi libharfbuzz libltdl liblzma libnotify libogg \
al@19816 38 libpng16 libvorbis libwnck2 libxml2 pango pcre startup-notification \
al@19816 39 util-linux-blkid util-linux-mount util-linux-uuid xorg-libX11 xorg-libXau \
al@19816 40 xorg-libXdmcp xorg-libXext xorg-libXrender xorg-libxcb xorg-pixman \
al@19816 41 xorg-xcb-util zlib"
al@19816 42 PROVIDE="notification-daemon"
al@19816 43 TAGS="MATE"
al@18970 44 }