summaryrefslogtreecommitdiffstats
path: root/desktop/awesome
diff options
context:
space:
mode:
author Chess Griffin <chess@chessgriffin.com>2010-05-12 17:37:32 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-12 17:37:32 +0200
commit96d7641affb7f6dadb9ca6cce6df434ec16fcfe0 (patch)
tree1883a4f9a22285aeb99bb80c1a1c18923ecc97d7 /desktop/awesome
parentd7ee118637c188df82874c6819222218f2c72680 (diff)
downloadslackbuilds-96d7641affb7f6dadb9ca6cce6df434ec16fcfe0.tar.gz
slackbuilds-96d7641affb7f6dadb9ca6cce6df434ec16fcfe0.tar.xz
desktop/awesome: Updated for version 2.3.6
Diffstat (limited to 'desktop/awesome')
-rw-r--r--desktop/awesome/awesome.SlackBuild18
-rw-r--r--desktop/awesome/awesome.info8
-rw-r--r--desktop/awesome/slack-desc14
3 files changed, 22 insertions, 18 deletions
diff --git a/desktop/awesome/awesome.SlackBuild b/desktop/awesome/awesome.SlackBuild
index 2460117239..b0e7e33c53 100644
--- a/desktop/awesome/awesome.SlackBuild
+++ b/desktop/awesome/awesome.SlackBuild
@@ -5,7 +5,7 @@
# Written by Chess Griffin <chess@chessgriffin.com>
PRGNAM=awesome
-VERSION=${VERSION:-2.3.4}
+VERSION=${VERSION:-2.3.6}
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -15,13 +15,15 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+ LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
+ LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
+ LIBDIRSUFFIX="64"
fi
set -e # Exit on most errors
@@ -43,19 +45,21 @@ CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
+ --libdir=/usr/lib${LIBDIRSUFFIX} \
--sysconfdir=/etc \
--localstatedir=/var \
- --docdir=/usr/doc/awesome-$VERSION \
--mandir=/usr/man \
- --build=$ARCH-slackware-linux \
- --host=$ARCH-slackware-linux
+ --docdir=/usr/doc/awesome-$VERSION \
+ --build=$ARCH-slackware-linux
make
make install DESTDIR=$PKG
( cd $PKG
- find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
- find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
+ find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \
+ xargs strip --strip-unneeded 2> /dev/null || true
+ find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \
+ xargs strip --strip-unneeded 2> /dev/null
)
( cd $PKG/usr/man
diff --git a/desktop/awesome/awesome.info b/desktop/awesome/awesome.info
index 0fdc193ab7..d4a1dd11a2 100644
--- a/desktop/awesome/awesome.info
+++ b/desktop/awesome/awesome.info
@@ -1,8 +1,8 @@
PRGNAM="awesome"
-VERSION="2.3.4"
+VERSION="2.3.6"
HOMEPAGE="http://awesome.naquadah.org"
-DOWNLOAD="http://awesome.naquadah.org/download/awesome-2.3.4.tar.gz"
-MD5SUM="c7e27e94a9e8badfee7bcca4ac6ff9ce"
+DOWNLOAD="http://awesome.naquadah.org/download/awesome-2.3.6.tar.gz"
+MD5SUM="7f423ec9bba0f90e5305e3476c847371"
MAINTAINER="Chess Griffin"
EMAIL="chess@chessgriffin.com"
-APPROVED="David Somero" \ No newline at end of file
+APPROVED="rworkman"
diff --git a/desktop/awesome/slack-desc b/desktop/awesome/slack-desc
index e6119db3e9..44aaf11368 100644
--- a/desktop/awesome/slack-desc
+++ b/desktop/awesome/slack-desc
@@ -7,13 +7,13 @@
|-----handy-ruler----------------------------------------------------|
awesome: awesome (awesome window manager)
-awesome:
-awesome: awesome is a floating and tiling window manager initially
+awesome:
+awesome: awesome is a floating and tiling window manager initially
awesome: based on a rewrite of the dwm window manager. It is
awesome: extremely fast, small, dynamic, and awesome.
-awesome:
+awesome:
awesome: Homepage: http://awesome.naquadah.org
-awesome:
-awesome:
-awesome:
-awesome:
+awesome:
+awesome:
+awesome:
+awesome: