mirror of
https://notabug.org/Sages-of-Gensokyo/gensokyo_kappa-overlay
synced 2025-01-18 13:41:14 +01:00
Updating sys-apps/psensor
This commit is contained in:
parent
1f41aabd1c
commit
a01d3aa1b7
@ -2,8 +2,7 @@
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
EAPI=6
|
||||
DESCRIPTION="Psensor is a graphical hardware monitoring application for Linux."
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://git.wpitchoune.net/psensor.git"
|
||||
SRC_URI="https://wpitchoune.net/psensor/files/${P}.tar.gz"
|
||||
SLOT=0
|
||||
IUSE="man doc appindicator libnotify atasmart server X"
|
||||
KEYWORD=""
|
||||
@ -18,9 +17,13 @@ RDEPEND="sys-apps/lm_sensors
|
||||
"
|
||||
DEPEND=$RDEPEND"man? ( sys-apps/help2man )
|
||||
doc? ( dev-ruby/asciidoctor )"
|
||||
src_configure() {
|
||||
|
||||
econf \
|
||||
$(use_with X x) \
|
||||
$(use_with gtop)
|
||||
src_unpack() {
|
||||
if [ "${A}" != "" ]; then
|
||||
unpack ${A}
|
||||
fi
|
||||
ls -al || die
|
||||
}
|
||||
src_configure() {
|
||||
econf \
|
||||
$(use_with X x)
|
||||
}
|
Loading…
Reference in New Issue
Block a user