Date: Wednesday, February 1, 2023 @ 16:39:03
  Author: arojas
Revision: 1391763

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   59 +++++++++++++++++++++++++++++------------------------------
 1 file changed, 29 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-01 16:38:50 UTC (rev 1391762)
+++ PKGBUILD    2023-02-01 16:39:03 UTC (rev 1391763)
@@ -1,30 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <[email protected]>
-# Contributor: Johan Rehnberg <[email protected]>
-
-pkgname=naev
-pkgver=0.10.3
-pkgrel=1
-pkgdesc='2D action/rpg space game'
-arch=('x86_64')
-url="https://github.com/naev/naev";
-license=('GPL3')
-depends=('glu' 'openal' 'libvorbis' 'sdl2' 'sdl2_image' 'sdl2_mixer' 'libgl' 
'libxml2' 'freetype2'
-         'libpng' 'libzip' 'luajit' 'glpk' 'physfs' 'libunibreak' 
'suitesparse' 'openblas' 'cblas')
-makedepends=('freeglut' 'zip' 'meson' 'git' 'python-yaml')
-source=("https://github.com/naev/naev/releases/download/v$pkgver/naev-$pkgver-source.tar.xz";)
-sha512sums=('7491c61bae446aa98f3847be8719cf822955d3cd0a1b01e4a0d55d49a58628ec07f4872140b3fc77b6c1a928da9d4c8b112a2814ae3ce7edfcc98841f6812a59')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  export LDFLAGS+=' -lcblas' # Workaround our openblas not providing cblas
-  meson setup -Dprefix=/usr -Dndata_path=/usr/share/naev/ndata build .
-  cd build
-  meson compile
-}
-
-package() {
-  cd "$pkgname-$pkgver/build"
-
-  DESTDIR="$pkgdir" meson install
-}

Copied: naev/repos/community-x86_64/PKGBUILD (from rev 1391762, 
naev/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-02-01 16:39:03 UTC (rev 1391763)
@@ -0,0 +1,29 @@
+# Maintainer: Sven-Hendrik Haase <[email protected]>
+# Contributor: Johan Rehnberg <[email protected]>
+
+pkgname=naev
+pkgver=0.10.3
+pkgrel=2
+pkgdesc='2D action/rpg space game'
+arch=('x86_64')
+url="https://github.com/naev/naev";
+license=('GPL3')
+depends=('glu' 'openal' 'libvorbis' 'sdl2' 'sdl2_image' 'sdl2_mixer' 'libgl' 
'libxml2' 'freetype2'
+         'libpng' 'libzip' 'luajit' 'glpk' 'physfs' 'libunibreak' 
'suitesparse' 'cblas')
+makedepends=('freeglut' 'zip' 'meson' 'git' 'python-yaml')
+source=("https://github.com/naev/naev/releases/download/v$pkgver/naev-$pkgver-source.tar.xz";)
+sha512sums=('7491c61bae446aa98f3847be8719cf822955d3cd0a1b01e4a0d55d49a58628ec07f4872140b3fc77b6c1a928da9d4c8b112a2814ae3ce7edfcc98841f6812a59')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  meson setup -Dprefix=/usr -Dndata_path=/usr/share/naev/ndata -Dblas=cblas 
build .
+  cd build
+  meson compile
+}
+
+package() {
+  cd "$pkgname-$pkgver/build"
+
+  DESTDIR="$pkgdir" meson install
+}

Reply via email to