wok-next view xfce4-notifyd/receipt @ rev 20175

Up gigolo, mousepad, orage, parole, xfburn, xfce4-mixer, xfce4-notifyd, xfce4-session, xfce4-settings, xfdesktop, xfwm4; add ristretto, xfce4-battery-plugin, xfce4-dict, xfce4-screenshooter.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Nov 02 01:04:01 2017 +0200 (2017-11-02)
parents 380ffe05937a
children 6d367d984b77
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xfce4-notifyd"
4 VERSION="0.2.4" # higher versions required libxfce4ui2 that depends on GTK+3
5 CATEGORY="development"
6 SHORT_DESC="Simple, visually-appealing notification daemon for Xfce"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://goodies.xfce.org/projects/applications/xfce4-notifyd"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL"
14 BUILD_DEPENDS="intltool xorg-libX11-dev xorg-libICE-dev libxfce4util-dev \
15 libxfce4ui-dev libnotify-dev"
17 compile_rules() {
18 ./configure \
19 --sysconfdir=/etc \
20 --localstatedir=/var \
21 --disable-debug \
22 $CONFIGURE_ARGS &&
23 make &&
24 make install
25 }
27 genpkg_rules() {
28 # */bin/*-config usually a dev file, but not in this case
29 copy @std xfce4-notifyd-config
30 DEPENDS="atk cairo dbus dbus-glib fontconfig freetype gdk-pixbuf glib gtk+ \
31 libnotify libxfce4ui libxfce4util pango xfconf xorg-libICE xorg-libSM \
32 xorg-libX11"
33 TAGS="Xfce"
34 }