From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id OPgoM+SulmDQ6AAAgWs5BA (envelope-from ) for ; Sat, 08 May 2021 17:31:48 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id uHHPLuSulmDiYgAAB5/wlQ (envelope-from ) for ; Sat, 08 May 2021 15:31:48 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 3E8941912E for ; Sat, 8 May 2021 17:31:48 +0200 (CEST) Received: from localhost ([::1]:35370 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lfOvi-0008Ki-RS for larch@yhetil.org; Sat, 08 May 2021 11:31:47 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50982) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lfOv0-0008JF-I1 for guix-patches@gnu.org; Sat, 08 May 2021 11:31:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39302) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lfOv0-0005Q9-9r for guix-patches@gnu.org; Sat, 08 May 2021 11:31:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lfOv0-0002Uu-72 for guix-patches@gnu.org; Sat, 08 May 2021 11:31:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#48288] [PATCH] gnu: Add xdg-desktop-portal-wlr. Resent-From: Giacomo Leidi Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 08 May 2021 15:31:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 48288 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 48288@debbugs.gnu.org Cc: Giacomo Leidi X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16204878129586 (code B ref -1); Sat, 08 May 2021 15:31:02 +0000 Received: (at submit) by debbugs.gnu.org; 8 May 2021 15:30:12 +0000 Received: from localhost ([127.0.0.1]:50845 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lfOuB-0002UY-QL for submit@debbugs.gnu.org; Sat, 08 May 2021 11:30:12 -0400 Received: from lists.gnu.org ([209.51.188.17]:36852) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lfOu9-0002UQ-Qg for submit@debbugs.gnu.org; Sat, 08 May 2021 11:30:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50728) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lfOu9-0008Ag-IL for guix-patches@gnu.org; Sat, 08 May 2021 11:30:09 -0400 Received: from latitanza.investici.org ([2001:888:2000:56::19]:46493) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lfOu7-0004lE-59 for guix-patches@gnu.org; Sat, 08 May 2021 11:30:09 -0400 Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4Fcrpy1mrrz8vyM; Sat, 8 May 2021 15:30:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1620487802; bh=KLND78s6tKm4vU3WbgX07Vt9TaOcoYt3QRKQIq2lBKo=; h=From:To:Cc:Subject:Date:From; b=jDhDb6aPGZS5blu1YB4aYu+NQAZoZBP83b1pxGjFenCMU0AEJE/okOWKbaKkRJ8ZY sqg3WFQ/isdlqWhOEvkOwzTf8bk6M1s50V0YRGU1QiKVzpQwuWiDyqMWwWjwoTC/AY ScN67gYt3PvJEnS46CiNt7cN/AOsXq8VNcirT3Wk= Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id 4Fcrpx6vrLz8vy6; Sat, 8 May 2021 15:30:01 +0000 (UTC) From: Giacomo Leidi Date: Sat, 8 May 2021 17:29:45 +0200 Message-Id: <20210508152945.17190-1-goodoldpaul@autistici.org> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2001:888:2000:56::19; envelope-from=goodoldpaul@autistici.org; helo=latitanza.investici.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1620487908; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:list-id:list-help: list-unsubscribe:list-subscribe:list-post:dkim-signature; bh=KLND78s6tKm4vU3WbgX07Vt9TaOcoYt3QRKQIq2lBKo=; b=ALJNeJtGv5/n1/Jn9JS+2/o/6zDxP99l84a3R7N90735DhElXwYBcxO5XxqW+EkY5KfZTw FQCQVx3v2Iv/vH4RmYyO8KKhc1ix5OMWK9AcRkaiklu21WDHv4iOjllUgefJU+guesJQsA Gs81uNM9ieHOKdr1Nth663tSJfO+UkE7gjbkanDIZB6S1XZY88f/lW5VXsCAAX6FXbJaOa GGg8e2Y+MpXRXpKK8DyvTpgreHUP9rfOOfx+Zl9xNbTi5s1KRznLp9Tvwg8t9zqNy4oq3J FJ8r49TlT9CF7BwrigslOiV4eJT48zeju3RlNDl4tGWm1orRqOAnX0EHT5WgIA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1620487908; a=rsa-sha256; cv=none; b=qE6/fzPUBhs674AMGqiu+a1ysrhxSVnu2PEnOFcbyggAQLO5UiPKhDRe9QIWk3ugglpmoN fALh9cASOgaqlXJJDJYksU2YhCD/Y1cudVNG3t9mvTPumoD6CNV2pw0aDNUX3MYUg99BaP voTlS6XN+gOi/HCyy8yTJqlQgk0Bju0bJsyd84OIiulTGpYpkiNOm8SkresUD873aWTrBH sMNV/b+oXUqTUven+unCX12Khck/q4uePYHSscleWUSsJgM98ST55yQFm1zNqQXT6h5VKv DKA3Evdgl3WKM87kGZZzXOBccnemDWqwX6cpmyOxWE4rHm65Qt9bs13GwQcQww== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=autistici.org header.s=stigmate header.b=jDhDb6aP; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Spam-Score: 3.55 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=autistici.org header.s=stigmate header.b=jDhDb6aP; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 3E8941912E X-Spam-Score: 3.55 X-Migadu-Scanner: scn0.migadu.com X-TUID: iauglCTGJjGN * gnu/packages/freedesktop.scm (xdg-desktop-portal-wlr): New variable. --- gnu/packages/freedesktop.scm | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index c82ad230d7..7f8da7f3e4 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -95,6 +95,7 @@ #:use-module (gnu packages python) #:use-module (gnu packages python-crypto) #:use-module (gnu packages python-xyz) + #:use-module (gnu packages samba) #:use-module (gnu packages sqlite) #:use-module (gnu packages valgrind) #:use-module (gnu packages video) @@ -2330,3 +2331,35 @@ which uses GTK+ and various pieces of GNOME infrastructure, such as the @code{org.gnome.Shell.Screenshot} or @code{org.gnome.SessionManager} D-Bus interfaces.") (license license:lgpl2.1+))) + +(define-public xdg-desktop-portal-wlr + (package + (name "xdg-desktop-portal-wlr") + (version "0.3.0") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/emersion/xdg-desktop-portal-wlr") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "18nlkqqxgxh7k0r2nk867wnp2nmaiinl6z67lrfv7rmiym0x82p8")))) + (build-system meson-build-system) + (native-inputs + `(("cmake" ,cmake) + ("pkg-config" ,pkg-config))) + (inputs + `(("elogind" ,elogind) + ("iniparser" ,iniparser) + ("pipewire" ,pipewire-0.3) + ("wayland" ,wayland) + ("wayland-protocols" ,wayland-protocols))) + (home-page "https://github.com/emersion/xdg-desktop-portal-wlr") + (synopsis "@code{xdg-desktop-portal} backend for wlroots") + (description + "This package provides @code{xdg-desktop-portal-wlr}. This project +seeks to add support for the screenshot, screencast, and possibly +remote-desktop @code{xdg-desktop-portal} interfaces for wlroots based +compositors.") + (license license:expat))) -- 2.31.1