Package Details: vegastrike-git rev.11522-1

Git Clone URL: https://aur.archlinux.org/vegastrike-git.git (read-only, click to copy)
Package Base: vegastrike-git
Description: Vega Strike - Upon the Coldest Sea. Space flight and trading simulator with realistic distances
Upstream URL: https://www.vega-strike.org
Licenses: GPL
Conflicts: vegastrike
Provides: vegastrike
Submitter: evorster
Maintainer: evorster
Last Packager: evorster
Votes: 11
Popularity: 0.001969
First Submitted: 2020-06-15 20:57 (UTC)
Last Updated: 2023-03-23 05:38 (UTC)

Latest Comments

1 2 3 Next › Last »

tocic commented on 2023-03-23 05:07 (UTC)

Please fix the upstream URL to https://www.vega-strike.org. Now clicking leads to 404. The same happens for other versions of the package.

evorster commented on 2022-06-05 13:30 (UTC)

There are no plans for me to release a non-git version.

A proper binary Arch package would be nice, but it's beyond what the aur can offer. If these packages get enough votes, they might get adopted into community, and then that package will be a binary one.

There is a -git and a -release-git versions of the vegastrike (which contains all the game data) and the vegastrike-engine (for the engine) package.

VorpalWay commented on 2022-06-05 11:22 (UTC)

Now that 0.8.0 has been released, do you have any plans to package it as a non -git package?

evorster commented on 2022-04-03 19:37 (UTC)

Well spotted. The updated PKGBUILD will be available soon.

guzzisti commented on 2022-04-03 19:26 (UTC)

packaging can be fixed with this patch:

From 806e7f9e8aafd46fe75c00a8080e5bbedf1c4eed Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ren=C3=A9=20Wagner?= <rwa@clttr.info>
Date: Sun, 3 Apr 2022 21:25:30 +0200
Subject: [PATCH] fix package()

---
 PKGBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PKGBUILD b/PKGBUILD
index d3a978d..abb3bac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -37,6 +37,6 @@ build(){

 package() {
   mkdir -p "${pkgdir}"
-  make -C "${srcdir}"/Assets-Production DESTDIR="${pkgdir}" install
+  make -C "${srcdir}" DESTDIR="${pkgdir}" install
 }

-- 
2.35.1

guzzisti commented on 2022-04-03 19:20 (UTC)

This fails during package():

==> Starting package()...
make: Entering directory '/tmp/trizen-rene/vegastrike-git/src/Assets-Production'
make: *** No rule to make target 'install'.  Stop.
make: Leaving directory '/tmp/trizen-rene/vegastrike-git/src/Assets-Production'
==> ERROR: A failure occurred in package().
    Aborting...
:: Unable to build vegastrike-git - makepkg exited with code: 4

hollunder commented on 2022-04-02 23:40 (UTC)

Fails to find engine.

evorster commented on 2021-03-29 03:52 (UTC)

Yes, please comment that out. I'm making a fresh PKGBUILD that will not have the issue. That patch was for an alternate login screen, which has not been merged into main.

DeltaV commented on 2021-03-28 21:06 (UTC)

Comment out the patch command in the PKGBUILD. That seems to work for me.