summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorPavel Vinogradov2018-11-15 21:00:21 -0500
committerPavel Vinogradov2018-11-16 14:08:44 -0500
commit3590502d12566b76b1dd766c55dc691141c0b6b5 (patch)
tree62496c66bd8ee80d22209b1084db22328ee458fc /x11
parent9fcb8be8623aef281d98f895cb8ccac8eb5e1880 (diff)
x11/conky: now fully converted to cmake build system
Diffstat (limited to 'x11')
-rwxr-xr-xx11/conky/CONFIGURE2
-rwxr-xr-xx11/conky/DEPENDS2
-rwxr-xr-xx11/conky/DETAILS1
-rw-r--r--x11/conky/HISTORY4
4 files changed, 8 insertions, 1 deletions
diff --git a/x11/conky/CONFIGURE b/x11/conky/CONFIGURE
index 64b5eda44b..a5ab513fca 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 7f3a97f86a..e9ddc465b3 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 8b12cd8339..d62948ac54 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 8766a18aa1..74e2c5ffbd 100644
--- a/x11/conky/HISTORY
+++ b/x11/conky/HISTORY
@@ -1,3 +1,7 @@
+2018-11-15 Pavel Vinogradov <public@sourcemage.org>
+ * CONFIGURE, DEPENDS, DETAILS: now fully converted to cmake build
+ system
+
2018-11-14 Pavel Vinogradov <public@sourcemage.org>
* CONFIGURE, DEPENDS: made libmicrohttpd optional