wok-next annotate notification-daemon-gtk2/receipt @ rev 21017

Some maintenance
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 16 16:46:05 2018 +0300 (2018-10-16)
parents d2950281f122
children d5aab818505e
rev   line source
al@19931 1 # SliTaz package receipt v2.
al@19931 2
al@19931 3 PACKAGE="notification-daemon-gtk2"
al@19931 4 VERSION="0.5.0" # latest version with gtk2 is 0.5.0 (2010-06-28)
al@19931 5 CATEGORY="x-window"
al@19931 6 SHORT_DESC="Notification daemon for libnotify/notify-send under GTK2"
al@19931 7 MAINTAINER="pankso@slitaz.org"
al@19931 8 LICENSE="GPL2"
al@19931 9 WEB_SITE="http://www.galago-project.org/"
al@19931 10
al@19931 11 TARBALL="notification-daemon-$VERSION.tar.bz2"
al@19931 12 WGET_URL="$GNOME_MIRROR/notification-daemon/${VERSION%.*}/$TARBALL"
al@19931 13
al@21017 14 BUILD_DEPENDS="intltool gtk2-dev dbus-dev dbus-glib-dev libcanberra-dev \
al@20956 15 gconf-dev libwnck2-dev libnotify-dev"
al@21017 16 SPLIT="$PACKAGE-dev"
al@19931 17
al@19931 18 compile_rules() {
al@20555 19 export LDFLAGS="$LDFLAGS -lgmodule-2.0"
al@20555 20
al@20513 21 ./configure $CONFIGURE_ARGS &&
al@20513 22 fix libtool &&
al@21017 23 make &&
al@21017 24 make install
al@19931 25 }
al@19931 26
al@19931 27 genpkg_rules() {
al@19931 28 case $PACKAGE in
al@19931 29 notification-daemon-gtk2)
al@20604 30 copy @std @ico # only 16 and 48 icons
al@21017 31 DEPENDS="gconf atk cairo dbus dbus-glib gdk-pixbuf glib gtk2 \
al@20749 32 libcanberra-gtk2 libnotify libwnck2 xorg-libX11"
al@19931 33 ;;
al@19931 34 *-dev)
al@19931 35 copy @dev
al@19931 36 ;;
al@19931 37 esac
al@19931 38 }