[arch-commits] Commit in lirc/repos (extra-i686 extra-i686/PKGBUILD)

Hugo Doria hugo at archlinux.org
Thu Mar 19 11:25:51 UTC 2009


    Date: Thursday, March 19, 2009 @ 07:25:51
  Author: hugo
Revision: 30412

Merged revisions 30411 via svnmerge from 
svn+ssh://archlinux.org/srv/svn-packages/lirc/trunk

........
  r30411 | hugo | 2009-03-19 08:25:26 -0300 (Thu, 19 Mar 2009) | 1 line
  
  upgpkg: lirc 0.8.4-1
........

Modified:
  lirc/repos/extra-i686/	(properties)
  lirc/repos/extra-i686/PKGBUILD

----------+
 PKGBUILD |   18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)


Property changes on: lirc/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /lirc/trunk:1-22521
   + /lirc/trunk:1-30411

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-03-19 11:25:26 UTC (rev 30411)
+++ extra-i686/PKGBUILD	2009-03-19 11:25:51 UTC (rev 30412)
@@ -2,27 +2,25 @@
 # Maintainer: Paul Mattal <paul at archlinux.org>
 
 pkgname=lirc
-pkgver=0.8.3
-pkgrel=4
+pkgver=0.8.4
+pkgrel=1
 _kernver=2.6.28-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=0.8.3' 'kernel26>=2.6.28' 'kernel26<2.6.29')
+depends=('lirc-utils=0.8.4' 'kernel26>=2.6.28' 'kernel26<2.6.29')
 makedepends=('help2man')
 replaces=('lirc+pctv')
 options=('!makeflags')
 install=$pkgname.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2 \
-	kernel-2.6.26.patch
-	kernel-2.6.27.patch)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
 
 build() {
 	# configure
 	cd $startdir/src/lirc-$pkgver || return 1
-	patch -Np1 -i ../kernel-2.6.26.patch || return 1
-	patch -Np1 -i ../kernel-2.6.27.patch || return 1
+#	patch -Np1 -i ../kernel-2.6.26.patch || return 1
+#	patch -Np1 -i ../kernel-2.6.27.patch || return 1
 
 	./configure --enable-sandboxed --prefix=/usr \
 		--with-driver=all --with-kerneldir=/usr/src/linux-${_kernver}/ \
@@ -49,6 +47,4 @@
 	sed -i -e "s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/g" \
 		$startdir/lirc.install || return 1
 }
-md5sums=('8e78eeded7b31e5ad02e328970437c0f'
-         '1753acd774f50b638e6173d364de53fd'
-         '6f151eb4e81fc7776a06c9063e6ad9a5')
+md5sums=('8f3ba7eb57529992f3991d6981a3feb6')




More information about the arch-commits mailing list