[arch-commits] Commit in naev/repos (4 files)

Sven-Hendrik Haase svenstaro at archlinux.org
Thu Jul 13 15:20:24 UTC 2017


    Date: Thursday, July 13, 2017 @ 15:20:23
  Author: svenstaro
Revision: 244976

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

Added:
  naev/repos/community-i686/PKGBUILD
    (from rev 244975, naev/trunk/PKGBUILD)
  naev/repos/community-x86_64/PKGBUILD
    (from rev 244975, naev/trunk/PKGBUILD)
Deleted:
  naev/repos/community-i686/PKGBUILD
  naev/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   58 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   29 ----------------------
 community-x86_64/PKGBUILD |   29 ----------------------
 3 files changed, 58 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-07-13 15:20:11 UTC (rev 244975)
+++ community-i686/PKGBUILD	2017-07-13 15:20:23 UTC (rev 244976)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Johan Rehnberg <cleanrock at gmail.com>
-
-pkgname=naev
-pkgver=0.6.1
-pkgrel=3
-pkgdesc='2D action/rpg space game'
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/naev/"
-license=('GPL3')
-depends=('glu' 'openal' 'libvorbis' 'sdl2' 'sdl2_image' 'sdl2_mixer' 'libgl' 'libxml2' 'freetype2' 'libpng' 'libzip' 'luajit')
-makedepends=('freeglut' 'zip')
-source=("https://github.com/naev/naev/archive/naev-${pkgver}.tar.gz")
-md5sums=('48eb864a04f4c7fd9e5178d2ddb9284e')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgname-$pkgver"
-
-  ./autogen.sh
-  ./configure --prefix=/usr --disable-debug --disable-shave --with-ndata-path=/usr/share/naev/ndata
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-}

Copied: naev/repos/community-i686/PKGBUILD (from rev 244975, naev/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-07-13 15:20:23 UTC (rev 244976)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Johan Rehnberg <cleanrock at gmail.com>
+
+pkgname=naev
+pkgver=0.7.0
+pkgrel=1
+pkgdesc='2D action/rpg space game'
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/naev/"
+license=('GPL3')
+depends=('glu' 'openal' 'libvorbis' 'sdl2' 'sdl2_image' 'sdl2_mixer' 'libgl' 'libxml2' 'freetype2' 'libpng' 'libzip' 'luajit')
+makedepends=('freeglut' 'zip')
+source=("https://github.com/naev/naev/archive/naev-${pkgver}.tar.gz")
+md5sums=('c07e24c2e87d08fdb73e666fb4e59981')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgname-$pkgver"
+
+  ./autogen.sh
+  ./configure --prefix=/usr --disable-debug --disable-shave --with-ndata-path=/usr/share/naev/ndata
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-07-13 15:20:11 UTC (rev 244975)
+++ community-x86_64/PKGBUILD	2017-07-13 15:20:23 UTC (rev 244976)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Johan Rehnberg <cleanrock at gmail.com>
-
-pkgname=naev
-pkgver=0.6.1
-pkgrel=3
-pkgdesc='2D action/rpg space game'
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/naev/"
-license=('GPL3')
-depends=('glu' 'openal' 'libvorbis' 'sdl2' 'sdl2_image' 'sdl2_mixer' 'libgl' 'libxml2' 'freetype2' 'libpng' 'libzip' 'luajit')
-makedepends=('freeglut' 'zip')
-source=("https://github.com/naev/naev/archive/naev-${pkgver}.tar.gz")
-md5sums=('48eb864a04f4c7fd9e5178d2ddb9284e')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgname-$pkgver"
-
-  ./autogen.sh
-  ./configure --prefix=/usr --disable-debug --disable-shave --with-ndata-path=/usr/share/naev/ndata
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-}

Copied: naev/repos/community-x86_64/PKGBUILD (from rev 244975, naev/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-07-13 15:20:23 UTC (rev 244976)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Johan Rehnberg <cleanrock at gmail.com>
+
+pkgname=naev
+pkgver=0.7.0
+pkgrel=1
+pkgdesc='2D action/rpg space game'
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/naev/"
+license=('GPL3')
+depends=('glu' 'openal' 'libvorbis' 'sdl2' 'sdl2_image' 'sdl2_mixer' 'libgl' 'libxml2' 'freetype2' 'libpng' 'libzip' 'luajit')
+makedepends=('freeglut' 'zip')
+source=("https://github.com/naev/naev/archive/naev-${pkgver}.tar.gz")
+md5sums=('c07e24c2e87d08fdb73e666fb4e59981')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgname-$pkgver"
+
+  ./autogen.sh
+  ./configure --prefix=/usr --disable-debug --disable-shave --with-ndata-path=/usr/share/naev/ndata
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+}



More information about the arch-commits mailing list