Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AUR Packages #54

Open
EndangeredNayla opened this issue Oct 10, 2020 · 3 comments
Open

AUR Packages #54

EndangeredNayla opened this issue Oct 10, 2020 · 3 comments

Comments

@EndangeredNayla
Copy link

EndangeredNayla commented Oct 10, 2020

coinkiller-git: Fetches the latest copy of the source code and builds it and then installs it
coinkiller: fetches the latest stable version (at this time v0.12) and compiles that and installs it
coinkiller-bin: will be created if prebuild binaries exist. This will fetch those and install them from said binaries.

This might sound complicated but most Arch users compile everything from source but still some dont.
Arch's package names are the same for almost every other package. Keep up the work on this editor.

For more info: https://itsfoss.com/aur-arch-linux/

Think of the AUR like one huge PPA that any developer can contribute too

@RicBent
Copy link
Collaborator

RicBent commented Oct 11, 2020

As an Arch user myself I'm surprised I never considered creating packages myself. Thanks!

Though the git and bin packages no longer seem to exist?

@EndangeredNayla
Copy link
Author

Hrmm weird give me a few

@poudink
Copy link

poudink commented Jun 20, 2022

coinkiller is the only one of these that still exists. Not that big of a deal, but unfortunately it also fails to build and has been flagged as out of date:

Info: creating stash file /home/poudink/.cache/yay/coinkiller/src/CoinKiller/build/.qmake.stash
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++1z -flto -fno-fat-lto-objects -Wall -Wextra -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I../../CoinKiller -I. -I/usr/include/qt -I/usr/include/qt/QtGui -I/usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o main.o ../main.cpp
Dans le fichier inclus depuis ../levelmanager.h:5,
                 depuis ../game.h:6,
                 depuis ../mainwindow.h:21,
                 depuis ../main.cpp:18:
../windowbase.h:4:10: erreur fatale: QMainWindow : Aucun fichier ou dossier de ce type
    4 | #include <QMainWindow>
      |          ^~~~~~~~~~~~~
compilation terminée.
make: *** [Makefile:1565 : main.o] Erreur 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants