Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (97d73bc87812f9bbbbd3ccdda6be38e922c7d583)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (97d73bc87812f9bbbbd3ccdda6be38e922c7d583)
  • Date: Wed, 17 Jun 2026 23:04:34 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

x11/conky/DEPENDS | 7 ++++++-
x11/conky/DETAILS | 4 ++--
x11/conky/HISTORY | 4 ++++
3 files changed, 12 insertions(+), 3 deletions(-)

New commits:
commit 97d73bc87812f9bbbbd3ccdda6be38e922c7d583
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

x11/conky: version 1.24.1

diff --git a/x11/conky/DEPENDS b/x11/conky/DEPENDS
index e86b76d..4769dc1 100755
--- a/x11/conky/DEPENDS
+++ b/x11/conky/DEPENDS
@@ -1,8 +1,13 @@
+. "${GRIMOIRE}/depends_one_of.function" &&
depends cmake &&
depends make &&
depends glib2 &&
depends libxml2 &&
-depends LUA &&
+depends_one_of CONKY_LUA \
+ lua53 "" \
+ lua54 "" \
+ lua55 "" \
+ "Lua scripting language" &&

optional_depends libmicrohttpd \
"-DBUILD_HTTP=on" \
diff --git a/x11/conky/DETAILS b/x11/conky/DETAILS
index 96d6925..e6aa3a6 100755
--- a/x11/conky/DETAILS
+++ b/x11/conky/DETAILS
@@ -1,7 +1,7 @@
."${GRIMOIRE}/CMAKE_FUNCTIONS"
SPELL=conky
- VERSION=1.24.0
-
SOURCE_HASH=sha512:158f0f0e995f15b5a3735c61cac70f5655e5df610beb5464d2176727e2bbc4361c958f38620aad8e92844f8b67147d1938fbf10b842c788c87d5e393c47f4e33
+ VERSION=1.24.1
+
SOURCE_HASH=sha512:576f074a15b95a7450410d9394a83e3836685ee547fbe8114ac78fb8b25ef049d32a5607e2ef0dccbb65d854e4760ab24d13385e9162632515a3135730b917c2
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"

SOURCE_URL[0]=https://github.com/brndnmtthws/conky/archive/v${VERSION}.tar.gz
diff --git a/x11/conky/HISTORY b/x11/conky/HISTORY
index 7534887..8cbd14e 100644
--- a/x11/conky/HISTORY
+++ b/x11/conky/HISTORY
@@ -1,3 +1,7 @@
+2026-06-17 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 1.24.1
+ * DEPENDS: lua53, lua54 or lua55 are allowed
+
2026-06-01 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.24.0
* DEPENDS: lua54 -> LUA


  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (97d73bc87812f9bbbbd3ccdda6be38e922c7d583), Pavel Vinogradov, 06/17/2026

Archive powered by MHonArc 2.6.24.

Top of Page