diff options
-rw-r--r-- | main/gdl/APKBUILD | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/main/gdl/APKBUILD b/main/gdl/APKBUILD index 315c16419a..6bb0b1688b 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" |