mirror of
https://notabug.org/Sages-of-Gensokyo/gensokyo_kappa-overlay
synced 2025-01-18 20:31:14 +01:00
Updating sys-apps/psensor
This commit is contained in:
parent
d11d20f386
commit
d7012a72e4
@ -7,23 +7,24 @@ SLOT=0
|
|||||||
IUSE="man doc appindicator libnotify atasmart server X"
|
IUSE="man doc appindicator libnotify atasmart server X"
|
||||||
KEYWORD=""
|
KEYWORD=""
|
||||||
RDEPEND="sys-apps/lm_sensors
|
RDEPEND="sys-apps/lm_sensors
|
||||||
x11-libs/gtk+:3
|
x11-libs/gtk+:3
|
||||||
libnotify? ( x11-libs/libnotify )
|
libnotify? ( x11-libs/libnotify )
|
||||||
appindicator? ( dev-libs/libappindicator )
|
appindicator? ( dev-libs/libappindicator )
|
||||||
dev-libs/json-c
|
dev-libs/json-c
|
||||||
gnome-base/libgtop:2
|
gnome-base/libgtop:2
|
||||||
atasmart? ( dev-libs/libatasmart )
|
atasmart? ( dev-libs/libatasmart )
|
||||||
server? ( net-libs/libmicrohttpd )
|
server? ( net-libs/libmicrohttpd )
|
||||||
"
|
"
|
||||||
DEPEND=$RDEPEND"man? ( sys-apps/help2man )
|
DEPEND=$RDEPEND"man? ( sys-apps/help2man )
|
||||||
doc? ( dev-ruby/asciidoctor )"
|
doc? ( dev-ruby/asciidoctor )"
|
||||||
src_unpack() {
|
|
||||||
if [ "${A}" != "" ]; then
|
|
||||||
unpack ${A}
|
|
||||||
fi
|
|
||||||
ls -al || die
|
|
||||||
}
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
econf \
|
econf \
|
||||||
$(use_with X x)
|
$(use_with X x)
|
||||||
|
}
|
||||||
|
src_install() {
|
||||||
|
if [[ -f Makefile ]] || [[ -f GNUmakefile ]] || [[ -f makefile ]] ; then
|
||||||
|
emake DESTDIR="${D}" install
|
||||||
|
fi
|
||||||
|
einstalldocs
|
||||||
|
glib-compile-schemas ${D}/usr/share/glib-2.0/schemas/
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user