Changeset View
Changeset View
Standalone View
Standalone View
package.yml
- This file was added.
| name : korla-icon-theme | |||||
| version : 1.1.5 | |||||
| release : 1 | |||||
| source : | |||||
| - https://github.com/bikass/korla/archive/v1.1.5.tar.gz : 89fbfe7cc60174b2ff3a867b5ccdf5977c39780fd53267ef3f01f74cc73ff17a | |||||
| license : GPL-3.0-or-later | |||||
| component : desktop.theme | |||||
| summary : Korla icon theme | |||||
| description: | | |||||
JoshStrobl: Ehhh, let's just have it be `Korla icon theme` as the summary. | |||||
| Korla icon theme is a mix of the following icon sets: Korla and Papirus. | |||||
| install : | | |||||
| install -dm00644 $installdir/usr/share/icons/ | |||||
| cp -r {korla,korla-light,korla-light-panel} $installdir/usr/share/icons/ | |||||
Done Inline ActionsShould be using install -Dm00644, not mkdir, and $installdir instead of %installroot%. JoshStrobl: Should be using `install -Dm00644`, not mkdir, and `$installdir` instead of `%installroot%`. | |||||
| chmod -R 00644 $installdir/usr/share/icons/* | |||||
Done Inline Actions$installdir not %installroot% JoshStrobl: `$installdir` not `%installroot%` | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.
Ehhh, let's just have it be Korla icon theme as the summary.