summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1517a434186..6874e6567664 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,5 @@
-# Generated by mksrcinfo v8
-# Wed Feb 3 20:57:02 UTC 2016
pkgbase = gtk-theme-iris-light-git
- pkgdesc = A flat theme that uses varying shades and tones to create distinction and a modern experience. It supports Gtk 3.10, Gtk 3.12 and Gtk 2 (using the Murrine engine).
+ pkgdesc = A flat theme that uses varying shades and tones to create distinction and a modern experience.
pkgver = 105.aca7c34
pkgrel = 1
url = http://thevirtualdragon.deviantart.com/art/Iris-Light-Beta-428948909
@@ -9,12 +7,11 @@ pkgbase = gtk-theme-iris-light-git
arch = any
license = GPL3
makedepends = git
- depends = gtk3
- depends = gtk-engine-murrine
+ optdepends = gtk-engine-murrine: gtk2 bindings
+ optdepends = gtk3: gtk3 bindings
provides = gtk-theme-iris-light
conflicts = gtk-theme-iris-light
source = iris-light::git+https://github.com/xyl0n/iris-light.git
sha256sums = SKIP
pkgname = gtk-theme-iris-light-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 9c3e80e15749..e7398467dca4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,12 @@ pkgname=gtk-theme-iris-light-git
_pkgname=iris-light
pkgver=105.aca7c34
pkgrel=1
-pkgdesc="A flat theme that uses varying shades and tones to create distinction and a modern experience. It supports Gtk 3.10, Gtk 3.12 and Gtk 2 (using the Murrine engine)."
+pkgdesc="A flat theme that uses varying shades and tones to create distinction and a modern experience."
arch=('any')
url="http://thevirtualdragon.deviantart.com/art/Iris-Light-Beta-428948909"
license=('GPL3')
-depends=('gtk3' 'gtk-engine-murrine')
+optdepends=("gtk-engine-murrine: gtk2 bindings"
+ "gtk3: gtk3 bindings")
makedepends=('git')
provides=('gtk-theme-iris-light')
conflicts=('gtk-theme-iris-light')