Skip to Content.
Sympa Menu

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

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 (27d81d7a6e65cb4251514aa49be34988a95420c0)
  • Date: Mon, 4 Jan 2016 22:19:05 +0000

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

ChangeLog | 4 ++++
chat-im/skypeweb/BUILD | 1 +
chat-im/skypeweb/DEPENDS | 5 +++++
chat-im/skypeweb/DETAILS | 18 ++++++++++++++++++
chat-im/skypeweb/HISTORY | 2 ++
chat-im/skypeweb/PREPARE | 2 ++
6 files changed, 32 insertions(+)

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

chat-im/skypeweb: new spell, SkypeWeb Plugin for Pidgin/libpurple/Adium

diff --git a/ChangeLog b/ChangeLog
index dc709ae..47f10f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-01-04 Pavel Vinogradov <public AT sourcemage.org>
+ * chat-im/skypeweb: new spell, SkypeWeb Plugin for
+ Pidgin/libpurple/Adium
+
2016-01-04 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* haskell/haskell-setlocale: new spell, locale support for haskell

diff --git a/chat-im/skypeweb/BUILD b/chat-im/skypeweb/BUILD
new file mode 100755
index 0000000..e013b8d
--- /dev/null
+++ b/chat-im/skypeweb/BUILD
@@ -0,0 +1 @@
+cmake_build
diff --git a/chat-im/skypeweb/DEPENDS b/chat-im/skypeweb/DEPENDS
new file mode 100755
index 0000000..b2ef4c6
--- /dev/null
+++ b/chat-im/skypeweb/DEPENDS
@@ -0,0 +1,5 @@
+depends cmake &&
+depends glib2 &&
+depends json-glib &&
+depends git &&
+depends pidgin
diff --git a/chat-im/skypeweb/DETAILS b/chat-im/skypeweb/DETAILS
new file mode 100755
index 0000000..f58c032
--- /dev/null
+++ b/chat-im/skypeweb/DETAILS
@@ -0,0 +1,18 @@
+. "$GRIMOIRE/FUNCTIONS"
+ SPELL=skypeweb
+ VERSION="$(get_scm_version)"
+ SOURCE="${SPELL}-git.tar.bz2"
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SPELL}-git/${SPELL}"
+ SOURCE_URL="git://github.com/EionRobb/skype4pidgin:${SPELL}-git"
+ SOURCE_IGNORE=volatile
+ FORCE_DOWNLOAD=1
+ WEB_SITE="http://eion.robbmob.com/";
+ ENTERED=20160104
+ LICENSE[0]="GPL"
+ KEYWORDS=""
+ SHORT="SkypeWeb Plugin for Pidgin/libpurple/Adium"
+cat << EOF
+This is the SkypeWeb plugin for Pidgin/libpurple. It allows you to see Skype
+contacts in Pidgin/libpurple, send them instant messages and participate in
+group chat.
+EOF
diff --git a/chat-im/skypeweb/HISTORY b/chat-im/skypeweb/HISTORY
new file mode 100644
index 0000000..d65f830
--- /dev/null
+++ b/chat-im/skypeweb/HISTORY
@@ -0,0 +1,2 @@
+2016-01-04 Pavel Vinogradov <public AT sourcemage.org>
+ * BUILD, DETAILS, DEPENDS, PREPARE: spell created
diff --git a/chat-im/skypeweb/PREPARE b/chat-im/skypeweb/PREPARE
new file mode 100755
index 0000000..a68f274
--- /dev/null
+++ b/chat-im/skypeweb/PREPARE
@@ -0,0 +1,2 @@
+. ${GRIMOIRE}/FUNCTIONS &&
+prepare_select_branch scm



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (27d81d7a6e65cb4251514aa49be34988a95420c0), Pavel Vinogradov, 01/04/2016

Archive powered by MHonArc 2.6.24.

Top of Page