i3status: update to 2.5.1.

This commit is contained in:
Juan RP 2012-06-05 14:53:49 +02:00
parent 4a78b28769
commit 558e13ca1c
2 changed files with 10 additions and 16 deletions

View File

@ -2,3 +2,4 @@ libconfuse.so.0
libiw.so.29 libiw.so.29
libasound.so.2 libasound.so.2
libc.so.6 libc.so.6
libyajl.so.2

View File

@ -1,30 +1,23 @@
# Template file for 'i3status' # Template file for 'i3status'
pkgname=i3status pkgname=i3status
version=2.3 version=2.5.1
homepage="http://i3wm.org/i3status"
distfiles="${homepage}/${pkgname}-${version}.tar.bz2"
depends="libcap-progs"
makedepends="asciidoc confuse-devel wireless_tools-devel alsa-lib-devel"
revision=1 revision=1
build_style=gnu-makefile
depends="libcap-progs"
makedepends="asciidoc yajl-devel confuse-devel wireless_tools-devel alsa-lib-devel"
conf_files="/etc/i3status.conf"
short_desc="Generates status bar to use with dzen2 or xmobar." short_desc="Generates status bar to use with dzen2 or xmobar."
maintainer="davehome <davehome@redthumb.info.tm>" maintainer="davehome <davehome@redthumb.info.tm>"
license="BSD" license="BSD"
checksum=552dac4649f4e142c88ad3c42faace1fc372515c1b9dd979ebca58d36fa4bb1a homepage="http://i3wm.org/i3status"
distfiles="${homepage}/${pkgname}-${version}.tar.bz2"
checksum=7734efdf79a77617023f1e6d80080251eab3a05defb67313283568511d3e58f2
long_desc=" long_desc="
i3 is a tiling window manager, completely written from scratch. The target i3 is a tiling window manager, completely written from scratch. The target
platforms are GNU/Linux and BSD operating systems, our code is Free and Open platforms are GNU/Linux and BSD operating systems, our code is Free and Open
Source Software (FOSS) under the BSD license. i3 is primarily targeted at Source Software (FOSS) under the BSD license. i3 is primarily targeted at
advanced users and developers." advanced users and developers."
conf_files="/etc/i3status.conf" post_install() {
do_build() {
make ${makejobs}
}
do_install() {
make ${makejobs} DESTDIR=${DESTDIR} install
vinstall LICENSE 644 usr/share/licenses/${pkgname} vinstall LICENSE 644 usr/share/licenses/${pkgname}
} }