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
1 2 Next › Last »
SanskritFritz commented on 2022-03-18 14:40 (UTC)
dreieck, thank you again.
SanskritFritz commented on 2022-02-05 08:40 (UTC)
I didn't think it was necessary to increment the $pkgrel but anyway. Thanks for the changes!
dreieck commented on 2022-02-04 21:57 (UTC) (edited on 2022-02-04 22:08 (UTC) by dreieck)
I like that idea. I now switched from XPM to PNG because this is even smaller.
You forgot to increment
$pkgrel
, thats why your change did not show up on the AUR page.I now can push to the AUR repo, had to delete
.git/
and re-fetch.SanskritFritz commented on 2022-02-04 14:34 (UTC)
I decided to add that icon into the package as downloading a whole tar just for a small icon seemed like overkill to me and too complicated. How do you like it that way? The original path was /usr/share/pixmaps btw.
dreieck commented on 2022-02-04 11:38 (UTC) (edited on 2022-02-04 19:25 (UTC) by dreieck)
I could not find any icon in the source.
If any is found: Where exactly should it be installed to?
/usr/share/icons/toppler.<extension>
?/usr/share/icons/toppler/<filename>
?As a dirty workaround I now used the old sourceforge.net/projects/toppler/files/toppler/1.1.6/toppler-1.1.6.tar.gz to get the icon from there and manually install it.
Somehow I cannot push to this AUR repo (it fails with
fatal: unable to access 'https://aur.archlinux.org/toppler-git.git/': The requested URL returned error: 403
, while other repos work fine), so can you do the change?Changes to the
PKGBUILD
:$pkgrel
,source
:"toppler-1.1.6.tar.gz::https://sourceforge.net/projects/toppler/files/toppler/1.1.6/toppler-1.1.6.tar.gz" # Needed for the icon file.
package()
:install -D -v -m644 "${srcdir}/toppler-1.1.6/toppler.xpm" "${pkgdir}/usr/share/icons/toppler.xpm"
.The installation location
/usr/share/icons/toppler.<extension>
seemed to be the one that makes it recognised.I reported missing icon file upstream, → here.
SanskritFritz commented on 2022-02-04 10:16 (UTC)
We need to fix the application icon, make install does not put anything into /usr/share/icons anymore.
SanskritFritz commented on 2022-02-04 10:14 (UTC)
Great work with the PKGBUILD, a big thank you. I pushed all the changes you made.
SanskritFritz commented on 2022-02-04 09:41 (UTC)
Yes, I forgot the pkgver() completely.
SanskritFritz commented on 2022-02-04 09:41 (UTC)
I added you as co-maintainer for both packages.
1 2 Next › Last »