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

Giovanni Scafora giovanni at archlinux.org
Wed Mar 18 21:54:56 UTC 2009


    Date: Wednesday, March 18, 2009 @ 17:54:56
  Author: giovanni
Revision: 30323

Merged revisions 13747,30297 via svnmerge from 
svn+ssh://archlinux.org/srv/svn-packages/lirc-utils/trunk

........
  r13747 | allan | 2008-09-28 07:29:21 -0700 (dom, 28 set 2008) | 1 line
  
  correct sourceforge url
........
  r30297 | hugo | 2009-03-18 06:07:35 -0700 (mer, 18 mar 2009) | 1 line
  
  upgpkg: lirc-utils 0.8.4-1
........

Modified:
  lirc-utils/repos/extra-x86_64/	(properties)
  lirc-utils/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)


Property changes on: lirc-utils/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /lirc-utils/trunk:1-6058
   + /lirc-utils/trunk:1-30322

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-03-18 21:51:02 UTC (rev 30322)
+++ extra-x86_64/PKGBUILD	2009-03-18 21:54:56 UTC (rev 30323)
@@ -2,29 +2,28 @@
 # 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'\
         'etc/conf.d/lircd')
 options=('!libtool' '!makeflags')
-source=(http://umn.dl.sf.net/sourceforge/lirc/lirc-$pkgver.tar.bz2 \
+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