Skip to Content.
Sympa Menu

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

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 (3590502d12566b76b1dd766c55dc691141c0b6b5)
  • Date: Fri, 16 Nov 2018 19:08:47 +0000

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

x11/conky/CONFIGURE | 2 ++
x11/conky/DEPENDS | 2 +-
x11/conky/DETAILS | 1 +
x11/conky/HISTORY | 4 ++++
4 files changed, 8 insertions(+), 1 deletion(-)

New commits:
commit 3590502d12566b76b1dd766c55dc691141c0b6b5
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

x11/conky: now fully converted to cmake build system

diff --git a/x11/conky/CONFIGURE b/x11/conky/CONFIGURE
index 64b5eda..a5ab513 100755
--- a/x11/conky/CONFIGURE
+++ b/x11/conky/CONFIGURE
@@ -1,3 +1,5 @@
+source "${GRIMOIRE}/CMAKE_CONFIGURE" &&
+
config_query_option CONKY_OPTS 'enable real transparency support?' n \
'-DBUILD_ARGB=on' '-DBUILD_ARGB=off' &&
config_query_option CONKY_OPTS 'enable METAR weather support?' n \
diff --git a/x11/conky/DEPENDS b/x11/conky/DEPENDS
index 7f3a97f..e9ddc46 100755
--- a/x11/conky/DEPENDS
+++ b/x11/conky/DEPENDS
@@ -1,5 +1,5 @@
+source "${GRIMOIRE}/CMAKE_DEPENDS" &&
depends glib2 &&
-depends cmake &&
depends LUA &&

optional_depends libmicrohttpd \
diff --git a/x11/conky/DETAILS b/x11/conky/DETAILS
index 8b12cd8..d62948a 100755
--- a/x11/conky/DETAILS
+++ b/x11/conky/DETAILS
@@ -1,3 +1,4 @@
+source "${GRIMOIRE}/CMAKE_FUNCTIONS"
SPELL=conky
VERSION=1.10.8
SOURCE=$SPELL-$VERSION.tar.gz
diff --git a/x11/conky/HISTORY b/x11/conky/HISTORY
index 8766a18..74e2c5f 100644
--- a/x11/conky/HISTORY
+++ b/x11/conky/HISTORY
@@ -1,3 +1,7 @@
+2018-11-15 Pavel Vinogradov <public AT sourcemage.org>
+ * CONFIGURE, DEPENDS, DETAILS: now fully converted to cmake build
+ system
+
2018-11-14 Pavel Vinogradov <public AT sourcemage.org>
* CONFIGURE, DEPENDS: made libmicrohttpd optional




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (3590502d12566b76b1dd766c55dc691141c0b6b5), Pavel Vinogradov, 11/16/2018

Archive powered by MHonArc 2.6.24.

Top of Page