alarm-clock: fix build

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2018-09-14 19:43:49 +02:00
parent 760cfda5c1
commit 9cd8617701
No known key found for this signature in database
GPG key ID: 6764EC32352D0647

View file

@ -3,11 +3,15 @@ pkgname=alarm-clock
version=1.4.9
revision=1
build_style=gnu-configure
hostmakedepends="automake intltool pkg-config"
hostmakedepends="automake gettext-devel glib-devel libtool intltool pkg-config"
makedepends="gstreamer1-devel gtk+-devel libnotify-devel libunique1-devel"
maintainer="cr6git <quark6@protonmail.com>"
short_desc="Simple GTK2 alarm clock for your desktop"
homepage="https://github.com/shaggytwodope/alarm-clock"
license="GPL-3"
license="GPL-3.0-or-later"
distfiles="https://github.com/shaggytwodope/alarm-clock/archive/v${version}.tar.gz"
checksum=3724a42801befaee631d249edd8b15318bb72ae5f9db918c25de513f4c3f4538
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}