tilda: update to 1.3.1.
This commit is contained in:
parent
6c9f35b31c
commit
959bde07c5
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'tilda'
|
# Template file for 'tilda'
|
||||||
pkgname=tilda
|
pkgname=tilda
|
||||||
version=1.2.4
|
version=1.3.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config automake gettext-devel glib-devel"
|
hostmakedepends="pkg-config automake gettext-devel glib-devel"
|
||||||
makedepends="confuse-devel gtk+3-devel vte290-devel"
|
makedepends="confuse-devel gtk+3-devel vte3-devel"
|
||||||
depends="desktop-file-utils"
|
depends="desktop-file-utils"
|
||||||
short_desc="GTK drop down terminal similar to guake"
|
short_desc="GTK drop down terminal similar to guake"
|
||||||
maintainer="Logen K <logen@sudotask.com>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="https://github.com/lanoxx/tilda"
|
homepage="https://github.com/lanoxx/tilda"
|
||||||
distfiles="https://github.com/lanoxx/${pkgname}/archive/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/lanoxx/${pkgname}/archive/${pkgname}-${version}.tar.gz"
|
||||||
checksum=1f7b52c5d8cfd9038ad2e41fc633fce935f420fa657ed15e3942722c8570751e
|
checksum=2b4ae3df8dbcdabbc76f9ef13055e66caa0d438ef59522e98b396be3109f00da
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
|
|
Loading…
Reference in New Issue