[arch-commits] Commit in astromenace/repos (12 files)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Mon Dec 7 01:31:50 UTC 2015


    Date: Monday, December 7, 2015 @ 02:31:49
  Author: bpiotrowski
Revision: 149485

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  astromenace/repos/community-staging-i686/
  astromenace/repos/community-staging-i686/PKGBUILD
    (from rev 149484, astromenace/trunk/PKGBUILD)
  astromenace/repos/community-staging-i686/astromenace.desktop
    (from rev 149484, astromenace/trunk/astromenace.desktop)
  astromenace/repos/community-staging-i686/astromenace.patch
    (from rev 149484, astromenace/trunk/astromenace.patch)
  astromenace/repos/community-staging-i686/astromenace.png
    (from rev 149484, astromenace/trunk/astromenace.png)
  astromenace/repos/community-staging-i686/astromenace.sh
    (from rev 149484, astromenace/trunk/astromenace.sh)
  astromenace/repos/community-staging-x86_64/
  astromenace/repos/community-staging-x86_64/PKGBUILD
    (from rev 149484, astromenace/trunk/PKGBUILD)
  astromenace/repos/community-staging-x86_64/astromenace.desktop
    (from rev 149484, astromenace/trunk/astromenace.desktop)
  astromenace/repos/community-staging-x86_64/astromenace.patch
    (from rev 149484, astromenace/trunk/astromenace.patch)
  astromenace/repos/community-staging-x86_64/astromenace.png
    (from rev 149484, astromenace/trunk/astromenace.png)
  astromenace/repos/community-staging-x86_64/astromenace.sh
    (from rev 149484, astromenace/trunk/astromenace.sh)

----------------------------------------------+
 community-staging-i686/PKGBUILD              |   42 +++++++++++++++++++++++++
 community-staging-i686/astromenace.desktop   |   10 +++++
 community-staging-i686/astromenace.patch     |   12 +++++++
 community-staging-i686/astromenace.sh        |    3 +
 community-staging-x86_64/PKGBUILD            |   42 +++++++++++++++++++++++++
 community-staging-x86_64/astromenace.desktop |   10 +++++
 community-staging-x86_64/astromenace.patch   |   12 +++++++
 community-staging-x86_64/astromenace.sh      |    3 +
 8 files changed, 134 insertions(+)

