summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonio Rojas2015-12-11 16:29:24 +0100
committerAntonio Rojas2015-12-11 16:29:24 +0100
commita9298e669de5e1cc1ad511ff394300d3675908a8 (patch)
treeaf986195a1ef0e978c954b236dd23c37825ef52d
downloadaur-a9298e669de5e1cc1ad511ff394300d3675908a8.tar.gz
Initial import
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD19
2 files changed, 34 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..98d6e6d10fd6
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+# Generated by mksrcinfo v8
+# Fri Dec 11 15:29:13 UTC 2015
+pkgbase = gtk-theme-orion
+ pkgdesc = A modern and light GTK theme
+ pkgver = 1.5
+ pkgrel = 2
+ url = http://deviantart.com/view/281431756
+ arch = any
+ license = GPL3
+ depends = gtk-engine-murrine
+ source = gtk-theme-orion-1.5.tar.gz::https://github.com/shimmerproject/Orion/archive/v1.5.tar.gz
+ md5sums = da7e92aa221e0d4a57da856a63354dd3
+
+pkgname = gtk-theme-orion
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..3526c185931d
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,19 @@
+# $Id: PKGBUILD 129917 2015-03-25 20:02:54Z arojas $
+# Maintainer: Antonio Rojas <arojas@archlinux.org>
+# Contributor: Ner0
+
+pkgname=gtk-theme-orion
+pkgver=1.5
+pkgrel=2
+pkgdesc="A modern and light GTK theme"
+arch=('any')
+url="http://deviantart.com/view/281431756"
+license=('GPL3')
+depends=('gtk-engine-murrine')
+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/{}" \;
+}