summaryrefslogtreecommitdiff
path: root/gnu/packages/kde-frameworks.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2016-11-29 16:10:50 +0100
committerLudovic Courtès <ludo@gnu.org>2016-11-29 16:12:32 +0100
commit683c5ab70accb909697717bb61741a7692c52c09 (patch)
tree0eda56e84f39d8d85bde82c3ac78676f6c0cd4bc /gnu/packages/kde-frameworks.scm
parent3e95d88d51a63854d44cbf8c8caa47b26d81e091 (diff)
downloadpatches-683c5ab70accb909697717bb61741a7692c52c09.tar
patches-683c5ab70accb909697717bb61741a7692c52c09.tar.gz
gnu: oxygen-icons: Add 'upstream-name' property.
Fixes <http://bugs.gnu.org/25020>. Reported by Hartmut Goebel <h.goebel@goebel-consult.de>. * gnu/packages/kde-frameworks.scm (oxygen-icons)[properties]: New field.
Diffstat (limited to 'gnu/packages/kde-frameworks.scm')
-rw-r--r--gnu/packages/kde-frameworks.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 9df37ac38d..230527a837 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