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

Jan Steffens heftig at archlinux.org
Fri Dec 20 14:34:51 UTC 2019


    Date: Friday, December 20, 2019 @ 14:34:51
  Author: heftig
Revision: 371994

1.6.0-1

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

-----------+
 PKGBUILD  |    6 +++---
 hack.diff |   22 +++++++++++-----------
 2 files changed, 14 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-20 14:32:09 UTC (rev 371993)
+++ PKGBUILD	2019-12-20 14:34:51 UTC (rev 371994)
@@ -2,7 +2,7 @@
 # Contributor: Patrick Griffis <tingping at tingping.se>
 
 pkgname=xdg-desktop-portal
-pkgver=1.5.4
+pkgver=1.6.0
 pkgrel=1
 pkgdesc="Desktop integration portals for sandboxed apps"
 url="https://github.com/flatpak/xdg-desktop-portal"
@@ -11,11 +11,11 @@
 depends=(glib2 pipewire fuse2 geoclue2)
 makedepends=(python xmlto docbook-xsl git flatpak libportal)
 checkdepends=(epiphany gedit gvfs)
-_commit=5f14b2703a994041dda543ed2d57c47b0ff251b1  # tags/1.5.4^0
+_commit=28b93e213a83c78bb6d65d5a1a65c57d62957827  # tags/1.6.0^0
 source=("git+https://github.com/flatpak/xdg-desktop-portal#commit=$_commit"
         hack.diff)
 sha256sums=('SKIP'
-            '9b5097ce035fff9f9bebb6963e509b6597b3d5f0cceda26321cf228d8d59cf5d')
+            '949ce781ed3393e05f3bffdd0048aca976e0a35d9babeea9ec9d86ab8a00e871')
 
 pkgver() {
   cd $pkgname

Modified: hack.diff
===================================================================
--- hack.diff	2019-12-20 14:32:09 UTC (rev 371993)
+++ hack.diff	2019-12-20 14:34:51 UTC (rev 371994)
@@ -1,5 +1,5 @@
 diff --git i/tests/camera.c w/tests/camera.c
-index 4ef0176..197e77d 100644
+index 4fefbe4..7957d72 100644
 --- i/tests/camera.c
 +++ w/tests/camera.c
 @@ -239,29 +239,31 @@ test_camera_lockdown (void)
@@ -24,7 +24,7 @@
    portal = xdp_portal_new ();
  
    got_info = 0;
-   xdp_portal_access_camera (portal, NULL, NULL, camera_cb, keyfile);
+   xdp_portal_access_camera (portal, NULL, 0, NULL, camera_cb, keyfile);
  
    while (!got_info)
      g_main_context_iteration (NULL, TRUE);
@@ -35,7 +35,7 @@
  
  /* Test the effect of the user denying the access dialog */
 diff --git i/tests/filechooser.c w/tests/filechooser.c
-index 0cb4f41..a60f736 100644
+index a5f9b2c..799f24b 100644
 --- i/tests/filechooser.c
 +++ w/tests/filechooser.c
 @@ -871,29 +871,31 @@ test_save_file_lockdown (void)
@@ -60,7 +60,7 @@
    portal = xdp_portal_new ();
  
    got_info = 0;
-   xdp_portal_save_file (portal, NULL, "test", FALSE, "test_file.txt", NULL, NULL, NULL, NULL, NULL, NULL, save_file_cb, keyfile);
+   xdp_portal_save_file (portal, NULL, "test", "test_file.txt", NULL, NULL, NULL, NULL, NULL, 0, NULL, save_file_cb, keyfile);
  
    while (!got_info)
      g_main_context_iteration (NULL, TRUE);
@@ -71,7 +71,7 @@
  
  void
 diff --git i/tests/location.c w/tests/location.c
-index 207ed3f..ced3406 100644
+index 0395f77..89cdef6 100644
 --- i/tests/location.c
 +++ w/tests/location.c
 @@ -30,10 +30,8 @@ test_location_basic (void)
@@ -97,10 +97,10 @@
    portal = xdp_portal_new ();
  
 diff --git i/tests/openuri.c w/tests/openuri.c
-index cacf1f8..c252696 100644
+index ddff074..ba02bfd 100644
 --- i/tests/openuri.c
 +++ w/tests/openuri.c
-@@ -328,28 +328,30 @@ test_open_uri_lockdown (void)
+@@ -366,28 +366,30 @@ test_open_uri_lockdown (void)
    g_autofree char *path = NULL;
  
    xdp_impl_lockdown_set_disable_application_handlers (lockdown, TRUE);
@@ -121,7 +121,7 @@
    portal = xdp_portal_new ();
  
    got_info = 0;
-   xdp_portal_open_uri (portal, NULL, "http://www.flatpak.org", FALSE, NULL, open_uri_cb, keyfile);
+   xdp_portal_open_uri (portal, NULL, "http://www.flatpak.org", 0, NULL, open_uri_cb, keyfile);
  
    while (!got_info)
      g_main_context_iteration (NULL, TRUE);
@@ -132,7 +132,7 @@
  
  static void
 diff --git i/tests/print.c w/tests/print.c
-index 3effde8..4a77359 100644
+index 1b9be72..ddcac42 100644
 --- i/tests/print.c
 +++ w/tests/print.c
 @@ -187,28 +187,30 @@ test_prepare_print_lockdown (void)
@@ -156,7 +156,7 @@
    portal = xdp_portal_new ();
  
    got_info = 0;
-   xdp_portal_prepare_print (portal, NULL, "test", FALSE, NULL, NULL, NULL, prepare_cb, keyfile);
+   xdp_portal_prepare_print (portal, NULL, "test", NULL, NULL, 0, NULL, prepare_cb, keyfile);
  
    while (!got_info)
      g_main_context_iteration (NULL, TRUE);
@@ -187,7 +187,7 @@
    portal = xdp_portal_new ();
  
    got_info = 0;
-   xdp_portal_print_file (portal, NULL, "test", FALSE, 0, path, NULL, print_cb, keyfile);
+   xdp_portal_print_file (portal, NULL, "test", 0, path, 0, NULL, print_cb, keyfile);
  
    while (!got_info)
      g_main_context_iteration (NULL, TRUE);



More information about the arch-commits mailing list