summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2016-04-01 01:02:34 -0600
committerBrian Bidulock2016-04-01 01:02:34 -0600
commitbb517ad50529e29e5961f75a3938b55a0329cd86 (patch)
treecf7b74f4c107fb97ed1d1f1bf24ad287baf16e69
parenta173c4c8e5f56b6eae1e28c4c800eb4a6008cc28 (diff)
downloadaur-bb517ad50529e29e5961f75a3938b55a0329cd86.tar.gz
version 0.5.6-2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 10 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ff0a10a08de..39cac545d281 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Feb 11 11:49:13 UTC 2016
+# Fri Apr 1 06:57:37 UTC 2016
pkgbase = adwm
pkgdesc = Advanced dynamic window manager for X
pkgver = 0.5.6
- pkgrel = 1
+ pkgrel = 2
url = http://github.com/bbidulock/adwm
arch = i686
arch = x86_64
@@ -16,6 +16,9 @@ pkgbase = adwm
depends = libxpm
depends = startup-notification
depends = imlib2
+ optdepends = xde-ctools: for xde-run, xde-winmenu, xde-winlist and xde-wkspmenu default bindings
+ optdepends = xde-menu: for xde-menu root menu default bindings
+ optdepends = xde-session: for xde-logout and xde-xlock default bindings
options = !libtool
source = https://github.com/bbidulock/adwm/releases/download/0.5.6/adwm-0.5.6.tar.xz
md5sums = 22a67562d5f4c335c54f0a30f6762f3b
diff --git a/PKGBUILD b/PKGBUILD
index d0dd18d80323..ce546cd2d40d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,17 @@
pkgname=adwm
pkgver=0.5.6
-pkgrel=1
+pkgrel=2
pkgdesc="Advanced dynamic window manager for X"
arch=('i686' 'x86_64')
url="http://github.com/bbidulock/adwm"
license=('GPL')
-makedepends=('libxi')
depends=('libxfixes' 'libxft' 'libxrandr' 'libxinerama' 'libxpm' 'startup-notification' 'imlib2')
+optdepends=('xde-ctools: for xde-run, xde-winmenu, xde-winlist and xde-wkspmenu default bindings'
+ 'xde-menu: for xde-menu root menu default bindings'
+ 'xde-session: for xde-logout and xde-xlock default bindings')
options=('!libtool')
+makedepends=('libxi')
source=("https://github.com/bbidulock/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz")
md5sums=('22a67562d5f4c335c54f0a30f6762f3b')