guix-commits
[Top][All Lists]
Advanced

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

04/27: gnu: oxygen-icons: Update to 5.24.0.


From: David Craven
Subject: 04/27: gnu: oxygen-icons: Update to 5.24.0.
Date: Sat, 13 Aug 2016 12:09:03 +0000 (UTC)

dvc pushed a commit to branch master
in repository guix.

commit b54c2cfcfccf5ff3f13d8e7ae27cdf0519f2128c
Author: David Craven <address@hidden>
Date:   Tue Aug 2 12:54:09 2016 +0200

    gnu: oxygen-icons: Update to 5.24.0.
    
    * gnu/packages/kde-frameworks.scm (oxygen-icons)[uri]: Use mirror.
      [native-inputs]: Make extra-cmake-modules a native-input.
---
 gnu/packages/kde-frameworks.scm |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index b338555..434c6cf 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -109,22 +109,21 @@ lower level classes for interaction with the X Windowing 
System.")
 (define-public oxygen-icons
   (package
     (name "oxygen-icons")
-    (version "5.21.0")
+    (version "5.24.0")
     (source
       (origin
         (method url-fetch)
-        (uri (string-append "http://download.kde.org/stable/frameworks/";
+        (uri (string-append "mirror://kde/stable/frameworks/"
                             (version-major+minor version) "/"
-                            name "5-"version ".tar.xz"))
+                            name "5" "-" version ".tar.xz"))
         (sha256
          (base32
-          "00qh1h3xx392hh73zdlknc1j9i2sck9ys74a9ffkf6an4rl0hws5"))))
+          "1c7spjbzk04725vv0ly7vmyvwa96mfa5ki2pm146ld4888a896wm"))))
     (build-system cmake-build-system)
     (native-inputs
-     `(("pkg-config" ,pkg-config)))
+     `(("extra-cmake-modules" ,extra-cmake-modules)))
     (inputs
-     `(("extra-cmake-modules" ,extra-cmake-modules)
-       ("qtbase" ,qtbase)))
+     `(("qtbase" ,qtbase)))
     (home-page "https://community.kde.org/Frameworks";)
     (synopsis "Oxygen provides the standard icon theme for the KDE desktop")
     (description "Oxygen icon theme for the KDE desktop")



reply via email to

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