summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2017-10-29 22:42:59 +0100
committerGordian Edenhofer2017-10-29 22:42:59 +0100
commitf4c9ac7683c9eb8f7dc2154d691fad8058498eeb (patch)
tree3d2adc54a67cbbe91e1116c0b825f56637fed86c
parentba93af031d1b2d2bda3afd3410a7a13882f1a881 (diff)
downloadaur-f4c9ac7683c9eb8f7dc2154d691fad8058498eeb.tar.gz
slurm-llnl: Add gtk2 to makedepends
Despite not being required at runtime, GTK2 is still necessary for compiling the source successfully. slurm-llnl-dev slurm-llnl-git
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0fa8c6e46732..d8eedcc4c58f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = slurm-llnl-git
arch = x86_64
license = GPL
makedepends = python
+ makedepends = gtk2
makedepends = git
depends = munge
optdepends = hwloc: enables the task/cgroup plugin
diff --git a/PKGBUILD b/PKGBUILD
index 6119d3b24162..b3d21026b3cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,7 +25,7 @@ optdepends=("hwloc: enables the task/cgroup plugin"
"numactl: NUMA support in the task/affinity plugin"
"ncurses: adds the smap command "
"gtk2: enables the sview command, a simple graphical frontend")
-makedepends=('python' 'git')
+makedepends=('python' 'gtk2' 'git')
provides=("slurm-llnl=${pkgver}")
conflicts=('slurm-llnl')
backup=('etc/default/slurm-llnl')