diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-11-29 16:10:50 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-11-29 16:12:32 +0100 |
commit | 683c5ab70accb909697717bb61741a7692c52c09 (patch) | |
tree | 0eda56e84f39d8d85bde82c3ac78676f6c0cd4bc /gnu/packages/kde-frameworks.scm | |
parent | 3e95d88d51a63854d44cbf8c8caa47b26d81e091 (diff) | |
download | patches-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.scm | 3 |
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 |