summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Ackerman2016-04-10 13:16:13 +0000
committerJohn Ackerman2016-04-10 13:16:13 +0000
commit50d27120613046133a9022c39c49559737996b18 (patch)
tree87873de57e5a691c8afdc4112dd806ff183efbf0
parente7746ca1c671a009cf11ccd51fe5176335ad3c43 (diff)
downloadaur-50d27120613046133a9022c39c49559737996b18.tar.gz
Update to 16.04.2
-rw-r--r--.SRCINFO19
-rw-r--r--PKGBUILD23
2 files changed, 26 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74b507cf8022..55439ecbfaeb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,19 @@
# Generated by mksrcinfo v8
-# Tue Mar 29 10:07:02 UTC 2016
+# Sun Apr 10 13:16:08 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
+ pkgdesc = Vivacious Colors GTK Theme by the RAVEfinity Open Design Team. Features a clean, vibrant and customizable look in 4 Styles. Light, Dark, Blackout, Fusion (Hybrid). Every style comes in 13 vivid colors. In Regular & Pro Versions.
+ pkgver = 16.04.2
pkgrel = 1
- url = http://www.ravefinity.com/p/vivacious-colors-gtk-theme.html
+ url = https://aur.archlinux.org/packages/vivacious-colors-gtk-theme/
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
+ license = GPL2
+ depends = gtk3>=3.16
+ depends = gtk-engine-murrine
+ optdepends = vivacious-colors
+ options = !strip
+ options = !zipman
+ source = vivacious-colors-gtk-theme-16.04.2.tar.gz::https://googledrive.com/host/0B7iDWdwgu9QASFFOeWgzZHFBeGs
+ md5sums = 5dcec122977a1d457149922ad5772238
pkgname = vivacious-colors-gtk-theme
diff --git a/PKGBUILD b/PKGBUILD
index a80444435825..ad32c5f63399 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,22 @@
-# Maintainer: Valerio Pizzi <pival81@yahoo.com>
+# Maintainer: John Ackerman <afuturepilotis at gmail dot com>
+# Contributor: Valerio Pizzi <pival81@yahoo.com>
pkgname=vivacious-colors-gtk-theme
-pkgver=16.04
+pkgver=16.04.2
pkgrel=1
-pkgdesc="Vivacious Colors GTK is a brand NEW GTK 3/2 Theme by the RAVEfinity Open Design Team."
+pkgdesc="Vivacious Colors GTK Theme by the RAVEfinity Open Design Team. Features a clean, vibrant and customizable look in 4 Styles. Light, Dark, Blackout, Fusion (Hybrid). Every style comes in 13 vivid colors. In Regular & Pro Versions."
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')
+license=('GPL2')
+options=('!strip' '!zipman')
+url="https://aur.archlinux.org/packages/vivacious-colors-gtk-theme/"
+depends=('gtk3>=3.16' 'gtk-engine-murrine')
+optdepends=('vivacious-colors')
+source=("$pkgname-$pkgver.tar.gz::https://googledrive.com/host/0B7iDWdwgu9QASFFOeWgzZHFBeGs")
+md5sums=('5dcec122977a1d457149922ad5772238')
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"
+ mkdir -p "$pkgdir/usr/share/themes/"
+ cd "$srcdir/"
+ cp -r Vivacious-* "$pkgdir/usr/share/themes/"
}