wok-next annotate 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
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@19931 14 BUILD_DEPENDS="intltool gtk+-dev dbus-dev dbus-glib-dev libcanberra-dev \
al@19931 15 GConf-dev libwnck2-dev libnotify-dev"
al@19931 16 SPLIT="notification-daemon-gtk2-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@20513 23 make && make install
al@19931 24 }
al@19931 25
al@19931 26 genpkg_rules() {
al@19931 27 case $PACKAGE in
al@19931 28 notification-daemon-gtk2)
al@20604 29 copy @std @ico # only 16 and 48 icons
al@20749 30 DEPENDS="GConf atk cairo dbus dbus-glib gdk-pixbuf glib gtk+ \
al@20749 31 libcanberra-gtk2 libnotify libwnck2 xorg-libX11"
al@19931 32 ;;
al@19931 33 *-dev)
al@19931 34 copy @dev
al@19931 35 ;;
al@19931 36 esac
al@19931 37 }