wok-next view alarm-clock/receipt @ rev 20806

I. node update: security -> https://nodejs.org/en/blog/vulnerability/june-2018-security-releases/ 9.5.0 -> 9.11.2 II. add checksum
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 13 08:26:54 2018 +0000 (2018-06-13)
parents 835b3b8ce6ac
children f48456621a9d
line source
1 # SliTaz package receipt v2.
3 PACKAGE="alarm-clock"
4 VERSION="1.4.3"
5 CATEGORY="utilities"
6 SHORT_DESC="Simple GTK alarm clock"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL3"
9 # There's no more website for it. Using wayback machine...
10 WEB_SITE="https://web.archive.org/web/20100209072308/http://www.alarm-clock.pl/"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 #WGET_URL="http://www.alarm-clock.pl/files/$TARBALL"
14 WGET_URL="http://mirror.slitaz.org/sources/packages/a/$TARBALL"
16 BUILD_DEPENDS="gtk+-dev libunique-dev libnotify-dev gstreamer0-dev intltool"
18 compile_rules() {
19 sed -i 's/.*= notify_notification_new_with_status_icon/#define notify_notification_new_with_status_icon(a,b,c,d) notify_notification_new(a,b,gtk_status_icon_get_icon_name(c))\n&/' \
20 src/alarm_runner.c
21 chmod +x install-sh
23 ./configure &&
24 fix libtool &&
25 make &&
26 make install
27 }
29 genpkg_rules() {
30 copy @std
31 DEPENDS="gdk-pixbuf glib gstreamer0 gtk+ libnotify libunique"
32 TAGS="clock reminder"
33 }