[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/58: gnu: Add gtk-frdp-for-gnome-connections.
From: |
guix-commits |
Subject: |
14/58: gnu: Add gtk-frdp-for-gnome-connections. |
Date: |
Sat, 7 Sep 2024 05:11:02 -0400 (EDT) |
lilyp pushed a commit to branch gnome-team
in repository guix.
commit 89d91930f4157e4ff57066763338e16608376655
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 a34f80ca63..5d4c27bc79 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -14136,6 +14136,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")
- 58/58: gnu: python-gst: Update to 1.24.6., (continued)
- 58/58: gnu: python-gst: Update to 1.24.6., guix-commits, 2024/09/07
- 42/58: gnu: librsvg: Disable rtl_tspan_svg test., guix-commits, 2024/09/07
- 37/58: gnu: evolution-data-server: Update to 3.52.3., guix-commits, 2024/09/07
- 46/58: gnu: gtkmm: Update to 4.14.0., guix-commits, 2024/09/07
- 03/58: gnu: baobab: Update to 46.0., guix-commits, 2024/09/07
- 29/58: gnu: gnome-weather: Update to 46.0., guix-commits, 2024/09/07
- 30/58: gnu: rygel: Update to 0.42.6., guix-commits, 2024/09/07
- 21/58: gnu: gnome-online-accounts: Update to 3.50.3., guix-commits, 2024/09/07
- 27/58: gnu: gnome-text-editor: Update to 46.3., guix-commits, 2024/09/07
- 51/58: gnu: gstreamer: Update to 1.24.6., guix-commits, 2024/09/07
- 14/58: gnu: Add gtk-frdp-for-gnome-connections.,
guix-commits <=
- 01/58: gnu: tracker: Update to 3.7.3., guix-commits, 2024/09/07
- 33/58: gnu: libpanel: Update to 1.7.0., guix-commits, 2024/09/07
- 55/58: gnu: gst-plugins-ugly: Update to 1.24.6., guix-commits, 2024/09/07
- 45/58: gnu: atkmm: Update to 2.36.3., guix-commits, 2024/09/07
- 44/58: gnu: at-spi2-core: Update to 2.52.0., guix-commits, 2024/09/07
- 13/58: gnu: gnome-clocks: Update to 46.0., guix-commits, 2024/09/07
- 04/58: gnu: dconf-editor: Update to 45.0.1., guix-commits, 2024/09/07
- 16/58: gnu: Make vte-with-gtk4 the default vte., guix-commits, 2024/09/07
- 19/58: gnu: gnome-contacts: Update to 46.0., guix-commits, 2024/09/07
- 26/58: gnu: gtksourceview: Update to 5.12.1., guix-commits, 2024/09/07