summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.AURINFO7
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
3 files changed, 11 insertions, 4 deletions
diff --git a/.AURINFO b/.AURINFO
index a1d63d33e350..4aa66127b0e6 100644
--- a/.AURINFO
+++ b/.AURINFO
@@ -1,6 +1,6 @@
pkgbase = windowmaker-crm-git
pkgdesc = An X11 window manager with a NEXTSTEP look and feel
- pkgver = 0.95.6.r15.g7c52775
+ pkgver = 0.95.6.r34.gefb7c6b
pkgrel = 1
url = http://www.windowmaker.org/
arch = i686
@@ -8,9 +8,11 @@ pkgbase = windowmaker-crm-git
license = GPL
license = custom
makedepends = git
+ depends = imagemagick
depends = libxinerama
depends = libxrandr
depends = libxmu
+ depends = libbsd
depends = libxpm
depends = libxft
depends = libtiff
@@ -22,6 +24,9 @@ pkgbase = windowmaker-crm-git
source = windowmaker-crm-git::git://repo.or.cz/wmaker-crm.git#branch=next
source = wmaker.desktop
source = giflib-5.1.0.patch
+ md5sums = SKIP
+ md5sums = 2fba97bebfd691836b92b8f0db79ff13
+ md5sums = 59ec642cd64a1b5222ba672a19afe489
pkgname = windowmaker-crm-git
diff --git a/.SRCINFO b/.SRCINFO
index 90a86e087e76..4aa66127b0e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = windowmaker-crm-git
pkgdesc = An X11 window manager with a NEXTSTEP look and feel
- pkgver = 0.95.6.r15.g7c52775
+ pkgver = 0.95.6.r34.gefb7c6b
pkgrel = 1
url = http://www.windowmaker.org/
arch = i686
@@ -8,9 +8,11 @@ pkgbase = windowmaker-crm-git
license = GPL
license = custom
makedepends = git
+ depends = imagemagick
depends = libxinerama
depends = libxrandr
depends = libxmu
+ depends = libbsd
depends = libxpm
depends = libxft
depends = libtiff
diff --git a/PKGBUILD b/PKGBUILD
index 4e8d23cf2b32..63af097139e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Judd Vinet <jvinet@zeroflux.org>
pkgname=windowmaker-crm-git
-pkgver=0.95.6.r15.g7c52775
+pkgver=0.95.6.r34.gefb7c6b
pkgrel=1
pkgdesc="An X11 window manager with a NEXTSTEP look and feel"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ license=('GPL' 'custom')
provides=('windowmaker')
conflicts=('windowmaker' 'windowmaker-git')
makedepends=('git')
-depends=('libxinerama' 'libxrandr' 'libxmu' 'libxpm' 'libxft' 'libtiff' 'giflib' 'libexif')
+depends=('imagemagick' 'libxinerama' 'libxrandr' 'libxmu' 'libbsd' 'libxpm' 'libxft' 'libtiff' 'giflib' 'libexif')
source=("$pkgname::git://repo.or.cz/wmaker-crm.git#branch=next"
wmaker.desktop
giflib-5.1.0.patch)