[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/24: gnu: Add gtk-frdp.
From: |
guix-commits |
Subject: |
03/24: gnu: Add gtk-frdp. |
Date: |
Sun, 3 Dec 2023 01:18:47 -0500 (EST) |
lilyp pushed a commit to branch gnome-team
in repository guix.
commit d359c0fbec7f161138c9ae541548690d3fe51df7
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Mon Nov 20 20:25:28 2023 +0100
gnu: Add gtk-frdp.
* gnu/packages/rdesktop.scm (gtk-frdp): New variable.
Change-Id: I8ce190ca80245eff48af08e005e90e396e498e91
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
gnu/packages/gnome.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 111edb59be..e999739e3f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -13624,3 +13624,32 @@ receive calls.")
backends, such as ModemManager for phones and @acronym{SIP, Session Initiation
Protocol} for @acronym{VoIP, Voice over @acronym{IP, Internet Protocol}}.")
(license license:gpl3+)))
+
+(define-public gtk-frdp
+ (package
+ (name "gtk-frdp")
+ ;; The latest published tag is 3.37.1, but it is very old:
+ ;; https://gitlab.gnome.org/GNOME/gtk-frdp/-/issues/39
+ (version "3.37.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://gitlab.gnome.org/GNOME/gtk-frdp")
+ (commit "62fc62c5ccb7634f0bc87c57a4673877c24c94ed")))
+ (file-name (git-file-name "gtk-frdp" version))
+ (sha256
+ (base32
+ "0msw7qpsyf9hkyq9ddhvl4g4vk1fnyi7g0bddca9x6p9d0arprqz"))))
+ (build-system meson-build-system)
+ (arguments
+ (list #:glib-or-gtk? #t))
+ (inputs
+ (list freerdp fuse gtk+))
+ (native-inputs
+ (list `(,glib "bin") gobject-introspection pkg-config vala))
+ (home-page "https://gitlab.gnome.org/GNOME/gtk-frdp")
+ (synopsis "RDP viewer widget for Gtk")
+ (description "This library provides a widget to view
+@acronym{RDP,Remote Desktop Protocol} sessions.")
+ (license license:gpl3+)))
- 16/24: gnu: libgee: Update to 0.20.6., (continued)
- 16/24: gnu: libgee: Update to 0.20.6., guix-commits, 2023/12/03
- 10/24: gnu: gnome-font-viewer: Update to 44.0., guix-commits, 2023/12/03
- 22/24: gnu: vte: Update to 0.72.3., guix-commits, 2023/12/03
- 20/24: gnu: rygel: Update to 0.42.4., guix-commits, 2023/12/03
- 13/24: gnu: gnome-photos: Update to 44.0., guix-commits, 2023/12/03
- 01/24: gnu: folks: Update to 0.15.6., guix-commits, 2023/12/03
- 21/24: gnu: simple-scan: Update to 44.0., guix-commits, 2023/12/03
- 23/24: gnu: sushi: Update to 44.2., guix-commits, 2023/12/03
- 24/24: gnu: yelp: Update to 42.2., guix-commits, 2023/12/03
- 15/24: gnu: gssdp: Update to 1.6.3., guix-commits, 2023/12/03
- 03/24: gnu: Add gtk-frdp.,
guix-commits <=
- 05/24: gnu: gnome-characters: Update to 44.0., guix-commits, 2023/12/03
- 19/24: gnu: python-pyatspi: Update to 2.46.0., guix-commits, 2023/12/03
- 09/24: gnu: gnome-music: Update style., guix-commits, 2023/12/03
- 11/24: gnu: gnome-maps: Update to 44.5., guix-commits, 2023/12/03