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

Sven-Hendrik Haase svenstaro at archlinux.org
Tue Nov 10 15:34:13 UTC 2015


    Date: Tuesday, November 10, 2015 @ 16:34:13
  Author: svenstaro
Revision: 146511

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-11-10 15:34:00 UTC (rev 146510)
+++ community-i686/PKGBUILD	2015-11-10 15:34:13 UTC (rev 146511)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Johan Rehnberg <cleanrock at gmail.com>
-
-pkgname=naev
-pkgver=0.6.0
-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' 'naev-data' 'libzip')
-makedepends=('freeglut')
-source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('b796352ae810c986934d9259dc12b0dc')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --disable-debug --disable-shave --with-ndata-path=/usr/share/naev/ndata
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-}

Copied: naev/repos/community-i686/PKGBUILD (from rev 146510, naev/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-11-10 15:34:13 UTC (rev 146511)
@@ -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=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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-11-10 15:34:00 UTC (rev 146510)
+++ community-x86_64/PKGBUILD	2015-11-10 15:34:13 UTC (rev 146511)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Johan Rehnberg <cleanrock at gmail.com>
-
-pkgname=naev
-pkgver=0.6.0
-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' 'naev-data' 'libzip')
-makedepends=('freeglut')
-source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('b796352ae810c986934d9259dc12b0dc')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --disable-debug --disable-shave --with-ndata-path=/usr/share/naev/ndata
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-}

Copied: naev/repos/community-x86_64/PKGBUILD (from rev 146510, naev/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-11-10 15:34:13 UTC (rev 146511)
@@ -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=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
+}



More information about the arch-commits mailing list