Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f44ee959ad3fe9f937eaafa6d437d1af78ae684f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f44ee959ad3fe9f937eaafa6d437d1af78ae684f)
  • Date: Tue, 1 Dec 2009 07:02:56 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

mobile/gnokii/DETAILS | 3 ++-
mobile/gnokii/HISTORY | 3 +++
2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 5eefbac4868d03e0b9b3049577f2d70c89e3c5b7
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

gnokii: fixed source url

diff --git a/mobile/gnokii/DETAILS b/mobile/gnokii/DETAILS
index 3be57e5..cff9b29 100755
--- a/mobile/gnokii/DETAILS
+++ b/mobile/gnokii/DETAILS
@@ -12,8 +12,9 @@ if [[ $GNOKII_SCM == y ]]; then
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
else
VERSION=0.6.27
+ BRANCH=$(echo $VERSION | cut -d . -f 1,2)
SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE_URL[0]=http://www.gnokii.org/download/$SPELL/$SOURCE
+ SOURCE_URL[0]=http://www.gnokii.org/download/$SPELL/$BRANCH.x/$SOURCE

SOURCE_HASH=sha512:45ce74f28ed127022f7062c0b57532662859f79bb8fdb52236789de27af86b7ad5684a0c70786bd13e408b393c28296609730a420bb7dae6f2a2cc3bfb783d10
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
fi
diff --git a/mobile/gnokii/HISTORY b/mobile/gnokii/HISTORY
index ac36928..b379505 100644
--- a/mobile/gnokii/HISTORY
+++ b/mobile/gnokii/HISTORY
@@ -1,3 +1,6 @@
+2009-12-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: fixed source url
+
2009-08-15 Arjan Bouter <abouter AT sourcemage.org>
* DEPENDS: use BLUEZ provider




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f44ee959ad3fe9f937eaafa6d437d1af78ae684f), Vlad Glagolev, 12/01/2009

Archive powered by MHonArc 2.6.24.

Top of Page