awesome: 2.3 -> 2.3.1

This commit is contained in:
Bartlomiej Palmowski 2008-06-22 19:57:36 +02:00
parent 73c13b411f
commit 960bc9ab41
2 changed files with 6 additions and 5 deletions

View File

@ -1,2 +1,2 @@
9824bd7b150c991f5bac396102a9aea7 awesome-2.3.tar.bz2
71c1bea6ce1451e9115190d78521af49 awesome-mans-2.3.tar.gz
b563d4a335e4856b60f85dbe569c5f09 awesome-2.3.1.tar.bz2
2c3ea759fbf1e31bd87daa26190b7306 awesome-mans-2.3.1.tar.gz

View File

@ -4,7 +4,7 @@
# Depends on: libconfuse cairo xorg-libxinerama pango imlib2 xorg-libxrandr
name=awesome
version=2.3
version=2.3.1
release=1
source=(http://awesome.naquadah.org/download/$name-$version.tar.bz2
http://maxiq.ovh.org/CRUX/$name-mans-$version.tar.gz)
@ -20,9 +20,10 @@ build() {
make AWESOME_CFLAGS="$CFLAGS"
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" \
config.log | grep no >/dev/null 2>&1 ; then
cp $SRC/*.1 $PKG/usr/man/man1
cp $SRC/*.5 $PKG/usr/man/man5
cp $SRC/awesome{,-{client,menu,message}}.1 $PKG/usr/man/man1
cp $SRC/awesomerc.5 $PKG/usr/man/man5
fi
}