Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vasil Yonkov (d56914b1d5403b1b2d01b9d2329e4427e6407b92)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vasil Yonkov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vasil Yonkov (d56914b1d5403b1b2d01b9d2329e4427e6407b92)
  • Date: Sat, 2 Jan 2010 18:53:48 -0600

GIT changes to master grimoire by Vasil Yonkov <spirtbrat AT sourcemage.org>:

ChangeLog | 5 +
gnome2-apps/empathy/BUILD | 5 +
gnome2-apps/empathy/CONFIGURE | 5 +
gnome2-apps/empathy/DEPENDS | 63
+++++++++++++++++++++++++
gnome2-apps/empathy/DETAILS | 21 ++++++++
gnome2-apps/empathy/HISTORY | 3 +
gnome2-apps/empathy/empathy-2.28.2.tar.bz2.sig |binary
7 files changed, 102 insertions(+)

New commits:
commit d56914b1d5403b1b2d01b9d2329e4427e6407b92
Author: Vasil Yonkov <spirtbrat AT sourcemage.org>
Commit: Vasil Yonkov <spirtbrat AT sourcemage.org>

gnome2-apps/empathy: new spell, Empathy is a messaging program which
supports
text, voice, and video chat and file transfers over
many
different protocols.

diff --git a/ChangeLog b/ChangeLog
index 71fe36c..55c3c8a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-01-03 Vasil Yonkov <spirtbrat AT sourcemage.org>
+ * gnome2-apps/empathy: new spell,
+ Empathy is a messaging program which supports text, voice, and
+ video chat and file transfers over many different protocols.
+
2010-01-02 Vasil Yonkov <spirtbrat AT sourcemage.org>
* gnome2-apps/hamster-applet: new spell,
Project Hamster is time tracking for masses
diff --git a/gnome2-apps/empathy/BUILD b/gnome2-apps/empathy/BUILD
new file mode 100755
index 0000000..d504f7a
--- /dev/null
+++ b/gnome2-apps/empathy/BUILD
@@ -0,0 +1,5 @@
+OPTS="$EMP_TESTS \
+ $EMP_SHAVE \
+ $OPTS" &&
+
+default_build
diff --git a/gnome2-apps/empathy/CONFIGURE b/gnome2-apps/empathy/CONFIGURE
new file mode 100755
index 0000000..abec0e3
--- /dev/null
+++ b/gnome2-apps/empathy/CONFIGURE
@@ -0,0 +1,5 @@
+config_query_option EMP_TESTS "Build tests" n \
+ "--enable-tests=yes" "--enable-tests=no" &&
+
+config_query_option EMP_SHAVE "Make the build pretty" n \
+ "--enable-shave" "--disable-shave"
diff --git a/gnome2-apps/empathy/DEPENDS b/gnome2-apps/empathy/DEPENDS
new file mode 100755
index 0000000..9c143b2
--- /dev/null
+++ b/gnome2-apps/empathy/DEPENDS
@@ -0,0 +1,63 @@
+depends gtk+2 &&
+depends telepathy-glib &&
+depends telepathy-farsight &&
+depends gnome-doc-utils &&
+depends -sub "GTK" libcanberra &&
+depends gst-plugins-base &&
+depends libnotify &&
+depends evolution-data-server &&
+
+optional_depends gtk-doc \
+ "--enable-gtk-doc" \
+ "--disable-gtk-doc" \
+ "to build documentation" &&
+
+optional_depends rarian \
+ "--enable-scrollkeeper" \
+ "--disable-scrollkeeper" \
+ "to register with rarian" &&
+
+optional_depends valgrind \
+ "--enable-valgrind" \
+ "--disable-valgrind" \
+ "for run-time detection" &&
+
+optional_depends webkitgtk \
+ "--enable-webkit=yes" \
+ "--enable-webkit=no" \
+ "for Adium themes support" &&
+
+optional_depends enchant \
+ "--enable-spell=yes" \
+ "--enable-spell=no" \
+ "for spellcheck" &&
+
+optional_depends pygobject \
+ "--enable-python=yes" \
+ "--enable-python=no" \
+ "for python bindings" &&
+
+optional_depends libchamplain \
+ "--enable-map=yes" \
+ "--enable-map=no" \
+ "to enable map view" &&
+
+optional_depends geoclue \
+ "--enable-location=yes" \
+ "--enable-location=no" \
+ "to enable location awareness" &&
+
+optional_depends gnome-panel \
+ "--enable-megaphone=yes" \
+ "--disable-megaphone=no" \
+ "to build megaphone applet" &&
+
+optional_depends gnome-panel \
+ "--enable-nothere=yes" \
+ "--disable-nothere=no" \
+ "to build nothere applet" &&
+
+optional_depends telepathy-stream-engine \
+ "" \
+ "" \
+ "for the VoIP to work"
diff --git a/gnome2-apps/empathy/DETAILS b/gnome2-apps/empathy/DETAILS
new file mode 100755
index 0000000..3da56e3
--- /dev/null
+++ b/gnome2-apps/empathy/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=empathy
+ VERSION=2.28.2
+ BRANCH=$(echo $VERSION|cut -d . -f 1,2)
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig:UPSTREAM_HASH"
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://live.gnome.org/Empathy";
+ LICENSE[0]=GPL
+ ENTERED=20100102
+ SHORT="Empathy is a messaging program which supports text, voice,
and video chat and file transfers over many different protocols."
+cat << EOF
+Empathy is a messaging program which supports text, voice, and video chat
+and file transfers over many different protocols. You can tell it about your
+accounts on all those services and do all your chatting within one
application.
+
+Empathy uses Telepathy for protocol support and has a user interface based
+on Gossip. Empathy is the default chat client in current versions of GNOME,
+making it easier for other GNOME applications to integrate collaboration
+functionality using Telepathy.
+EOF
diff --git a/gnome2-apps/empathy/HISTORY b/gnome2-apps/empathy/HISTORY
new file mode 100644
index 0000000..5d2aee8
--- /dev/null
+++ b/gnome2-apps/empathy/HISTORY
@@ -0,0 +1,3 @@
+2010-01-03 Vasil Yonkov <spirtbrat AT sourcemage.org>
+ * BUILD, CONFIGURE, DEPENDS, DETAILS: spell created
+
diff --git a/gnome2-apps/empathy/empathy-2.28.2.tar.bz2.sig
b/gnome2-apps/empathy/empathy-2.28.2.tar.bz2.sig
new file mode 100644
index 0000000..b29a091
Binary files /dev/null and b/gnome2-apps/empathy/empathy-2.28.2.tar.bz2.sig
differ



  • [SM-Commit] GIT changes to master grimoire by Vasil Yonkov (d56914b1d5403b1b2d01b9d2329e4427e6407b92), Vasil Yonkov, 01/02/2010

Archive powered by MHonArc 2.6.24.

Top of Page