Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e926fdf5f4e4b2ca776693173d3adf6108f8baff

commit e926fdf5f4e4b2ca776693173d3adf6108f8baff
Author: crazy <cr...@frugalware.org>
Date:   Sat Nov 28 00:58:51 2015 +0100

lmsensors-3.4.0-1-x86_64
* Version bump ( needed )
* removed Finclude systend and friends since:
we cannot enable this by default 'as is' because
the service *need* a valid config file to run.
For now I've updated the README but we can create an wrapper
to autogenerate or check for the config and enable/start the service
and sensors from there.

diff --git a/source/apps/lmsensors/FrugalBuild 
b/source/apps/lmsensors/FrugalBuild
index 802bf36..cb974a8 100644
--- a/source/apps/lmsensors/FrugalBuild
+++ b/source/apps/lmsensors/FrugalBuild
@@ -4,7 +4,7 @@

pkgname=lmsensors
_F_archive_name=lm_sensors
-pkgver=3.3.5
+pkgver=3.4.0
pkgrel=1
pkgdesc="Linux System Hardware Monitor"
url="http://www.lm-sensors.org/";
@@ -20,8 +20,6 @@ up2date="Flasttar 
https://web.archive.org/web/20150628233244/http://www.lm-senso
#source=(http://dl.lm-sensors.org/lm-sensors/releases/$_F_archive_name-$pkgver.tar.bz2
 README.Frugalware)
source=(http://ftp.osuosl.org/pub/blfs/conglomeration/lmsensors/$_F_archive_name-$pkgver.tar.bz2
 README.Frugalware)
backup=(etc/{sensors3.conf,sysconfig/lm_sensors})
-_F_systemd_units=(lmsensors=e)
-Finclude systemd

build() {
Fcd
@@ -32,9 +30,9 @@ build() {
Frm usr/include/linux/
Fdoc README.Frugalware
Ffilerel prog/init/lm_sensors.service /lib/systemd/system/$pkgname.service
-       Fgenscriptlet
+       #Fgenscriptlet
}

-sha1sums=('179989a52bae8f01ba8ed77e8a15af6ec653d89e' \
-          'b92e656dba5a89d79da0daa5f75189055a83c3bc')
+sha1sums=('3e245b61a69756ea94f9c8a7c7614ec543970b8c' \
+          'ee447373129f3ddff3a4f2cf18de54004e1876c8')
# optimization OK
diff --git a/source/apps/lmsensors/README.Frugalware 
b/source/apps/lmsensors/README.Frugalware
index 7e0baa3..a2820d8 100644
--- a/source/apps/lmsensors/README.Frugalware
+++ b/source/apps/lmsensors/README.Frugalware
@@ -5,10 +5,13 @@ them. It will autodetect your hardware and define which 
kernel modules you
need to get it working properly, and tell you how to autoload them during
boot.

-So if you want to use lmsensors try to run
+So if you want to use lmsensors run :

----
sensors-detect
----

-and say YES at end of sensors-detect to write `/etc/sysconfig/lm_sensors`.
+and say YES at end of sensors-detect to write `/etc/sysconfig/lm_sensors` and 
run :
+
+systemctl enable lmsensors
+systemctl start  lmsensors
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to