summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Ackerman2016-05-11 16:12:16 -0500
committerJohn Ackerman2016-05-11 16:12:16 -0500
commitc4c827f2e76347b41c4a1024e8e57ce5e5b36a7f (patch)
tree6c378b61a67439837004086dbcd28eadc6b5b0db
parentd5eede4cb64779523dc9307515dc4a75b85b0c3e (diff)
downloadaur-c4c827f2e76347b41c4a1024e8e57ce5e5b36a7f.tar.gz
Make GTK3 Optional
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d5a55b6166c..73828757dc51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
# Generated by mksrcinfo v8
-# Thu Mar 10 04:12:41 UTC 2016
+# Wed May 11 21:12:13 UTC 2016
pkgbase = ambiance-radiance-flat-colors-suite
pkgdesc = A Modern, Beautiful and Vivid Re-imagination of the Ambiance & Radiance Color GTK 2/3 Themes.
pkgver = 16.04.1
- pkgrel = 1
+ pkgrel = 2
url = http://www.ravefinity.com/p/download-ambiance-radiance-flat-colors.html
arch = any
license = GPL2
- depends = gtk3>=3.14
depends = gtk-engine-murrine
optdepends = vibrancy-colors
+ optdepends = gtk3>=3.14
+ optdepends = gtk3<3.20
options = !strip
options = !zipman
source = ambiance-radiance-flat-colors-suite-16.04.1.tar.gz::https://googledrive.com/host/0B7iDWdwgu9QATV96bTVUSktlXzQ
diff --git a/PKGBUILD b/PKGBUILD
index 3b0eff0f6575..d9217bf6853c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
-# Maintainer: John Ackerman <afuturepilotis at gmail dot com>
+# Maintainer: ThePilot <afuturepilotis at gmail dot com>
pkgname='ambiance-radiance-flat-colors-suite'
pkgver='16.04.1'
-pkgrel=1
+pkgrel=2
pkgdesc="A Modern, Beautiful and Vivid Re-imagination of the Ambiance & Radiance Color GTK 2/3 Themes."
arch=('any')
license=('GPL2')
options=('!strip' '!zipman')
url="http://www.ravefinity.com/p/download-ambiance-radiance-flat-colors.html"
-depends=('gtk3>=3.14' 'gtk-engine-murrine')
-optdepends=('vibrancy-colors')
+depends=('gtk-engine-murrine')
+optdepends=('vibrancy-colors' 'gtk3>=3.14' 'gtk3<3.20')
source=("$pkgname-$pkgver.tar.gz::https://googledrive.com/host/0B7iDWdwgu9QATV96bTVUSktlXzQ")
md5sums=('ae8a4c0212f3b186ba190406bc2bdb3a')