Copied: astromenace/repos/community-staging-i686/PKGBUILD (from rev 149484, astromenace/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-07 01:31:49 UTC (rev 149485)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Arkham <arkham at archlinux dot us>
+# Contributor: Ivan Bobrov <ibobrik at gmail dot com>
+# Contributor: Black_Mage <vleon1 at gmail dot com>
+
+pkgname=astromenace
+pkgver=1.3.2
+pkgrel=2
+pkgdesc="Hardcore 3D space shooter with spaceship upgrade possibilities"
+arch=('i686' 'x86_64')
+url="http://www.viewizard.com/astromenace/index_linux.php"
+license=('GPL3')
+depends=('sdl' 'freealut' 'libjpeg' 'libvorbis' 'glu' 'freetype2' 'libxinerama')
+makedepends=('cmake' 'mesa')
+source=(http://downloads.sourceforge.net/openastromenace/astromenace-src-$pkgver.tar.bz2
+        astromenace.desktop)
+md5sums=('a1481ca7cf498773fddc16a3b41c9b9b'
+         '1edc9367564a6c639a2b8199adf26a08')
+
+build() {
+    cd $srcdir/AstroMenace
+
+    [[ -d build ]] && rm -r build
+    mkdir build && cd build
+    cmake .. \
+        -DCMAKE_INSTALL_PREFIX=/usr \
+        -DDATADIR=/usr/share/astromenace
+    make
+}
+
+package() {
+    cd $srcdir/AstroMenace
+
+    build/AstroMenace --pack --rawdata=./RAW_VFS_DATA --dir=build
+
+    install -Dm755 build/AstroMenace $pkgdir/usr/bin/astromenace
+    install -Dm644 build/gamedata.vfs $pkgdir/usr/share/astromenace/gamedata.vfs
+
+    install -Dm 644 astromenace_128.png $pkgdir/usr/share/pixmaps/astromenace.png
+    install -Dm 644 $srcdir/astromenace.desktop $pkgdir/usr/share/applications/astromenace.desktop
+}

Copied: astromenace/repos/community-staging-i686/astromenace.desktop (from rev 149484, astromenace/trunk/astromenace.desktop)
===================================================================
--- community-staging-i686/astromenace.desktop	                        (rev 0)
+++ community-staging-i686/astromenace.desktop	2015-12-07 01:31:49 UTC (rev 149485)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Astromenace
+Comment=Space shooter
+Exec=astromenace
+Icon=/usr/share/pixmaps/astromenace.png
+StartupNotify=true
+Terminal=false
+Type=Application
+Categories=Application;Game;ArcadeGame;

Copied: astromenace/repos/community-staging-i686/astromenace.patch (from rev 149484, astromenace/trunk/astromenace.patch)
===================================================================
--- community-staging-i686/astromenace.patch	                        (rev 0)
+++ community-staging-i686/astromenace.patch	2015-12-07 01:31:49 UTC (rev 149485)
@@ -0,0 +1,12 @@
+diff -aur OpenAstroMenaceSVN.pristine/AstroMenaceSource/Core/RendererInterface/RendererInterface.h OpenAstroMenaceSVN.new/AstroMenaceSource/Core/RendererInterface/RendererInterface.h
+--- OpenAstroMenaceSVN.pristine/AstroMenaceSource/Core/RendererInterface/RendererInterface.h	2010-02-14 11:39:06.721353373 +0100
++++ OpenAstroMenaceSVN.new/AstroMenaceSource/Core/RendererInterface/RendererInterface.h	2010-02-14 11:46:47.171304764 +0100
+@@ -37,6 +37,8 @@
+ #include "../Base.h"
+ #include "../Math/Math.h"
+ #include "../Texture/Texture.h"
++#define PFNGLCLIENTACTIVETEXTUREPROC PFNGLACTIVETEXTUREPROC
++
+ 
+ 
+ 

Copied: astromenace/repos/community-staging-i686/astromenace.png (from rev 149484, astromenace/trunk/astromenace.png)
===================================================================
(Binary files differ)

Copied: astromenace/repos/community-staging-i686/astromenace.sh (from rev 149484, astromenace/trunk/astromenace.sh)
===================================================================
--- community-staging-i686/astromenace.sh	                        (rev 0)
+++ community-staging-i686/astromenace.sh	2015-12-07 01:31:49 UTC (rev 149485)
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+astromenace_bin --dir=/usr/share/astromenace "$@"

Copied: astromenace/repos/community-staging-x86_64/PKGBUILD (from rev 149484, astromenace/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-07 01:31:49 UTC (rev 149485)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Arkham <arkham at archlinux dot us>
+# Contributor: Ivan Bobrov <ibobrik at gmail dot com>
+# Contributor: Black_Mage <vleon1 at gmail dot com>
+
+pkgname=astromenace
+pkgver=1.3.2
+pkgrel=2
+pkgdesc="Hardcore 3D space shooter with spaceship upgrade possibilities"
+arch=('i686' 'x86_64')
+url="http://www.viewizard.com/astromenace/index_linux.php"
+license=('GPL3')
+depends=('sdl' 'freealut' 'libjpeg' 'libvorbis' 'glu' 'freetype2' 'libxinerama')
+makedepends=('cmake' 'mesa')
+source=(http://downloads.sourceforge.net/openastromenace/astromenace-src-$pkgver.tar.bz2
+        astromenace.desktop)
+md5sums=('a1481ca7cf498773fddc16a3b41c9b9b'
+         '1edc9367564a6c639a2b8199adf26a08')
+
+build() {
+    cd $srcdir/AstroMenace
+
+    [[ -d build ]] && rm -r build
+    mkdir build && cd build
+    cmake .. \
+        -DCMAKE_INSTALL_PREFIX=/usr \
+        -DDATADIR=/usr/share/astromenace
+    make
+}
+
+package() {
+    cd $srcdir/AstroMenace
+
+    build/AstroMenace --pack --rawdata=./RAW_VFS_DATA --dir=build
+
+    install -Dm755 build/AstroMenace $pkgdir/usr/bin/astromenace
+    install -Dm644 build/gamedata.vfs $pkgdir/usr/share/astromenace/gamedata.vfs
+
+    install -Dm 644 astromenace_128.png $pkgdir/usr/share/pixmaps/astromenace.png
+    install -Dm 644 $srcdir/astromenace.desktop $pkgdir/usr/share/applications/astromenace.desktop
+}

Copied: astromenace/repos/community-staging-x86_64/astromenace.desktop (from rev 149484, astromenace/trunk/astromenace.desktop)
===================================================================
--- community-staging-x86_64/astromenace.desktop	                        (rev 0)
+++ community-staging-x86_64/astromenace.desktop	2015-12-07 01:31:49 UTC (rev 149485)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Astromenace
+Comment=Space shooter
+Exec=astromenace
+Icon=/usr/share/pixmaps/astromenace.png
+StartupNotify=true
+Terminal=false
+Type=Application
+Categories=Application;Game;ArcadeGame;

Copied: astromenace/repos/community-staging-x86_64/astromenace.patch (from rev 149484, astromenace/trunk/astromenace.patch)
===================================================================
--- community-staging-x86_64/astromenace.patch	                        (rev 0)
+++ community-staging-x86_64/astromenace.patch	2015-12-07 01:31:49 UTC (rev 149485)
@@ -0,0 +1,12 @@
+diff -aur OpenAstroMenaceSVN.pristine/AstroMenaceSource/Core/RendererInterface/RendererInterface.h OpenAstroMenaceSVN.new/AstroMenaceSource/Core/RendererInterface/RendererInterface.h
+--- OpenAstroMenaceSVN.pristine/AstroMenaceSource/Core/RendererInterface/RendererInterface.h	2010-02-14 11:39:06.721353373 +0100
++++ OpenAstroMenaceSVN.new/AstroMenaceSource/Core/RendererInterface/RendererInterface.h	2010-02-14 11:46:47.171304764 +0100
+@@ -37,6 +37,8 @@
+ #include "../Base.h"
+ #include "../Math/Math.h"
+ #include "../Texture/Texture.h"
++#define PFNGLCLIENTACTIVETEXTUREPROC PFNGLACTIVETEXTUREPROC
++
+ 
+ 
+ 

Copied: astromenace/repos/community-staging-x86_64/astromenace.png (from rev 149484, astromenace/trunk/astromenace.png)
===================================================================
(Binary files differ)

Copied: astromenace/repos/community-staging-x86_64/astromenace.sh (from rev 149484, astromenace/trunk/astromenace.sh)
===================================================================
--- community-staging-x86_64/astromenace.sh	                        (rev 0)
+++ community-staging-x86_64/astromenace.sh	2015-12-07 01:31:49 UTC (rev 149485)
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+astromenace_bin --dir=/usr/share/astromenace "$@"



More information about the arch-commits mailing list