summaryrefslogtreecommitdiffstats
path: root/wm-addons
diff options
context:
space:
mode:
authorPavel Vinogradov2016-09-14 17:21:25 -0400
committerPavel Vinogradov2016-09-14 17:21:25 -0400
commit347fe8b347bfe4a5f55d808e5aa004cb1239e1aa (patch)
tree34f7f5aa1b888bda997a156ec70afd86f679fa49 /wm-addons
parentea41f595240301315fcbaf4958e0bd522f00a29a (diff)
wm-addons/cairo-dock: reorganized sedding
Diffstat (limited to 'wm-addons')
-rwxr-xr-xwm-addons/cairo-dock/BUILD4
-rw-r--r--wm-addons/cairo-dock/HISTORY4
-rwxr-xr-xwm-addons/cairo-dock/PRE_BUILD4
3 files changed, 8 insertions, 4 deletions
diff --git a/wm-addons/cairo-dock/BUILD b/wm-addons/cairo-dock/BUILD
index 5664e3691a..e013b8d866 100755
--- a/wm-addons/cairo-dock/BUILD
+++ b/wm-addons/cairo-dock/BUILD
@@ -1,5 +1 @@
-. "$GRIMOIRE"/FUNCTIONS
-
-sed -i "s:glib/gtypes.h:glib.h:" src/gldit/cairo-dock-keybinder.h &&
-
cmake_build
diff --git a/wm-addons/cairo-dock/HISTORY b/wm-addons/cairo-dock/HISTORY
index 5be7f08250..071617b159 100644
--- a/wm-addons/cairo-dock/HISTORY
+++ b/wm-addons/cairo-dock/HISTORY
@@ -1,3 +1,7 @@
+2016-09-14 Pavel Vinogradov <public@sourcemage.org>
+ * BUILD: removed sed and sourcing of functions
+ * PRE_BUILD: sed now is here
+
2015-12-15 Pavel Vinogradov <public@sourcemage.org>
* DETAILS: updated spell to 3.4.1, got SOURCE_URLs escaped, added
GitHub mirror
diff --git a/wm-addons/cairo-dock/PRE_BUILD b/wm-addons/cairo-dock/PRE_BUILD
new file mode 100755
index 0000000000..13159d6dca
--- /dev/null
+++ b/wm-addons/cairo-dock/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+
+sed -i "s:glib/gtypes.h:glib.h:" src/gldit/cairo-dock-keybinder.h