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

Giovanni Scafora giovanni at archlinux.org
Sun Jul 5 17:59:40 UTC 2009


    Date: Sunday, July 5, 2009 @ 13:59:39
  Author: giovanni
Revision: 44941

upgpkg: conky 1.7.1.1-2
    Fixed FS15382

Modified:
  conky/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-07-05 17:58:17 UTC (rev 44940)
+++ PKGBUILD	2009-07-05 17:59:39 UTC (rev 44941)
@@ -4,13 +4,13 @@
 
 pkgname=conky
 pkgver=1.7.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="An advanced, highly configurable system monitor for X based on torsmo"
 arch=('i686' 'x86_64')
 url="http://conky.sourceforge.net/"
 license=('custom')
 replaces=('torsmo')
-depends=('alsa-lib' 'libxml2' 'curl' 'wireless_tools' 'libxft' 'glib2' 'libxdamage' 'lua' 'imlib2')
+depends=('alsa-lib' 'libxml2' 'curl' 'wireless_tools' 'libxft' 'glib2' 'libxdamage' 'imlib2')
 makedepends=('pkgconfig')
 source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
 md5sums=('153a661e78a466c95b1b332e7cd599cb')
@@ -22,7 +22,8 @@
               --enable-wlan \
 	      --enable-rss \
 	      --enable-ibm \
-	      --enable-imlib2
+	      --enable-imlib2 \
+	      --disable-lua
   make || return 1
   make DESTDIR=${pkgdir} install
   install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE




More information about the arch-commits mailing list