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

Tobias Powalowski tpowa at archlinux.org
Wed Nov 24 10:21:51 UTC 2010


    Date: Wednesday, November 24, 2010 @ 05:21:51
  Author: tpowa
Revision: 100578

upgpkg: lirc-utils 0.9.0.pre1-1
bump to latest pre1 to fix .36 kernel issues

Modified:
  lirc-utils/trunk/PKGBUILD
  lirc-utils/trunk/irexecd
  lirc-utils/trunk/lircd

----------+
 PKGBUILD |   23 ++++++++++++-----------
 irexecd  |    4 ++--
 lircd    |    2 +-
 3 files changed, 15 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-11-24 08:57:42 UTC (rev 100577)
+++ PKGBUILD	2010-11-24 10:21:51 UTC (rev 100578)
@@ -3,7 +3,7 @@
 # Contributor: Paul Mattal <paul at archlinux.org>
 
 pkgname=lirc-utils
-pkgver=0.8.7
+pkgver=0.9.0.pre1
 pkgrel=1
 pkgdesc="Linux Infrared Remote Control utils"
 arch=('i686' 'x86_64')
@@ -15,18 +15,12 @@
 replaces=('lirc+pctv')
 backup=('etc/conf.d/lircd.conf' 'etc/conf.d/irexec.conf')
 options=('!libtool' '!makeflags')
-source=("http://downloads.sourceforge.net/lirc/lirc-${pkgver}.tar.bz2"
+source=(http://www.lirc.org/software/snapshots/lirc-0.9.0-pre1.tar.bz2
+        #"http://downloads.sourceforge.net/lirc/lirc-${pkgver}.tar.bz2"
 	lircd lircmd lirc.logrotate lircd.conf irexec.conf irexecd)
-md5sums=('fb1dcddbc8ca3d03c7f3a2d40cf28b71'
-         '680ea3732ab367c0b24a5acb566d5446'
-         '85f7fdac55e5256967241864049bf5e9'
-         '3deb02604b37811d41816e9b4385fcc3'
-         '5b1f8c9cd788a39a6283f93302ce5c6e'
-         'f0c0ac930326168035f0c8e24357ae55'
-         '618ca4f666341d6ade8c616ce59f4d1b')
 
 build() {
-	cd "${srcdir}/lirc-${pkgver}"
+	cd "${srcdir}/lirc-0.9.0-pre1"
 
 	autoreconf
 	libtoolize
@@ -55,7 +49,7 @@
 }
 
 package() {
-	cd "${srcdir}/lirc-${pkgver}"
+	cd "${srcdir}/lirc-0.9.0-pre1"
 	make DESTDIR="${pkgdir}" install
 	install -d "${pkgdir}/usr/share/lirc" "${pkgdir}/etc/rc.d"
 	cp "${srcdir}"/{lircd,lircmd,irexecd} "${pkgdir}/etc/rc.d"
@@ -76,3 +70,10 @@
 	# remove built modules
 	rm -r "${pkgdir}/lib/"
 }
+md5sums=('13ba59178adee4e6be8a9a1966ab3133'
+         '8d0e238dc0eda95e340fe570605da492'
+         '85f7fdac55e5256967241864049bf5e9'
+         '3deb02604b37811d41816e9b4385fcc3'
+         '5b1f8c9cd788a39a6283f93302ce5c6e'
+         'f0c0ac930326168035f0c8e24357ae55'
+         '69d099e6deedfa3c1ee2b6e82d9b8bfb')

Modified: irexecd
===================================================================
--- irexecd	2010-11-24 08:57:42 UTC (rev 100577)
+++ irexecd	2010-11-24 10:21:51 UTC (rev 100578)
@@ -12,7 +12,7 @@
     if [ $? -gt 0 ]; then
       stat_fail
     else
-      add_daemon irexec
+      add_daemon irexecd
       stat_done
     fi
     ;;
@@ -22,7 +22,7 @@
     if [ $? -gt 0 ]; then
       stat_fail
     else
-      rm_daemon irexec
+      rm_daemon irexecd
       stat_done
     fi
     ;;

Modified: lircd
===================================================================
--- lircd	2010-11-24 08:57:42 UTC (rev 100577)
+++ lircd	2010-11-24 10:21:51 UTC (rev 100578)
@@ -19,7 +19,7 @@
     [ -n "$LIRC_DRIVER" ] && LIRC_EXTRAOPTS="-H $LIRC_DRIVER $LIRC_EXTRAOPTS"
     [ -z "$PID" ] && 
       if [ -n "$LIRC_DEVICE" ] ; then
-        /usr/sbin/lircd -d "$LIRC_DEVICE" $LIRC_EXTRAOPTS $LIRC_CONFIGFILE
+        eval /usr/sbin/lircd -d "$LIRC_DEVICE" $LIRC_EXTRAOPTS $LIRC_CONFIGFILE
       else
         /usr/sbin/lircd $LIRC_EXTRAOPTS $LIRC_CONFIGFILE
       fi




More information about the arch-commits mailing list