[Lunar-commits] <moonbase> kdepim4: it got lost so here it is again at 4.0.98
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Sat Aug 9 05:16:35 CEST 2008
commit 758a6c3e7c3d562b2a107c48f344227382527df7
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Wed Jul 16 21:50:59 2008 -0400
kdepim4: it got lost so here it is again at 4.0.98
---
kde4/base/kdepim4/BUILD | 16 ++++++++++++++++
kde4/base/kdepim4/DEPENDS | 9 +++++++++
kde4/base/kdepim4/DETAILS | 44 ++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 69 insertions(+), 0 deletions(-)
diff --git a/kde4/base/kdepim4/BUILD b/kde4/base/kdepim4/BUILD
new file mode 100644
index 0000000..0cc56ec
--- /dev/null
+++ b/kde4/base/kdepim4/BUILD
@@ -0,0 +1,16 @@
+(
+
+ KDE4_BUILD_DIR="$SOURCE_DIRECTORY/kde4-build"
+
+ source /etc/profile.d/qt4.rc &&
+ source /etc/profile.d/kde4.rc &&
+
+ mkdir $KDE4_BUILD_DIR &&
+ cd $KDE4_BUILD_DIR &&
+
+ cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \
+ -DCMAKE_BUILD_TYPE=RELEASE &&
+
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/kde4/base/kdepim4/DEPENDS b/kde4/base/kdepim4/DEPENDS
new file mode 100644
index 0000000..0171bea
--- /dev/null
+++ b/kde4/base/kdepim4/DEPENDS
@@ -0,0 +1,9 @@
+depends kdelibs4
+depends gpgme
+
+optional_depends "openldap" "" "" "for OpenLDAP support within KDE4"
+optional_depends "cyrus-sasl" "" "" "for SASL support within KDE4"
+optional_depends "libassuan" "" "" "for IPC support"
+optional_depends "gnokii" "" "" "for some mobile phone support"
+optional_depends "libXScrnSaver" "" "" "for screensaver support"
+optional_depends "libopensync-plugin-vformat" "" "" "for syncronization support"
diff --git a/kde4/base/kdepim4/DETAILS b/kde4/base/kdepim4/DETAILS
new file mode 100644
index 0000000..3cf6c0a
--- /dev/null
+++ b/kde4/base/kdepim4/DETAILS
@@ -0,0 +1,44 @@
+ MODULE=kdepim4
+ MAJOR=4.0
+ VERSION=${MAJOR}.98
+ SOURCE=kdepim-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdepim-$VERSION
+ SOURCE_URL=$KDE_URL/unstable/$VERSION/src/
+ SOURCE_VFY=sha1:09a268ca372a18024e8f7da0f513504f0409e123
+ WEB_SITE=http://www.kde.org
+ MODULE_PREFIX=${KDE4_INSTALL_DIR:-/opt/lunar/kde/4}
+ ENTERED=20071026
+ UPDATED=20080703
+ SHORT="libraries central to KDE PIM application"
+#PSAFE=no
+cat << EOF
+This module includes libraries that are central to the development and
+execution of a KDE-PIM application.
+
+The KDE-PIM project aims to bring together those who wish to help design,
+implement, test, etc. anything that's to do with personal information
+management.
+
+This rather broad scope encompasses mail clients, addressbooks, usenet news,
+scheduling and even sticky notes.
+
+
+What's Included
+---------------
+Here is an alphabetical list:
+
+* kblog: C++ API for weblogging access
+* kcal: C++ API for the iCalendar and vCalendar formats
+* kcal/libical: a basic iCalendar protocol implementation, see RFCs 2245,2246
+* kimap: C++ API for IMAP support
+* kldap: C++ API for LDAP access
+* kmime: C++ API for MIME handling
+* kpimidentities: C++ API for shared identities for mail applications
+* kpimutils: A library for general purpose PIM utilities
+* ktnef: C++ API for the handling of TNEF data
+* kxmlrpclient: An XML-RPC client library
+* mailtransport: C++ API and support code for managing mail transport
+* syndication: An RSS/Atom feed parser library
+* qgpgme: A C++ wrapper for gpgme
+* kioslaves/sieve: Sieve kioslave
+EOF
More information about the Lunar-commits
mailing list