19 lines
643 B
Text
19 lines
643 B
Text
# Template file for 'tilda'
|
|
pkgname=tilda
|
|
version=1.2.2
|
|
revision=3
|
|
wrksrc="${pkgname}-${pkgname}-${version}"
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config automake gettext-devel glib-devel"
|
|
makedepends="confuse-devel gtk+3-devel vte290-devel"
|
|
depends="desktop-file-utils"
|
|
short_desc="GTK drop down terminal similar to guake"
|
|
maintainer="Logen K <logen@sudotask.com>"
|
|
license="GPL-2"
|
|
homepage="https://github.com/lanoxx/tilda"
|
|
distfiles="https://github.com/lanoxx/${pkgname}/archive/${pkgname}-${version}.tar.gz"
|
|
checksum=855ab15423e3de8106975fab2185af4380caeb1bb4c2d0bc60b7674d29f0f4d7
|
|
|
|
pre_configure() {
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
}
|