Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (9af5acc657c1298aadef5ea7452a8db5b7df129c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (9af5acc657c1298aadef5ea7452a8db5b7df129c)
  • Date: Thu, 11 Dec 2008 04:51:14 -0600

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

chat-im/tkabber-plugins/DETAILS | 1 +
chat-im/tkabber-plugins/HISTORY | 5 +++++
chat-im/tkabber-plugins/PRE_BUILD | 3 ++-
3 files changed, 8 insertions(+), 1 deletion(-)

New commits:
commit 9af5acc657c1298aadef5ea7452a8db5b7df129c
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

tkabber-plugins: added fix for plugins destination directory, PATCHLEVEL++

diff --git a/chat-im/tkabber-plugins/DETAILS b/chat-im/tkabber-plugins/DETAILS
index 1684cef..3776a2f 100755
--- a/chat-im/tkabber-plugins/DETAILS
+++ b/chat-im/tkabber-plugins/DETAILS
@@ -6,6 +6,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_HASH=md5:1da01fafcb80083df799c92c83243b62:UPSTREAM_HASH
WEB_SITE=http://tkabber.jabber.ru/
ENTERED=20080707
+ PATCHLEVEL=1
LICENSE[0]=GPL
KEYWORDS="jabber messaging chat"
SHORT="plugins for Tkabber"
diff --git a/chat-im/tkabber-plugins/HISTORY b/chat-im/tkabber-plugins/HISTORY
index b4c65e4..86f3395 100644
--- a/chat-im/tkabber-plugins/HISTORY
+++ b/chat-im/tkabber-plugins/HISTORY
@@ -1,3 +1,8 @@
+2008-12-11 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: PATCHLEVEL++
+ * PRE_BUILD: added fix for plugins destination directory,
+ sedit -> sed -i
+
2008-12-10 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: updated to 0.11.1

diff --git a/chat-im/tkabber-plugins/PRE_BUILD
b/chat-im/tkabber-plugins/PRE_BUILD
index b623470..9d1098d 100755
--- a/chat-im/tkabber-plugins/PRE_BUILD
+++ b/chat-im/tkabber-plugins/PRE_BUILD
@@ -1,3 +1,4 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
-sedit "s:PREFIX = /usr/local:PREFIX = $INSTALL_ROOT/usr:" Makefile
+sed -i "s:PREFIX = /usr/local:PREFIX = $INSTALL_ROOT/usr:" Makefile &&
+sed -i "s:share/tkabber-plugins:share/tkabber/plugins:" Makefile



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (9af5acc657c1298aadef5ea7452a8db5b7df129c), Pol Vinogradov, 12/11/2008

Archive powered by MHonArc 2.6.24.

Top of Page