xmobar: update to 0.33

This version of xmobar adds suport for the NL80211 API for wireless devices and
deprecates the old iwlib based approach.
This commit is contained in:
slotThe 2020-03-27 10:46:20 +01:00 committed by q66
parent 15bae12d0d
commit 0715ecb6f9
2 changed files with 7 additions and 9 deletions

View file

@ -1,8 +1,6 @@
resolver: lts-13.30 resolver: lts-15.4
packages: packages:
- . - .
extra-deps: extra-deps:
- iwlib-0.1.0 - iwlib-0.1.0
- parsec-numbers-0.1.0 - netlink-1.1.1.0
- alsa-mixer-0.3.0
- dbus-1.2.8

View file

@ -1,7 +1,7 @@
# Template file for 'xmobar' # Template file for 'xmobar'
pkgname=xmobar pkgname=xmobar
version=0.32 version=0.33
revision=2 revision=1
build_style=haskell-stack build_style=haskell-stack
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
makedepends="libX11-devel libXinerama-devel libXrandr-devel libXScrnSaver-devel makedepends="libX11-devel libXinerama-devel libXrandr-devel libXScrnSaver-devel
@ -15,10 +15,10 @@ maintainer="xaltsc <xaltsc@protonmail.ch>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="http://xmobar.org" homepage="http://xmobar.org"
distfiles="https://hackage.haskell.org/package/${pkgname}-${version}/${pkgname}-${version}.tar.gz" distfiles="https://hackage.haskell.org/package/${pkgname}-${version}/${pkgname}-${version}.tar.gz"
checksum=2d4b512403945c2566857fdad035615e751544ef21e2a1f62214d60bf6885374 checksum=289885f9abfedd878d67b5d45e6d8c550291bc702967ce2edbf115363dc623c3
build_options="dbus threaded utf8 xft mpd mpris inotify iwlib alsa datezone build_options="dbus threaded utf8 xft mpd mpris inotify iwlib alsa datezone
xpm uvmeter weather" xpm uvmeter weather nl80211"
build_options_default="threaded utf8 xft inotify iwlib datezone weather xpm" build_options_default="threaded utf8 xft inotify nl80211 datezone weather xpm"
nopie_files="/usr/bin/xmobar" nopie_files="/usr/bin/xmobar"
nocross=yes nocross=yes
vopt_hflag() { vopt_hflag() {