summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMako882015-06-11 09:27:16 -0500
committerMako882015-06-11 09:27:16 -0500
commit3fc2813c6b007720ecef2f287350076520363ccf (patch)
tree2dded2b093ae7762fa428dff6eff96070b5448c9
downloadaur-3fc2813c6b007720ecef2f287350076520363ccf.tar.gz
Initial Commit
-rw-r--r--.SRCINFO20
-rw-r--r--PKGBUILD20
2 files changed, 40 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..daf544ecf838
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,20 @@
+# Generated by makepkg 4.2.1
+# Sun Mar 8 14:22:39 UTC 2015
+pkgbase = ambiance-radiance-flat-colors-suite
+ pkgdesc = Ambiance & Radiance Flat Colors Suite for Unity, Gnome Classic, MATE, XFCE, LXDE and Openbox desktops
+ pkgver = 15.04.1
+ pkgrel = 2
+ url = http://www.ravefinity.com/p/download-ambiance-radiance-flat-colors.html
+ arch = any
+ groups = x11
+ license = GPL
+ depends = gtk-engine-murrine
+ depends = gtk-engine-unico
+ optdepends = vibrancy-colors
+ options = !strip
+ options = !zipman
+ source = ambiance-radiance-flat-colors-suite.tar.gz::https://googledrive.com/host/0B7iDWdwgu9QAckZjMkc1MUxwU1U
+ md5sums = e5d6d99ed651a680ae26196e849a5ea8
+
+pkgname = ambiance-radiance-flat-colors-suite
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..51e02bf4326e
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,20 @@
+# Maintainer: John Ackerman <afuturepilotis at gmail dot com>
+pkgname='ambiance-radiance-flat-colors-suite'
+pkgver='15.04.1'
+pkgrel=2
+pkgdesc="Ambiance & Radiance Flat Colors Suite for Unity, Gnome Classic, MATE, XFCE, LXDE and Openbox desktops"
+arch=('any')
+license=('GPL')
+groups=('x11')
+options=('!strip' '!zipman')
+url="http://www.ravefinity.com/p/download-ambiance-radiance-flat-colors.html"
+depends=('gtk-engine-murrine' 'gtk-engine-unico')
+optdepends=('vibrancy-colors')
+source=(ambiance-radiance-flat-colors-suite.tar.gz::https://googledrive.com/host/0B7iDWdwgu9QAckZjMkc1MUxwU1U)
+md5sums=('e5d6d99ed651a680ae26196e849a5ea8')
+
+package() {
+ mkdir -p "$pkgdir/usr/share/themes/"
+ cd "$srcdir/"
+ cp -r Ambiance-* Radiance-* "$pkgdir/usr/share/themes/"
+}