# Contributor: k0r10n # Maintainer: setglobal pkgname = 'i3status' setglobal pkgver = '2.11' setglobal pkgrel = '1' setglobal pkgdesc = '"Generates status bar to use with i3bar, dzen2 or xmobar'" setglobal url = '"http://i3.zekjur.net/i3status/'" setglobal arch = '"all'" setglobal license = '"BSD'" setglobal depends = ''"" setglobal depends_dev = ''"" setglobal makedepends = '"libnl3-dev alsa-lib-dev confuse-dev yajl-dev asciidoc linux-headers'" setglobal install = ''"" setglobal subpackages = ""$pkgname-doc"" setglobal source = ""http://i3wm.org/i3status/$(pkgname)-$(pkgver).tar.bz2 musl-fix.patch no-pulseaudio.patch "" setglobal builddir = ""$srcdir"/$(pkgname)-$(pkgver)" proc build { cd $builddir make HAVE_PULSE=0 || return 1 } proc package { cd $builddir make DESTDIR="$pkgdir/" install || return 1 } setglobal sha512sums = '"37d2549649178122fab7411a3c714ae041d9c726c140002ec6ccd1a4f2e28af618ca28af9aa3bc45d0cafda0b25dd438c9ed4c3739ddcc0511e19305657730f0 i3status-2.11.tar.bz2 340c44f68b2f74c2f66314f515f6843a6ac609a4d203ceb152b662aa8822ed405ccbbe459ea2eb1b42891cea84e3b63d1ff3bfe478d7fa2fc6c8b51f39f12a00 musl-fix.patch 6c18330d0ba3994b0a295948641de230e36430191dd5da6a1defeb83e46b0a90826ccc03dd175dce69f51239739cc76e414e2479e4602687025b30200e669a31 no-pulseaudio.patch'"