gtk/gtk-theme-orion/PKGBUILD

22 lines
627 B
Bash
Raw Normal View History

2015-01-28 14:07:57 +08:00
# 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/{}" \;
}