Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (742015064c68703b4030cebf519b48fb8550041e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (742015064c68703b4030cebf519b48fb8550041e)
  • Date: Tue, 11 Jan 2011 19:51:33 -0600

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 1 +
chat-im/choqok/BUILD | 1 +
chat-im/choqok/DEPENDS | 2 ++
chat-im/choqok/DETAILS | 30 ++++++++++++++++++++++++++++++
chat-im/choqok/HISTORY | 3 +++
5 files changed, 37 insertions(+)

New commits:
commit 742015064c68703b4030cebf519b48fb8550041e
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

choqok: new spell, micro-blogging client for KDE

diff --git a/ChangeLog b/ChangeLog
index 5302f89..39b9bb3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2011-01-11 Ismael Luceno <ismael AT sourcemage.org>
* libs/qjson: new spell, library that maps JSON data to QVariant
objects
* libs/qoauth: new spell, A Qt-based library for OAuth authorization
scheme
+ * chat-im/choqok: new spell, micro-blogging client for KDE

2011-01-09 Ismael Luceno <ismael AT sourcemage.org>
* emacs-lisp/identica-mode: new spell, Emacs major mode for identi.ca
diff --git a/chat-im/choqok/BUILD b/chat-im/choqok/BUILD
new file mode 100755
index 0000000..2113434
--- /dev/null
+++ b/chat-im/choqok/BUILD
@@ -0,0 +1 @@
+qt4_cmake_build
diff --git a/chat-im/choqok/DEPENDS b/chat-im/choqok/DEPENDS
new file mode 100755
index 0000000..e1f0f7e
--- /dev/null
+++ b/chat-im/choqok/DEPENDS
@@ -0,0 +1,2 @@
+depends qjson &&
+depends qoauth
diff --git a/chat-im/choqok/DETAILS b/chat-im/choqok/DETAILS
new file mode 100755
index 0000000..d3158da
--- /dev/null
+++ b/chat-im/choqok/DETAILS
@@ -0,0 +1,30 @@
+ SPELL=choqok
+ VERSION=0.9.98
+ SOURCE="${SPELL}_${VERSION}.tar.bz2"
+ SOURCE_URL[0]=http://${SPELL}.gnufolks.org/pkgs/${SOURCE}
+
SOURCE_HASH=sha512:cdf1d6fc00f729cedf9817724ef5fee857d71ef140bcb4a7169cfb4d5ce49afd992750a4aac8069b8d293a36eb3a738ad5b99dc036f3bb8e3b353daa432fd70b
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://choqok.gnufolks.org";
+ LICENSE[0]=GPLv2
+ ENTERED=20110111
+ SHORT="micro-blogging client for KDE"
+cat << EOF
+Features support for:
+
+ * Twitter, identi.ca and self-hosted StatusNet micro-blogging service.
+ * Open Collaboration Services API (Used by opendesktop.org). * Friends,
+ @Reply, Favorite and Public time-lines. * Direct messages. * Multiple
+ Accounts simultaneously. * Search APIs for Twitter and StatusNet services.
+ * Twitter lists. * URL shortening services. * Image and video preview from
+ various services. * Official Repeat/ReTweet functions. * Photo uploading
+ to various services.
+
+Other features:
+
+ * KWallet integration. * Ability to make a quick tweet/dent with global
+ shortcuts. (Ctrl+Meta+T) * Ability to notify user about new statuses
arriving.
+ * Status list apperance customization. * Filtering. * Setting your last
+ post as current status message in IM clients (Kopete, Pidgin, Psi, Skype).
+ * Send Now Listening text. (Amarok, Exaile, Banshee, Rhythmbox, VLC, etc.)
+ * UnTiny short Urls. * Proxy support.
+EOF
diff --git a/chat-im/choqok/HISTORY b/chat-im/choqok/HISTORY
new file mode 100644
index 0000000..9df4c3a
--- /dev/null
+++ b/chat-im/choqok/HISTORY
@@ -0,0 +1,3 @@
+2011-01-11 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (742015064c68703b4030cebf519b48fb8550041e), Ismael Luceno, 01/11/2011

Archive powered by MHonArc 2.6.24.

Top of Page