[arch-commits] Commit in amtk/trunk (PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Tue Apr 19 13:51:48 UTC 2022


    Date: Tuesday, April 19, 2022 @ 13:51:48
  Author: heftig
Revision: 1187086

5.3.2-1

Modified:
  amtk/trunk/PKGBUILD

----------+
 PKGBUILD |   23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-19 13:47:04 UTC (rev 1187085)
+++ PKGBUILD	2022-04-19 13:51:48 UTC (rev 1187086)
@@ -2,29 +2,30 @@
 # Contributor: Balló György <ballogyor+arch at gmail dot com>
 
 pkgname=amtk
-pkgver=5.3.1
+pkgver=5.3.2
 pkgrel=1
-pkgdesc="Actions, Menus and Toolbars Kit for GTK+ applications"
-url="https://wiki.gnome.org/Projects/Amtk"
+pkgdesc="Actions, Menus and Toolbars Kit for GTK applications"
+url="https://gitlab.gnome.org/swilmet/amtk"
 arch=(x86_64)
-license=(LGPL)
+license=(LGPL3)
 depends=(gtk3)
 makedepends=(meson git gobject-introspection gtk-doc)
-_commit=29f7889b67bdebbd8c3119f1d48d44fafa413c99  # tags/5.3.1^0
-source=("git+https://gitlab.gnome.org/GNOME/amtk.git#commit=$_commit")
+options=(debug)
+_commit=b7117ffd65fe0fb8e294f18607caecf350c20027  # tags/5.3.2^0
+source=("git+https://gitlab.gnome.org/swilmet/amtk.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
+  cd amtk
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {
-  cd $pkgname
+  cd amtk
 }
 
 build() {
-  arch-meson $pkgname build -D gtk_doc=true
+  arch-meson amtk build
   meson compile -C build
 }
 
@@ -36,5 +37,5 @@
   depends+=(libg{lib,object,io}-2.0.so libgtk-3.so)
   provides+=("libamtk-${pkgver%%.*}.so")
 
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
 }



More information about the arch-commits mailing list