wok-next annotate xfce4-notifyd/receipt @ rev 21105

Small updates... "bzip2" and "cairo": follow "libpkg - pkg - pkg-dev" rule
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jan 04 17:29:48 2019 +0200 (2019-01-04)
parents 5669e8b3be70
children
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@21006 9 WEB_SITE="https://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@21078 14 BUILD_DEPENDS="intltool libx11-dev 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 --disable-debug \
al@20175 20 $CONFIGURE_ARGS &&
al@20496 21 fix libtool &&
al@20175 22 make &&
al@20175 23 make install
al@14136 24 }
al@14136 25
al@20175 26 genpkg_rules() {
al@20175 27 # */bin/*-config usually a dev file, but not in this case
al@20175 28 copy @std xfce4-notifyd-config
al@21105 29 DEPENDS="libcairo dbus dbus-glib gdk-pixbuf glib gtk2 libnotify libxfce4ui \
al@21078 30 libxfce4util xfconf libx11"
al@20175 31 TAGS="Xfce"
al@14136 32 }