[Lunar-commits] <moonbase-other> libical: version bumped to 1.0.1.

Florin Braescu florin at lunar-linux.org
Wed Oct 22 14:31:47 CEST 2014


commit b0b1a69c76f0df04af1a28e26d76889175f773bd
Author: Florin Braescu <florin at lunar-linux.org>
Date: Wed, 22 Oct 2014 15:31:12 +0300
URL: https://github.com/lunar-linux/moonbase-other/commit/b0b1a69c76f0df04af1a28e26d76889175f773bd

libical: version bumped to 1.0.1.
---
  libs/libical/BUILD     | +3/-2     
  libs/libical/CONFIGURE | +0/-3     
  libs/libical/DEPENDS   | +1/-5     
  libs/libical/DETAILS   | +13/-11   
  4 files changed, 17 insertions(+), 21 deletions(-)

--- a/libs/libical/BUILD
+++ b/libs/libical/BUILD
@@ -1,3 +1,4 @@
+cmake -DCMAKE_BUILD_TYPE=Release \
+      -DCMAKE_INSTALL_PREFIX=/usr
 
-  ./bootstrap &&
-  default_build
+default_make
\ No newline at end of file
--- a/libs/libical/CONFIGURE
+++ /dev/null
@@ -1,3 +0,0 @@
-mquery USE_CBIND "Enable C++ binding support?" y "--enable-cxx" "--disable-cxx"
-mquery USE_DEVEL "Add development options?" n "--with-devel" "--without-devel"
-mquery USE_INT_ZONE "Use internal zone files?" n "--with-builtintz" "--without-builtintz"
--- a/libs/libical/DEPENDS
+++ b/libs/libical/DEPENDS
@@ -1,5 +1 @@
-optional_depends db        "--with-bdb4 --with-bdb4-dir=/usr"  \
-                           "--without-bdb4"   "for DB support"
-
-optional_depends Python    "--enable-python" "--disable-python" "for Python bindings support"
-optional_depends %JAVA_SDK "--enable-java"   "--disable-java"   "for Java bindings support"
+depends cmake
--- a/libs/libical/DETAILS
+++ b/libs/libical/DETAILS
@@ -1,15 +1,17 @@
           MODULE=libical
-         VERSION=1.0
-          SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=$SFORGE_URL/freeassociation/
-      SOURCE_VFY=sha1:25c75f6f947edb6347404a958b1444cceeb9f117
-        WEB_SITE=http://freeassociation.sourceforge.net/
+         VERSION=1.0.1
+          SOURCE=v$VERSION.tar.gz
+      SOURCE_URL=https://github.com/$MODULE/$MODULE/archive/
+      SOURCE_VFY=sha256:7d5f613454ec6c7d1bcfb441c919215be53292aa15cd1cb14249d1413d6c610c
+        WEB_SITE=https://github.com/libical/libical
          ENTERED=20021128
-         UPDATED=20140805
-           SHORT="opensource implementation of the IETF's Calendar protocol"
+         UPDATED=20141022
+           SHORT="An implementation of the IETF's Calendar protocol"
+
 cat << EOF
-Libical is an Open Source implementation of the IETF's iCalendar
-Calendaring and Scheduling protocols. (RFC 2445, 2446, and 2447). It
-parses iCal components and provides a C API for manipulating the
-component properties, parameters, and subcomponents.
+Libical is an Open Source implementation of the iCalendar protocols and protocol
+data units. The iCalendar specification describes how calendar clients can
+communicate with calendar servers so users can store their calendar data and
+arrange meetings with other users. Libical implements RFC2445, RFC2446 and some
+of RFC2447.
 EOF




More information about the Lunar-commits mailing list