Package Details: endless-sky-git 0.10.4.r16.gdba02efe3-1

Git Clone URL: https://aur.archlinux.org/endless-sky-git.git (read-only, click to copy)
Package Base: endless-sky-git
Description: A sandbox-style space exploration and combat game
Upstream URL: https://endless-sky.github.io/
Keywords: exploration game sandbox space
Licenses: custom:public domain, GPL3, CCPL
Conflicts: endless-sky
Provides: endless-sky
Submitter: ljrk
Maintainer: Mr.Smith1974
Last Packager: Mr.Smith1974
Votes: 13
Popularity: 0.011611
First Submitted: 2015-10-25 19:38 (UTC)
Last Updated: 2023-10-23 05:17 (UTC)

Required by (1)

Sources (2)

Latest Comments

Gaspartame commented on 2023-10-22 20:56 (UTC) (edited on 2023-10-22 21:00 (UTC) by Gaspartame)

It doesn't compile for me, I have got the following errors :

==> Entering fakeroot environment...
==> Starting package()...
install: cannot stat 'endless-sky.desktop': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...

keldrin commented on 2023-05-16 10:12 (UTC) (edited on 2023-06-06 07:13 (UTC) by keldrin)

At the moment the game doesn't compile.

source/PlayerInfoPanel.cpp: In member function ‘void PlayerInfoPanel::DrawPlayer(const Rectangle&)’: source/PlayerInfoPanel.cpp:611:23: error: possibly dangling reference to a temporary [...] cc1plus: all warnings being treated as errors scons: *** [build/release/PlayerInfoPanel.o] Error 1 scons: building terminated because of errors. ==> ERROR: A failure occurred in build(). Aborting... -> error making: endless-sky-git-exit status 4 -> Failed to install the following packages. Manual intervention is required: endless-sky-git - exit status 4

I think this is related to this bug report from a couple of days ago:

https://github.com/endless-sky/endless-sky/issues/8746 Downgrading gcc and gcc-libs to 12.2.1-2 fixes the problem.

UPDATE: This error has been fixed upstream. Compiles fine now.

micwoj92 commented on 2021-03-23 08:06 (UTC)

Hello, could you update homepage to https?

grawlinson commented on 2018-09-02 20:20 (UTC)

Just picked up this package. I'll update the PKGBUILD when I get home from work today.

kozaki commented on 2018-05-05 16:47 (UTC)

Tip to compile endless-sky-git-0.9.8.r431.ga2d79c45-1 successfully: Edit the PKGBUILD as follow:

--- _idir=endless-sky.iconset +++ _idir=icons

And that's it. It's a great game <3 Thank you LeonardK!

kozaki commented on 2017-12-21 23:03 (UTC)

Thanks JohnnyBGods. To reflect release 0.9.8 I just had to change

(--) pkgver=0.9.5.r31.g07836c69 (++) pkgver=0.9.8.r26.g97c1fae

and here launch another open source game :)

JohnnyBGods commented on 2017-01-31 16:28 (UTC)

Since I couldn't install at this date because of changes in new version, I'm sharing the following changes that worked for me: PKGBUILD: line4 pkgver=0.9.5.r31.g07836c69 line19 'SKIP') lines52,60 install -D --mode=644 icons/icon_16x16.png ${pkgdir}/usr/share/icons/hicolor/16x16/apps/${_gitname}.png install -D --mode=644 icons/icon_22x22.png ${pkgdir}/usr/share/icons/hicolor/22x22/apps/${_gitname}.png install -D --mode=644 icons/icon_24x24.png ${pkgdir}/usr/share/icons/hicolor/24x24/apps/${_gitname}.png install -D --mode=644 icons/icon_32x32.png ${pkgdir}/usr/share/icons/hicolor/32x32/apps/${_gitname}.png install -D --mode=644 icons/icon_48x48.png ${pkgdir}/usr/share/icons/hicolor/48x48/apps/${_gitname}.png install -D --mode=644 icons/icon_256x256.png ${pkgdir}/usr/share/icons/hicolor/256x256/apps/${_gitname}.png endless-sky.install: lines2,9 xdg-icon-resource install --novendor --size 16 /usr/share/icons/hicolor/16x16/apps/endless-sky.png xdg-icon-resource install --novendor --size 22 /usr/share/icons/hicolor/22x22/apps/endless-sky.png xdg-icon-resource install --novendor --size 24 /usr/share/icons/hicolor/24x24/apps/endless-sky.png xdg-icon-resource install --novendor --size 32 /usr/share/icons/hicolor/32x32/apps/endless-sky.png xdg-icon-resource install --novendor --size 48 /usr/share/icons/hicolor/48x48/apps/endless-sky.png xdg-icon-resource install --novendor --size 256 /usr/share/icons/hicolor/256x256/apps/endless-sky.png update-desktop-database -q lines13,19 xdg-icon-resource uninstall --novendor --size 16 /usr/share/icons/hicolor/16x16/apps/endless-sky.png xdg-icon-resource uninstall --novendor --size 22 /usr/share/icons/hicolor/22x22/apps/endless-sky.png xdg-icon-resource uninstall --novendor --size 24 /usr/share/icons/hicolor/24x24/apps/endless-sky.png xdg-icon-resource uninstall --novendor --size 32 /usr/share/icons/hicolor/32x32/apps/endless-sky.png xdg-icon-resource uninstall --novendor --size 48 /usr/share/icons/hicolor/48x48/apps/endless-sky.png xdg-icon-resource uninstall --novendor --size 256 /usr/share/icons/hicolor/256x256/apps/endless-sky.png update-desktop-database -q Cheers!

ljrk commented on 2016-05-02 15:32 (UTC)

Yes indeed, it got deleted at cc56a1d1f32d4c8aca1c66ec8059e8778a6b841b Updated the PKGBUILD, thanks for the hint.

ecraven commented on 2016-05-02 07:25 (UTC)

extra doesn't seem to exist in git any longer, it needs to be removed from the PKGBUILD

test0 commented on 2016-05-01 10:35 (UTC)

cp: cannot stat 'extra': No such file or directory