mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: gtk-vnc: Update to 1.2.0.
* gnu/packages/gnome.scm (gtk-vnc): Update to 1.2.0. [inputs]: Move GLIB, GNUTLS, LIBGCRYPT, CYRUS-SASL, LIBX11, and ZLIB ... [propagated-inputs]: ... here. Add GDK-PIXBUF.
This commit is contained in:
parent
aa5e030713
commit
9c852ae229
1 changed files with 13 additions and 12 deletions
|
@ -8859,7 +8859,7 @@ (define-public gnome-shell
|
||||||
(define-public gtk-vnc
|
(define-public gtk-vnc
|
||||||
(package
|
(package
|
||||||
(name "gtk-vnc")
|
(name "gtk-vnc")
|
||||||
(version "1.0.0")
|
(version "1.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -8868,7 +8868,7 @@ (define-public gtk-vnc
|
||||||
(version-major+minor version) "/"
|
(version-major+minor version) "/"
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1060ws037v556rx1qhfrcg02859rscksrzr8fq11himdg4d1y6m8"))))
|
(base32 "0jmr6igyzcj2wmx5v5ywaazvdz3hx6a6rys26yb4l4s71l281bvs"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:glib-or-gtk? #t)) ; To wrap binaries and/or compile schemas
|
`(#:glib-or-gtk? #t)) ; To wrap binaries and/or compile schemas
|
||||||
|
@ -8887,17 +8887,18 @@ (define-public gtk-vnc
|
||||||
("python" ,python-wrapper)
|
("python" ,python-wrapper)
|
||||||
("vala" ,vala)))
|
("vala" ,vala)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("cairo" ,cairo)
|
(list cairo (librsvg-for-system)))
|
||||||
("librsvg" ,(librsvg-for-system))
|
|
||||||
("glib" ,glib)
|
|
||||||
("gnutls" ,gnutls)
|
|
||||||
("libgcrypt" ,libgcrypt)
|
|
||||||
("libsasl" ,cyrus-sasl)
|
|
||||||
("pulseaudio" ,pulseaudio)
|
|
||||||
("x11" ,libx11)
|
|
||||||
("zlib" ,zlib)))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list gtk+))
|
;; These are all in Requires or Requires.private of the .pc files.
|
||||||
|
(list cyrus-sasl
|
||||||
|
gdk-pixbuf
|
||||||
|
glib
|
||||||
|
gnutls
|
||||||
|
gtk+
|
||||||
|
libgcrypt
|
||||||
|
libx11
|
||||||
|
pulseaudio
|
||||||
|
zlib))
|
||||||
(synopsis "VNC client viewer widget for GTK+")
|
(synopsis "VNC client viewer widget for GTK+")
|
||||||
(description "GTK-VNC is a project providing client side APIs for the RFB
|
(description "GTK-VNC is a project providing client side APIs for the RFB
|
||||||
protocol / VNC remote desktop technology. It is built using coroutines allowing
|
protocol / VNC remote desktop technology. It is built using coroutines allowing
|
||||||
|
|
Loading…
Reference in a new issue