Message ID | 468b8deec50423471fc579bf6969887784127663.1725006425.git.poptsov.artyom@gmail.com |
---|---|
State | New |
Headers | show |
Series | [bug#72886] gnu: remmina: Update to 1.4.35. | expand |
"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.
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