aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2019-09-09 18:22:29 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2019-09-10 05:43:46 +0000
commit5085869327238d121a826c9aa66384cd52698c9d (patch)
tree12b485962b7028eda6f96b3e0a7f5c873851f7e5
parent5a1cbfa18be60b4b799ead22f5402f891f80d8fa (diff)
main/gdl: upgrade to 3.34.0
* Adopt maintainership * Cleanup
-rw-r--r--main/gdl/APKBUILD21
1 files changed, 10 insertions, 11 deletions
diff --git a/main/gdl/APKBUILD b/main/gdl/APKBUILD
index 315c16419ab..6bb0b1688ba 100644
--- a/main/gdl/APKBUILD
+++ b/main/gdl/APKBUILD
@@ -1,19 +1,19 @@
-# 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=gdl
-pkgver=3.28.0
+pkgver=3.34.0
pkgrel=0
-pkgdesc="Gnome Devtool Libraries"
-url="https://www.gnome.org/"
+pkgdesc="Gnome Docking library"
+url="https://gitlab.gnome.org/GNOME/gdl"
arch="all"
-license="GPL"
+license="LGPL-2.1-or-later"
makedepends="gtk+3.0-dev libxml2-dev intltool"
+options="!check" # no tests
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
-source="https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz"
-
-builddir="$srcdir/$pkgname-$pkgver"
+source="https://download.gnome.org/sources/gdl/${pkgver%.*}/gdl-$pkgver.tar.xz"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -25,7 +25,6 @@ build() {
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="d6a697b8cd098abfcb560d8b6c8a326b05f6f22211a3bc92ea458d643170abc514acd4105e372fb61777d2a5dd09709d7e3d6d3ad75215fffdf2809b3df3c471 gdl-3.28.0.tar.xz"
+sha512sums="8c43f330556dae67e4f64e92c3ba5c2e9351d3040d6002bda89f20f9494fc93030abe80072f0cf86280f98e290805154e9ca12aaa7013f0a341d8ea94323d3b0 gdl-3.34.0.tar.xz"