Date: Saturday, April 9, 2011 @ 06:32:42 Author: bisson Revision: 118899
add weather support through curl (FS#23660), enable curl explicitly Modified: conky/trunk/PKGBUILD ----------+ PKGBUILD | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-04-09 10:13:37 UTC (rev 118898) +++ PKGBUILD 2011-04-09 10:32:42 UTC (rev 118899) @@ -1,18 +1,19 @@ # $Id$ -# Maintainer: Giovanni Scafora <[email protected]> +# Contributor: Giovanni Scafora <[email protected]> # Contributor: James Rayner <[email protected]> -# Contributor: Partha Chowdhury <[email protected]> +# Contributor: Partha Chowdhury <[email protected]> +# Maintainer: Gaetan Bisson <[email protected]> pkgname=conky pkgver=1.8.1 -pkgrel=2 +pkgrel=3 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') +makedepends=('pkg-config') depends=('alsa-lib' 'libxml2' 'curl' 'wireless_tools' 'libxft' 'glib2' 'libxdamage' 'imlib2') -makedepends=('pkg-config') backup=('etc/conky/conky.conf' 'etc/conky/conky_no_x11.conf') source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz" 'current-power.patch') @@ -28,11 +29,14 @@ ./configure \ --prefix=/usr \ --sysconfdir=/etc \ - --enable-wlan \ + --enable-ibm \ + --enable-curl \ --enable-rss \ - --enable-ibm \ + --enable-weather-xoap \ --enable-imlib2 \ - --disable-lua + --disable-lua \ + --enable-wlan \ + make }
