wok-next annotate 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
rev   line source
al@20175 1 # SliTaz package receipt v2.
al@14136 2
al@14136 3 PACKAGE="xfce4-notifyd"
al@20175 4 VERSION="0.2.4" # higher versions required libxfce4ui2 that depends on GTK+3
al@14136 5 CATEGORY="development"
al@14136 6 SHORT_DESC="Simple, visually-appealing notification daemon for Xfce"
pascal@14277 7 MAINTAINER="al.bobylev@gmail.com"
pascal@15000 8 LICENSE="GPL2"
al@14136 9 WEB_SITE="http://goodies.xfce.org/projects/applications/xfce4-notifyd"
al@20175 10
al@14136 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@20175 12 WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL"
al@14136 13
al@20175 14 BUILD_DEPENDS="intltool xorg-libX11-dev xorg-libICE-dev libxfce4util-dev \
al@20175 15 libxfce4ui-dev libnotify-dev"
al@14136 16
al@20175 17 compile_rules() {
al@20175 18 ./configure \
al@20175 19 --sysconfdir=/etc \
al@20175 20 --localstatedir=/var \
al@20175 21 --disable-debug \
al@20175 22 $CONFIGURE_ARGS &&
al@20175 23 make &&
al@20175 24 make install
al@14136 25 }
al@14136 26
al@20175 27 genpkg_rules() {
al@20175 28 # */bin/*-config usually a dev file, but not in this case
al@20175 29 copy @std xfce4-notifyd-config
al@20175 30 DEPENDS="atk cairo dbus dbus-glib fontconfig freetype gdk-pixbuf glib gtk+ \
al@20175 31 libnotify libxfce4ui libxfce4util pango xfconf xorg-libICE xorg-libSM \
al@20175 32 xorg-libX11"
al@20175 33 TAGS="Xfce"
al@14136 34 }