[Lunar-commits] <moonbase-other> Merge branch 'master' of github.com:lunar-linux/moonbase-other

Dennis Veatch dennisveatch at bellsouth.net
Wed Oct 22 17:32:31 CEST 2014


commit 80b374dd7c2ddd3eb4e89fce3ac86b598110aea4
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Wed, 22 Oct 2014 11:32:25 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/80b374dd7c2ddd3eb4e89fce3ac86b598110aea4

Merge branch 'master' of github.com:lunar-linux/moonbase-other
---
  bluetooth/bluez-5/BUILD  | +3/-3     
  graphics/blender/DETAILS | +4/-2     
  libs/libical/BUILD       | +3/-2     
  libs/libical/CONFIGURE   | +0/-3     
  libs/libical/DEPENDS     | +1/-5     
  libs/libical/DETAILS     | +13/-11   
  6 files changed, 24 insertions(+), 26 deletions(-)

--- a/bluetooth/bluez-5/BUILD
+++ b/bluetooth/bluez-5/BUILD
@@ -12,9 +12,9 @@
 #  install profiles/*/*.conf /etc/bluetooth/ &&
   install src/main.conf /etc/bluetooth/ &&
   install attrib/gatttool /usr/bin &&
-  install tools/hex2hcd /usr/bin &&
-  install tools/btmgmt /usr/bin &&
-  install tools/bdaddr /usr/bin &&
+#  install tools/hex2hcd /usr/bin &&
+#  install tools/btmgmt /usr/bin &&
+#  install tools/bdaddr /usr/bin &&
 
 # Needed by libpcap
   install lib/mgmt.h /usr/include/bluetooth
--- a/graphics/blender/DETAILS
+++ b/graphics/blender/DETAILS
@@ -1,12 +1,14 @@
           MODULE=blender
-         VERSION=2.72a
+         VERSION=2.72b
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://download.blender.org/source/
-      SOURCE_VFY=sha1:64aac93b0aa6bce226ffc40fb166b34b56db6d4c
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-v$VERSION
+      SOURCE_VFY=sha256:4436c704afa28e2e5e7b28b2c06981806ddedab70565d40972e422c00644bf47
         WEB_SITE=http://www.blender.org
          ENTERED=20030929
          UPDATED=20141022
            SHORT="3D editor for modeling, animation, and rendering"
+
 cat << EOF
 3D tool does everything from modeling, animation, rendering, and
 post-production to interactive creation and playback.
--- 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