[arch-commits] Commit in laptop-mode-tools/trunk (PKGBUILD)

Eric Bélanger eric at archlinux.org
Tue Feb 15 03:38:16 UTC 2011


    Date: Monday, February 14, 2011 @ 22:38:16
  Author: eric
Revision: 110044

upgpkg: laptop-mode-tools 1.56-1
Upstream update, Updated backup array

Modified:
  laptop-mode-tools/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-15 01:19:30 UTC (rev 110043)
+++ PKGBUILD	2011-02-15 03:38:16 UTC (rev 110044)
@@ -1,10 +1,9 @@
 # $Id$
 # Maintainer: Eric Belanger <eric at archlinux.org>
-# Contributor: Christopher "nuopus" Cox <nuopus at gmail.com>
 
 pkgname=laptop-mode-tools
-pkgver=1.55
-pkgrel=2
+pkgver=1.56
+pkgrel=1
 pkgdesc="Laptop mode is a kernel mode that allows you to extend the battery life of your laptop"
 arch=('any')
 url="http://www.samwel.tk/laptop_mode/"
@@ -27,6 +26,7 @@
         etc/laptop-mode/conf.d/intel-hda-powersave.conf
 	etc/laptop-mode/conf.d/intel-sata-powermgmt.conf
         etc/laptop-mode/conf.d/lcd-brightness.conf
+        etc/laptop-mode/conf.d/runtime-pm.conf
 	etc/laptop-mode/conf.d/sched-mc-power-savings.conf
         etc/laptop-mode/conf.d/sched-smt-power-savings.conf
         etc/laptop-mode/conf.d/start-stop-programs.conf
@@ -39,12 +39,12 @@
         etc/laptop-mode/laptop-mode.conf
         etc/laptop-mode/lm-profiler.conf)
 source=(http://www.samwel.tk/laptop_mode/tools/downloads/${pkgname}_${pkgver}.tar.gz laptop-mode)
-md5sums=('fda9255375de2dd3b86526da39160cf0' 'fe47441f14e2b39c2fe473685f04395f')
-sha1sums=('e2dcec04f4c1152bce07dd621ad8a63f70b013ef' 'f98e3c35d365c7aa0e662ec61c2991640640ac9b')
+md5sums=('cd35b320aea6dd5d66854a00eb8341ec' 'fe47441f14e2b39c2fe473685f04395f')
+sha1sums=('f0b14817b3d4ddc2780748db49de113eaae80dbc' 'f98e3c35d365c7aa0e662ec61c2991640640ac9b')
 
-build() {
+package() {
   cd "${srcdir}/${pkgname}_${pkgver}"
-  DESTDIR="${pkgdir}" INIT_D=none MAN_D=/usr/share/man ./install.sh || return 1
-  install -d "${pkgdir}/var/run/laptop-mode-tools/" || return 1
-  install -D -m755 "${srcdir}/laptop-mode" "${pkgdir}/etc/rc.d/laptop-mode" || return 1
+  DESTDIR="${pkgdir}" INIT_D=none MAN_D=/usr/share/man ./install.sh
+  install -d "${pkgdir}/var/run/laptop-mode-tools/"
+  install -D -m755 "${srcdir}/laptop-mode" "${pkgdir}/etc/rc.d/laptop-mode"
 }




More information about the arch-commits mailing list