diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2020-05-10 08:18:59 -0300 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2020-05-10 11:48:01 +0000 |
| commit | e34b0c0f322a7c669d2ff7be52d75f58bd779cd0 (patch) | |
| tree | d9a8530ab33b67cd33acfcf8f543022d6019c786 | |
| parent | 71d50f1aa6d3725e53b8553a709ba99ccc9ae698 (diff) | |
| download | aports-e34b0c0f322a7c669d2ff7be52d75f58bd779cd0.tar.bz2 aports-e34b0c0f322a7c669d2ff7be52d75f58bd779cd0.tar.xz | |
community/tilda: upgrade to 1.5.2
| -rw-r--r-- | community/tilda/APKBUILD | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/community/tilda/APKBUILD b/community/tilda/APKBUILD index 5186bdd8ce..67c4b09a99 100644 --- a/community/tilda/APKBUILD +++ b/community/tilda/APKBUILD @@ -1,45 +1,41 @@ # Contributor: Francesco Colista <fcolista@alpinelinux.org> # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=tilda -pkgver=1.5.1 +pkgver=1.5.2 pkgrel=0 pkgdesc="A Gtk based drop down terminal for Linux and Unix" url="https://github.com/lanoxx/tilda" arch="all" -license="GPL" +license="GPL-2.0-or-later" depends="procps" -makedepends="automake autoconf libtool +makedepends="automake autoconf libtool confuse-dev vte3-dev libx11-dev libxml2-utils pcre2-dev" subpackages="$pkgname-lang" -source="https://github.com/lanoxx/$pkgname/archive/$pkgname-$pkgver.tar.gz" +source="https://github.com/lanoxx/tilda/archive/tilda-$pkgver.tar.gz" builddir="$srcdir"/$pkgname-$pkgname-$pkgver prepare() { default_prepare - cd "$builddir" NOCONFIGURE=1 ./autogen.sh } build() { - cd "$builddir" ./configure \ --prefix=/usr \ --disable-maintainer-mode \ --enable-lto \ --enable-vte-2.91 \ - --disable-rpath + --disable-rpath make } check() { - cd "$builddir" make check } package() { - cd "$builddir" - make DESTDIR="${pkgdir}" install + make DESTDIR="$pkgdir" install } -sha512sums="58bba956adcc7adef11efc0c968bda2933543979759b1d477a1c040cf29cd5ef4382f13f220cde34162f23eedb3c987b81c139a3bae9d34106d18c9be08c9d90 tilda-1.5.1.tar.gz" +sha512sums="5f950696626005d6f8711fe1403313b36f065796ac07946e9782997aaf67a4bfdb3bfa5e37889bff95d77655d3546100a48327bfa175aa24c39a28685ee0306a tilda-1.5.2.tar.gz" |
