ExplosBlue / CoinKiller

NSMB2 level editor!
GNU General Public License v3.0
52 stars 19 forks source link

AUR Packages #54

Open EndangeredNayla opened 3 years ago

EndangeredNayla commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

Hrmm weird give me a few

poudink commented 2 years ago

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