aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2018-02-10 11:43:34 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2018-02-10 11:43:34 +0000
commit67223a28867346a9c2f27916410b0da7e61819cf (patch)
tree8dcf9045eba197d2cc60c21fc577047e1eda9404
parent87a637abdcd1a33b80e22c3ce9c5576e72de0bc8 (diff)
community/tilda: added missing dependency
-rw-r--r--community/tilda/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/tilda/APKBUILD b/community/tilda/APKBUILD
index ed7bc37aaf4..5727e5fb324 100644
--- a/community/tilda/APKBUILD
+++ b/community/tilda/APKBUILD
@@ -2,11 +2,12 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=tilda
pkgver=1.4.1
-pkgrel=0
+pkgrel=1
pkgdesc="A Gtk based drop down terminal for Linux and Unix"
url="https://github.com/lanoxx/tilda"
arch="all"
license="GPL"
+depends="procps"
makedepends="automake autoconf libtool
confuse-dev vte3-dev libx11-dev libxml2-utils"
subpackages="$pkgname-lang"
@@ -14,9 +15,9 @@ source="https://github.com/lanoxx/$pkgname/archive/$pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$pkgname-$pkgname-$pkgver
prepare() {
+ default_prepare
cd "$builddir"
NOCONFIGURE=1 ./autogen.sh
- default_prepare
}
build() {