summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2899e67389a..7be72aa1da31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = icewm-git
pkgdesc = A window manager designed for speed, usability, and consistency
pkgver = 1.3.8.31
- pkgrel = 1
+ pkgrel = 2
url = http://icewm.org/
arch = i686
arch = x86_64
@@ -12,7 +12,9 @@ pkgbase = icewm-git
depends = libxft
depends = libxinerama
depends = gdk-pixbuf2
- optdepends = esound: for ESD sound support
+ depends = libxrandr
+ depends = libsndfile
+ depends = libsm
provides = icewm
conflicts = icewm
conflicts = icwm-cvs
diff --git a/PKGBUILD b/PKGBUILD
index f8a9ce309acb..3377ed335609 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,15 @@
pkgname=icewm-git
pkgver=1.3.8.31
-pkgrel=1
+pkgrel=2
pkgdesc="A window manager designed for speed, usability, and consistency"
arch=('i686' 'x86_64')
url="http://icewm.org/"
license=('LGPL')
provides=('icewm')
conflicts=('icewm' 'icwm-cvs' 'icwm-ak' 'icwm-init0' 'icwm-testing' 'icwm-zstegi')
-depends=('libxft' 'libxinerama' 'gdk-pixbuf2')
+depends=('libxft' 'libxinerama' 'gdk-pixbuf2' 'libxrandr' 'libsndfile' 'libsm')
makedepends=('git' 'xorg-mkfontdir' 'linuxdoc-tools')
-optdepends=('esound: for ESD sound support')
source=("$pkgname::git://github.com/bbidulock/icewm.git")
md5sums=('SKIP')
@@ -25,8 +24,8 @@ build() {
./autogen.sh
./configure --prefix=/usr --sysconfdir=/etc \
--enable-shaped-decorations --enable-gradients \
- --enable-guievents
- make
+ --enable-guievents --with-icesound=ALSA,OSS
+ make V=0
}
package() {