alarm-clock: fix build
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
760cfda5c1
commit
9cd8617701
1 changed files with 6 additions and 2 deletions
|
@ -3,11 +3,15 @@ pkgname=alarm-clock
|
||||||
version=1.4.9
|
version=1.4.9
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
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"
|
makedepends="gstreamer1-devel gtk+-devel libnotify-devel libunique1-devel"
|
||||||
maintainer="cr6git <quark6@protonmail.com>"
|
maintainer="cr6git <quark6@protonmail.com>"
|
||||||
short_desc="Simple GTK2 alarm clock for your desktop"
|
short_desc="Simple GTK2 alarm clock for your desktop"
|
||||||
homepage="https://github.com/shaggytwodope/alarm-clock"
|
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"
|
distfiles="https://github.com/shaggytwodope/alarm-clock/archive/v${version}.tar.gz"
|
||||||
checksum=3724a42801befaee631d249edd8b15318bb72ae5f9db918c25de513f4c3f4538
|
checksum=3724a42801befaee631d249edd8b15318bb72ae5f9db918c25de513f4c3f4538
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue