diff options
author | Marcin Herda <mherda@gmail.com> | 2012-06-30 12:03:37 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-06-30 12:03:37 -0400 |
commit | 380fa5430ebc70c88c719f5b43f58927975e3d0b (patch) | |
tree | b459c8f2fe4c820ded393667dfe2ab1e9d778d43 | |
parent | 1fd647aab7338ec144890d5a7ec175e4fa337f05 (diff) | |
download | slackbuilds-380fa5430ebc70c88c719f5b43f58927975e3d0b.tar.gz |
desktop/i3status: Updated for version 2.5.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
-rw-r--r-- | desktop/i3status/README | 4 | ||||
-rw-r--r-- | desktop/i3status/i3status.SlackBuild | 5 | ||||
-rw-r--r-- | desktop/i3status/i3status.info | 14 | ||||
-rw-r--r-- | desktop/i3status/slack-desc | 22 |
4 files changed, 23 insertions, 22 deletions
diff --git a/desktop/i3status/README b/desktop/i3status/README index 4504c6dbbd..240e684a97 100644 --- a/desktop/i3status/README +++ b/desktop/i3status/README @@ -1,6 +1,6 @@ i3status - status line generator (for dzen2 and xmobar) -i3status is a small program (less than 1000 SLOC) for generating a +i3status is a small program (less than 1500 SLOC) for generating a status bar for dzen2, xmobar, or similar programs. It is designed to be very efficient by issuing a very small number of system calls, as one generally wants to update such a status line every second. @@ -8,4 +8,4 @@ This ensures that even under high load, your status bar is updated correctly. Also, it saves a bit of energy by not hogging your CPU as much as spawning the corresponding amount of shell commands would. -This requires confuse and dzen2. +This requires confuse. diff --git a/desktop/i3status/i3status.SlackBuild b/desktop/i3status/i3status.SlackBuild index dffbf38400..0247c5aaf0 100644 --- a/desktop/i3status/i3status.SlackBuild +++ b/desktop/i3status/i3status.SlackBuild @@ -3,9 +3,10 @@ # Slackware build script for i3status # Written by Eugene Suter (easuter@gmail.com) +# Updated by Marcin Herda (mherda@slackword.net) PRGNAM=i3status -VERSION=${VERSION:-2.1} +VERSION=${VERSION:-2.5.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -36,7 +37,7 @@ else LIBDIRSUFFIX="" fi -set -e # Exit on most errors +set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT diff --git a/desktop/i3status/i3status.info b/desktop/i3status/i3status.info index acf0218ace..086672d3ed 100644 --- a/desktop/i3status/i3status.info +++ b/desktop/i3status/i3status.info @@ -1,10 +1,10 @@ PRGNAM="i3status" -VERSION="2.1" -HOMEPAGE="http://i3.zekjur.net/i3status/" -DOWNLOAD="http://i3.zekjur.net/i3status/i3status-2.1.tar.bz2" -MD5SUM="712aba3f5e9f235b65bff51129d8eb04" +VERSION="2.5.1" +HOMEPAGE="http://i3wm.org/i3status/" +DOWNLOAD="http://i3wm.org/i3status/i3status-2.5.1.tar.bz2" +MD5SUM="28c27fc0c2294e12ae6ae390f3d89973" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -MAINTAINER="Eugene Suter" -EMAIL="easuter@gmail.com" -APPROVED="rworkman" +MAINTAINER="Marcin Herda" +EMAIL="mherda@gmail.com" +APPROVED="dsomero" diff --git a/desktop/i3status/slack-desc b/desktop/i3status/slack-desc index 7e6094cb82..956e5c5564 100644 --- a/desktop/i3status/slack-desc +++ b/desktop/i3status/slack-desc @@ -6,14 +6,14 @@ # customary to leave one space after the ':'. |-----handy-ruler------------------------------------------------------| -i3status: i3status (status line generator for dzen2 and xmobar) -i3status: -i3status: i3status is a small program (less than 1000 SLOC) for generating a -i3status: status bar for dzen2, xmobar, or similar programs. It is designed -i3status: to be very efficient by issuing a very small number of system calls, -i3status: as one generally wants to update such a status line every second. -i3status: This ensures that even under high load, your status bar is updated -i3status: correctly. Also, it saves a bit of energy by not hogging your CPU -i3status: as much as spawning the corresponding amount of shell commands would. -i3status: -i3status: Website: http://i3.zekjur.net/i3status/ +i3status: i3status (status line generator for i3bar and xmobar) +i3status: +i3status: i3status is a small program (less than 1500 SLOC) for i3bar, xmobar +i3status: or similar programs. It is designed to be very efficient by issuing +i3status: a very small number of system calls, as one generally wants to +i3status: to update such a status line every second. This ensures that even +i3status: under high load, your status bar is updated correctly. Also, it saves +i3status: a bit of energy by not hogging your CPU as much as spawning the +i3status: corresponding amount of shell commands would. +i3status: +i3status: Website: http://i3wm.org/i3status/ |