Skip to Content.
Sympa Menu

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

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 (774a5158d91b91f688cabf2151b600fea5c29389)
  • Date: Tue, 21 Jun 2016 19:12:48 +0000

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

ChangeLog | 6 +++++-
chat-im/purple-vk-plugin/BUILD | 1 +
chat-im/purple-vk-plugin/DEPENDS | 8 ++++++++
chat-im/purple-vk-plugin/DETAILS | 17 +++++++++++++++++
chat-im/purple-vk-plugin/HISTORY | 2 ++
chat-im/purple-vk-plugin/PREPARE | 2 ++
6 files changed, 35 insertions(+), 1 deletion(-)

New commits:
commit 774a5158d91b91f688cabf2151b600fea5c29389
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

chat-im/purple-vk-plugin: new spell, VK plugin for Pidgin
ChangeLog: fixed wrong entry

diff --git a/ChangeLog b/ChangeLog
index def1deb..0b32e9b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2016-06-21 Pavel Vinogradov <public AT sourcemage.org>
+ * chat-im/purple-vk-plugin: new spell, VK plugin for Pidgin
+
2016-06-17 Vlad Glagolev <stealth AT sourcemage.org>
* utils/sysdig: new spell, Linux system exploration and
troubleshooting
tool
@@ -49,7 +52,8 @@
* net/inadyn: new spell, small and simple DDNS client

2016-04-25 Treeve Jelbert <treeve AT sourcemage.org>
- * kde-frameworks/kactivities-stats" added
+ * kde-frameworks/kactivities-stats: added, access data collected by
the
+ activities system

2016-04-22 Treeve Jelbert <treeve AT sourcemage.org>
* kde5-apps/zanshin: added, personal organizer
diff --git a/chat-im/purple-vk-plugin/BUILD b/chat-im/purple-vk-plugin/BUILD
new file mode 100755
index 0000000..e013b8d
--- /dev/null
+++ b/chat-im/purple-vk-plugin/BUILD
@@ -0,0 +1 @@
+cmake_build
diff --git a/chat-im/purple-vk-plugin/DEPENDS
b/chat-im/purple-vk-plugin/DEPENDS
new file mode 100755
index 0000000..298cdc7
--- /dev/null
+++ b/chat-im/purple-vk-plugin/DEPENDS
@@ -0,0 +1,8 @@
+depends cmake &&
+depends -sub CXX gcc &&
+depends gettext &&
+depends glib2 &&
+depends libxml2 &&
+depends mercurial &&
+depends pidgin &&
+depends zlib
diff --git a/chat-im/purple-vk-plugin/DETAILS
b/chat-im/purple-vk-plugin/DETAILS
new file mode 100755
index 0000000..1a76781
--- /dev/null
+++ b/chat-im/purple-vk-plugin/DETAILS
@@ -0,0 +1,17 @@
+. "$GRIMOIRE/FUNCTIONS"
+ SPELL=purple-vk-plugin
+ VERSION="$(get_scm_version)"
+ SOURCE="${SPELL}-scm.tar.bz2"
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SPELL}-scm"
+ SOURCE_URL="hg_http://bitbucket.org/olegoandreev/${SPELL}:${SPELL}-scm";
+ SOURCE_IGNORE=volatile
+ FORCE_DOWNLOAD=on
+ WEB_SITE="http://bitbucket.org/olegoandreev/purple-vk-plugin";
+ ENTERED=20160621
+ LICENSE[0]="GPL"
+ KEYWORDS=""
+ SHORT="VK plugin for Pidgin"
+cat << EOF
+Purple-vk-plugin is a plugin for Pidgin, which supports Vk.com (Vkontakte)
+messaging.
+EOF
diff --git a/chat-im/purple-vk-plugin/HISTORY
b/chat-im/purple-vk-plugin/HISTORY
new file mode 100644
index 0000000..6637afa
--- /dev/null
+++ b/chat-im/purple-vk-plugin/HISTORY
@@ -0,0 +1,2 @@
+2016-06-21 Pavel Vinogradov <public AT sourcemage.org>
+ * BUILD, DETAILS, DEPENDS, PREPARE: spell created
diff --git a/chat-im/purple-vk-plugin/PREPARE
b/chat-im/purple-vk-plugin/PREPARE
new file mode 100755
index 0000000..f8b7d7e
--- /dev/null
+++ b/chat-im/purple-vk-plugin/PREPARE
@@ -0,0 +1,2 @@
+. ${GRIMOIRE}/FUNCTIONS &&
+prepare_select_branch



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (774a5158d91b91f688cabf2151b600fea5c29389), Pavel Vinogradov, 06/21/2016

Archive powered by MHonArc 2.6.24.

Top of Page