[arch-commits] Commit in (3 files)

Antonio Rojas arojas at archlinux.org
Wed Mar 25 20:02:55 UTC 2015


    Date: Wednesday, March 25, 2015 @ 21:02:54
  Author: arojas
Revision: 129917

Add gtk-theme-orion (67 votes)

Added:
  gtk-theme-orion/
  gtk-theme-orion/trunk/
  gtk-theme-orion/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

Added: gtk-theme-orion/trunk/PKGBUILD
===================================================================
--- gtk-theme-orion/trunk/PKGBUILD	                        (rev 0)
+++ gtk-theme-orion/trunk/PKGBUILD	2015-03-25 20:02:54 UTC (rev 129917)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at 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/{}" \;
+}


Property changes on: gtk-theme-orion/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list