mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-01-27 13:02:13 +08:00
22 lines
627 B
Bash
22 lines
627 B
Bash
# Maintainer: csslayer
|
|
# Contributor: Ner0 (AUR)
|
|
# This theme is used by breeze for gtk
|
|
|
|
pkgname=gtk-theme-orion
|
|
pkgver=1.5
|
|
pkgrel=1
|
|
pkgdesc="A modern and light GTK theme"
|
|
arch=('any')
|
|
url="http://deviantart.com/view/281431756"
|
|
license=('GPL3')
|
|
optdepends=('gtk-engine-murrine: For GTK-2 apps')
|
|
conflicts=('orion-gtk-theme')
|
|
options=('!strip')
|
|
source=("$pkgname-$pkgver.tar.gz::https://github.com/shimmerproject/Orion/archive/v$pkgver.tar.gz")
|
|
md5sums=('da7e92aa221e0d4a57da856a63354dd3')
|
|
|
|
package() {
|
|
cd Orion-$pkgver
|
|
find . -type f -not -name .gitignore -exec install -Dm644 '{}' "$pkgdir/usr/share/themes/Orion/{}" \;
|
|
}
|