Skip to Content.
Sympa Menu

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

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 (865d5df1133f9a2ba3c2450479e767ea16fe9719)
  • Date: Mon, 18 Jan 2016 20:26:31 +0000

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

chat-im/skypeweb/BUILD | 1 +
chat-im/skypeweb/DETAILS | 2 +-
chat-im/skypeweb/HISTORY | 4 ++++
3 files changed, 6 insertions(+), 1 deletion(-)

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

chat-im/skypeweb: fixed removal of SOURCE_DIRECTORY after casting

diff --git a/chat-im/skypeweb/BUILD b/chat-im/skypeweb/BUILD
index e013b8d..d32899e 100755
--- a/chat-im/skypeweb/BUILD
+++ b/chat-im/skypeweb/BUILD
@@ -1 +1,2 @@
+cd ${SPELL} &&
cmake_build
diff --git a/chat-im/skypeweb/DETAILS b/chat-im/skypeweb/DETAILS
index f58c032..c35329a 100755
--- a/chat-im/skypeweb/DETAILS
+++ b/chat-im/skypeweb/DETAILS
@@ -2,7 +2,7 @@
SPELL=skypeweb
VERSION="$(get_scm_version)"
SOURCE="${SPELL}-git.tar.bz2"
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SPELL}-git/${SPELL}"
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SPELL}-git"
SOURCE_URL="git://github.com/EionRobb/skype4pidgin:${SPELL}-git"
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=1
diff --git a/chat-im/skypeweb/HISTORY b/chat-im/skypeweb/HISTORY
index d65f830..b1b389d 100644
--- a/chat-im/skypeweb/HISTORY
+++ b/chat-im/skypeweb/HISTORY
@@ -1,2 +1,6 @@
+2016-01-18 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS, BUILD: fixed SOURCE_DIRECTORY for proper removal after
+ casting
+
2016-01-04 Pavel Vinogradov <public AT sourcemage.org>
* BUILD, DETAILS, DEPENDS, PREPARE: spell created



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (865d5df1133f9a2ba3c2450479e767ea16fe9719), Pavel Vinogradov, 01/18/2016

Archive powered by MHonArc 2.6.24.

Top of Page