mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
desktop/i3status: Updated for version 2.5.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
1fd647aab7
commit
380fa5430e
4 changed files with 23 additions and 22 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue