diff --git a/conky/.footprint b/conky/.footprint index eba7cf6de..81df1f1b0 100644 --- a/conky/.footprint +++ b/conky/.footprint @@ -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 diff --git a/conky/.md5sum b/conky/.md5sum index 2cb98cd28..9db1807aa 100644 --- a/conky/.md5sum +++ b/conky/.md5sum @@ -1 +1 @@ -153a661e78a466c95b1b332e7cd599cb conky-1.7.1.1.tar.bz2 +cf6f5d45d42ad68c618c00271813b80d conky-1.7.2.tar.bz2 diff --git a/conky/Pkgfile b/conky/Pkgfile index e4696ea6d..44f22766a 100644 --- a/conky/Pkgfile +++ b/conky/Pkgfile @@ -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 }