conky: update to 1.9.0

This commit is contained in:
Juergen Daubert 2012-05-05 18:30:34 +02:00
parent 1ac1f8d140
commit 5d64925218
2 changed files with 3 additions and 5 deletions

View File

@ -1 +1 @@
366dc6a5c2ebebfbe6f53da25061b5d6 conky-1.8.1.tar.bz2
d3de615f43aadc98d555e05ad9e902c2 conky-1.9.0.tar.bz2

View File

@ -4,13 +4,12 @@
# Depends on: curl, glib, xorg-libxdamage, xorg-libxext, xorg-libxft
name=conky
version=1.8.1
release=2
version=1.9.0
release=1
source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.bz2)
build() {
cd $name-$version
sed -i '/^#include <curl\/types.h>/d' src/*.c
./configure --prefix=/usr \
--mandir=/usr/man \
--disable-lua \
@ -21,5 +20,4 @@ build() {
--enable-curl
make
make DESTDIR=$PKG install
rm -r $PKG/usr/lib
}