[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/40: gnu: Add gtk-frdp-for-gnome-connections.
From: |
guix-commits |
Subject: |
15/40: gnu: Add gtk-frdp-for-gnome-connections. |
Date: |
Fri, 16 Aug 2024 04:15:55 -0400 (EDT) |
lilyp pushed a commit to branch gnome-team
in repository guix.
commit 09a4f5d3726362b512f83f49c8b7a59dc94f6387
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sun Jul 14 12:23:04 2024 +0200
gnu: Add gtk-frdp-for-gnome-connections.
* gnu/packages/gnome.scm (gtk-frdp-for-gnome-connections): New variable.
---
gnu/packages/gnome.scm | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 546d3285b1..a54cc78239 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -14106,6 +14106,23 @@ Protocol} for @acronym{VoIP, Voice over @acronym{IP,
Internet Protocol}}.")
@acronym{RDP, Remote Desktop Protocol} sessions.")
(license license:gpl3+)))
+(define gtk-frdp-for-gnome-connections
+ (let ((commit "6cfdc840159bb349310c3b81cd2df949f1522760")
+ (revision "1"))
+ (package
+ (inherit gtk-frdp)
+ (version (git-version "45.90" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://gitlab.gnome.org/GNOME/gtk-frdp")
+ (commit commit)))
+ (file-name (git-file-name "gtk-frdp" version))
+ (sha256
+ (base32
+ "1xgilpa2zkcnyi9hvj8yw1db19pz5d1xgvm1pm79mjs4ls8pdn0n")))))))
+
(define-public gnome-connections
(package
(name "gnome-connections")
- 07/40: gnu: evince: Update to 46.3., (continued)
- 07/40: gnu: evince: Update to 46.3., guix-commits, 2024/08/16
- 16/40: gnu: gnome-connections: Update to 46.0., guix-commits, 2024/08/16
- 01/40: gnu: tracker: Update to 3.7.3., guix-commits, 2024/08/16
- 18/40: gnu: vte: Update to 0.76.3., guix-commits, 2024/08/16
- 22/40: gnu: gnome-online-accounts: Update to 3.50.3., guix-commits, 2024/08/16
- 34/40: gnu: libpanel: Update to 1.7.0., guix-commits, 2024/08/16
- 38/40: gnu: evolution-data-server: Update to 3.52.3., guix-commits, 2024/08/16
- 10/40: gnu: gnome-boxes: Update to 46.1., guix-commits, 2024/08/16
- 05/40: gnu: d-spy: Update to 1.10.0., guix-commits, 2024/08/16
- 03/40: gnu: baobab: Update to 46.0., guix-commits, 2024/08/16
- 15/40: gnu: Add gtk-frdp-for-gnome-connections.,
guix-commits <=
- 06/40: gnu: epiphany: Update to 46.2., guix-commits, 2024/08/16
- 21/40: gnu: Add tecla., guix-commits, 2024/08/16
- 23/40: gnu: gnome-disk-utility: Update to 46.0., guix-commits, 2024/08/16
- 26/40: gnu: gnome-maps: Update to 46.11., guix-commits, 2024/08/16
- 28/40: gnu: gnome-text-editor: Update to 46.3., guix-commits, 2024/08/16
- 32/40: gnu: simple-scan: Update to 46.0., guix-commits, 2024/08/16
- 30/40: gnu: gnome-weather: Update to 46.0., guix-commits, 2024/08/16
- 29/40: gnu: gnome-user-docs: Update to 46.1., guix-commits, 2024/08/16
- 31/40: gnu: rygel: Update to 0.42.6., guix-commits, 2024/08/16
- 37/40: gnu: gnome-chess: Update package style., guix-commits, 2024/08/16