guix-commits
[Top][All Lists]
Advanced

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

01/16: gnu: gtk-vnc: Update to 1.2.0.


From: guix-commits
Subject: 01/16: gnu: gtk-vnc: Update to 1.2.0.
Date: Thu, 1 Sep 2022 16:24:44 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 9c852ae229762a54e98337522d65ae64bc757a48
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Sep 1 19:11:01 2022 +0200

    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.
---
 gnu/packages/gnome.scm | 25 +++++++++++++------------
 1 file changed, 13 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 251d08ae01..4b9d3ed217 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8859,7 +8859,7 @@ like switching to windows and launching applications.")
 (define-public gtk-vnc
   (package
     (name "gtk-vnc")
-    (version "1.0.0")
+    (version "1.2.0")
     (source
      (origin
        (method url-fetch)
@@ -8868,7 +8868,7 @@ like switching to windows and launching applications.")
                        (version-major+minor version) "/"
                        name "-" version ".tar.xz"))
        (sha256
-        (base32 "1060ws037v556rx1qhfrcg02859rscksrzr8fq11himdg4d1y6m8"))))
+        (base32 "0jmr6igyzcj2wmx5v5ywaazvdz3hx6a6rys26yb4l4s71l281bvs"))))
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t))   ; To wrap binaries and/or compile schemas
@@ -8887,17 +8887,18 @@ like switching to windows and launching applications.")
        ("python" ,python-wrapper)
        ("vala" ,vala)))
     (inputs
-     `(("cairo" ,cairo)
-       ("librsvg" ,(librsvg-for-system))
-       ("glib" ,glib)
-       ("gnutls" ,gnutls)
-       ("libgcrypt" ,libgcrypt)
-       ("libsasl" ,cyrus-sasl)
-       ("pulseaudio" ,pulseaudio)
-       ("x11" ,libx11)
-       ("zlib" ,zlib)))
+     (list cairo (librsvg-for-system)))
     (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+")
     (description "GTK-VNC is a project providing client side APIs for the RFB
 protocol / VNC remote desktop technology.  It is built using coroutines 
allowing



reply via email to

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