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

commit 211af18b6fde67139e7368e967c065cb2c84bd49
Author: Elentir <elen...@frugalware.org>
Date:   Sat Oct 30 21:38:50 2010 +0200

pm-utils-1.4.1-1-i686

* version bump
* does not depend on hal anymore
* add missing man files

diff --git a/source/apps/pm-utils/FrugalBuild b/source/apps/pm-utils/FrugalBuild
index 917f483..ccc15c3 100644
--- a/source/apps/pm-utils/FrugalBuild
+++ b/source/apps/pm-utils/FrugalBuild
@@ -2,16 +2,17 @@
# Maintainer: Priyank Gosalia <priyan...@gmail.com>

pkgname=pm-utils
-pkgver=1.3.0
+pkgver=1.4.1
pkgrel=1
-pkgdesc="Power Management Utilities for HAL"
+pkgdesc="Power Management Utilities"
url="http://pm-utils.freedesktop.org/";
-depends=('glibc' 'hal')
+depends=()
groups=('apps')
archs=('i686' 'x86_64' 'ppc')
up2date="Flasttar http://pm-utils.freedesktop.org/releases/";
source=(http://pm-utils.freedesktop.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('30f6c0a7f470d2c2874d3b13046c1883363c06f3')
+sha1sums=('9aacb9b4a5f11f751d94f5257c6c54460f106197')
+Fconfopts="$Fconfopts --docdir=/usr/share/doc/$pkgname-$pkgver"

build()
{
@@ -19,7 +20,9 @@ build()
Fsed "on_ac_power" "on_ac_power_pm" pm/functions.in
Fbuild
Fmv usr/bin/on_ac_power usr/bin/on_ac_power_pm
+       ## add missing man files
+       Fman 
$_F_cd_path/man/{on_ac_power.1,pm-action.8,pm-is-supported.1,pm-pmu.8,pm-powersave.8}
+       Fmv usr/share/man/man1/on_ac_power.1 usr/share/man/man1/on_ac_power_pm.1
}

# optimization OK
-
diff --git a/source/apps/pm-utils/pm-utils-0.99.3-cfg.patch 
b/source/apps/pm-utils/pm-utils-0.99.3-cfg.patch
deleted file mode 100644
index a210eaf..0000000
--- a/source/apps/pm-utils/pm-utils-0.99.3-cfg.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- pm-utils-0.99.3/pm/functions.cfg   2007-05-29 15:40:55.000000000 +0200
-+++ pm-utils-0.99.3/pm/functions       2007-05-29 15:41:22.000000000 +0200
-@@ -24,7 +24,7 @@
- {
-       cfgs="/etc/pm/config.d/*[^~]"
-       for cfg in $cfgs ; do
--              [ -f $cfgs ] || continue
-+              [ -f $cfg ] || continue
-               set -a
-               . $cfg
-               set +a
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to