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

Jan Steffens heftig at gemini.archlinux.org
Tue Dec 21 19:36:03 UTC 2021


    Date: Tuesday, December 21, 2021 @ 19:36:02
  Author: heftig
Revision: 432881

1.12.0-1

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-21 19:34:47 UTC (rev 432880)
+++ PKGBUILD	2021-12-21 19:36:02 UTC (rev 432881)
@@ -3,8 +3,8 @@
 # Contributor: Patrick Griffis <tingping at tingping.se>
 
 pkgname=xdg-desktop-portal-gtk
-pkgver=1.10.0
-pkgrel=3
+pkgver=1.12.0
+pkgrel=1
 pkgdesc="A backend implementation for xdg-desktop-portal using GTK"
 url="https://github.com/flatpak/xdg-desktop-portal-gtk"
 arch=(x86_64)
@@ -13,29 +13,23 @@
 makedepends=(xdg-desktop-portal python git)
 optdepends=("evince: Print preview")
 provides=(xdg-desktop-portal-impl)
-_commit=3a9ac80eb720d1ba8a2aecc2108f66b2f737f185  # tags/1.10.0^0
+_commit=2ea8803d97ec4e0bb9d51b35c6ae522d27d6a79a  # tags/1.12.0^0
 source=("git+https://github.com/flatpak/xdg-desktop-portal-gtk#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() {
   cd $pkgname
-  
-  # Fix build
-  git cherry-pick -n e34f49ca8365 19c5385b9f5f
-
   NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
   cd $pkgname
-  ./configure --prefix=/usr --libexecdir=/usr/lib \
-    --enable-settings \
-    --enable-appchooser
+  ./configure --prefix=/usr --libexecdir=/usr/lib
   make 
 }
 



More information about the arch-commits mailing list