[arch-commits] CVS update of extra/system/lirc-suspend2 (PKGBUILD lirc.install)
daniel at archlinux.org
daniel at archlinux.org
Tue Aug 21 16:58:08 UTC 2007
Date: Tuesday, August 21, 2007 @ 12:58:08
Author: daniel
Path: /home/cvs-extra/extra/system/lirc-suspend2
Modified: PKGBUILD (1.4 -> 1.5) lirc.install (1.3 -> 1.4)
update to 2.6.22
--------------+
PKGBUILD | 12 ++++++------
lirc.install | 6 +++---
2 files changed, 9 insertions(+), 9 deletions(-)
Index: extra/system/lirc-suspend2/PKGBUILD
diff -u extra/system/lirc-suspend2/PKGBUILD:1.4 extra/system/lirc-suspend2/PKGBUILD:1.5
--- extra/system/lirc-suspend2/PKGBUILD:1.4 Tue May 8 17:57:34 2007
+++ extra/system/lirc-suspend2/PKGBUILD Tue Aug 21 12:58:08 2007
@@ -1,24 +1,24 @@
-# $Id: PKGBUILD,v 1.4 2007/05/08 21:57:34 thomas Exp $
+# $Id: PKGBUILD,v 1.5 2007/08/21 16:58:08 daniel Exp $
# Maintainer: Paul Mattal <paul at archlinux.org>
pkgname=lirc-suspend2
-pkgver=0.8.1
+pkgver=0.8.2
pkgrel=1
-_kernver=2.6.21-suspend2
+_kernver=2.6.22-suspend2
pkgdesc="Linux Infrared Remote Control kernel modules for kernel26suspend2"
arch=(i686 x86_64)
depends=('lirc-utils' 'kernel26suspend2')
makedepends=(help2man)
-source=(http://umn.dl.sourceforge.net/sourceforge/lirc/lirc-$pkgver.tar.bz2 kernel-2.6.20.patch)
-md5sums=('3a42083fc6c54797351e52c77537c586' '5922c346bbc946a25aa6bdc3f9383308')
+source=(http://umn.dl.sourceforge.net/sourceforge/lirc/lirc-$pkgver.tar.bz2)
+md5sums=('83e7060a6693b81075c178d7e3b215af')
url="http://www.lirc.org/"
+replaces=('lirc+pctv')
install=lirc.install
build() {
# configure
cd $startdir/src/lirc-$pkgver || return 1
- patch -Np0 -i ../kernel-2.6.20.patch || return 1
./configure --enable-sandboxed --prefix=/usr \
--with-driver=all --with-kerneldir=/usr/src/linux-${_kernver} \
--with-moduledir=/lib/modules/${_kernver}/kernel/drivers/misc \
Index: extra/system/lirc-suspend2/lirc.install
diff -u extra/system/lirc-suspend2/lirc.install:1.3 extra/system/lirc-suspend2/lirc.install:1.4
--- extra/system/lirc-suspend2/lirc.install:1.3 Tue May 8 17:57:34 2007
+++ extra/system/lirc-suspend2/lirc.install Tue Aug 21 12:58:08 2007
@@ -10,7 +10,7 @@
post_install() {
# updating module dependencies
echo ">>> Updating module dependencies. Please wait ..."
- KERNEL_VERSION=2.6.21-suspend2
+ KERNEL_VERSION=2.6.22-suspend2
depmod -v $KERNEL_VERSION > /dev/null 2>&1
/bin/true
}
@@ -26,7 +26,7 @@
post_upgrade() {
# updating module dependencies
echo ">>> Updating module dependencies. Please wait ..."
- KERNEL_VERSION=2.6.21-suspend2
+ KERNEL_VERSION=2.6.22-suspend2
depmod -v $KERNEL_VERSION > /dev/null 2>&1
/bin/true
}
@@ -40,7 +40,7 @@
post_remove() {
# updating module dependencies
echo ">>> Updating module dependencies. Please wait ..."
- KERNEL_VERSION=2.6.21-suspend2
+ KERNEL_VERSION=2.6.22-suspend2
depmod -v $KERNEL_VERSION > /dev/null 2>&1
/bin/true
}
More information about the arch-commits
mailing list