Skip to Content.
Sympa Menu

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

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 (f1da3b132de0bce908076ebd9d147357b4ab7c55)
  • Date: Thu, 28 Jun 2018 17:56:06 +0000

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

wm-addons/cairo-dock-plugins/CONFIGURE | 1 +
wm-addons/cairo-dock-plugins/DEPENDS | 2 +-
wm-addons/cairo-dock-plugins/HISTORY | 8 ++++++--
wm-addons/cairo-dock-plugins/INSTALL | 1 +
wm-addons/cairo-dock/CONFIGURE | 1 +
wm-addons/cairo-dock/DEPENDS | 2 +-
wm-addons/cairo-dock/HISTORY | 4 ++++
wm-addons/cairo-dock/INSTALL | 1 +
8 files changed, 16 insertions(+), 4 deletions(-)

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

wm-addons/cairo-dock-plugins: made it cmake standard build

commit 9956d4edcb7b4582bfdddeb4c50ef50102db8164
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

wm-addons/cairo-dock: made it cmake standard build

diff --git a/wm-addons/cairo-dock-plugins/CONFIGURE
b/wm-addons/cairo-dock-plugins/CONFIGURE
new file mode 100755
index 0000000..12db82b
--- /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 54c36f8..4236206 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 037a815..82bb3d4 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 AT sourcemage.org>
+ * CONFIGURE, INSTALL: added for standard cmake build
+ * DEPENDS: source grimoire CMAKE_DEPENDS
+
2016-09-14 Pavel Vinogradov <public AT 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 AT feline-soul.com>
- * DETAILS: updated to 2.0.7
+ * DETAILS: updated to 2.0.7

2009-06-27 Bearcat M. Sandor <sourcemage AT feline-soul.com>
- * DETAILS: updated to 2.0.6
+ * DETAILS: updated to 2.0.6

2009-06-10 Bearcat M. Sandor <sourcemage AT 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 0000000..157bcdc
--- /dev/null
+++ b/wm-addons/cairo-dock-plugins/INSTALL
@@ -0,0 +1 @@
+cmake_install
diff --git a/wm-addons/cairo-dock/CONFIGURE b/wm-addons/cairo-dock/CONFIGURE
new file mode 100755
index 0000000..12db82b
--- /dev/null
+++ b/wm-addons/cairo-dock/CONFIGURE
@@ -0,0 +1 @@
+source "${GRIMOIRE}/CMAKE_CONFIGURE"
diff --git a/wm-addons/cairo-dock/DEPENDS b/wm-addons/cairo-dock/DEPENDS
index 715c499..b0aa18e 100755
--- a/wm-addons/cairo-dock/DEPENDS
+++ b/wm-addons/cairo-dock/DEPENDS
@@ -1,4 +1,4 @@
-depends cmake &&
+source "${GRIMOIRE}/CMAKE_DEPENDS" &&
depends OPENGL &&
depends cairo &&
depends librsvg2 &&
diff --git a/wm-addons/cairo-dock/HISTORY b/wm-addons/cairo-dock/HISTORY
index 98e8010..4b1e563 100644
--- a/wm-addons/cairo-dock/HISTORY
+++ b/wm-addons/cairo-dock/HISTORY
@@ -1,3 +1,7 @@
+2018-06-28 Pavel Vinogradov <public AT sourcemage.org>
+ * CONFIGURE, INSTALL: added for standard cmake build
+ * DEPENDS: source grimoire CMAKE_DEPENDS
+
2016-09-26 Pavel Vinogradov <public AT sourcemage.org>
* DEPENDS: removed gtkglext

diff --git a/wm-addons/cairo-dock/INSTALL b/wm-addons/cairo-dock/INSTALL
new file mode 100755
index 0000000..157bcdc
--- /dev/null
+++ b/wm-addons/cairo-dock/INSTALL
@@ -0,0 +1 @@
+cmake_install



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (f1da3b132de0bce908076ebd9d147357b4ab7c55), Pavel Vinogradov, 06/28/2018

Archive powered by MHonArc 2.6.24.

Top of Page