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

Jan Steffens heftig at gemini.archlinux.org
Tue Aug 9 09:45:55 UTC 2022


    Date: Tuesday, August 9, 2022 @ 09:45:55
  Author: heftig
Revision: 452443

3.38.3-2

Modified:
  dconf-editor/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-09 07:50:18 UTC (rev 452442)
+++ PKGBUILD	2022-08-09 09:45:55 UTC (rev 452443)
@@ -2,14 +2,15 @@
 
 pkgname=dconf-editor
 pkgver=3.38.3
-pkgrel=1
-pkgdesc="dconf Editor"
+pkgrel=2
+pkgdesc="GSettings editor for GNOME"
+url="https://wiki.gnome.org/Apps/DconfEditor"
 arch=(x86_64)
-url="https://wiki.gnome.org/Projects/dconf"
 license=(GPL3)
 groups=(gnome-extra)
 depends=(gtk3 dconf)
 makedepends=(vala meson git)
+options=(debug)
 _commit=886181423ba8e93e766087425a0f2066f450cab1  # tags/3.38.3^0
 source=("git+https://gitlab.gnome.org/GNOME/dconf-editor.git#commit=$_commit")
 sha256sums=('SKIP')
@@ -16,11 +17,14 @@
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {
   cd $pkgname
+
+  # https://bugs.archlinux.org/task/75459
+  git cherry-pick -n 56474378568e6ff4af8aa912810323e808c1d977
 }
 
 build() {
@@ -33,7 +37,7 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
 }
 
-# vim:set ts=2 sw=2 et:
+# vim:set sw=2 sts=-1 et:



More information about the arch-commits mailing list