conky: update to 1.7.2

This commit is contained in:
Juergen Daubert 2009-08-25 16:09:14 +02:00
parent cf270fbdb0
commit 45e9d5786e
3 changed files with 4 additions and 2 deletions

View File

@ -4,6 +4,7 @@ drwxr-xr-x root/root usr/bin/
drwxr-xr-x root/root usr/etc/
drwxr-xr-x root/root usr/etc/conky/
-rw-r--r-- root/root usr/etc/conky/conky.conf
-rw-r--r-- root/root usr/etc/conky/conky_no_x11.conf
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/conky.1.gz

View File

@ -1 +1 @@
153a661e78a466c95b1b332e7cd599cb conky-1.7.1.1.tar.bz2
cf6f5d45d42ad68c618c00271813b80d conky-1.7.2.tar.bz2

View File

@ -4,7 +4,7 @@
# Depends on: glib, xorg-libxdamage, xorg-libxext, xorg-libxft
name=conky
version=1.7.1.1
version=1.7.2
release=1
source=(http://dl.sourceforge.net/sourceforge/conky/$name-$version.tar.bz2)
@ -18,4 +18,5 @@ build() {
--enable-mpd
make
make DESTDIR=$PKG install
rm -r $PKG/usr/lib
}