summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeriel2017-02-02 15:39:13 +0000
committerSeriel2017-02-02 15:39:13 +0000
commited41de4a149eec466cf205875086930da47ab5b9 (patch)
treebc108d1b5d7aa38a1cdca2d59271066e07d6e7b1
parent754686a77d728ad7e6441877d0063a4e3bd709cd (diff)
downloadaur-ed41de4a149eec466cf205875086930da47ab5b9.tar.gz
Imagemagick is optional now
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 849bebaa8be4..cdf5d1158f30 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,9 +12,9 @@ pkgbase = urxvtconfig
depends = qt4
depends = fontconfig
depends = libxft
- depends = imagemagick
depends = libxcb
depends = freetype2
+ optdepends = imagemagick: Needed to get colours from a file.
provides = urxvtconfig
conflicts = urxvtconfig
source = urxvtconfig::git+https://github.com/daedreth/URXVTConfig.git
diff --git a/PKGBUILD b/PKGBUILD
index 9f84e6dae41b..8eab41a56ec7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,8 @@ pkgdesc='A graphical user interface tool for configuration of the rxvt-unicode t
arch=('x86_64')
url="https://github.com/daedreth/URXVTConfig"
license=('LGPL-3.0')
-depends=('git' 'qt4' 'fontconfig' 'libxft' 'imagemagick' 'libxcb' 'freetype2')
+depends=('git' 'qt4' 'fontconfig' 'libxft' 'libxcb' 'freetype2')
+optdepends=('imagemagick: Needed to get colours from a file.')
makedepends=('qt4' 'gcc' 'git')
conflicts=($pkgname)
provides=($pkgname)