unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Andrew Tropin <andrew@trop.in>
To: 49047@debbugs.gnu.org
Cc: Andrew Tropin <andrew@trop.in>
Subject: [bug#49047] [PATCH 2/3] gnu: xdg-desktop-portal: Update to 1.8.1.
Date: Tue, 15 Jun 2021 19:53:26 +0300	[thread overview]
Message-ID: <20210615165327.491-3-andrew@trop.in> (raw)
In-Reply-To: <20210615165327.491-1-andrew@trop.in>

* gnu/packages/freedesktop.scm (xdg-desktop-portal): Update to 1.8.1.

Make xdg-desktop-portal aware of portal implementations via
XDG_DESKTOP_PORTAL_DIR variable.
---
 gnu/packages/freedesktop.scm | 20 ++++++++++++++++++--
 1 file changed, 18 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index e4ea951c41..14775cf743 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -2269,7 +2269,7 @@ fallback to generic Systray support if none of those are available.")
 (define-public xdg-desktop-portal
   (package
     (name "xdg-desktop-portal")
-    (version "1.7.2")
+    (version "1.8.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2278,7 +2278,7 @@ fallback to generic Systray support if none of those are available.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0rkwpsmbn3d3spkzc2zsd50l2r8pp4la390zcpsawaav8w7ql7xm"))))
+                "0pq0kmvzk56my396vh97pzw4wizwmlmzvv2kr2xv047x3044mr5n"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
@@ -2298,6 +2298,22 @@ fallback to generic Systray support if none of those are available.")
        ("geoclue" ,geoclue)
        ("pipewire" ,pipewire-0.3)
        ("fuse" ,fuse)))
+    (arguments
+     `(#:phases
+       (modify-phases
+        %standard-phases
+        (add-after 'unpack 'po-chmod
+                   (lambda _
+                     ;; Make sure 'msgmerge' can modify the PO files.
+                     (for-each (lambda (po)
+                                 (chmod po #o666))
+                               (find-files "po" "\\.po$"))
+                     #t)))))
+    (native-search-paths
+     (list (search-path-specification
+            (variable "XDG_DESKTOP_PORTAL_DIR")
+            (separator #f)
+            (files '("share/xdg-desktop-portal/portals")))))
     (home-page "https://github.com/flatpak/xdg-desktop-portal")
     (synopsis "Desktop integration portal for sandboxed apps")
     (description
-- 
2.32.0





  parent reply	other threads:[~2021-06-15 16:57 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-15 16:53 [bug#49045] [PATCH 0/3] Update pipewire and xdg-desktop-portal[-wlr] Andrew Tropin
2021-06-15 16:53 ` [bug#49046] [PATCH 1/3] gnu: pipewire: Update to 0.3.29 Andrew Tropin
2021-06-15 16:53 ` Andrew Tropin [this message]
2021-06-15 16:53 ` [bug#49048] [PATCH 3/3] gnu: xdg-desktop-portal-wlr: Update to 0.4.0 Andrew Tropin
2021-06-18 12:39 ` bug#49045: [PATCH 0/3] Update pipewire and xdg-desktop-portal[-wlr] Ludovic Courtès
2021-06-18 16:09   ` [bug#49045] " Andrew Tropin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210615165327.491-3-andrew@trop.in \
    --to=andrew@trop.in \
    --cc=49047@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).