guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: oxygen-icons: Add 'upstream-name' property.


From: Ludovic Courtès
Subject: 03/03: gnu: oxygen-icons: Add 'upstream-name' property.
Date: Tue, 29 Nov 2016 15:12:56 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit 683c5ab70accb909697717bb61741a7692c52c09
Author: Ludovic Courtès <address@hidden>
Date:   Tue Nov 29 16:10:50 2016 +0100

    gnu: oxygen-icons: Add 'upstream-name' property.
    
    Fixes <http://bugs.gnu.org/25020>.
    Reported by Hartmut Goebel <address@hidden>.
    
    * gnu/packages/kde-frameworks.scm (oxygen-icons)[properties]: New
    field.
---
 gnu/packages/kde-frameworks.scm |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 9df37ac..230527a 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1030,7 +1030,8 @@ which are used in DBus communication.")
     (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+)))
+    (license license:lgpl3+)
+    (properties '((upstream-name . "oxygen-icons5")))))
 
 (define-public solid
   (package



reply via email to

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