* [bug#72886] [PATCH] gnu: remmina: Update to 1.4.35.
@ 2024-08-30 8:27 Artyom V. Poptsov
2024-09-05 16:45 ` bug#72886: " Zheng Junjie
0 siblings, 1 reply; 2+ messages in thread
From: Artyom V. Poptsov @ 2024-08-30 8:27 UTC (permalink / raw)
To: 72886; +Cc: Artyom V. Poptsov
* gnu/packages/vnc.scm (remmina): Update to 1.4.35.
[inputs]: Add "bash-minimal" (for "wrap-program" to work properly as advised
by "guix lint") and "curl".
Change-Id: If81a133beb15187f717f082b68eff23d24dc8dba
---
gnu/packages/vnc.scm | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/vnc.scm b/gnu/packages/vnc.scm
index c912916cfb..9d75bc0c7c 100644
--- a/gnu/packages/vnc.scm
+++ b/gnu/packages/vnc.scm
@@ -8,6 +8,7 @@
;;; Copyright © 2022, 2024 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2022 Mehmet Tekman <mtekman89@gmail.com>
;;; Copyright @ 2022, Kitzman <kitzman@disroot.org>
+;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -40,11 +41,13 @@ (define-module (gnu packages vnc)
#:use-module (gnu packages autotools)
#:use-module (gnu packages avahi)
#:use-module (gnu packages base)
+ #:use-module (gnu packages bash)
#:use-module (gnu packages c)
#:use-module (gnu packages cmake)
#:use-module (gnu packages compression)
#:use-module (gnu packages crypto)
#:use-module (gnu packages cups)
+ #:use-module (gnu packages curl)
#:use-module (gnu packages fltk)
#:use-module (gnu packages fontutils)
#:use-module (gnu packages freedesktop)
@@ -78,7 +81,7 @@ (define-module (gnu packages vnc)
(define-public remmina
(package
(name "remmina")
- (version "1.4.32")
+ (version "1.4.35")
(source
(origin
(method git-fetch)
@@ -88,7 +91,7 @@ (define-public remmina
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1gfmbcgvwakhy539hh2fpws3j7ljrfkckar5fx8sifig9n7wsm49"))))
+ (base32 "0wsjhmazmv888a6xs0q6llfj6v81d7y9p18w7xc2116235q9ygfk"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f ; No target
@@ -128,11 +131,13 @@ (define-public remmina
intltool
pkg-config))
(inputs
- (list libappindicator
+ (list bash-minimal
+ libappindicator
at-spi2-core
avahi
cairo
cups
+ curl
ffmpeg
freerdp ; for rdp plugin
libgcrypt
base-commit: d5312370b46ace47e138d84e1bb28e5651cee94b
--
2.45.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#72886: [PATCH] gnu: remmina: Update to 1.4.35.
2024-08-30 8:27 [bug#72886] [PATCH] gnu: remmina: Update to 1.4.35 Artyom V. Poptsov
@ 2024-09-05 16:45 ` Zheng Junjie
0 siblings, 0 replies; 2+ messages in thread
From: Zheng Junjie @ 2024-09-05 16:45 UTC (permalink / raw)
To: Artyom V. Poptsov; +Cc: 72886-done
[-- Attachment #1: Type: text/plain, Size: 2659 bytes --]
"Artyom V. Poptsov" <poptsov.artyom@gmail.com> writes:
> * gnu/packages/vnc.scm (remmina): Update to 1.4.35.
> [inputs]: Add "bash-minimal" (for "wrap-program" to work properly as advised
> by "guix lint") and "curl".
>
> Change-Id: If81a133beb15187f717f082b68eff23d24dc8dba
> ---
> gnu/packages/vnc.scm | 11 ++++++++---
> 1 file changed, 8 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/vnc.scm b/gnu/packages/vnc.scm
> index c912916cfb..9d75bc0c7c 100644
> --- a/gnu/packages/vnc.scm
> +++ b/gnu/packages/vnc.scm
> @@ -8,6 +8,7 @@
> ;;; Copyright © 2022, 2024 Maxim Cournoyer <maxim.cournoyer@gmail.com>
> ;;; Copyright © 2022 Mehmet Tekman <mtekman89@gmail.com>
> ;;; Copyright @ 2022, Kitzman <kitzman@disroot.org>
> +;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
> ;;;
> ;;; This file is part of GNU Guix.
> ;;;
> @@ -40,11 +41,13 @@ (define-module (gnu packages vnc)
> #:use-module (gnu packages autotools)
> #:use-module (gnu packages avahi)
> #:use-module (gnu packages base)
> + #:use-module (gnu packages bash)
> #:use-module (gnu packages c)
> #:use-module (gnu packages cmake)
> #:use-module (gnu packages compression)
> #:use-module (gnu packages crypto)
> #:use-module (gnu packages cups)
> + #:use-module (gnu packages curl)
> #:use-module (gnu packages fltk)
> #:use-module (gnu packages fontutils)
> #:use-module (gnu packages freedesktop)
> @@ -78,7 +81,7 @@ (define-module (gnu packages vnc)
> (define-public remmina
> (package
> (name "remmina")
> - (version "1.4.32")
> + (version "1.4.35")
> (source
> (origin
> (method git-fetch)
> @@ -88,7 +91,7 @@ (define-public remmina
> (commit (string-append "v" version))))
> (file-name (git-file-name name version))
> (sha256
> - (base32 "1gfmbcgvwakhy539hh2fpws3j7ljrfkckar5fx8sifig9n7wsm49"))))
> + (base32 "0wsjhmazmv888a6xs0q6llfj6v81d7y9p18w7xc2116235q9ygfk"))))
> (build-system cmake-build-system)
> (arguments
> `(#:tests? #f ; No target
> @@ -128,11 +131,13 @@ (define-public remmina
> intltool
> pkg-config))
> (inputs
> - (list libappindicator
> + (list bash-minimal
> + libappindicator
> at-spi2-core
> avahi
> cairo
> cups
> + curl
> ffmpeg
> freerdp ; for rdp plugin
> libgcrypt
>
> base-commit: d5312370b46ace47e138d84e1bb28e5651cee94b
adjust and push.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-09-05 16:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-30 8:27 [bug#72886] [PATCH] gnu: remmina: Update to 1.4.35 Artyom V. Poptsov
2024-09-05 16:45 ` bug#72886: " Zheng Junjie
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).