kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.
commit 0abf3c260cd5adc5666f9504b9afc4cf07db895a
Author: Kei Kebreau <[email protected]>
AuthorDate: Sat Apr 18 20:22:52 2020 -0400
gnu: gtk-vnc: Update to 1.0.0.
* gnu/packages/gnome.scm (gtk-vnc): Update to 1.0.0.
[build-system]: Use meson-build-system.
[arguments]: Remove obsolete configure flags.
---
gnu/packages/gnome.scm | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a6dea42..a63fc91 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7291,7 +7291,7 @@ like switching to windows and launching applications.")
(define-public gtk-vnc
(package
(name "gtk-vnc")
- (version "0.9.0")
+ (version "1.0.0")
(source
(origin
(method url-fetch)
@@ -7300,10 +7300,8 @@ like switching to windows and launching applications.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1dya1wc9vis8h0fv625pii1n70cckf1xjg1m2hndz989d118i6is"))))
- (build-system gnu-build-system)
- (arguments
- '(#:configure-flags '("--with-gtk=3.0")))
+ "1060ws037v556rx1qhfrcg02859rscksrzr8fq11himdg4d1y6m8"))))
+ (build-system meson-build-system)
(propagated-inputs
`(("gtk+" ,gtk+))) ; required by gtk-vnc-2.0.pc.
(inputs