CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
conky: Updated to 1.8.0 and fixed xdamageextension detection.
authorVictor Martinez <pitillo@ono.com>
Wed, 7 Apr 2010 09:05:47 +0000 (09:05 +0000)
committerVictor Martinez <pitillo@ono.com>
Wed, 7 Apr 2010 09:05:47 +0000 (09:05 +0000)
conky/.md5sum
conky/Pkgfile

index 9db1807aacfe8107b27f6d09c7a7fa63883b9b1e..63a237ebdc17e2d50ce4ecd9b1eea2150410671b 100644 (file)
@@ -1 +1 @@
-cf6f5d45d42ad68c618c00271813b80d  conky-1.7.2.tar.bz2
+494cbaf1108cfdb977fc80454d9b13e2  conky-1.8.0.tar.bz2
index de7821f3484e5536a5cda026ac207f4bcbb16dc1..2337fc44e9bf872475e5c71b02cb8244f53ab6ef 100644 (file)
@@ -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