wok-next view notification-daemon-gtk2/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents 5669e8b3be70
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="notification-daemon-gtk2"
4 VERSION="0.5.0" # latest version with gtk2 is 0.5.0 (2010-06-28)
5 CATEGORY="x-window"
6 SHORT_DESC="Notification daemon for libnotify/notify-send under GTK2"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.galago-project.org/news/index.php"
11 TARBALL="notification-daemon-$VERSION.tar.bz2"
12 WGET_URL="$GNOME_MIRROR/notification-daemon/${VERSION%.*}/$TARBALL"
14 BUILD_DEPENDS="intltool gtk2-dev dbus-dev dbus-glib-dev libcanberra-dev \
15 gconf-dev libwnck2-dev libnotify-dev"
16 SPLIT="$PACKAGE-dev"
18 compile_rules() {
19 export LDFLAGS="$LDFLAGS -lgmodule-2.0"
21 ./configure $CONFIGURE_ARGS &&
22 fix libtool &&
23 make &&
24 make install
25 }
27 genpkg_rules() {
28 case $PACKAGE in
29 notification-daemon-gtk2)
30 copy @std @ico # only 16 and 48 icons
31 DEPENDS="gconf atk libcairo dbus dbus-glib gdk-pixbuf glib gtk2 \
32 libcanberra-gtk2 libnotify libwnck2 libx11"
33 ;;
34 *-dev)
35 copy @dev
36 ;;
37 esac
38 }