[arch-commits] Commit in lirc-utils/trunk (PKGBUILD)

Hugo Doria hugo at archlinux.org
Wed Mar 18 13:07:35 UTC 2009


    Date: Wednesday, March 18, 2009 @ 09:07:35
  Author: hugo
Revision: 30297

upgpkg: lirc-utils 0.8.4-1

Modified:
  lirc-utils/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-03-18 12:49:50 UTC (rev 30296)
+++ PKGBUILD	2009-03-18 13:07:35 UTC (rev 30297)
@@ -2,14 +2,14 @@
 # Maintainer: Paul Mattal <paul at archlinux.org>
 
 pkgname=lirc-utils
-pkgver=0.8.3
+pkgver=0.8.4
 pkgrel=1
 pkgdesc="Linux Infrared Remote Control utils"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://www.lirc.org/"
 license=('GPL')
-_kernver=2.6.26-ARCH
-depends=('alsa-lib' 'libusb' 'libx11' 'libsm')
+_kernver=2.6.28-ARCH
+depends=('alsa-lib' 'libusb' 'libx11' 'libsm' 'python')
 makedepends=('help2man')
 replaces=('lirc+pctv')
 backup=('etc/lircd.conf' 'etc/lircmd.conf'\
@@ -17,14 +17,13 @@
 options=('!libtool' '!makeflags')
 source=(http://downloads.sourceforge.net/sourceforge/lirc/lirc-$pkgver.tar.bz2 \
 	lircd lircmd lirc.logrotate lircd.conf.d kernel-2.6.26.patch)
-md5sums=('8e78eeded7b31e5ad02e328970437c0f' '909ad968afa10e4511e1da277bb23c3b'\
+md5sums=('8f3ba7eb57529992f3991d6981a3feb6' '909ad968afa10e4511e1da277bb23c3b'\
          '85f7fdac55e5256967241864049bf5e9' '3deb02604b37811d41816e9b4385fcc3'\
          '5b1f8c9cd788a39a6283f93302ce5c6e' '1753acd774f50b638e6173d364de53fd')
 
 build() {
 	# configure
 	cd $startdir/src/lirc-$pkgver || return 1
-	patch -Np1 -i ../kernel-2.6.26.patch || return 1
 
       # Disabling lirc_gpio driver as it does no longer work Kernel 2.6.22+
 	sed -i -e "s:lirc_gpio\.o::" drivers/lirc_gpio/Makefile.am || return 1




More information about the arch-commits mailing list