gui-apps/waybar-tooltips: add 0.0.2
Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
parent
830447900f
commit
c660133bc1
@ -1 +1,2 @@
|
|||||||
DIST waybar-tooltips-0.0.1.tar.gz 14442 BLAKE2B 655f70dab366993074c07579ccb4cef9dbb4e84b0facc3870a76695c49f92f10d9bc2c36e3a333eeab778e1bd185c111ec3c1682e82506d3684d9cc49d0bce4b SHA512 5605b6a57b97c039945b4d2acce20e767117c07a6dfec9c68717c0a6968ad098ad5888a7a84cb3188fd3c2767515a08134a1689336a7bd9018e9444e49260d53
|
DIST waybar-tooltips-0.0.1.tar.gz 14442 BLAKE2B 655f70dab366993074c07579ccb4cef9dbb4e84b0facc3870a76695c49f92f10d9bc2c36e3a333eeab778e1bd185c111ec3c1682e82506d3684d9cc49d0bce4b SHA512 5605b6a57b97c039945b4d2acce20e767117c07a6dfec9c68717c0a6968ad098ad5888a7a84cb3188fd3c2767515a08134a1689336a7bd9018e9444e49260d53
|
||||||
|
DIST waybar-tooltips-0.0.2.gh.tar.gz 14499 BLAKE2B 58f0811c42cbd183ddd75b0ebabef1add9eb38f3931b64601076ec7fdadc7024c92c9f4efd3ee5772c2268aa832137eadafe8dabb44362109e0bafd18acf39c8 SHA512 017f51a804c924d9409d3c011a3f58f2e3090472102da83cfbe8f93ae5c30be98493599c4d3b0a267f73e62f160b28b5304546dce2a088ad15ac3244c5d226f5
|
||||||
|
40
gui-apps/waybar-tooltips/waybar-tooltips-0.0.2.ebuild
Normal file
40
gui-apps/waybar-tooltips/waybar-tooltips-0.0.2.ebuild
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
# Copyright 2022 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
PYTHON_COMPAT=( python3_{8..10} )
|
||||||
|
inherit python-r1
|
||||||
|
|
||||||
|
DESCRIPTION="Tooltips for Waybar"
|
||||||
|
HOMEPAGE="https://github.com/TheChymera/waybar-tooltips/"
|
||||||
|
SRC_URI="https://github.com/TheChymera/waybar-tooltips/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||||
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
|
||||||
|
LICENSE="GPL-3"
|
||||||
|
IUSE="khal weather"
|
||||||
|
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||||
|
SLOT="0"
|
||||||
|
|
||||||
|
RDEPEND="
|
||||||
|
${PYTHON_DEPS}
|
||||||
|
khal? (
|
||||||
|
app-misc/khal[${PYTHON_USEDEP}]
|
||||||
|
)
|
||||||
|
weather? (
|
||||||
|
app-misc/ansiweather
|
||||||
|
)
|
||||||
|
"
|
||||||
|
|
||||||
|
khal_python_install() {
|
||||||
|
python_doscript "${S}/bin/waybar-tooltip-khal.py"
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
if use khal; then
|
||||||
|
python_foreach_impl khal_python_install
|
||||||
|
fi
|
||||||
|
if use weather; then
|
||||||
|
dobin "${S}/bin/waybar-tooltip-weather"
|
||||||
|
fi
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user