From 5801c5acd80d30d17aaef76b8bc401c61b3ef3c9 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 5 May 2012 00:01:14 +0000 Subject: Sat May 5 00:01:14 UTC 2012 --- extra/conky/PKGBUILD | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'extra/conky') diff --git a/extra/conky/PKGBUILD b/extra/conky/PKGBUILD index 037f0a618..b941e0a67 100644 --- a/extra/conky/PKGBUILD +++ b/extra/conky/PKGBUILD @@ -1,32 +1,28 @@ -# $Id: PKGBUILD 150215 2012-02-15 03:04:18Z bisson $ +# $Id: PKGBUILD 158528 2012-05-03 23:54:02Z bisson $ # Contributor: Giovanni Scafora # Contributor: James Rayner # Contributor: Partha Chowdhury # Maintainer: Gaetan Bisson pkgname=conky -pkgver=1.8.2git20111107 -pkgrel=2 +pkgver=1.9.0 +pkgrel=1 pkgdesc='Lightweight system monitor for X' url='http://conky.sourceforge.net/' license=('BSD' 'GPL') arch=('i686' 'x86_64') options=('!emptydirs') -makedepends=('pkg-config' 'docbook2x') +makedepends=('docbook2x') depends=('alsa-lib' 'libxml2' 'curl' 'wireless_tools' 'libxft' 'glib2' 'libxdamage' 'imlib2') backup=('etc/conky/conky.conf' 'etc/conky/conky_no_x11.conf') -source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz") -sha1sums=('133fc6fdc725162af9a98c72c1b7349efc22447c') - -# git clone git://git.omp.am/conky.git; cd conky; git archive --prefix=${pkgname}-${pkgver}/ origin/1.8.2 | xz > ../${pkgname}-${pkgver}.tar.xz +source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") +sha1sums=('a8d26d002370c9b877ae77ad3a3bbd2566b38e5d') replaces=('torsmo') build() { cd "${srcdir}/${pkgname}-${pkgver}" - sh autogen.sh - CPPFLAGS="${CXXFLAGS}" LIBS="${LDFLAGS}" ./configure \ --prefix=/usr \ --sysconfdir=/etc \ -- cgit v1.2.3-54-g00ecf