mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
parent
97c76256e2
commit
9d9245eea7
1 changed files with 5 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'conky-cli'
|
# Template file for 'conky-cli'
|
||||||
pkgname=conky-cli
|
pkgname=conky-cli
|
||||||
version=1.10.2
|
version=1.10.3
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname/-cli/}-${version}"
|
wrksrc="${pkgname/-cli/}-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
@ -18,10 +18,12 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="BSD, GPL-3"
|
license="BSD, GPL-3"
|
||||||
homepage="http://conky.sourceforge.net/"
|
homepage="http://conky.sourceforge.net/"
|
||||||
distfiles="https://github.com/brndnmtthws/conky/archive/v${version}.tar.gz"
|
distfiles="https://github.com/brndnmtthws/conky/archive/v${version}.tar.gz"
|
||||||
checksum=cc4536141d90a6403a1eccf1f36891b6dd421e69ec3803842c65113c3a109cf0
|
checksum=456342fca8e33f1bfce1b4020586e05b7f89953f846c42e6cf570b766bf62bd5
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i '1iinclude(CheckIncludeFile)' cmake/ConkyPlatformChecks.cmake
|
sed -i -e '1iinclude(CheckIncludeFile)' \
|
||||||
|
-e 's/NCURSES ncurses/NCURSES ncursesw/' \
|
||||||
|
cmake/ConkyPlatformChecks.cmake
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue