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

Jan Steffens heftig at gemini.archlinux.org
Sat Apr 2 21:54:49 UTC 2022


    Date: Saturday, April 2, 2022 @ 21:54:49
  Author: heftig
Revision: 441322

42.0-1

Modified:
  gnome-characters/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-02 21:53:59 UTC (rev 441321)
+++ PKGBUILD	2022-04-02 21:54:49 UTC (rev 441322)
@@ -2,22 +2,23 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-characters
-pkgver=41.0
+pkgver=42.0
 pkgrel=1
 pkgdesc="A character map application"
 arch=(x86_64)
 url="https://gitlab.gnome.org/GNOME/gnome-characters"
 license=(GPL2)
-depends=(gjs gtk3 libunistring gnome-desktop emoji-font libhandy)
+depends=(gjs gtk4 libunistring gnome-desktop-4 emoji-font libadwaita)
 makedepends=(meson gobject-introspection appstream-glib git gperf)
 groups=(gnome)
-_commit=05b7479685429c9a033c8fa801cb1e83402ae5c4  # tags/41.0^0
+options=(debug)
+_commit=e0b22aecba4cd63e5936a097c7ba7e645c0e27e5  # tags/42.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-characters.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {
@@ -34,5 +35,5 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
 }



More information about the arch-commits mailing list