Hello. This is ebuild for sysinfo app which I find on www.gnomefiles.org. It is stated on sysinfo homepage that it will need libglademm version 2.6.0 or greater to compile so one will need ebuild for libglidemm-2.6.0 that is here http://bugs.gentoo.org/show_bug.cgi?id=91843 I can only test it on ma machine (x86) and it works fine so feel free to try it and test it. I don't have a clue where in portage tree it will fit. I put it in app-misc/sysinfo.
Created attachment 63688 [details] sysinfo-0.6.ebuild
They just release version 0.6.1. To update just change the name of ebuild to sysinfo-0.6.1.ebuild.
Please fix the following and reopen: * Does econf not work? If not, include a comment saying so. * Does emake not work? If not, include a comment saying so. * You need a || die on the configure. * ${D} should be quoted.
Created attachment 66781 [details] sysinfo-0.6.1.ebuild (updated) sysinfo-0.6.1.ebuild updated according to sugestions.
Created attachment 66782 [details] sysinfo-0.6.1.ebuild (updated) sysinfo-0.6.1.ebuild updated according to sugestions.
Ebuild fixed.
Sysinfo is searching lspci in /sbin/ simkin@blackjack ~ $ sysinfo sh: /sbin/lspci: El fitxer o directori no existeix Maybe adding a symlink is a solution ln -sfn /usr/sbin/lspci /sbin/lspci I don't know if it is a good solution though, but this should be fixed. Thanks
Created attachment 76961 [details, diff] lspci.patch
Created attachment 76962 [details] sysinfo-0.6.1-r1.ebuild I've made this patch that fixes lspci issue. New ebuild apply it to sysinfo source.
I've send this patch to sysinfo developer
*** Bug 155395 has been marked as a duplicate of this bug. ***
Created attachment 102144 [details] sysinfo-0.7.ebuild 0.7 is a total rewrite using gtk#
Created attachment 102146 [details] sysinfo-0.7.ebuild added pciutils to rdepend
Upstream gone.