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.master
parent
3e95d88d51
commit
683c5ab70a
|
@ -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
|
||||
|
|
Reference in New Issue