summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83b7e44acf7c..f52471d398c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = adwm-git
pkgdesc = Advanced dynamic window manager for X
- pkgver = 0.7.0.r76.g8dcf7c3
+ pkgver = 0.7.0.r148.g4798c42
pkgrel = 1
url = http://github.com/bbidulock/adwm
arch = i686
@@ -12,7 +12,7 @@ pkgbase = adwm-git
depends = libxrandr
depends = libxinerama
depends = libxpm
- depends = startup-notification-git
+ depends = startup-notification
depends = imlib2
depends = libxcomposite
depends = libxdamage
@@ -23,6 +23,8 @@ pkgbase = adwm-git
provides = adwm
conflicts = adwm
options = !libtool
+ options = !strip
+ options = debug
source = adwm-git::git+https://github.com/bbidulock/adwm
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 221935dab60d..b7c34fa4abaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Brian Bidulock <bidulock@openss7.org>
pkgname=adwm-git
-pkgver=0.7.0.r76.g8dcf7c3
+pkgver=0.7.0.r148.g4798c42
pkgrel=1
pkgdesc="Advanced dynamic window manager for X"
arch=('i686' 'x86_64')
@@ -9,12 +9,12 @@ url="http://github.com/bbidulock/adwm"
license=('GPL')
provides=('adwm')
conflicts=('adwm')
-depends=('libxft' 'libxrandr' 'libxinerama' 'libxpm' 'startup-notification-git' 'imlib2' 'libxcomposite' 'libxdamage')
+depends=('libxft' 'libxrandr' 'libxinerama' 'libxpm' 'startup-notification' 'imlib2' 'libxcomposite' 'libxdamage')
optdepends=('xdg-launch-git: for application launching key bindings'
'xde-ctools-git: for xde-run, xde-winmenu, xde-winlist and xde-wkspmenu default bindings'
'xde-menu-git: for xde-menu root menu default bindings'
'xde-session-git: for xde-logout and xde-xlock default bindings')
-options=('!libtool')
+options=('!libtool' '!strip' 'debug')
makedepends=('git' 'perl-timedate')
source=("$pkgname::git+https://github.com/bbidulock/adwm")
md5sums=('SKIP')
@@ -32,7 +32,7 @@ prepare() {
build() {
cd $pkgname
./configure
- make
+ make V=1
}
package() {