Skip to Content.
Sympa Menu

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

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
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (5e1db566c3855b2afad4ca06e08c0fe5390b47e7)
  • Date: Sun, 15 Jan 2023 00:07:19 +0000

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

x11/conky/DEPENDS | 8 ++++++++
x11/conky/DETAILS | 4 ++--
x11/conky/HISTORY | 4 ++++
3 files changed, 14 insertions(+), 2 deletions(-)

New commits:
commit 5e1db566c3855b2afad4ca06e08c0fe5390b47e7
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

x11/conky: version 1.17.0

diff --git a/x11/conky/DEPENDS b/x11/conky/DEPENDS
index 83b38e5..1f04e86 100755
--- a/x11/conky/DEPENDS
+++ b/x11/conky/DEPENDS
@@ -35,6 +35,14 @@ if is_depends_enabled $SPELL libx11; then
"for Xft support"
fi &&

+optional_depends wayland \
+ "-DBUILD_WAYLAND=on" \
+ "-DBUILD_WAYLAND=off" \
+ "to build Wayland client" &&
+if is_depends_enabled "${SPELL}" "wayland"; then
+ depends wayland-protocols
+fi &&
+
optional_depends cmus \
"-DBUILD_CMUS=on" \
"-DBUILD_CMUS=off" \
diff --git a/x11/conky/DETAILS b/x11/conky/DETAILS
index 109d7c4..423342e 100755
--- a/x11/conky/DETAILS
+++ b/x11/conky/DETAILS
@@ -1,7 +1,7 @@
source "${GRIMOIRE}/CMAKE_FUNCTIONS"
SPELL=conky
- VERSION=1.15.0
-
SOURCE_HASH=sha512:d317b0a141355ce56c9dce5ba6e4b9dbe73b05b9b0b85d93d491f6d6da4194c1aceefbbc7e1b10e5fc233a9732933949e273630845194f6c16dce34a77ee5841
+ VERSION=1.17.0
+
SOURCE_HASH=sha512:4da55ba3835e8ff42747f2bc01c34a94b2819e08eb74ddb913fd34bf4b682d75331119745ee006d842d3d2142fc53eeada16afdf698a60f37b566f55896aa2db
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 f4c094a..2acf94f 100644
--- a/x11/conky/HISTORY
+++ b/x11/conky/HISTORY
@@ -1,3 +1,7 @@
+2023-01-14 Pavel Vinpgradov <public AT sourcemage.org>
+ * DETAILS: version 1.17.0
+ * DEPENDS: added optional wayland and wayland-protocols
+
2022-10-16 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.15.0




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (5e1db566c3855b2afad4ca06e08c0fe5390b47e7), Pavel Vinogradov, 01/14/2023

Archive powered by MHonArc 2.6.24.

Top of Page