guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

32/107: gnu: gtk-vnc: Update to 1.0.0.


From: guix-commits
Subject: 32/107: gnu: gtk-vnc: Update to 1.0.0.
Date: Tue, 12 May 2020 10:53:14 -0400 (EDT)

kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.

commit 77667f26721e4b864caad191492c1a30b7ac44a5
Author: Kei Kebreau <address@hidden>
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 24e75cc..7d97a8c 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]