[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#51100] [PATCH 2/8] Update and fix Flatpak and portals
From: |
John Kehayias |
Subject: |
[bug#51100] [PATCH 2/8] Update and fix Flatpak and portals |
Date: |
Fri, 08 Oct 2021 20:02:19 +0000 |
>From 6287c8120d8af391a7abaff33f0f1c309273d8d4 Mon Sep 17 00:00:00 2001
From: John Kehayias <john.kehayias@protonmail.com>
Date: Fri, 8 Oct 2021 14:12:00 -0400
Subject: [PATCH 2/8] gnu: xdg-desktop-portal: Update to 1.10.1.
* gnu/packages/freedesktop.scm (xdg-desktop-portal): Update to 1.10.1.
---
gnu/packages/freedesktop.scm | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index fd4c8878b7..999f8c4400 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -2285,16 +2285,15 @@ fallback to generic Systray support if none of those
are available.")
(define-public xdg-desktop-portal
(package
(name "xdg-desktop-portal")
- (version "1.8.1")
+ (version "1.10.1")
(source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/flatpak/xdg-desktop-portal")
- (commit version)))
- (file-name (git-file-name name version))
+ (method url-fetch)
+ (uri (string-append
+
"https://github.com/flatpak/xdg-desktop-portal/releases/download/"
+ version "/xdg-desktop-portal-" version ".tar.xz"))
(sha256
(base32
- "0pq0kmvzk56my396vh97pzw4wizwmlmzvv2kr2xv047x3044mr5n"))))
+ "199lqr2plsy9qqnxx5a381ml8ygcbz4nkjla5pvljjcrwzlqsygd"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)
--
2.33.0
- [bug#51100] [PATCH 0/8] Update and fix Flatpak and portals, John Kehayias, 2021/10/08
- [bug#51100] [PATCH 1/8] Update and fix Flatpak and portals, John Kehayias, 2021/10/08
- [bug#51100] [PATCH 2/8] Update and fix Flatpak and portals,
John Kehayias <=
- [bug#51100] [PATCH 3/8] Update and fix Flatpak and portals, John Kehayias, 2021/10/08
- [bug#51100] [PATCH 4/8] Update and fix Flatpak and portals, John Kehayias, 2021/10/08
- [bug#51100] [PATCH 5/8] Update and fix Flatpak and portals, John Kehayias, 2021/10/08
- [bug#51100] [PATCH 6/8] Update and fix Flatpak and portals, John Kehayias, 2021/10/08
- [bug#51100] [PATCH 7/8] Update and fix Flatpak and portals, John Kehayias, 2021/10/08
- [bug#51100] [PATCH 8/8] Update and fix Flatpak and portals, John Kehayias, 2021/10/08
- bug#51100: [PATCH 0/8] Update and fix Flatpak and portals, Ludovic Courtès, 2021/10/25