Date: Sunday, April 11, 2010 @ 20:38:41 Author: thayer Revision: 77301
upgpkg: pm-utils 1.3.0-1 New upstream release, removing nouveau typo patch Modified: pm-utils/trunk/PKGBUILD Deleted: pm-utils/trunk/nouveau.patch ---------------+ PKGBUILD | 15 +++++---------- nouveau.patch | 11 ----------- 2 files changed, 5 insertions(+), 21 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-04-11 20:38:50 UTC (rev 77300) +++ PKGBUILD 2010-04-12 00:38:41 UTC (rev 77301) @@ -3,8 +3,8 @@ # Contributor: Giovanni Scafora <[email protected]> pkgname=pm-utils -pkgver=1.2.6.1 -pkgrel=4 +pkgver=1.3.0 +pkgrel=1 pkgdesc="Utilities and scripts for suspend and hibernate power management" arch=('i686' 'x86_64') url="http://pm-utils.freedesktop.org" @@ -13,19 +13,14 @@ makedepends=('xmlto') source=(http://pm-utils.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz 11netcfg - daemons.patch - nouveau.patch) -md5sums=('ddbb73b5fd1e5a2c77ad3ce537a0260c' + daemons.patch) +md5sums=('37d71f8adbb409442212a85a080d324d' '9839687c8787d99fd4ff36aa3238c27b' - '7be3f7460569d5a382474abd7f7b53fb' - '6300409fcc96d70fd2a2e2efeff19f79') + '7be3f7460569d5a382474abd7f7b53fb') 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 Deleted: nouveau.patch =================================================================== --- nouveau.patch 2010-04-11 20:38:50 UTC (rev 77300) +++ nouveau.patch 2010-04-12 00:38:41 UTC (rev 77301) @@ -1,11 +0,0 @@ ---- a/pm/sleep.d/98smart-kernel-video.old 2010-01-07 08:31:25.275911479 -0800 -+++ a/pm/sleep.d/98smart-kernel-video 2010-01-07 08:32:01.596732967 -0800 -@@ -32,7 +32,7 @@ - { - # if we are running with a KMS-enabled video driver, we should not - # attempt to run any quirks -- grep -q -E '(noveau|drm)fb' /proc/fb || return 1 -+ grep -q -E '(nouveau|drm)fb' /proc/fb || return 1 - remove_all_video_quirks - add_parameters --quirk-no-chvt - }
