[arch-commits] Commit in xdg-desktop-portal/trunk (PKGBUILD hack.diff)

Jan Steffens heftig at archlinux.org
Wed Nov 27 22:35:37 UTC 2019


    Date: Wednesday, November 27, 2019 @ 22:35:36
  Author: heftig
Revision: 369850

1.5.3-1

Modified:
  xdg-desktop-portal/trunk/PKGBUILD
  xdg-desktop-portal/trunk/hack.diff

-----------+
 PKGBUILD  |    8 ++++----
 hack.diff |   30 ++++++++++++++++++++++++++++--
 2 files changed, 32 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-27 22:35:26 UTC (rev 369849)
+++ PKGBUILD	2019-11-27 22:35:36 UTC (rev 369850)
@@ -2,7 +2,7 @@
 # Contributor: Patrick Griffis <tingping at tingping.se>
 
 pkgname=xdg-desktop-portal
-pkgver=1.5.2
+pkgver=1.5.3
 pkgrel=1
 pkgdesc="Desktop integration portals for sandboxed apps"
 url="https://github.com/flatpak/xdg-desktop-portal"
@@ -10,12 +10,12 @@
 license=(LGPL2.1)
 depends=(glib2 pipewire fuse2 geoclue2)
 makedepends=(python xmlto docbook-xsl git flatpak libportal)
-checkdepends=(epiphany gedit)
-_commit=5a4e6ed3b4c9322a6e3e79dd10cb881f25e84335  # tags/1.5.2^0
+checkdepends=(epiphany gedit gvfs)
+_commit=10f5120f8fa88975885975fa7cc384570969122c  # tags/1.5.3^0
 source=("git+https://github.com/flatpak/xdg-desktop-portal#commit=$_commit"
         hack.diff)
 sha256sums=('SKIP'
-            'dfa41dea8882db18b2e9671118f09626a2cc1d17bafcffa578165cab9d58826c')
+            '9b5097ce035fff9f9bebb6963e509b6597b3d5f0cceda26321cf228d8d59cf5d')
 
 pkgver() {
   cd $pkgname

Modified: hack.diff
===================================================================
--- hack.diff	2019-11-27 22:35:26 UTC (rev 369849)
+++ hack.diff	2019-11-27 22:35:36 UTC (rev 369850)
@@ -70,11 +70,37 @@
  }
  
  void
+diff --git i/tests/location.c w/tests/location.c
+index 207ed3f..ced3406 100644
+--- i/tests/location.c
++++ w/tests/location.c
+@@ -30,10 +30,8 @@ test_location_basic (void)
+ {
+   g_autoptr(XdpPortal) portal = NULL;
+ 
+-#ifndef HAVE_GEOCLUE
+   g_test_skip ("Skipping tests that require geoclue");
+   return;
+-#endif
+ 
+   portal = xdp_portal_new ();
+ 
+@@ -67,10 +65,8 @@ test_location_accuracy (void)
+ {
+   g_autoptr(XdpPortal) portal = NULL;
+ 
+-#ifndef HAVE_GEOCLUE
+   g_test_skip ("Skipping tests that require geoclue");
+   return;
+-#endif
+ 
+   portal = xdp_portal_new ();
+ 
 diff --git i/tests/openuri.c w/tests/openuri.c
-index f55e064..3477dfa 100644
+index cacf1f8..c252696 100644
 --- i/tests/openuri.c
 +++ w/tests/openuri.c
-@@ -247,28 +247,30 @@ test_open_uri_lockdown (void)
+@@ -328,28 +328,30 @@ test_open_uri_lockdown (void)
    g_autofree char *path = NULL;
  
    xdp_impl_lockdown_set_disable_application_handlers (lockdown, TRUE);



More information about the arch-commits mailing list