tilda: update to 1.5.0.
This commit is contained in:
parent
0398c68f40
commit
e1007e1749
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'tilda'
|
||||
pkgname=tilda
|
||||
version=1.4.1
|
||||
version=1.5.0
|
||||
revision=1
|
||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config automake gettext-devel glib-devel"
|
||||
hostmakedepends="pkg-config automake gettext-devel glib-devel tar"
|
||||
makedepends="confuse-devel gtk+3-devel vte3-devel"
|
||||
depends="desktop-file-utils"
|
||||
short_desc="GTK drop down terminal similar to guake"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://github.com/lanoxx/tilda"
|
||||
distfiles="https://github.com/lanoxx/${pkgname}/archive/${pkgname}-${version}.tar.gz"
|
||||
checksum=da51002210d8fd8fe875907f84b581515399545800044a669c1933bc84cf5070
|
||||
checksum=f664c17daca2a2900f49de9eb65746ced03c867b02144149ef21260cbcd61039
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
|
|
Loading…
Reference in New Issue