From 97c76256e2eda495595c33958db6c712077f97ee Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Sun, 17 Jul 2016 16:10:31 +0200 Subject: [PATCH] conky: update to 1.10.3. Closes #4479. --- srcpkgs/conky/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/conky/template b/srcpkgs/conky/template index ab7d3c89d7..bb5bc0b425 100644 --- a/srcpkgs/conky/template +++ b/srcpkgs/conky/template @@ -1,6 +1,6 @@ # Template file for 'conky' pkgname=conky -version=1.10.2 +version=1.10.3 revision=1 build_style=cmake configure_args=" @@ -8,7 +8,7 @@ configure_args=" -DBUILD_X11=ON -DBUILD_CURL=ON -DBUILD_XDBE=ON -DBUILD_RSS=ON -DBUILD_WEATHER_METAR=ON -DBUILD_WEATHER_XOAP=ON -DBUILD_IMLIB2=ON -DBUILD_WLAN=ON -DBUILD_LUA_CAIRO=ON -DBUILD_LUA_IMLIB2=ON -DBUILD_LUA_RSVG=ON -DBUILD_XSHAPE=ON" -hostmakedepends="cmake libtool pkg-config docbook2x man-db git toluapp" +hostmakedepends="libtool pkg-config docbook2x man-db git toluapp" makedepends="lua51-devel toluapp-devel librsvg-devel alsa-lib-devel libxml2-devel libXft-devel libXdamage-devel libXinerama-devel imlib2-devel wireless_tools-devel libcurl-devel ncurses-devel" @@ -18,7 +18,7 @@ maintainer="Juan RP " license="BSD, GPL-3" homepage="http://conky.sourceforge.net/" distfiles="https://github.com/brndnmtthws/${pkgname}/archive/v${version}.tar.gz" -checksum=cc4536141d90a6403a1eccf1f36891b6dd421e69ec3803842c65113c3a109cf0 +checksum=456342fca8e33f1bfce1b4020586e05b7f89953f846c42e6cf570b766bf62bd5 post_extract() { sed -i \ @@ -28,6 +28,7 @@ post_extract() { -e 's/(FATAL_ERROR "Unable to find program '\''tolua++'\''")/(FATAL_ERROR "Unable to find program '\''toluapp'\''")/g' \ -e 's/(TOLUA_LIBS NAMES tolua++ tolua++5.1 tolua++-5.1)/(TOLUA_LIBS NAMES toluapp)/g' \ -e 's/(FATAL_ERROR "Unable to find tolua++ library")/(FATAL_ERROR "Unable to find toluapp library")/g' \ + -e 's/NCURSES ncurses/NCURSES ncursesw/g' \ cmake/ConkyPlatformChecks.cmake }