summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPival812016-03-29 12:07:02 +0200
committerPival812016-03-29 12:07:02 +0200
commite7746ca1c671a009cf11ccd51fe5176335ad3c43 (patch)
tree97194187adfe63b323ea4ef631fc3a0f65738adb
downloadaur-e7746ca1c671a009cf11ccd51fe5176335ad3c43.tar.gz
updated PKGBUILD
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD17
2 files changed, 31 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..74b507cf8022
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+# Generated by mksrcinfo v8
+# Tue Mar 29 10:07:02 UTC 2016
+pkgbase = vivacious-colors-gtk-theme
+ pkgdesc = Vivacious Colors GTK is a brand NEW GTK 3/2 Theme by the RAVEfinity Open Design Team.
+ pkgver = 16.04
+ pkgrel = 1
+ url = http://www.ravefinity.com/p/vivacious-colors-gtk-theme.html
+ arch = any
+ license = GPL
+ source = http://download1586.mediafire.com/tm81be6y5jqg/j2nbl7tq9i2q9rx/Vivacious-Colors-GTK-3-18-Theme-v-16-04-1.tar.gz
+ md5sums = 8952df4fa7024b3167627ecc3623d59a
+
+pkgname = vivacious-colors-gtk-theme
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..a80444435825
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,17 @@
+# Maintainer: Valerio Pizzi <pival81@yahoo.com>
+
+pkgname=vivacious-colors-gtk-theme
+pkgver=16.04
+pkgrel=1
+pkgdesc="Vivacious Colors GTK is a brand NEW GTK 3/2 Theme by the RAVEfinity Open Design Team."
+arch=('any')
+url="http://www.ravefinity.com/p/vivacious-colors-gtk-theme.html"
+license=('GPL')
+source=('http://download1586.mediafire.com/tm81be6y5jqg/j2nbl7tq9i2q9rx/Vivacious-Colors-GTK-3-18-Theme-v-16-04-1.tar.gz')
+md5sums=('8952df4fa7024b3167627ecc3623d59a')
+
+package() {
+ rm Vivacious-Colors-GTK-3-18-Theme-v-16-04-1.tar.gz
+ mkdir -p "$pkgdir/usr/share/themes"
+ cp -r Vivacious* "$pkgdir/usr/share/themes"
+}