Date: Thursday, January 12, 2023 @ 21:20:31
  Author: svenstaro
Revision: 1383139

archrelease: copy trunk to community-x86_64

Added:
  naev/repos/community-x86_64/PKGBUILD
    (from rev 1383138, naev/trunk/PKGBUILD)
Deleted:
  naev/repos/community-x86_64/PKGBUILD
  naev/repos/community-x86_64/binutils-2.39.patch

---------------------+
 PKGBUILD            |   66 ++++++++++++++++++++++----------------------------
 binutils-2.39.patch |   13 ---------
 2 files changed, 30 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-12 21:20:17 UTC (rev 1383138)
+++ PKGBUILD    2023-01-12 21:20:31 UTC (rev 1383139)
@@ -1,36 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <[email protected]>
-# Contributor: Johan Rehnberg <[email protected]>
-
-pkgname=naev
-pkgver=0.10.1
-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";
-         binutils-2.39.patch)
-sha512sums=('91a1f3909462cb00a366a5006a1ea5da289f10dfe8ec3a5b8ab21bc281a74742724bb287fc8ffc31277e38b0f4c778812b800eb814f399b480ba72deb957249c'
-            
'274b2189a9c81d75ff649ae777fdca0cba0ed41fd1c62e8079fc3cd4e48617cde49d930742e7786dbe98a46a02e8733ac9a6d551d6e418f27ecfaeff91c63679')
-
-# prepare() {
-#   # patch -d $pkgname-$pkgver -p1 < binutils-2.39.patch # Fix build with 
binutils 2.39
-# }
-
-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 1383138, 
naev/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-01-12 21:20:31 UTC (rev 1383139)
@@ -0,0 +1,30 @@
+# Maintainer: Sven-Hendrik Haase <[email protected]>
+# Contributor: Johan Rehnberg <[email protected]>
+
+pkgname=naev
+pkgver=0.10.2
+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=('8e9eff735f12bf308d52ae3bae10a83cfbd7e80d614b366d53c7f2d37826f5b9158f430324d7106f8c2c750888c09fe09f0a97d1f6af31e50b4f77bdf456025a')
+
+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
+}

Deleted: binutils-2.39.patch
===================================================================
--- binutils-2.39.patch 2023-01-12 21:20:17 UTC (rev 1383138)
+++ binutils-2.39.patch 2023-01-12 21:20:31 UTC (rev 1383139)
@@ -1,13 +0,0 @@
-diff --git a/src/debug.c b/src/debug.c
-index 9306c763d..ddbca4019 100644
---- a/src/debug.c
-+++ b/src/debug.c
-@@ -150,7 +150,7 @@ static void debug_sigHandler( int sig, siginfo_t *info, 
void *unused )
-          debug_sigCodeToStr(info->si_signo, info->si_code) );
-    for (i=0; i<num; i++) {
-       if (abfd != NULL)
--         debug_translateAddress(symbols[i], (bfd_vma) (bfd_hostptr_t) buf[i]);
-+         debug_translateAddress(symbols[i], (bfd_vma) (uintptr_t) buf[i]);
-       else
-          DEBUG("   %s", symbols[i]);
-    }

Reply via email to