summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGordian Edenhofer2016-03-23 13:26:38 +0100
committerGordian Edenhofer2016-03-23 13:26:38 +0100
commitbd1bf838e413b347686995c6b8cd60dc671c54e8 (patch)
treeb2a56e82bc5178eb5da1a1df0e707c36a658d342 /PKGBUILD
parente056a7eef22bc26acbdcf9e22d311def3e611486 (diff)
downloadaur-bd1bf838e413b347686995c6b8cd60dc671c54e8.tar.gz
Upgpkg: 105.aca7c34-1
Make depends optdepends since it might be disarble to only support one gtk version and not both.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
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')