summaryrefslogtreecommitdiffstats
path: root/wm-addons
diff options
context:
space:
mode:
authorPavel Vinogradov2018-06-28 13:49:18 -0400
committerPavel Vinogradov2018-06-28 13:51:54 -0400
commitf1da3b132de0bce908076ebd9d147357b4ab7c55 (patch)
treed37a43732eef445c7838724208165c71a3617d83 /wm-addons
parent9956d4edcb7b4582bfdddeb4c50ef50102db8164 (diff)
wm-addons/cairo-dock-plugins: made it cmake standard build
Diffstat (limited to 'wm-addons')
-rwxr-xr-xwm-addons/cairo-dock-plugins/CONFIGURE1
-rwxr-xr-xwm-addons/cairo-dock-plugins/DEPENDS2
-rw-r--r--wm-addons/cairo-dock-plugins/HISTORY8
-rwxr-xr-xwm-addons/cairo-dock-plugins/INSTALL1
4 files changed, 9 insertions, 3 deletions
diff --git a/wm-addons/cairo-dock-plugins/CONFIGURE b/wm-addons/cairo-dock-plugins/CONFIGURE
new file mode 100755
index 0000000000..12db82be3f
--- /dev/null
+++ b/wm-addons/cairo-dock-plugins/CONFIGURE
@@ -0,0 +1 @@
+source "${GRIMOIRE}/CMAKE_CONFIGURE"
diff --git a/wm-addons/cairo-dock-plugins/DEPENDS b/wm-addons/cairo-dock-plugins/DEPENDS
index 54c36f8310..4236206bbd 100755
--- a/wm-addons/cairo-dock-plugins/DEPENDS
+++ b/wm-addons/cairo-dock-plugins/DEPENDS
@@ -1,3 +1,3 @@
-depends cmake &&
+source "${GRIMOIRE}/CMAKE_DEPENDS" &&
depends OPENGL &&
depends cairo-dock
diff --git a/wm-addons/cairo-dock-plugins/HISTORY b/wm-addons/cairo-dock-plugins/HISTORY
index 037a81565a..82bb3d4b47 100644
--- a/wm-addons/cairo-dock-plugins/HISTORY
+++ b/wm-addons/cairo-dock-plugins/HISTORY
@@ -1,3 +1,7 @@
+2018-06-28 Pavel Vinogradov <public@sourcemage.org>
+ * CONFIGURE, INSTALL: added for standard cmake build
+ * DEPENDS: source grimoire CMAKE_DEPENDS
+
2016-09-14 Pavel Vinogradov <public@sourcemage.org>
* BUILD: removed sourcing of functions
* PRE_BUILD, weather-url.patch: added a patch from upstream to fix
@@ -48,10 +52,10 @@
* DETAILS: updated spell to 2.0.8.2
2009-07-03 Bearcat M. Sandor <sourcemage@feline-soul.com>
- * DETAILS: updated to 2.0.7
+ * DETAILS: updated to 2.0.7
2009-06-27 Bearcat M. Sandor <sourcemage@feline-soul.com>
- * DETAILS: updated to 2.0.6
+ * DETAILS: updated to 2.0.6
2009-06-10 Bearcat M. Sandor <sourcemage@feline-soul.com>
* DETAILS: updated tp 2.0.5
diff --git a/wm-addons/cairo-dock-plugins/INSTALL b/wm-addons/cairo-dock-plugins/INSTALL
new file mode 100755
index 0000000000..157bcdc7ce
--- /dev/null
+++ b/wm-addons/cairo-dock-plugins/INSTALL
@@ -0,0 +1 @@
+cmake_install