awesome: 2.3.1 -> 2.3.2

This commit is contained in:
Bartlomiej Palmowski 2008-06-25 14:27:01 +02:00
parent 854ef78ca7
commit dbdcbf2c5a
2 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,2 @@
b563d4a335e4856b60f85dbe569c5f09 awesome-2.3.1.tar.bz2
2c3ea759fbf1e31bd87daa26190b7306 awesome-mans-2.3.1.tar.gz
9643830dc1cbf4b7d00871b85a940058 awesome-2.3.2.tar.bz2
0c822b9517e3f0489bc65b3772391293 awesome-mans-2.3.2.tar.gz

View File

@ -4,7 +4,7 @@
# Depends on: libconfuse cairo xorg-libxinerama pango imlib2 xorg-libxrandr
name=awesome
version=2.3.1
version=2.3.2
release=1
source=(http://awesome.naquadah.org/download/$name-$version.tar.bz2
http://maxiq.ovh.org/CRUX/$name-mans-$version.tar.gz)
@ -21,7 +21,7 @@ build() {
make DESTDIR=$PKG install
rm -f $PKG/usr/share/awesome/{README,STYLE,UPGRADE}
# ugly 'if' :{
if grep -A1 "checking whether xmlto can create a man page" \
if ! grep -A1 "checking whether xmlto can create a man page" \
config.log | grep no >/dev/null 2>&1 ; then
cp $SRC/awesome{,-{client,menu,message}}.1 $PKG/usr/man/man1
cp $SRC/awesomerc.5 $PKG/usr/man/man5