parent
36bb07c250
commit
97c76256e2
1 changed files with 4 additions and 3 deletions
|
@ -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 <xtraeme@voidlinux.eu>"
|
|||
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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue