Files
alr-repo/breeze-chameleon-icons-git/alr.sh

42 lines
1.4 KiB
Bash
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

name='breeze-chameleon-icons-git'
version='latest'
release='1'
desc='Breeze Chameleon icon theme for KDE Plasma (Git version)'
desc_ru='Тема иконок Breeze Chameleon для KDE Plasma (Git-версия)'
homepage='https://github.com/L4ki/Breeze-Chameleon-Icons'
maintainer='Evgeniy Khramov <xpamych@yandex.ru>'
maintainer_ru='Евгений Храмов <xpamych@yandex.ru>'
architectures=('all')
license=('GPL-3.0')
provides=('breeze-chameleon-icons')
conflicts=('breeze-chameleon-icons')
sources=("git+https://github.com/L4ki/Breeze-Chameleon-Icons.git")
checksums=('SKIP')
version() {
cd "$srcdir/Breeze-Chameleon-Icons"
git-version
}
package() {
cd "$srcdir/Breeze-Chameleon-Icons"
# Установка всех тем иконок
install -dm755 "$pkgdir/usr/share/icons"
# Копирование всех директорий с иконками
cp -r "Breeze Chameleon Dark" "$pkgdir/usr/share/icons/"
cp -r "Breeze Chameleon Light" "$pkgdir/usr/share/icons/"
cp -r "Breeze-Round-Chameleon Dark Icons" "$pkgdir/usr/share/icons/"
cp -r "Breeze-Round-Chameleon Light Icons" "$pkgdir/usr/share/icons/"
cp -r "Chameleon-Symbolic-Dark-Icons" "$pkgdir/usr/share/icons/"
# Установка лицензии
install -Dm644 "$srcdir/Breeze-Chameleon-Icons/LICENSE" "$pkgdir/usr/share/licenses/$name/LICENSE"
}
files() {
files-find-share "icons"
files-find-share "licenses/$name"
}