guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: libqtxdg: Update to 3.4.0.


From: guix-commits
Subject: 01/02: gnu: libqtxdg: Update to 3.4.0.
Date: Sat, 2 Nov 2019 17:36:01 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4a7f132240266fa75bd99e5d4198667bed47bfb7
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Nov 2 22:34:45 2019 +0100

    gnu: libqtxdg: Update to 3.4.0.
    
    * gnu/packages/lxqt.scm (libqtxdg): Update to 3.4.0.
    [propagated-inputs]: Add glib.
    [inputs]: Add pkg-config.
---
 gnu/packages/lxqt.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index 8d5d352..87b21fa 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -158,7 +158,7 @@ itself as well as other components maintained by the LXQt 
project.")
 (define-public libqtxdg
   (package
     (name "libqtxdg")
-    (version "3.3.1")
+    (version "3.4.0")
     (source
      (origin
        (method url-fetch)
@@ -166,7 +166,7 @@ itself as well as other components maintained by the LXQt 
project.")
              "https://github.com/lxqt/libqtxdg/releases/download/";
              version "/libqtxdg-" version ".tar.xz"))
        (sha256
-        (base32 "1mnnq8vbf5xjlrzajzfkay0yzzxri0zz0xi8x8rmxpw38xmglq8h"))))
+        (base32 "0vmn59653dmy79mnbnibhdq9jmh11091zkfx0y0qh58rj2xvpdbv"))))
     (build-system cmake-build-system)
     (arguments
      '(#:configure-flags
@@ -181,10 +181,12 @@ itself as well as other components maintained by the LXQt 
project.")
              #t)))))
     (propagated-inputs
      ;; required by Qt5XdgIconLoader.pc
-     `(("qtbase" ,qtbase)
+     `(("glib" ,glib)
+       ("qtbase" ,qtbase)
        ("qtsvg" ,qtsvg)))
     (native-inputs
-     `(("lxqt-build-tools" ,lxqt-build-tools)))
+     `(("lxqt-build-tools" ,lxqt-build-tools)
+       ("pkg-config" ,pkg-config)))
     (home-page "https://github.com/lxqt/libqtxdg";)
     (synopsis "Qt implementation of freedesktop.org xdg specifications")
     (description "Libqtxdg implements the freedesktop.org xdg specifications



reply via email to

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