Search Criteria
Package Details: toppler-git 1.3+8+r542.20220323.c8bf02b-5
Package Actions
Git Clone URL: | https://aur.archlinux.org/toppler-git.git (read-only, click to copy) |
---|---|
Package Base: | toppler-git |
Description: | A reimplementation of the classic jump & run game "Nebulus" |
Upstream URL: | https://gitlab.com/roever/toppler/ |
Keywords: | game nebulus |
Licenses: | GPL-3.0-or-later |
Conflicts: | toppler |
Provides: | toppler |
Replaces: | toppler-darcs |
Submitter: | SanskritFritz |
Maintainer: | SanskritFritz (dreieck) |
Last Packager: | dreieck |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2022-02-03 09:40 (UTC) |
Last Updated: | 2024-10-10 09:46 (UTC) |
Dependencies (12)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- sdl2 (sdl2-gitAUR, sdl2-compat-gitAUR)
- sdl2_mixer
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- gettext (gettext-gitAUR) (make)
- gimp (gimp-develAUR, gimp-devel-noconflictAUR, gimp-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR) (make)
- libpng (libpng-gitAUR, libpng-apngAUR) (make)
- povray (povray-gitAUR) (make)
- toppler-upstream-levels (toppler-upstream-levels-gitAUR) (optional) – The upstream levels as individual missions that can be played individually, and files that can be loaded into the level editor.
Required by (1)
- toppler-upstream-levels-git (requires toppler) (optional)
Latest Comments
« First ‹ Previous 1 2
dreieck commented on 2022-02-03 16:23 (UTC)
Standalone levels (to play individually and to load in the level editor) provided by package "toppler-levels-git".
dreieck commented on 2022-02-03 15:40 (UTC) (edited on 2022-02-03 20:05 (UTC) by dreieck)
A big thank you for continuing with maintaining this game's package!
Since this package uses the latest git checkout always, you need some logic to automatically adapt
$pkgver
.That is what the
pkgver()
function is for.And, also add appropriate
provides
andconflicts
entries, andgit
needs to be added tomakedepends
.Also,
gimp
needs to be a makedepend (there are.xcf
files in the source that get converted) as well aspovray
andgettext
andimagemagick
. I might have forgotten some.Here is a revorked
PKGBUILD
which addresses all that issues (and has some other additions). For me it builds:→
PKGBUILD
:SanskritFritz commented on 2022-02-03 09:42 (UTC)
https://gitlab.com/roever/toppler/-/issues/1
« First ‹ Previous 1 2