Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions packages/k/kora-icon-theme/package.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# yaml-language-server: $schema=/usr/share/ypkg/schema/schema.json
name : kora-icon-theme
version : 2.0.4
release : 44
source :
- https://github.com/bikass/kora/archive/refs/tags/v2.0.4.tar.gz : 1470d645021ae301cdb96ca915c0ea63793127ab5533aca4eb54b4452aa818bd
homepage : https://github.com/bikass/kora
license : GPL-3.0-or-later
component : desktop.theme
summary : Kora (formerly Korla) a SVG icon theme
description: |
Kora (formerly Korla) is an SVG icon theme with lots of new icons for GNU/Linux operating systems.
install : |
install -dm00644 $installdir/usr/share/icons/
cp -r kora $installdir/usr/share/icons/kora
cp -r kora-pgrey $installdir/usr/share/icons/kora-pgrey
chmod -R 00644 $installdir/usr/share/icons/*

# Delete useless files
rm -f $installdir/usr/share/icons/*/{create-new-icon-theme.cache.sh,icon-theme.cache}

# Clean some unnecessary icons
rm $installdir/usr/share/icons/kora/apps/scalable/*elementary*
Loading
Loading