mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
parent
08d12d201a
commit
b4ec3bf35d
1 changed files with 7 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'conky'
|
# Template file for 'conky'
|
||||||
pkgname=conky
|
pkgname=conky
|
||||||
version=1.21.6
|
version=1.22.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
conf_files="/etc/conky/conky.conf /etc/conky/conky_no_x11.conf"
|
conf_files="/etc/conky/conky.conf /etc/conky/conky_no_x11.conf"
|
||||||
|
@ -19,11 +19,15 @@ license="BSD-3-Clause, GPL-3.0-or-later"
|
||||||
homepage="https://github.com/brndnmtthws/conky"
|
homepage="https://github.com/brndnmtthws/conky"
|
||||||
distfiles="https://github.com/brndnmtthws/conky/archive/v${version}.tar.gz
|
distfiles="https://github.com/brndnmtthws/conky/archive/v${version}.tar.gz
|
||||||
https://github.com/brndnmtthws/conky/releases/download/v${version}/conky.1.gz"
|
https://github.com/brndnmtthws/conky/releases/download/v${version}/conky.1.gz"
|
||||||
checksum="b0cd6a9197de1db527953f24635b4e4f19d8ab1258854c4adbfdd6e0f1588341
|
checksum="8633b78e6c0c9e7128efc9fe54b48df75a3860928e3fb101bcf71f6fb3844959
|
||||||
41c14d80a5ee6074ddcb1c3f05805f3f3bb0e65d13c164e619dd7ecbbba314eb"
|
4e2f31b09deb60f289f74d9e7f75e2e987ee0c5d400fc4cbf4ef2b60fe457295"
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
mv conky-*/* .
|
mv conky-*/* .
|
||||||
|
if [ -n "$CROSS_BUILD" ] ; then
|
||||||
|
# some tests are in 'build()' now, 'make_check' does nothing
|
||||||
|
echo "" > cmake/CatchAddTests.cmake
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
post_configure() { # conky-cli
|
post_configure() { # conky-cli
|
||||||
|
|
Loading…
Add table
Reference in a new issue