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

Giovanni Scafora giovanni at archlinux.org
Tue Jun 9 20:40:19 UTC 2009


    Date: Tuesday, June 9, 2009 @ 16:40:19
  Author: giovanni
Revision: 42045

upgpkg: conky 1.7.1-2
    Fixed FS15021 and enabled imlib support

Modified:
  conky/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-06-09 18:05:11 UTC (rev 42044)
+++ PKGBUILD	2009-06-09 20:40:19 UTC (rev 42045)
@@ -4,13 +4,13 @@
 
 pkgname=conky
 pkgver=1.7.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=('libxext' 'libxml2' 'curl' 'wireless_tools' 'libxft' 'glib2' 'libxdamage')
+depends=('alsa-lib' 'libxml2' 'curl' 'wireless_tools' 'libxft' 'glib2' 'libxdamage' 'lua' 'imlib2')
 makedepends=('pkgconfig')
 source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
 md5sums=('5b6dc0daccec578350f36bb2d6deb843')
@@ -21,7 +21,8 @@
               --sysconfdir=/etc \
               --enable-wlan \
 	      --enable-rss \
-	      --enable-ibm
+	      --enable-ibm \
+	      --enable-imlib2
   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