wok-next view alarm-clock-applet/receipt @ rev 20799
libbonobo: add patch; up florence to the latest version; add old florence-gtk2; add alure and jpegoptim; update dependencies.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Jun 12 00:53:16 2018 +0300 (2018-06-12) |
parents | d43bf7aae921 |
children | 6befec62b46c |
line source
1 # SliTaz package receipt.
3 PACKAGE="alarm-clock-applet"
4 VERSION="0.3.3"
5 CATEGORY="x-window"
6 SHORT_DESC="Alarm Clock is a fully-featured alarm clock for panel"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://alarm-clock.pseudoberries.com/"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="https://launchpad.net/alarm-clock/trunk/$VERSION/+download/$TARBALL"
13 DEPENDS="GConf glib gstreamer0 gtk+ libnotify libunique libxml2 \
14 notification-daemon-gtk2"
15 BUILD_DEPENDS="libxml2-dev gtk+-dev gstreamer0-dev GConf-dev gnome-icon-theme \
16 libnotify-dev libunique-dev intltool"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 sed -i 's|^\(Categories=\).*|\1Utility;Clock;|' \
22 data/alarm-clock-applet.desktop.in
24 ./configure \
25 --disable-schemas-install \
26 $CONFIGURE_ARGS &&
27 make &&
28 make install
29 }
31 # Rules to gen a SliTaz package suitable for Tazpkg.
32 genpkg_rules()
33 {
34 cp -a $install/* $fs
35 }