[arch-commits] Commit in xdg-desktop-portal/trunk (PKGBUILD)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Wed Apr 8 10:31:40 UTC 2020
Date: Wednesday, April 8, 2020 @ 10:31:39
Author: bpiotrowski
Revision: 379815
1.7.2-1
Modified:
xdg-desktop-portal/trunk/PKGBUILD
----------+
PKGBUILD | 19 +++++--------------
1 file changed, 5 insertions(+), 14 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-08 10:27:27 UTC (rev 379814)
+++ PKGBUILD 2020-04-08 10:31:39 UTC (rev 379815)
@@ -2,8 +2,8 @@
# Contributor: Patrick Griffis <tingping at tingping.se>
pkgname=xdg-desktop-portal
-pkgver=1.6.0
-pkgrel=2
+pkgver=1.7.2
+pkgrel=1
pkgdesc="Desktop integration portals for sandboxed apps"
url="https://github.com/flatpak/xdg-desktop-portal"
arch=(x86_64)
@@ -11,11 +11,9 @@
depends=(glib2 pipewire fuse2 geoclue2)
makedepends=(python xmlto docbook-xsl git flatpak libportal)
checkdepends=(epiphany gedit gvfs)
-_commit=28b93e213a83c78bb6d65d5a1a65c57d62957827 # tags/1.6.0^0
-source=("git+https://github.com/flatpak/xdg-desktop-portal#commit=$_commit"
- hack.diff)
-sha256sums=('SKIP'
- '949ce781ed3393e05f3bffdd0048aca976e0a35d9babeea9ec9d86ab8a00e871')
+_commit=309a1fc0cf2fb32cceb91dbc666d20cf0a3202c2 # tags/1.7.2^0
+source=("git+https://github.com/flatpak/xdg-desktop-portal#commit=$_commit")
+sha256sums=('SKIP')
pkgver() {
cd $pkgname
@@ -25,13 +23,6 @@
prepare() {
cd $pkgname
- # pipewire 0.3
- git cherry-pick -n a38901e5e7f835efe7b7a06c55790c8c20bc91a2
-
- # Make tests pass
- # https://github.com/flatpak/xdg-desktop-portal/issues/394
- git apply -3 ../hack.diff
-
NOCONFIGURE=1 ./autogen.sh
}
More information about the arch-commits
mailing list