aboutsummaryrefslogtreecommitdiffstats
path: root/community/zenity
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2019-06-09 02:11:03 +0200
committerLeo <thinkabit.ukim@gmail.com>2019-06-09 10:21:06 -0300
commit5680dd2c29f21a369da1d96bc106d8acc20afa2f (patch)
treef6016c82b4063ae25a46a0cab4161556967817e5 /community/zenity
parent0b58e5ab1614ba2e2972e4c0c73f83c3acbc2258 (diff)
community/zenity: upgrade to 3.32.0
* Adopt maintainership * Fix URL
Diffstat (limited to 'community/zenity')
-rw-r--r--community/zenity/APKBUILD25
1 files changed, 9 insertions, 16 deletions
diff --git a/community/zenity/APKBUILD b/community/zenity/APKBUILD
index 969013d43a9..8cb5dab035d 100644
--- a/community/zenity/APKBUILD
+++ b/community/zenity/APKBUILD
@@ -1,25 +1,19 @@
-# Contributor:
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
+# Contributor: Rasmus Thomsen <oss@cogitri.dev>
+# Contributor: Natanael Copa <ncopa@alpinelinux.org>
+# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=zenity
-pkgver=3.28.1
+pkgver=3.32.0
pkgrel=0
-pkgdesc="A GTK+-based xdialog replacement"
-url="https://www.gnome.org/"
+pkgdesc="Display dialog boxes from the command line and shell scripts"
+url="https://wiki.gnome.org/Projects/Zenity"
arch="all"
license="GPL-2.0-or-later"
makedepends="gtk+3.0-dev intltool libxml2-utils libnotify-dev itstool"
+options="!check" # no tests
subpackages="$pkgname-lang $pkgname-doc"
-case $pkgver in
-*.*.*.*) _v=${pkgver%.*.*};;
-*.*.*) _v=${pkgver%.*};;
-*.*) _v=$pkgver;;
-esac
-source="https://download.gnome.org/sources/${pkgname}/${_v}/${pkgname}-${pkgver}.tar.xz"
-
-builddir="${srcdir}/${pkgname}-${pkgver}"
+source="https://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -29,8 +23,7 @@ build() {
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="07cfef3dc17b3d321e6abfb15c7d035caad7c2cba938263920c503e67d35e9a1dc86b48255334e50b58f6998eb4c064cc24ebd71d02f278b21b568500daae0c0 zenity-3.28.1.tar.xz"
+sha512sums="d057df25dbb2d780c6be184ec167b0f569eadf0ac1c460d63509843157f14dfdcebe46bb6f93b17c6069ef0208902ce9ecbb4025933f7dc7572323032ec34fda zenity-3.32.0.tar.xz"