desktop/i3: Updated for version 3.e_bf3

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Eugene Suter 2011-07-11 10:08:00 -03:00 committed by Niels Horn
parent f33f13fee3
commit b0c806f44d
3 changed files with 22 additions and 16 deletions

View File

@ -1,14 +1,16 @@
i3 is a tiling window manager, completely written from scratch.
i3 was created because wmii, our favorite window manager at the time, didn't
provide some features we wanted (multi-monitor done right, for example), had
some bugs, didn't progress since quite some time and wasn't easy to hack at
all (source code comments/documentation completely lacking). Still, we think
the wmii developers and contributors did a great job. Thank you for inspiring
us to create i3.
i3 was created because wmii, our favorite window manager at the time,
didn't provide some features we wanted (multi-monitor done right,
for example), had some bugs, didn't progress since quite some time and
wasn't easy to hack at all (source code comments/documentation completely
lacking). Still, we think the wmii developers and contributors did a
great job. Thank you for inspiring us to create i3.
Please be aware that i3 is primarily targeted at advanced users and developers.
Please be aware that i3 is primarily targeted at advanced users and
developers.
This requires libev, yajl, and dmenu.
i3status and dzen2 are optional, but useful to provide a system status bar.
i3status and dzen2 are optional, but useful to provide a system status
bar.

View File

@ -6,7 +6,7 @@
# Updated by Eugene Suter <easuter@gmail.com>
PRGNAM=i3
VERSION=3.e_bf1
VERSION="3.e_bf3"
BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
@ -39,7 +39,7 @@ else
LIBDIRSUFFIX=""
fi
set -e # Exit on most errors
set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
@ -55,9 +55,13 @@ find . \
-exec chmod 644 {} \;
# instead of ./configure
sed -i "s/-O2/$SLKCFLAGS/" common.mk
sed -i "s,local/lib,lib$LIBDIRSUFFIX," common.mk
make
# make building verbose
sed -i "/^\.SILENT/d" common.mk
CFLAGS="$SLKCFLAGS" \
make
make install DESTDIR=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \

View File

@ -1,10 +1,10 @@
PRGNAM="i3"
VERSION="3.e-bf1"
VERSION="3.e_bf3"
HOMEPAGE="http://i3.zekjur.net/"
DOWNLOAD="http://i3.zekjur.net/downloads/i3-3.e-bf1.tar.bz2"
MD5SUM="e13be1a4c6f3ba5180c7264194f57e38"
DOWNLOAD="http://i3wm.org/downloads/i3-3.e-bf3.tar.bz2"
MD5SUM="07a66e04bc754d0c16b033ed9df80c65"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Eugene Suter"
EMAIL="easuter@gmail.com"
APPROVED="rworkman"
APPROVED="Niels Horn"