[arch-commits] Commit in lm_sensors/trunk (ChangeLog PKGBUILD sensors.install)

Eric Bélanger eric at archlinux.org
Tue Oct 12 01:12:41 UTC 2010


    Date: Monday, October 11, 2010 @ 21:12:40
  Author: eric
Revision: 94897

upgpkg: lm_sensors 3.2.0-1
Upstream update, Updated license, Removed superfluous install scriptlet

Modified:
  lm_sensors/trunk/ChangeLog
  lm_sensors/trunk/PKGBUILD
Deleted:
  lm_sensors/trunk/sensors.install

-----------------+
 ChangeLog       |    9 ++++++++-
 PKGBUILD        |   13 ++++++-------
 sensors.install |   12 ------------
 3 files changed, 14 insertions(+), 20 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2010-10-11 21:30:44 UTC (rev 94896)
+++ ChangeLog	2010-10-12 01:12:40 UTC (rev 94897)
@@ -1,6 +1,13 @@
+2010-10-11  Eric Belanger  <eric at archlinux.org>
+
+	* lm_sensors 3.2.0-1
+	* Upstream update
+	* Updated license
+	* Removed superfluous install scriptlet
+
 2010-09-23  Eric Belanger  <eric at archlinux.org>
 
-	* Added comment about bepp dependency in healthd.conf (close FS#20802)
+	* Added comment about beep dependency in healthd.conf (close FS#20802)
 	* Cleaned up PKGBUILD
 
 2010-02-02  Eric Belanger  <eric at archlinux.org>

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-10-11 21:30:44 UTC (rev 94896)
+++ PKGBUILD	2010-10-12 01:12:40 UTC (rev 94897)
@@ -2,26 +2,25 @@
 # Maintainer: Eric Belanger <eric at archlinux.org>
 
 pkgname=lm_sensors
-pkgver=3.1.2
-pkgrel=3
+pkgver=3.2.0
+pkgrel=1
 pkgdesc="Collection of user space tools for general SMBus access and hardware monitoring"
 arch=('i686' 'x86_64')
 url="http://www.lm-sensors.org/"
-license=('GPL')
+license=('GPL' 'LGPL')
 depends=('perl' 'sysfsutils' 'rrdtool')
 backup=('etc/sensors3.conf' 'etc/conf.d/healthd' 'etc/conf.d/sensord')
 options=('!emptydirs')
-install=sensors.install
 changelog=ChangeLog
 source=(http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-${pkgver}.tar.bz2 \
 	sensors.rc fancontrol.rc sensors-detect.patch healthd healthd.conf healthd.rc \
         sensord.conf sensord.rc daemonarg.patch)
-md5sums=('58a9a225808ac4587c4c8cbd12b40b5c' 'c370f5e620bfe41113354a1e22c0c18c'\
+md5sums=('829d88fb09d67723fbf42853eb84d1fd' 'c370f5e620bfe41113354a1e22c0c18c'\
          '232bedf043dd5dedde82df1a399c682c' '47c40b381d1f25d6634ae84cecf35f33'\
          '6549050897c237514aeaa2bb6cfd29ea' 'f8af587038b0e2a89c441f7eeaa5e640'\
          '970408d2e509dc4138927020efefe323' '96a8dd468e81d455ec9b165bdf33e0b7'\
          '41a5c20854bbff00ea7174bd2276b736' '40c8eb16af8249a0f1d851fc1057ea15')
-sha1sums=('4a3b13e4f9c18c29e7f853739bdd88ca7799fcc7' 'b2e664b9b87759991f02d0a1e8cac5e95098c0a5'\
+sha1sums=('9c9ac470289e831076da52d644185b34058a457d' 'b2e664b9b87759991f02d0a1e8cac5e95098c0a5'\
          'a068ac0a3115a6191a487e11422506baa922b40a' '47095a32a918d6be50bd8daa8aaa9c24940d60e9'\
          '78b5cd36c3cb8e98b972cdd8c4a12687d79a79a8' '6c4e8a2d89dd2fd3ca2f0f4f3b1230111e01b0fc'\
          'e662881f5d3f3f35a1bc97ba45d2c471dd28c37f' 'de8d4d65406815c389f8a04e2a8508a1ae6749c8'\
@@ -31,7 +30,7 @@
   cd "${srcdir}/${pkgname}-${pkgver}"
   patch -p1 < ../sensors-detect.patch
   patch -p1 < ../daemonarg.patch
-  make
+  make PREFIX=/usr
 }
 
 package() {

Deleted: sensors.install
===================================================================
--- sensors.install	2010-10-11 21:30:44 UTC (rev 94896)
+++ sensors.install	2010-10-12 01:12:40 UTC (rev 94897)
@@ -1,12 +0,0 @@
-post_install() {
-	echo ">>> to control the lm_sensors daemon type"
-	echo ">>> \"/etc/rc.d/sensors start|stop|restart\" "
-	echo ">>> --------------------------------------"
-	echo ">>> before you can use the fancontrol daemon"
-	echo ">>> first create a fancontrol config file, use \"pwmconfig\""
-	echo ">>> then type \"/etc/rc.d/fancontrol start|stop|restart\" "
-	echo ">>> --------------------------------------"
-	echo ">>> to decode memory SPD timings modprobe eeprom module"
-	echo ">>> and get this perl script from"
-	echo ">>> \"http://www.lm-sensors.org/browser/lm-sensors/trunk/prog/eeprom/decode-dimms.pl\""
-}




More information about the arch-commits mailing list