From b4ec3bf35d5d2866bef144a6dc9e760c78ba0978 Mon Sep 17 00:00:00 2001 From: zlice Date: Thu, 19 Dec 2024 08:11:25 -0500 Subject: [PATCH] conky: update to 1.22.0 closes #50564 --- srcpkgs/conky/template | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/srcpkgs/conky/template b/srcpkgs/conky/template index 97c21c739e1..44ee2aadfee 100644 --- a/srcpkgs/conky/template +++ b/srcpkgs/conky/template @@ -1,6 +1,6 @@ # Template file for 'conky' pkgname=conky -version=1.21.6 +version=1.22.0 revision=1 build_style=cmake 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" distfiles="https://github.com/brndnmtthws/conky/archive/v${version}.tar.gz https://github.com/brndnmtthws/conky/releases/download/v${version}/conky.1.gz" -checksum="b0cd6a9197de1db527953f24635b4e4f19d8ab1258854c4adbfdd6e0f1588341 - 41c14d80a5ee6074ddcb1c3f05805f3f3bb0e65d13c164e619dd7ecbbba314eb" +checksum="8633b78e6c0c9e7128efc9fe54b48df75a3860928e3fb101bcf71f6fb3844959 + 4e2f31b09deb60f289f74d9e7f75e2e987ee0c5d400fc4cbf4ef2b60fe457295" post_extract() { 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