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

updated scrollz again (2.2.3 -> 2.3)
author Hans-G?nter Theisgen
date Thu Oct 03 16:09:40 2019 +0100 (2019-10-03)
parents 5669e8b3be70
children
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@21020 7 MAINTAINER="devel@slitaz.org"
al@19931 8 LICENSE="GPL2"
al@21020 9 WEB_SITE="http://www.galago-project.org/news/index.php"
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@21105 31 DEPENDS="gconf atk libcairo dbus dbus-glib gdk-pixbuf glib gtk2 \
al@21078 32 libcanberra-gtk2 libnotify libwnck2 libx11"
al@19931 33 ;;
al@19931 34 *-dev)
al@19931 35 copy @dev
al@19931 36 ;;
al@19931 37 esac
al@19931 38 }