[Lunar-commits] <moonbase> gluon: Version bump. Though it seems they call this Gluon Alpha 2, to quote

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sun May 15 16:06:35 CEST 2011


commit c93769a9a91e6557fff39e567711ee9b6019ae78
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sun May 15 10:06:35 2011 -0400

    gluon: Version bump. Though it seems they call this Gluon Alpha 2, to quote
    
    their site; "This is the currently recommended version for the normal user."
    
    I will assume we are normal users.
---
 kde4/utils/gluon/BUILD   |   17 ++++++-----------
 kde4/utils/gluon/DEPENDS |    1 +
 kde4/utils/gluon/DETAILS |   11 ++++++-----
 3 files changed, 13 insertions(+), 16 deletions(-)

diff --git a/kde4/utils/gluon/BUILD b/kde4/utils/gluon/BUILD
index f0a030e..59b078b 100644
--- a/kde4/utils/gluon/BUILD
+++ b/kde4/utils/gluon/BUILD
@@ -1,19 +1,14 @@
 (
 
-  OOTB_DIR="$SOURCE_DIRECTORY/$MODULE-build" &&
-
-  mkdir $OOTB_DIR &&
-  cd $OOTB_DIR &&
-
   source /etc/profile.d/qt4.rc  &&
   source /etc/profile.d/kde4.rc &&
 
-  cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX  \
-                           -DCMAKE_BUILD_TYPE=RELEASE             \
-                           -DBUILD_PHYSICS_COMPONENTS=ON          \
-                           -DBUILD_PHYSICS_ASSETS=ON              \
-                           -DBUILD_GLUON_PLAYER=ON                \
-                           $OPTS                                 &&
+  cmake -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX  \
+        -DCMAKE_BUILD_TYPE=RELEASE             \
+        -DBUILD_PHYSICS_COMPONENTS=ON          \
+        -DBUILD_PHYSICS_ASSETS=ON              \
+        -DBUILD_GLUON_PLAYER=ON                \
+        $OPTS .                               &&
 
   default_make
 
diff --git a/kde4/utils/gluon/DEPENDS b/kde4/utils/gluon/DEPENDS
index dff29f6..6d1f02d 100644
--- a/kde4/utils/gluon/DEPENDS
+++ b/kde4/utils/gluon/DEPENDS
@@ -3,3 +3,4 @@ depends libsndfile
 depends eigen
 depends kdebase4-workspace
 depends glew
+depends alure
diff --git a/kde4/utils/gluon/DETAILS b/kde4/utils/gluon/DETAILS
index 12b92eb..2c5ce5f 100644
--- a/kde4/utils/gluon/DETAILS
+++ b/kde4/utils/gluon/DETAILS
@@ -1,11 +1,12 @@
           MODULE=gluon
-         VERSION=0.70.0
-          SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=http://gluon.gamingfreedom.org/sites/default/files/
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$MODULE
+           MAJOR=0.71
+         VERSION=${MAJOR}.0
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=$KDE_URL/unstable/gluon/${MAJOR}/src/
+      SOURCE_VFY=sha1:2b2d54504a1ffc9d8318d99dbd1fd85c48ffad00
         WEB_SITE=http://gluon.tuxfamily.org/
          ENTERED=20100106
-         UPDATED=20100825
+         UPDATED=20110515
            SHORT="high-level game development library"
 
 cat << EOF


More information about the Lunar-commits mailing list