[Lunar-commits] <moonbase-other> meanwhile: Readding to moonbase and adding a patch to fix the compile with our
Dennis Veatch
stumbles at lunar-linux.org
Sun Jul 15 15:56:02 CEST 2012
commit 2d62703f259b31e581af2b5cad5007bdd578a6ea
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Sun, 15 Jul 2012 06:56:02 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/2d62703f259b31e581af2b5cad5007bdd578a6ea
meanwhile: Readding to moonbase and adding a patch to fix the compile with our
version of glib2. Patch taken from;
https://build.opensuse.org/package/view_file?file=meanwhile-glib-2.31.patch&package=meanwhile&project=devel%3Alibraries%3Ac_c%2B%2B
---
chat/meanwhile/BUILD +7/-0
chat/meanwhile/DEPENDS +4/-0
chat/meanwhile/DETAILS +26/-0
3 files changed, 37 insertions (+), 0 deletions (-)
--- /dev/null
+++ b/chat/meanwhile/BUILD
@@ -0,0 +1,7 @@
+(
+
+ patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+
+ default_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/chat/meanwhile/DEPENDS
@@ -0,0 +1,4 @@
+depends gmp
+depends glib-2
+
+optional_depends "doxygen" "--enable-doxygen" "--disable-doxygen" "for document support"
--- /dev/null
+++ b/chat/meanwhile/DETAILS
@@ -0,0 +1,26 @@
+ MODULE=meanwhile
+ VERSION=1.0.2
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE2=meanwhile-glib2.patch
+ SOURCE_URL=$SFORGE_URL/$MODULE/
+ SOURCE2_URL=$PATCH_URL
+ SOURCE_VFY=sha1:e0e9836581da3c4a569135cb238eaa566c324540
+ SOURCE2_VFY=sha1:7e7dbadde334198dc07ed35c2da83431543aea08
+ WEB_SITE=http://meanwhile.sourceforge.net
+ ENTERED=20051216
+ UPDATED=20090118
+ SHORT="an open implementation of the Lotus Sametime protocol"
+
+cat << EOF
+The Meanwhile Project is an open implementation of the Lotus Sametime
+Community Client protocol.
+
+The heart of the Meanwhile Project is the Meanwhile library, providing
+the basic Lotus Sametime session functionality along with the core
+services; Presence Awareness, Instant Messaging, Multi-user
+Conferencing, Preferences Storage, Identity Resolution, and File
+Transfer. This extensible client interface allows additional services
+to be added to a session at runtime, allowing for simple integration
+of future service handlers such as the user directory and whiteboard
+and screen-sharing.
+EOF
More information about the Lunar-commits
mailing list