guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: gcompris-qt: Update to 0.95.


From: guix-commits
Subject: 01/02: gnu: gcompris-qt: Update to 0.95.
Date: Mon, 24 Dec 2018 15:19:59 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 3619b26196f92bd9dbf265ddea65cc3884b92965
Author: Efraim Flashner <address@hidden>
Date:   Mon Dec 24 22:17:17 2018 +0200

    gnu: gcompris-qt: Update to 0.95.
    
    * gnu/packages/education.scm (gcompris-qt): Update to 0.95.
    [arguments]: Remove custom phase to patch for address@hidden
---
 gnu/packages/education.scm | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm
index 567dfce..3487db4 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -115,7 +115,7 @@ of categories with some of the activities available in that 
category.
 (define-public gcompris-qt
   (package
     (name "gcompris-qt")
-    (version "0.91")
+    (version "0.95")
     (source
       (origin
         (method url-fetch)
@@ -124,18 +124,11 @@ of categories with some of the activities available in 
that category.
                version ".tar.xz"))
         (sha256
          (base32
-          "09h098w9q79hnzla1pcpqlnnr6dbafm4q6zmdp7wlk11ym8n9kvg"))))
+          "1aaijjx2b7k1cyx59jhs64hlp1sppw1faa81qxl5lxc79vifrlrl"))))
     (build-system cmake-build-system)
     (arguments
      `(#:phases
        (modify-phases %standard-phases
-         (add-after 'unpack 'patch-for-qt5.11
-           (lambda _
-             (substitute* "src/core/CMakeLists.txt"
-               (("qt5_use_modules") "target_link_libraries")
-               (("Qml Quick Gui Multimedia Network XmlPatterns Svg Xml Sensors 
Core")
-                "Qt5::Qml Qt5::Quick Qt5::Gui Qt5::Multimedia Qt5::Core 
Qt5::Svg Qt5::Xml Qt5::XmlPatterns Qt5::Sensors"))
-             #t))
          (add-after 'install 'wrap-executable
            (lambda* (#:key inputs outputs #:allow-other-keys)
              (let ((out (assoc-ref outputs "out")))



reply via email to

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