mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
i3status: update to 2.12.
Closes #14329. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
ebe86431d6
commit
1842131117
1 changed files with 9 additions and 6 deletions
|
@ -1,17 +1,19 @@
|
||||||
# Template file for 'i3status'
|
# Template file for 'i3status'
|
||||||
pkgname=i3status
|
pkgname=i3status
|
||||||
version=2.11
|
version=2.12
|
||||||
revision=3
|
revision=1
|
||||||
hostmakedepends="asciidoc pkg-config"
|
hostmakedepends="asciidoc pkg-config"
|
||||||
makedepends="yajl-devel confuse-devel libnl3-devel alsa-lib-devel libcap-devel pulseaudio-devel"
|
makedepends="alsa-lib-devel confuse-devel libcap-devel libnl3-devel
|
||||||
|
pulseaudio-devel yajl-devel"
|
||||||
depends="libcap-progs"
|
depends="libcap-progs"
|
||||||
conf_files="/etc/i3status.conf"
|
|
||||||
short_desc="Status bar generator for i3bar, dzen2, xmobar or similar programs"
|
short_desc="Status bar generator for i3bar, dzen2, xmobar or similar programs"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="3-clause-BSD"
|
license="BSD-3-Clause"
|
||||||
homepage="https://www.i3wm.org/i3status/"
|
homepage="https://www.i3wm.org/i3status/"
|
||||||
|
#changelog="https://raw.githubusercontent.com/i3/i3status/master/CHANGELOG"
|
||||||
distfiles="${homepage}/${pkgname}-${version}.tar.bz2"
|
distfiles="${homepage}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=98db7e730f0ce908eb656ac10d713ae6a885676621391d54f00b719752f18c5f
|
checksum=6fc6881536043391ab4bed369d956f99d1088965d8bcebed18d1932de3ba791a
|
||||||
|
conf_files="/etc/i3status.conf"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl) makedepends+=" libglob-devel";;
|
*-musl) makedepends+=" libglob-devel";;
|
||||||
|
@ -28,6 +30,7 @@ do_build() {
|
||||||
esac
|
esac
|
||||||
make CC=$CC ${makejobs}
|
make CC=$CC ${makejobs}
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make PREFIX=/usr DESTDIR=${DESTDIR} install
|
make PREFIX=/usr DESTDIR=${DESTDIR} install
|
||||||
# detect dhcpcd.
|
# detect dhcpcd.
|
||||||
|
|
Loading…
Add table
Reference in a new issue