<flag name="mpd">Support mpd plugin</flag>
<flag name="mpris">Enables MPRIS v1, v2 support</flag>
<flag name="timezone">Enables localized date support</flag>
- <flag name="with_conduit">Use conduit to fetch weather data.</flag>
- <flag name="with_uvmeter">Plugin to show UV data for Australia.</flag>
+ <flag name="conduit">Use conduit to fetch weather data.</flag>
+ <flag name="uvmeter">Plugin to show UV data for Australia.</flag>
</use>
<longdescription>
Xmobar is a minimalistic text based status bar.
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="alsa dbus inotify mpd mpris timezone wifi with_conduit with_uvmeter xft xpm"
+IUSE="alsa dbus inotify mpd mpris timezone wifi conduit uvmeter xft xpm"
RDEPEND=">=dev-haskell/http-4000.2.4:=
>=dev-haskell/mtl-2.1:= <dev-haskell/mtl-2.3:=
timezone? ( >=dev-haskell/timezone-olson-0.1:= <dev-haskell/timezone-olson-0.2:=
>=dev-haskell/timezone-series-0.1:= <dev-haskell/timezone-series-0.2:= )
wifi? ( net-wireless/wireless-tools )
- with_conduit? ( dev-haskell/http-conduit:=
+ conduit? ( dev-haskell/http-conduit:=
dev-haskell/http-types:= )
xft? ( >=dev-haskell/x11-xft-0.2:= <dev-haskell/x11-xft-0.4:= )
xpm? ( x11-libs/libXpm )
haskell-cabal_src_configure \
--flag=-all_extensions \
$(cabal_flag alsa with_alsa) \
- $(cabal_flag with_conduit with_conduit) \
+ $(cabal_flag conduit with_conduit) \
$(cabal_flag timezone with_datezone) \
$(cabal_flag dbus with_dbus) \
$(cabal_flag inotify with_inotify) \
$(cabal_flag mpris with_mpris) \
--flag=with_threaded \
--flag=with_utf8 \
- $(cabal_flag with_uvmeter with_uvmeter) \
+ $(cabal_flag uvmeter with_uvmeter) \
$(cabal_flag xft with_xft) \
$(cabal_flag xpm with_xpm)
}
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="alsa dbus inotify mpd mpris timezone wifi with_conduit with_uvmeter xft xpm"
+IUSE="alsa dbus inotify mpd mpris timezone wifi conduit uvmeter xft xpm"
RDEPEND=">=dev-haskell/http-4000.2.4:=
>=dev-haskell/mtl-2.1:= <dev-haskell/mtl-2.3:=
timezone? ( >=dev-haskell/timezone-olson-0.1:= <dev-haskell/timezone-olson-0.2:=
>=dev-haskell/timezone-series-0.1:= <dev-haskell/timezone-series-0.2:= )
wifi? ( net-wireless/wireless-tools )
- with_conduit? ( dev-haskell/http-conduit:=
+ conduit? ( dev-haskell/http-conduit:=
dev-haskell/http-types:= )
xft? ( >=dev-haskell/x11-xft-0.2:= <dev-haskell/x11-xft-0.4:= )
xpm? ( x11-libs/libXpm )
haskell-cabal_src_configure \
--flag=-all_extensions \
$(cabal_flag alsa with_alsa) \
- $(cabal_flag with_conduit with_conduit) \
+ $(cabal_flag conduit with_conduit) \
$(cabal_flag timezone with_datezone) \
$(cabal_flag dbus with_dbus) \
$(cabal_flag inotify with_inotify) \
$(cabal_flag mpris with_mpris) \
--flag=with_threaded \
--flag=with_utf8 \
- $(cabal_flag with_uvmeter with_uvmeter) \
+ $(cabal_flag uvmeter with_uvmeter) \
$(cabal_flag xft with_xft) \
$(cabal_flag xpm with_xpm)
}