[arch-commits] Commit in xdg-desktop-portal-gnome/trunk (PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Wed Mar 30 20:04:43 UTC 2022


    Date: Wednesday, March 30, 2022 @ 20:04:42
  Author: heftig
Revision: 441010

42.0.1-1

Modified:
  xdg-desktop-portal-gnome/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-30 20:00:32 UTC (rev 441009)
+++ PKGBUILD	2022-03-30 20:04:42 UTC (rev 441010)
@@ -1,25 +1,27 @@
 # Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
 
 pkgname=xdg-desktop-portal-gnome
-pkgver=41.1
-pkgrel=2
+pkgver=42.0.1
+pkgrel=1
 pkgdesc="A backend implementation for xdg-desktop-portal for the GNOME desktop environment"
 url="https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome"
 arch=(x86_64)
 license=(LGPL)
-depends=('xdg-desktop-portal-gtk>=1.10.0-2' gtk4 gnome-keyring)
+depends=('xdg-desktop-portal-gtk>=1.10.0-2' libadwaita gnome-keyring
+         gnome-desktop-4)
 makedepends=(xdg-desktop-portal meson git)
 optdepends=('evince: Print previews')
 provides=(xdg-desktop-portal-impl)
 conflicts=('xdg-desktop-portal-gtk<1.10.0-2')
 replaces=('xdg-desktop-portal-gtk<1.10.0-2')
-_commit=27ba392a415cec6e31d76305319f5ed729e2d2eb  # tags/41.1^0
+options=(debug)
+_commit=68e512c8ebf2aaf21f9752c1edb918fb21f9323d  # tags/42.0.1^0
 source=("git+https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome.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() {



More information about the arch-commits mailing list