X-Git-Url: http://gitweb/?a=blobdiff_plain;f=conky%2FPkgfile;h=27d72455b0a9d112bcb8c32ba0effe575bc7e68a;hb=refs%2Fheads%2F2.7;hp=de7821f3484e5536a5cda026ac207f4bcbb16dc1;hpb=4fc37a69a0bbfaece4af22501d97aebc48586138;p=attic%2Fports%2Fopt-cross.git diff --git a/conky/Pkgfile b/conky/Pkgfile index de7821f..27d7245 100644 --- a/conky/Pkgfile +++ b/conky/Pkgfile @@ -1,11 +1,11 @@ # Description: Light-weight system monitor # URL: http://conky.sourceforge.net/ # Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de -# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org +# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu # 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