Skip to content

Commit

Permalink
Merge branch 'master' of github.com:lunar-linux/moonbase-other
Browse files Browse the repository at this point in the history
  • Loading branch information
florin65 committed Aug 5, 2012
2 parents 5157cfa + aefdc55 commit 0ec0aea
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 8 deletions.
3 changes: 1 addition & 2 deletions python/notify-python/DEPENDS
@@ -1,3 +1,2 @@
depends Python
depends libnotify
depends libffi
depends pygtk
12 changes: 6 additions & 6 deletions 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
30 changes: 30 additions & 0 deletions 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
2 changes: 2 additions & 0 deletions x11-utils/xplanet/DEPENDS
@@ -0,0 +1,2 @@
depends automake
depends %GLX
17 changes: 17 additions & 0 deletions 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

0 comments on commit 0ec0aea

Please sign in to comment.