Package Details: sensors-lxpanel-plugin 1.8-1

Git Clone URL: https://aur.archlinux.org/sensors-lxpanel-plugin.git (read-only, click to copy)
Package Base: sensors-lxpanel-plugin
Description: Monitor temperature/voltages/fan speeds in LXDE through lm-sensors.
Upstream URL: http://danamlund.dk/sensors_lxpanel_plugin
Licenses: GPL2
Groups: lxde
Submitter: Herk
Maintainer: mrxx
Last Packager: mrxx
Votes: 17
Popularity: 0.36
First Submitted: 2013-04-26 19:05 (UTC)
Last Updated: 2020-05-26 22:11 (UTC)

Latest Comments

Herk commented on 2020-01-26 06:32 (UTC)

I changed the link. Please try again.

franz commented on 2020-01-25 20:40 (UTC) (edited on 2020-01-25 20:44 (UTC) by franz)

Can't install. 404 Not Found, "Code: NoSuchBucket", for url http://s3.danamlund.dk.s3-website-us-east-1.amazonaws.com/sensors_lxpanel_plugin/sensors-lxpanel-plugin-1.7.tar.gz

Solution: edit PKGBUILD and change the source variable to the link provided in https://danamlund.dk/sensors_lxpanel_plugin/ for version 1.7. Md5sum is the same.

milaxnuts commented on 2018-12-13 22:28 (UTC) (edited on 2018-12-13 23:35 (UTC) by milaxnuts)

==> Starting package()...
./install.sh
./install.sh: line 64: locate: command not found

so i add
makedepends=('mlocate')

but then this
INSTALLPATH_OR_ERROR=$( find_install_path )

triggers this
ERROR: ld.so: object 'libfakeroot.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.

just like
fakeroot locate test

so i run before make install

cat <<'EOF' | patch -p1
--- a/install.sh
+++ b/install.sh
@@ -86,7 +86,7 @@
 }


-INSTALLPATH_OR_ERROR=$( find_install_path )
+INSTALLPATH_OR_ERROR=$( true )

 if [ $? -eq 0 ]
 then
EOF

et voila

==> Starting package()...
patching file install.sh
./install.sh
'sensors.so' -> '/home/me/.cache/pikaur/build/sensors-lxpanel-plugin/pkg/sensors-lxpanel-plugin/sensors.so'
==> Tidying install...

Herk commented on 2014-06-24 19:59 (UTC)

Thanks for notifying. I've updated the link. Let me know if something seems weird.

Anty commented on 2014-06-24 00:35 (UTC)

Hi, Thanks for the package, but source download package as been changed now is : http://s3.danamlund.dk.s3-website-us-east-1.amazonaws.com/sensors_lxpanel_plugin/sensors-lxpanel-plugin-1.7.tar.gz regards, Anty

Herk commented on 2013-05-29 20:36 (UTC)

Thanks for notifying, bumped to 1.4, let me know if something seems strange. Seems like the github tags changed, but the tarballs from the home page didn't include the "v" in the first place.

graysky commented on 2013-05-29 17:21 (UTC)

https://github.com/danamlund/sensors-lxpanel-plugin/tags Looks like upstream neglected to use a "v" in the source tarball for v1.4.