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"
|
||||
KEYWORD=""
|
||||
RDEPEND="sys-apps/lm_sensors
|
||||
x11-libs/gtk+:3
|
||||
libnotify? ( x11-libs/libnotify )
|
||||
appindicator? ( dev-libs/libappindicator )
|
||||
dev-libs/json-c
|
||||
gnome-base/libgtop:2
|
||||
atasmart? ( dev-libs/libatasmart )
|
||||
server? ( net-libs/libmicrohttpd )
|
||||
"
|
||||
x11-libs/gtk+:3
|
||||
libnotify? ( x11-libs/libnotify )
|
||||
appindicator? ( dev-libs/libappindicator )
|
||||
dev-libs/json-c
|
||||
gnome-base/libgtop:2
|
||||
atasmart? ( dev-libs/libatasmart )
|
||||
server? ( net-libs/libmicrohttpd )
|
||||
"
|
||||
DEPEND=$RDEPEND"man? ( sys-apps/help2man )
|
||||
doc? ( dev-ruby/asciidoctor )"
|
||||
src_unpack() {
|
||||
if [ "${A}" != "" ]; then
|
||||
unpack ${A}
|
||||
fi
|
||||
ls -al || die
|
||||
}
|
||||
doc? ( dev-ruby/asciidoctor )"
|
||||
src_configure() {
|
||||
econf \
|
||||
$(use_with X x)
|
||||
econf \
|
||||
$(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