guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: Add oxygen-icons.


From: Efraim Flashner
Subject: 01/07: gnu: Add oxygen-icons.
Date: Tue, 01 Mar 2016 09:09:49 +0000

efraim pushed a commit to branch master
in repository guix.

commit d8ea27820408551f1a5864dab5b14d6f368ded24
Author: Efraim Flashner <address@hidden>
Date:   Wed Feb 24 15:11:47 2016 +0200

    gnu: Add oxygen-icons.
    
    * gnu/packages/kde-frameworks.scm (oxygen-icons): New variable.
---
 gnu/packages/kde-frameworks.scm |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index ec637e5..2f49dc0 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -91,3 +91,27 @@ lower level classes for interaction with the X Windowing 
System.")
     ;; Some source files mention lgpl2.0+, but the included license is
     ;; the lgpl2.1. Some source files are under non-copyleft licenses.
     (license license:lgpl2.1+)))
+
+(define-public oxygen-icons
+  (package
+    (name "oxygen-icons")
+    (version kde-frameworks-version)
+    (source
+      (origin
+        (method url-fetch)
+        (uri (string-append "http://download.kde.org/stable/frameworks/";
+                            (version-major+minor version) "/"
+                            name "5-"version ".tar.xz"))
+        (sha256
+         (base32
+          "09vfwcyidj3bl0qr4sq78bkc69zp9x8dwp8bsay5y05q8591dkg0"))))
+    (build-system cmake-build-system)
+    (native-inputs
+     `(("pkg-config" ,pkg-config)))
+    (inputs
+     `(("extra-cmake-modules" ,extra-cmake-modules)
+       ("qt" ,qt)))
+    (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")
+    (license license:lgpl3+)))



reply via email to

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