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

Florin Braescu florin at lunar-linux.org
Sun Aug 12 12:19:17 CEST 2012


commit 061380ed1a810667b35ec8dad749b7f786805cfa
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun, 12 Aug 2012 03:19:17 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/061380ed1a810667b35ec8dad749b7f786805cfa

Merge branch 'master' of github.com:lunar-linux/moonbase-other
---
  games/netpanzer-svn/BUILD                                    +22/-0    
  games/netpanzer-svn/DEPENDS                                  +5/-0     
  games/netpanzer-svn/DETAILS                                  +20/-0    
  games/quarry/DEPENDS                                         +2/-0     
  games/quarry/DETAILS                                         +16/-0    
  graphics/cairo/BUILD                                         +4/-0     
  graphics/cairo/DEPENDS                                       +5/-4     
  graphics/cairo/DETAILS                                       +7/-4     
  graphics/cairomm/DETAILS                                     +3/-3     
  news/liferea/DEPENDS                                         +8/-0     
  news/liferea/DETAILS                                         +18/-0    
  11 files changed, 0 insertions (+), 0 deletions (-)

--- /dev/null
+++ b/games/netpanzer-svn/BUILD
@@ -0,0 +1,22 @@
+(
+
+  scons datadir=/usr/share/games/netpanzer  &&
+
+  prepare_install           &&
+
+  #they don't provide an installation script...
+  install -Dm0755 netpanzer /usr/games/ &&
+
+  install -Dd /usr/share/games/netpanzer &&
+  cp -rv cache maps pics powerups scripts sound units wads /usr/share/games/netpanzer/ &&
+
+  install -Dm0644 netpanzer.xpm /usr/share/icons/hicolor/32x32/apps/ &&
+  install -Dm0644 netpanzer.png /usr/share/icons/hicolor/48x48/apps/ &&
+
+  install -Dm0644 netpanzer.desktop /usr/share/applications/ &&
+
+  install -Dm0644 docs/netpanzer.6 /usr/man/man6/ &&
+
+  unzip $SOURCE_CACHE/$SOURCE2 -d /usr/share/games/netpanzer/
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/games/netpanzer-svn/DEPENDS
@@ -0,0 +1,5 @@
+depends   scons
+depends   physfs
+depends   SDL
+depends   SDL_mixer
+depends   unzip
--- /dev/null
+++ b/games/netpanzer-svn/DETAILS
@@ -0,0 +1,20 @@
+          MODULE=netpanzer-svn
+	     MOD=netpanzer
+         VERSION=0.8.4
+          SOURCE=$MODULE-$VERSION.tar.bz2
+	 SOURCE2=$MOD-music.zip
+      SOURCE_URL=svn://svn.berlios.de/$MOD/tags/$MOD/${VERSION}
+     SOURCE2_URL=$SFORGE_URL/${MOD}.berlios/
+     SOURCE2_VFY=sha1:e8e7b70c9f6337c04fbcc7d63a7398958be993c5
+        WEB_SITE="http://netpanzer.berlios.de/"
+         ENTERED=20070826
+         UPDATED=20120601
+           SHORT="an realtime online strategy game"
+cat <<EOF
+netPanzer is an online multiplayer tactical warfare game designed for
+FAST ACTION combat. Gameplay concentrates on the core -- no resource
+management is needed. The game is based on quick tactical action and
+unit management in real-time. Battles progress quickly and constantly
+as destroyed players respawn with a set of new units. Players can
+join or leave multiplayer games at any time.
+EOF
--- /dev/null
+++ b/games/quarry/DEPENDS
@@ -0,0 +1,2 @@
+depends  gtk+-2
+depends  librsvg
--- /dev/null
+++ b/games/quarry/DETAILS
@@ -0,0 +1,16 @@
+          MODULE=quarry
+         VERSION=0.2.0
+          SOURCE=${MODULE}-${VERSION}.tar.gz
+      SOURCE_URL=http://download.gna.org/${MODULE}/
+      SOURCE_VFY=sha1:261683ed795db8309b2a830badff4d2f1f2cd860
+        WEB_SITE=http://home.gna.org/quarry/
+         ENTERED=20081021
+         UPDATED=20081021
+           SHORT="universal board game interface program"
+
+cat << EOF
+Quarry is a universal board game interface program.  At present it
+supports three games: Go, Amazons and Reversi.  It is intended to be
+useful for both users and developers of game engines (i.e. programs
+that play board games).
+EOF
--- a/graphics/cairo/BUILD
+++ b/graphics/cairo/BUILD
@@ -1,6 +1,8 @@
 (
 
   patch_it $SOURCE_CACHE/$SOURCE2 1  &&
+  # see https://bugs.freedesktop.org/show_bug.cgi?id=29092
+  patch_it $SOURCE_CACHE/$SOURCE3 1  &&
 
   OPTS+=" --disable-static"  &&
 
@@ -17,6 +19,8 @@
     sedit 's/SUBDIRS = src doc util/SUBDIRS = src util/g' Makefile.in
   fi  &&
 
+  # LIBS is needed for cairo-sphinx and others with --as-needed
+  LIBS="-lstdc++" \
   default_build
 
 ) > $C_FIFO 2>&1
--- a/graphics/cairo/DEPENDS
+++ b/graphics/cairo/DEPENDS
@@ -35,10 +35,11 @@ optional_depends "DirectFB"                                             \
                  "--disable-directfb"                                   \
                  "for DirectFB surface backend (experimental)"
 
-optional_depends "libdrm"                                               \
-                 "--enable-drm"                                         \
-                 "--disable-drm"                                        \
-                 "for DRM surface backend (experimental)"
+# this is broken quite badly at the moment
+#optional_depends "libdrm"                                               \
+#                 "--enable-drm"                                         \
+#                 "--disable-drm"                                        \
+#                 "for DRM surface backend (experimental)"
 
 optional_depends "mesa-lib"                                             \
                  "--enable-gl"                                          \
--- a/graphics/cairo/DETAILS
+++ b/graphics/cairo/DETAILS
@@ -1,14 +1,17 @@
           MODULE=cairo
-         VERSION=1.10.2
-          SOURCE=$MODULE-$VERSION.tar.gz
+         VERSION=1.12.2
+          SOURCE=$MODULE-$VERSION.tar.xz
          SOURCE2=$MODULE-1.10.0-gradients.patch.bz2
+         SOURCE3=$MODULE-1.12.2-qt-4.8.patch.bz2
       SOURCE_URL=http://cairographics.org/releases
      SOURCE2_URL=$PATCH_URL
-      SOURCE_VFY=sha1:ccce5ae03f99c505db97c286a0c9a90a926d3c6e
+     SOURCE3_URL=$PATCH_URL
+      SOURCE_VFY=sha1:bc2ee50690575f16dab33af42a2e6cdc6451e3f9
      SOURCE2_VFY=sha1:5035313c72fbb7a2134a26a3985e5a54cfe3c2ae
+     SOURCE3_VFY=sha1:0052e17643c7a4c881782f38757354202e3c1cab
         WEB_SITE=http://cairographics.org
          ENTERED=20040506
-         UPDATED=20101226
+         UPDATED=20120731
            SHORT="A multi-platform 2D vector graphics library"
 
 cat << EOF
--- a/graphics/cairomm/DETAILS
+++ b/graphics/cairomm/DETAILS
@@ -1,11 +1,11 @@
           MODULE=cairomm
-         VERSION=1.9.8
+         VERSION=1.10.0
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://cairographics.org/releases
-      SOURCE_VFY=sha1:ce27835ac69f5b4bd88653655dabf09c868accf9
+      SOURCE_VFY=sha1:f08bf8a331067f0d1e876523f07238fba6b26b99
         WEB_SITE=http://cairographics.org/cairomm
          ENTERED=20060821
-         UPDATED=20110122
+         UPDATED=20120811
            SHORT="a C++ API for cairo"
 
 cat << EOF
--- /dev/null
+++ b/news/liferea/DEPENDS
@@ -0,0 +1,8 @@
+depends gtk+-2
+depends GConf
+depends libunique
+depends libxml2
+depends libxslt
+depends sqlite
+depends webkit
+depends json-glib
--- /dev/null
+++ b/news/liferea/DETAILS
@@ -0,0 +1,18 @@
+          MODULE=liferea
+         VERSION=1.8.7
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=$SFORGE_URL/$MODULE
+      SOURCE_VFY=sha1:3cdadae3b3bcec2da048257b72a5d7c11a9621f1
+        WEB_SITE=http://liferea.sourceforge.net
+         ENTERED=20040424
+         UPDATED=20120911
+           SHORT="A simple FeedReader clone for Unix"
+
+cat << EOF
+Liferea is a news aggregator for RSS/RDF feeds which also supports
+CDF channels, Atom/Echo/PIE feeds and OCS or OPML directories. The
+problem with FeedReader: for now it's only available for Windows.
+There are some projects for GNU/Linux, but no solution for GTK/GNOME,
+which does not require Python or Perl. Liferea tries to fill this gap.
+Liferea is an abbreviation for Linux Feed Reader.
+EOF




More information about the Lunar-commits mailing list