gnu: gtk-vnc: Update to 1.3.1.
* gnu/packages/gnome.scm (gtk-vnc): Update to 1.3.1. [meson]: Delete argument.master
parent
69d87bccb9
commit
c67cef48e0
|
@ -9122,7 +9122,7 @@ like switching to windows and launching applications.")
|
||||||
(define-public gtk-vnc
|
(define-public gtk-vnc
|
||||||
(package
|
(package
|
||||||
(name "gtk-vnc")
|
(name "gtk-vnc")
|
||||||
(version "1.2.0")
|
(version "1.3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -9131,11 +9131,10 @@ like switching to windows and launching applications.")
|
||||||
(version-major+minor version) "/"
|
(version-major+minor version) "/"
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0jmr6igyzcj2wmx5v5ywaazvdz3hx6a6rys26yb4l4s71l281bvs"))))
|
(base32 "1kpih1gnp3hmsx4l6pig10zn7gd3s5fwm0k6icax0n859sn669si"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:meson ,meson-0.60
|
`(#:glib-or-gtk? #t)) ; To wrap binaries and/or compile schemas
|
||||||
#:glib-or-gtk? #t)) ; To wrap binaries and/or compile schemas
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(append
|
(append
|
||||||
;; GJS depends on Rust, which is x86_64-only so far, so remove the GJS
|
;; GJS depends on Rust, which is x86_64-only so far, so remove the GJS
|
||||||
|
@ -9152,7 +9151,8 @@ like switching to windows and launching applications.")
|
||||||
python-wrapper
|
python-wrapper
|
||||||
vala)))
|
vala)))
|
||||||
(inputs
|
(inputs
|
||||||
(list cairo (librsvg-for-system)))
|
(list cairo
|
||||||
|
(librsvg-for-system)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
;; These are all in Requires or Requires.private of the .pc files.
|
;; These are all in Requires or Requires.private of the .pc files.
|
||||||
(list cyrus-sasl
|
(list cyrus-sasl
|
||||||
|
|
Reference in New Issue