[Lunar-commits] r26911 - moonbase/trunk/science/genius

Chad Kittel v3rt1g0 at lunar-linux.org
Sun Nov 25 20:25:23 CET 2007


Author: v3rt1g0
Date: 2007-11-25 20:25:23 +0100 (Sun, 25 Nov 2007)
New Revision: 26911

Modified:
   moonbase/trunk/science/genius/BUILD
   moonbase/trunk/science/genius/DEPENDS
   moonbase/trunk/science/genius/DETAILS
Log:
  Module Version Bump: genius (0.7.6.1 -> 1.0.2)

   * update to the 1.0 series
   * new depends to go along with that
   * removed && from DEPENDS
   * found certain linker combinations causes issues,
     so I turned off linker opts for the build

  compiled/tested: gcc-4.1.2 | glibc-2.7 | kernel headers 2.6.23


Modified: moonbase/trunk/science/genius/BUILD
===================================================================
--- moonbase/trunk/science/genius/BUILD	2007-11-25 17:42:58 UTC (rev 26910)
+++ moonbase/trunk/science/genius/BUILD	2007-11-25 19:25:23 UTC (rev 26911)
@@ -1,5 +1,8 @@
 (
 
+   # certain linker options are causing this build not to find readline
+   bad_flags linker  &&
+
    ./configure  --prefix=${GNOME210_PREFIX:-/usr}  \
                 --build=$BUILD                     \
                 --sysconfdir=/etc                  \

Modified: moonbase/trunk/science/genius/DEPENDS
===================================================================
--- moonbase/trunk/science/genius/DEPENDS	2007-11-25 17:42:58 UTC (rev 26910)
+++ moonbase/trunk/science/genius/DEPENDS	2007-11-25 19:25:23 UTC (rev 26911)
@@ -1,3 +1,3 @@
-depends  libgnomeui     &&
-depends  gtksourceview  &&
-depends  gmp
+depends  libgnomeui
+depends  gtksourceview
+depends  mpfr

Modified: moonbase/trunk/science/genius/DETAILS
===================================================================
--- moonbase/trunk/science/genius/DETAILS	2007-11-25 17:42:58 UTC (rev 26910)
+++ moonbase/trunk/science/genius/DETAILS	2007-11-25 19:25:23 UTC (rev 26911)
@@ -1,11 +1,11 @@
-           MODULE=genius
-         VERSION=0.7.6.1
+          MODULE=genius
+         VERSION=1.0.2
           SOURCE=$MODULE-$VERSION.tar.bz2
-      SOURCE_URL=$GNOME_URL/sources/$MODULE/0.7/
-      SOURCE_VFY=sha1:8dd63f4a3566281c7383e22ba1932e4970cbf653
+      SOURCE_URL=$GNOME_URL/sources/$MODULE/1.0/
+      SOURCE_VFY=sha1:73e47f329992a60cb7ee2a9781e67d9f39cea1ad
         WEB_SITE=http://www.jirka.org/genius.html
          ENTERED=20040813
-         UPDATED=20060818
+         UPDATED=20071125
            SHORT="a calculator program similiar in some aspects to BC, Matlab or Maple"
 
 cat << EOF



More information about the Lunar-commits mailing list