[arch-commits] Commit in lirc/trunk (PKGBUILD lirc.install)
Tobias Powalowski
tpowa at archlinux.org
Wed Mar 16 08:05:11 UTC 2011
Date: Wednesday, March 16, 2011 @ 04:05:11
Author: tpowa
Revision: 114864
upgpkg: lirc 0.9.0.pre1-5
bump to .38 series
Modified:
lirc/trunk/PKGBUILD
lirc/trunk/lirc.install
--------------+
PKGBUILD | 10 ++++++----
lirc.install | 6 +++---
2 files changed, 9 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-03-16 08:05:01 UTC (rev 114863)
+++ PKGBUILD 2011-03-16 08:05:11 UTC (rev 114864)
@@ -3,14 +3,14 @@
pkgname=lirc
pkgver=0.9.0.pre1
-pkgrel=4
-_kernver=2.6.37-ARCH
+pkgrel=5
+_kernver=2.6.38-ARCH
pkgdesc="Linux Infrared Remote Control kernel modules for stock arch kernel"
arch=('i686' 'x86_64')
url="http://www.lirc.org/"
license=('GPL')
-depends=('lirc-utils' 'kernel26>=2.6.37' 'kernel26<2.6.38')
-makedepends=('help2man' 'kernel26-headers>=2.6.37' 'kernel26-headers<2.6.38')
+depends=('lirc-utils' 'kernel26>=2.6.38' 'kernel26<2.6.39')
+makedepends=('help2man' 'kernel26-headers>=2.6.38' 'kernel26-headers<2.6.39')
replaces=('lirc+pctv')
options=('!makeflags')
install=$pkgname.install
@@ -54,4 +54,6 @@
# set the kernel we've built for inside the install script
sed -i -e "s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/g" \
${startdir}/lirc.install
+ # gzip -9 modules
+ find "$pkgdir" -name '*.ko' -exec gzip -9 {} \;
}
Modified: lirc.install
===================================================================
--- lirc.install 2011-03-16 08:05:01 UTC (rev 114863)
+++ lirc.install 2011-03-16 08:05:11 UTC (rev 114864)
@@ -10,7 +10,7 @@
post_install() {
# updating module dependencies
echo ">>> Updating module dependencies. Please wait ..."
- KERNEL_VERSION=2.6.37-ARCH
+ KERNEL_VERSION=2.6.38-ARCH
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.37-ARCH
+ KERNEL_VERSION=2.6.38-ARCH
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.37-ARCH
+ KERNEL_VERSION=2.6.38-ARCH
depmod -v $KERNEL_VERSION > /dev/null 2>&1
/bin/true
}
More information about the arch-commits
mailing list