From 7dc69121b2e8850c426eebd2a4ce7c8a58a86167 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 7 Apr 2010 09:05:47 +0000 Subject: [PATCH] conky: Updated to 1.8.0 and fixed xdamageextension detection. --- conky/.md5sum | 2 +- conky/Pkgfile | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/conky/.md5sum b/conky/.md5sum index 9db1807..63a237e 100644 --- a/conky/.md5sum +++ b/conky/.md5sum @@ -1 +1 @@ -cf6f5d45d42ad68c618c00271813b80d conky-1.7.2.tar.bz2 +494cbaf1108cfdb977fc80454d9b13e2 conky-1.8.0.tar.bz2 diff --git a/conky/Pkgfile b/conky/Pkgfile index de7821f..2337fc4 100644 --- a/conky/Pkgfile +++ b/conky/Pkgfile @@ -5,7 +5,7 @@ # Depends on: glib xorg-libxdamage xorg-libxext xorg-libxft name=conky -version=1.7.2 +version=1.8.0 release=1 source=(http://dl.sourceforge.net/sourceforge/conky/$name-$version.tar.bz2) @@ -33,6 +33,8 @@ build() { export conky_LIBS="$X11_LIBS $Xext_LIBS $XDamage_LIBS $XFixes_LIBS $Xft_LIBS $glib2_LIBS $libcurl_LIBS $FREETYPE_LIBS" export conky_CFLAGS="$X11_CFLAGS $Xext_CFLAGS $XDamage_CFLAGS $XFixes_CFLAGS $Xft_CFLAGS $glib2_CFLAGS $libcurl_CFLAGS $FREETYPE_CFLAGS" + echo "ac_cv_lib_Xdamage_XDamageQueryExtension=yes" > config.cache + ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \ @@ -40,7 +42,8 @@ build() { --disable-lua \ --enable-xft \ --enable-portmon \ - --enable-mpd + --enable-mpd \ + --cache-file=config.cache make make DESTDIR=$PKG install -- 2.26.2