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

Sven-Hendrik Haase svenstaro at archlinux.org
Wed Nov 18 02:21:48 UTC 2015


    Date: Wednesday, November 18, 2015 @ 03:21:48
  Author: svenstaro
Revision: 147045

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

Added:
  naev/repos/community-i686/PKGBUILD
    (from rev 147044, naev/trunk/PKGBUILD)
  naev/repos/community-x86_64/PKGBUILD
    (from rev 147044, 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	2015-11-18 02:21:18 UTC (rev 147044)
+++ community-i686/PKGBUILD	2015-11-18 02:21:48 UTC (rev 147045)
@@ -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=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')
-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 147044, naev/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-11-18 02:21:48 UTC (rev 147045)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Johan Rehnberg <cleanrock at gmail.com>
+
+pkgname=naev
+pkgver=0.6.1
+pkgrel=2
+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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-11-18 02:21:18 UTC (rev 147044)
+++ community-x86_64/PKGBUILD	2015-11-18 02:21:48 UTC (rev 147045)
@@ -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=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')
-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 147044, naev/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-11-18 02:21:48 UTC (rev 147045)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Johan Rehnberg <cleanrock at gmail.com>
+
+pkgname=naev
+pkgver=0.6.1
+pkgrel=2
+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
+}



More information about the arch-commits mailing list