[arch-commits] Commit in i8kmon/repos (extra-i686 extra-i686/PKGBUILD)
Thayer Williams
thayer at archlinux.org
Thu Nov 13 22:09:35 UTC 2008
Date: Thursday, November 13, 2008 @ 17:09:35
Author: thayer
Revision: 19015
Merged revisions 356,19014 via svnmerge from
svn+ssh://archlinux.org/home/svn-packages/i8kmon/trunk
........
r356 | aaron | 2008-04-18 15:56:27 -0700 (Fri, 18 Apr 2008) | 1 line
Added svn:keywords to all PKGBUILDs
........
r19014 | thayer | 2008-11-13 14:06:01 -0800 (Thu, 13 Nov 2008) | 1 line
upgpkg: i8kmon 1.27-1
........
Modified:
i8kmon/repos/extra-i686/ (properties)
i8kmon/repos/extra-i686/PKGBUILD
----------+
PKGBUILD | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
Property changes on: i8kmon/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
- /i8kmon/trunk:1
+ /i8kmon/trunk:1-19014
Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2008-11-13 22:06:01 UTC (rev 19014)
+++ extra-i686/PKGBUILD 2008-11-13 22:09:35 UTC (rev 19015)
@@ -1,33 +1,33 @@
# $Id$
-# Maintainer: eric <eric at archlinux.org>
# Contributor: Eric Johnson <eric at coding-zone.com>
+# Contributor: eric <eric at archlinux.org>
+# Maintainer: Thayer Williams <thayer at archlinux.org>
pkgname=i8kmon
-pkgver=1.25
-pkgrel=3
-pkgdesc="Tk script for i8kutils and Dell Inspiron/Latitude notebooks"
+pkgver=1.27
+pkgrel=1
+pkgdesc="Tk-based daemon for i8kutils and Dell Inspiron/Latitude notebooks"
url="http://people.debian.org/~dz/i8k/"
+license=('GPL2')
+arch=('i686' 'x86_64')
depends=('i8kutils' 'tk')
backup=(etc/i8kutils/i8kmon.conf)
-source=(http://people.debian.org/~dz/i8k/i8kutils_$pkgver.tar.gz i8kmon)
-md5sums=('50c03dde689c5709406118a7c6c120db' 'a9e6594b4f2b31e03875adfbc405b393')
+source=(http://ftp.archlinux.org/other/i8kutils/i8kutils_$pkgver.tar.gz i8kmon.daemon)
+md5sums=('8f3d3cbf7197fc209b0b64bf0a9732e3' 'a9e6594b4f2b31e03875adfbc405b393')
build() {
cd $startdir/src/i8kutils-$pkgver
# conform to Arch Linux guidelines
- #
- /bin/sed -i 's|/etc/i8kmon|/etc/i8kutils/i8kmon.conf|g' i8kmon.1
- /bin/sed -i 's|/etc/i8kmon|/etc/i8kutils/i8kmon.conf|g' i8kmon
+ /bin/sed -i 's|/etc/i8kmon|/etc/i8kutils/i8kmon.conf|g' i8kmon.1 || return 1
+ /bin/sed -i 's|/etc/i8kmon|/etc/i8kutils/i8kmon.conf|g' i8kmon || return 1
# no configure script, and Makefile has /usr hardcoded
- #
- /bin/install -D -m755 i8kmon $startdir/pkg/usr/bin/i8kmon
- /bin/install -D -m644 i8kmon.conf $startdir/pkg/etc/i8kutils/i8kmon.conf
- /bin/install -D -m644 i8kmon.1 $startdir/pkg/usr/man/man1/i8kmon.1
+ /bin/install -D -m755 i8kmon $startdir/pkg/usr/bin/i8kmon || return 1
+ /bin/install -D -m644 i8kmon.conf $startdir/pkg/etc/i8kutils/i8kmon.conf || return 1
+ /bin/install -D -m644 i8kmon.1 $startdir/pkg/usr/share/man/man1/i8kmon.1 || return 1
# install daemon script.
- /bin/install -D -m755 ../i8kmon $startdir/pkg/etc/rc.d/i8kmon
-
+ /bin/install -D -m755 ../i8kmon.daemon $startdir/pkg/etc/rc.d/i8kmon || return 1
}
# vim: ts=2 sw=2 et ft=sh
More information about the arch-commits
mailing list