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

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
parents 10df65db91ad
children d2950281f122
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="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.galago-project.org/"
11 TARBALL="notification-daemon-$VERSION.tar.bz2"
12 WGET_URL="$GNOME_MIRROR/notification-daemon/${VERSION%.*}/$TARBALL"
14 BUILD_DEPENDS="intltool gtk+-dev dbus-dev dbus-glib-dev libcanberra-dev \
15 GConf-dev libwnck2-dev libnotify-dev"
16 SPLIT="notification-daemon-gtk2-dev"
18 compile_rules() {
19 export LDFLAGS="$LDFLAGS -lgmodule-2.0"
21 ./configure $CONFIGURE_ARGS &&
22 fix libtool &&
23 make && make install
24 }
26 genpkg_rules() {
27 case $PACKAGE in
28 notification-daemon-gtk2)
29 copy @std @ico # only 16 and 48 icons
30 DEPENDS="GConf atk cairo dbus dbus-glib gdk-pixbuf glib gtk+ \
31 libcanberra-gtk2 libnotify libwnck2 xorg-libX11"
32 ;;
33 *-dev)
34 copy @dev
35 ;;
36 esac
37 }