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

Florin Braescu florin at lunar-linux.org
Sun Aug 5 13:42:20 CEST 2012


commit 0ec0aead8b3025df45ee3c5dbad2476cc0f864be
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun, 05 Aug 2012 04:42:20 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/0ec0aead8b3025df45ee3c5dbad2476cc0f864be

Merge branch 'master' of github.com:lunar-linux/moonbase-other
---
  python/notify-python/DEPENDS                                 +1/-2     
  python/notify-python/DETAILS                                 +6/-6     
  x11-utils/xplanet/BUILD                                      +30/-0    
  x11-utils/xplanet/DEPENDS                                    +2/-0     
  x11-utils/xplanet/DETAILS                                    +17/-0    
  5 files changed, 0 insertions (+), 0 deletions (-)

--- a/python/notify-python/DEPENDS
+++ b/python/notify-python/DEPENDS
@@ -1,3 +1,2 @@
-depends  Python
 depends  libnotify
-depends  libffi
\ No newline at end of file
+depends  pygtk
--- a/python/notify-python/DETAILS
+++ b/python/notify-python/DETAILS
@@ -1,12 +1,12 @@
           MODULE=notify-python
          VERSION=0.1.1
           SOURCE=$MODULE-$VERSION.tar.bz2
-   SOURCE_URL[0]=http://www.galago-project.org/files/releases/source/notify-python/
+      SOURCE_URL=http://www.galago-project.org/files/releases/source/$MODULE/
       SOURCE_VFY=sha1:490693cf601793f50cef1a3c82ba75025497fc00
-        WEB_SITE=http://www.galago-project.org/news/index.php
-         ENTERED=20090513
-         UPDATED=20090513
-           SHORT="Python bindings for libnotify"
+        WEB_SITE=http://www.galago-project.org/
+         ENTERED=20080330
+         UPDATED=20080330
+           SHORT="python bindings for libnotify"
+
 cat << EOF
-Python bindings for libnotify.
 EOF
--- /dev/null
+++ b/x11-utils/xplanet/BUILD
@@ -0,0 +1,30 @@
+(
+
+  sed -i "1i #include <stdio.h>" src/Separation.cpp src/Satellite.cpp &&
+
+  if module_installed xscreensaver; then
+    OPTS+=" --with-xscreensaver"
+  fi                                       &&
+
+  ./configure  --prefix=/usr                \
+               --bindir=/usr/bin            \
+               --sbindir=/usr/sbin          \
+               --datadir=/usr/share         \
+               --sysconfdir=/etc            \
+               --infodir=/usr/share/info    \
+               --mandir=/usr/share/man      \
+               --with-auxdir=share/xplanet  \
+               --with-freetype              \
+               --with-gif                   \
+               --with-jpeg                  \
+               --with-png                   \
+               --with-pnm                   \
+               --with-tiff                  \
+               --with-animation             \
+               --with-gl                    \
+               --with-glut                  \
+               $OPTS                       &&
+
+  default_make
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/x11-utils/xplanet/DEPENDS
@@ -0,0 +1,2 @@
+depends automake
+depends %GLX
--- /dev/null
+++ b/x11-utils/xplanet/DETAILS
@@ -0,0 +1,17 @@
+          MODULE=xplanet
+         VERSION=1.3.0
+          SOURCE=$MODULE-$VERSION.tar.gz
+   SOURCE_URL=$SFORGE_URL/$MODULE
+      SOURCE_VFY=sha1:7c5208b501b441a0184cbb334a5658d0309d7dac
+        WEB_SITE=http://xplanet.sourceforge.net
+         ENTERED=20020608
+         UPDATED=20120506
+        SHORT="Xplanet renders an image of a planet into the X root window"
+
+cat << EOF
+Xplanet was inspired by Xearth, which renders an image of the earth into
+the X root window. Azimuthal, Mercator, Mollweide, orthographic, or
+rectangular projections can be shown as well as a window with a globe the
+user can rotate interactively using OpenGL or Mesa. The other planets and
+some satellites may also be displayed.
+EOF




More information about the Lunar-commits mailing list