[arch-commits] Commit in pm-utils/trunk (PKGBUILD)

Thayer Williams thayer at archlinux.org
Thu Jan 7 16:47:28 UTC 2010


    Date: Thursday, January 7, 2010 @ 11:47:28
  Author: thayer
Revision: 62329

upgpkg: pm-utils 1.2.6.1-4
    fixed nouveau quirks options

Modified:
  pm-utils/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-01-07 16:20:45 UTC (rev 62328)
+++ PKGBUILD	2010-01-07 16:47:28 UTC (rev 62329)
@@ -4,7 +4,7 @@
 
 pkgname=pm-utils
 pkgver=1.2.6.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Utilities and scripts for suspend and hibernate power management"
 arch=('i686' 'x86_64')
 url="http://pm-utils.freedesktop.org"
@@ -13,14 +13,19 @@
 makedepends=('xmlto')
 source=(http://pm-utils.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz
         11netcfg
-       	daemons.patch)
+       	daemons.patch
+        nouveau.patch)
 md5sums=('ddbb73b5fd1e5a2c77ad3ce537a0260c'
          '9839687c8787d99fd4ff36aa3238c27b'
-         '7be3f7460569d5a382474abd7f7b53fb')
+         '7be3f7460569d5a382474abd7f7b53fb'
+         '6300409fcc96d70fd2a2e2efeff19f79')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
+  # temp fix for nouveau power management--will be fixed in next release
+  patch -Np1 -i ${srcdir}/nouveau.patch || return 1
+
   # make sure Arch Linux daemons are properly handled
   patch -Np1 -i ${srcdir}/daemons.patch || return 1
 




More information about the arch-commits mailing list