Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / 
naev


Commits:
e8bb2d23 by Sven-Hendrik Haase at 2025-02-01T00:42:31+01:00
upgpkg: 0.12.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = naev
        pkgdesc = 2D action/rpg space game
-       pkgver = 0.12.1
+       pkgver = 0.12.2
        pkgrel = 1
        url = https://github.com/naev/naev
        arch = x86_64
@@ -27,7 +27,13 @@ pkgbase = naev
        depends = libunibreak
        depends = suitesparse
        depends = cblas
-       source = 
https://github.com/naev/naev/releases/download/v0.12.1/naev-0.12.1-source.tar.xz
-       sha512sums = 
d6bbe25d930723fec1786f7160ef72091d1480714bdec2032a8d194aec281ca352eaab0a4b8af538b79068be972cf28fc81d681ff5659733cdc2044ad250a9df
+       depends = cmark
+       depends = enet
+       source = 
https://github.com/naev/naev/releases/download/v0.12.2/naev-0.12.2-source.tar.xz
+       source = 
https://github.com/naev/naev/commit/eb11709e3a38da52f93e5415cc7fc9152a081fef.patch
+       source = 
https://github.com/naev/naev/commit/8cd181e8666e1250f39766dda742f00206f1edbf.patch
+       sha512sums = 
898a1c4e820f1bad5b3abfdbf255d6a54363462e3eaf6bbcffd9f806398094100fa3776fb4bcbc8510b2a159cf73e49d9909213e671f979cbf7b4983e2f43b3e
+       sha512sums = 
364d9831563bfa5c4fb8ad103066909a8d0eab294f2f9513443ae7a72026b385104195ebaa439386f8e2a9ac94b6d1893f1c6b3568e0430e8d5394eb348a1fac
+       sha512sums = 
8adc86c0b7c1a2d13752e3060854c52262fcee88f81b8cf6dcd9d58d5364ab7f01a0f671149453f9305fa78ae4aa45e69affe3b02d39bb9994331f59f88c6e84
 
 pkgname = naev


=====================================
PKGBUILD
=====================================
@@ -2,17 +2,29 @@
 # Contributor: Johan Rehnberg <cleanr...@gmail.com>
 
 pkgname=naev
-pkgver=0.12.1
+pkgver=0.12.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' 'cblas')
+         'libpng' 'libzip' 'luajit' 'glpk' 'physfs' 'libunibreak' 
'suitesparse' 'cblas'
+         'cmark' 'enet')
 makedepends=('freeglut' 'zip' 'meson' 'git' 'python-yaml')
-source=("https://github.com/naev/naev/releases/download/v$pkgver/naev-$pkgver-source.tar.xz";)
-sha512sums=('d6bbe25d930723fec1786f7160ef72091d1480714bdec2032a8d194aec281ca352eaab0a4b8af538b79068be972cf28fc81d681ff5659733cdc2044ad250a9df')
+source=("https://github.com/naev/naev/releases/download/v$pkgver/naev-$pkgver-source.tar.xz";
+        
https://github.com/naev/naev/commit/eb11709e3a38da52f93e5415cc7fc9152a081fef.patch
+        
https://github.com/naev/naev/commit/8cd181e8666e1250f39766dda742f00206f1edbf.patch)
+sha512sums=('898a1c4e820f1bad5b3abfdbf255d6a54363462e3eaf6bbcffd9f806398094100fa3776fb4bcbc8510b2a159cf73e49d9909213e671f979cbf7b4983e2f43b3e'
+            
'364d9831563bfa5c4fb8ad103066909a8d0eab294f2f9513443ae7a72026b385104195ebaa439386f8e2a9ac94b6d1893f1c6b3568e0430e8d5394eb348a1fac'
+            
'8adc86c0b7c1a2d13752e3060854c52262fcee88f81b8cf6dcd9d58d5364ab7f01a0f671149453f9305fa78ae4aa45e69affe3b02d39bb9994331f59f88c6e84')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  patch -Np1 -i ../eb11709e3a38da52f93e5415cc7fc9152a081fef.patch
+  patch -Np1 -i ../8cd181e8666e1250f39766dda742f00206f1edbf.patch
+}
 
 build() {
   cd "$pkgname-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/naev/-/commit/e8bb2d23d18520a9206ebd4126a6c54b815a03fe

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/naev/-/commit/e8bb2d23d18520a9206ebd4126a6c54b815a03fe
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to