diff options
author | Eugene Suter <easuter@gmail.com> | 2011-07-11 10:08:00 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-07-14 19:51:01 -0300 |
commit | b0c806f44dc03d1c01aeb238fbb8c0851608e7b6 (patch) | |
tree | 5aaa59047af8c38b8513c00b4807f9d125bafffc /desktop/i3 | |
parent | f33f13fee3bfbd76abe1013fcb59ec39e8bf57aa (diff) | |
download | slackbuilds-b0c806f44dc03d1c01aeb238fbb8c0851608e7b6.tar.gz |
desktop/i3: Updated for version 3.e_bf3
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'desktop/i3')
-rw-r--r-- | desktop/i3/README | 18 | ||||
-rw-r--r-- | desktop/i3/i3.SlackBuild | 12 | ||||
-rw-r--r-- | desktop/i3/i3.info | 8 |
3 files changed, 22 insertions, 16 deletions
diff --git a/desktop/i3/README b/desktop/i3/README index a5e2bb9cf2..11ca35cc19 100644 --- a/desktop/i3/README +++ b/desktop/i3/README @@ -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. diff --git a/desktop/i3/i3.SlackBuild b/desktop/i3/i3.SlackBuild index 47287220f3..3baa99ab79 100644 --- a/desktop/i3/i3.SlackBuild +++ b/desktop/i3/i3.SlackBuild @@ -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 \ diff --git a/desktop/i3/i3.info b/desktop/i3/i3.info index 6a979b6526..3e63df53e4 100644 --- a/desktop/i3/i3.info +++ b/desktop/i3/i3.info @@ -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" |