summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorKei Kebreau <kkebreau@posteo.net>2020-04-18 20:22:52 -0400
committerKei Kebreau <kkebreau@posteo.net>2020-05-12 10:49:48 -0400
commit77667f26721e4b864caad191492c1a30b7ac44a5 (patch)
tree7c684f92328a578b3084d854c3f93b41c665e765 /gnu
parent5f35f0bce9c74e6183c47fcd4bf0397adc02c83f (diff)
downloadguix-77667f26721e4b864caad191492c1a30b7ac44a5.tar.gz
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.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gnome.scm8
1 files changed, 3 insertions, 5 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 24e75ccb35..7d97a8c159 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7292,7 +7292,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)
@@ -7301,10 +7301,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