all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Vivien Kraus via Guix-patches via <guix-patches@gnu.org>
To: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Cc: rg@raghavgururajan.name, liliana.prikler@gmail.com,
	67601@debbugs.gnu.org
Subject: [bug#67601] [PATCH gnome-team v2 1/2] gnu: Add xdg-desktop-portal-gnome.
Date: Sun, 3 Dec 2023 14:51:01 +0100	[thread overview]
Message-ID: <d8b7a2f754be471b418270dd50ee5ac373357618.1701713921.git.vivien@planete-kraus.eu> (raw)
In-Reply-To: <73242591093b4b3ff7a75254cdb7b13e7b84d40b.1701611807.git.vivien@planete-kraus.eu>

* gnu/packages/gnome.scm (xdg-desktop-portal-gnome): New variable.

Change-Id: I2925cf950b731c71e4ad4a01f28bce22c0cb54fb
---
 gnu/packages/gnome.scm | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c6437ce450..1a515af4e7 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12866,6 +12866,44 @@ (define-public piper
   (simple-service 'ratbagd dbus-root-service-type (list libratbag))")
     (license license:gpl2)))
 
+(define-public xdg-desktop-portal-gnome
+  (package
+    (name "xdg-desktop-portal-gnome")
+    (version "44.2")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://gnome/sources/" name "/"
+                                  (version-major version) "/"
+                                  name "-" version ".tar.xz"))
+              (sha256
+               (base32
+                "08gznmr718na5p2j8fm7nim5862r2v0sjh68ql5yl0q356n1mvah"))
+              (snippet
+               #~(begin
+                   (use-modules (guix build utils))
+                   (delete-file-recursively "subprojects")))))
+    (build-system meson-build-system)
+    (arguments
+     (list
+      #:glib-or-gtk? #t
+      #:configure-flags #~'("-Dsystemduserunitdir=no")))
+    (inputs
+     (list gnome-desktop
+           gsettings-desktop-schemas
+           libadwaita
+           libxml2
+           xdg-desktop-portal
+           xdg-desktop-portal-gtk))
+    (native-inputs
+     (list gettext-minimal
+           `(,glib "bin")
+           pkg-config))
+    (home-page "https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome")
+    (synopsis "GNOME backend for xdg-desktop-portal")
+    (description "xdg-desktop-portal-gnome implements a back-end for
+@command{xdg-desktop-portal} that uses gtk and some more GNOME APIs.")
+    (license license:lgpl2.1+)))
+
 (define-public parlatype
   (package
     (name "parlatype")

base-commit: 4c323c2f8308bba0e3295f3109d159c7b8f72838
-- 
2.41.0




  reply	other threads:[~2023-12-04 18:20 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-03 13:51 [bug#67601] [PATCH gnome-team] gnu: Add xdg-desktop-portal-gnome Vivien Kraus via Guix-patches via
2023-12-03 13:51 ` Vivien Kraus via Guix-patches via [this message]
2023-12-04 18:16   ` [bug#67601] [PATCH gnome-team v2 2/2] gnu: gnome: Propagate xdg-desktop-portal-gnome Vivien Kraus via Guix-patches via
2023-12-05  0:30     ` Maxim Cournoyer
2023-12-05  0:30   ` [bug#67601] [PATCH gnome-team v2 1/2] gnu: Add xdg-desktop-portal-gnome Maxim Cournoyer
2023-12-19 23:02     ` bug#67601: " Liliana Marie Prikler
2023-12-04  0:30 ` [bug#67601] [PATCH gnome-team] " Maxim Cournoyer

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

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

  git send-email \
    --in-reply-to=d8b7a2f754be471b418270dd50ee5ac373357618.1701713921.git.vivien@planete-kraus.eu \
    --to=guix-patches@gnu.org \
    --cc=67601@debbugs.gnu.org \
    --cc=liliana.prikler@gmail.com \
    --cc=maxim.cournoyer@gmail.com \
    --cc=rg@raghavgururajan.name \
    --cc=vivien@planete-kraus.eu \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.