From 2d62703f259b31e581af2b5cad5007bdd578a6ea Mon Sep 17 00:00:00 2001 From: Dennis Veatch Date: Sun, 15 Jul 2012 09:56:02 -0400 Subject: [PATCH] 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 +++++++ chat/meanwhile/DEPENDS | 4 ++++ chat/meanwhile/DETAILS | 26 ++++++++++++++++++++++++++ 3 files changed, 37 insertions(+) create mode 100644 chat/meanwhile/BUILD create mode 100644 chat/meanwhile/DEPENDS create mode 100644 chat/meanwhile/DETAILS diff --git a/chat/meanwhile/BUILD b/chat/meanwhile/BUILD new file mode 100644 index 00000000000..c496021005a --- /dev/null +++ b/chat/meanwhile/BUILD @@ -0,0 +1,7 @@ +( + + patch_it $SOURCE_CACHE/$SOURCE2 1 && + + default_build + +) > $C_FIFO 2>&1 diff --git a/chat/meanwhile/DEPENDS b/chat/meanwhile/DEPENDS new file mode 100644 index 00000000000..c6474e73f89 --- /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" diff --git a/chat/meanwhile/DETAILS b/chat/meanwhile/DETAILS new file mode 100644 index 00000000000..a21a5ee3937 --- /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