[arch-commits] Commit in gtk-theme-orion (3 files)

Antonio Rojas arojas at archlinux.org
Wed Mar 25 20:03:50 UTC 2015


    Date: Wednesday, March 25, 2015 @ 21:03:49
  Author: arojas
Revision: 129918

archrelease: copy trunk to community-any

Added:
  gtk-theme-orion/repos/
  gtk-theme-orion/repos/community-any/
  gtk-theme-orion/repos/community-any/PKGBUILD
    (from rev 129917, gtk-theme-orion/trunk/PKGBUILD)

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

Copied: gtk-theme-orion/repos/community-any/PKGBUILD (from rev 129917, gtk-theme-orion/trunk/PKGBUILD)
===================================================================
--- repos/community-any/PKGBUILD	                        (rev 0)
+++ repos/community-any/PKGBUILD	2015-03-25 20:03:49 UTC (rev 129918)
@@ -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/{}" \;
+}



More information about the arch-commits mailing list