Changeset View
Changeset View
Standalone View
Standalone View
package.yml
- This file was added.
| name : ant-gtk-theme | |||||
| version : 1.1.0 | |||||
| release : 1 | |||||
| source : | |||||
| - https://github.com/EliverLara/Ant/archive/v1.1.0.tar.gz : 79cbf36368592fb005f024076a924518695daee703635dc576a3a9d622f0381d | |||||
| license : GPL-3.0 | |||||
| component : desktop.themes | |||||
| summary : A flat and light theme with a modern look | |||||
| description: | | |||||
| A flat and light theme with a modern look | |||||
| rundeps : | |||||
| - gtk2-engine-murrine | |||||
| install : | | |||||
JoshStrobl: This should be a list. https://solus-project.com/articles/packaging/packaging… | |||||
| for dir in assets gnome-shell gtk-2.0 gtk-3.0 gtk-3.20 metacity-1; do | |||||
| for file in $(find ${dir} -type f); do | |||||
Done Inline ActionsYou should be using install and setting permissions. JoshStrobl: You should be using `install` and setting permissions. | |||||
| install -Dm 00644 "$file" $installdir/usr/share/themes/Ant/"$file" | |||||
| done | |||||
| done | |||||
| install -Dm 00644 index.theme $installdir/usr/share/themes/Ant/index.theme | |||||
Not Done Inline ActionsNot sure why you're doing this and not just using a bash for loop to eliminate the redundant lines. Also you don't need the trailing destination in the folder. JoshStrobl: Not sure why you're doing this and not just using a bash for loop to eliminate the redundant… | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.
This should be a list. https://solus-project.com/articles/packaging/packaging-practices/en/#runtime-dependencies