wxlauncher doesn't compile against wx3 - modify the PKBUILD to reflect the following change:
cmake -DPYTHON_EXECUTABLE=python2 -DUSE_OPENAL=1 -DRESOURCES_PATH=$resourcesdir -DCMAKE_INSTALL_PREFIX=/usr ../ -DwxWidgets_CONFIG_EXECUTABLE='/usr/bin/wx-config-2.8' -DwxWidgets_wxrc_EXECUTABLE='/usr/bin/wxrc-2.8'
Search Criteria
Package Details: wxlauncher-git 0.12.0.rc3.r18.ga204abb-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/wxlauncher-git.git (read-only, click to copy) |
---|---|
Package Base: | wxlauncher-git |
Description: | A cross-platform launcher for the FreeSpace 2 Open engine - Git version |
Upstream URL: | https://github.com/scp-fs2open/wxLauncher |
Licenses: | GPL2 |
Conflicts: | wxlauncher |
Provides: | wxlauncher |
Submitter: | MageJohn |
Maintainer: | MageJohn |
Last Packager: | MageJohn |
Votes: | 21 |
Popularity: | 0.000000 |
First Submitted: | 2022-07-12 12:55 (UTC) |
Last Updated: | 2022-12-15 11:54 (UTC) |
Dependencies (9)
- sdl2 (sdl2-compat-gitAUR, sdl2-gitAUR)
- wxwidgets (wxwidgets-gtk2AUR, wxwidgets-gtk3-lightAUR, wxwidgets-qt5-lightAUR, wxwidgets-gtk3, wxwidgets-qt5)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- openal (openal-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-markdown (make)
- fs2_openAUR (fs2_open-gitAUR) (optional) – FreeSpace 2 Open engine executable
- openal (openal-gitAUR) (optional) – audio device configuration support
Required by (2)
- bsg-diaspora-sa (requires wxlauncher)
- fs2_open (requires wxlauncher) (optional)
Sources (2)
freevryheid commented on 2014-01-28 16:31 (UTC)
VoltaicLoki commented on 2013-11-07 00:46 (UTC)
I was thinking of moving the resource path to /opt/fs2_open/wxlauncher since all the other files related to fs2_open is there. Either way I made it configurable in the PKGBUILD file.
roadnottaken commented on 2013-11-06 18:15 (UTC)
Sorry, that should be -DRESOURCES_PATH=/usr/share/wxlauncher/ , not /usr/share .
roadnottaken commented on 2013-11-06 17:41 (UTC)
You should add -DRESOURCES_PATH=/usr/share to the cmake line, to keep the package from installing anything under /usr/local . Other than that, probably the only change would be to update the maintainer line at the top of the PKGBUILD.
Also, it would be a good idea to report the linking bug upstream, as suggested in the last comment of their issue 93. That way the patch could hopefully be dropped in the future.
VoltaicLoki commented on 2013-11-06 04:59 (UTC)
Also, sorry if I overstepped by bounds uploading a new PKGBUILD here. I didn't think that submitting something new would immediately classify me as the maintainer.
VoltaicLoki commented on 2013-11-06 04:49 (UTC)
I've added a new PKGBUILD that supports 0.9.4. This also builds (as far as I know) a proper package when being used by makepkg. Any comments or feedback is welcome as this is my first attempt at building a package for arch.
roadnottaken commented on 2013-11-04 18:19 (UTC)
wxLauncher is now at version 0.9.4 .
Samsagax commented on 2013-03-29 16:45 (UTC)
You could also add a nice .desktop file :) I'll make a package for the FSPort mod.
Samsagax commented on 2013-03-29 15:57 (UTC)
Add the two patches linked here: https://code.google.com/p/wxlauncher/issues/detail?id=93
And it works like a charm for the time being. Here is my PKGBUILD: http://pastebin.com/6dgZp3da
And src file: http://dl.dropbox.com/u/101701104/wxlauncher-0.9.1-2.src.tar.gz
Pinned Comments
MageJohn commented on 2022-12-15 23:02 (UTC)
State of this package
Currently it is not possible to build the latest "stable" version of wxLauncher on modern Arch Linux because it relies on very out of date packages that Arch no longer includes. These issues are mostly fixed in the upstream repository, so if they ever release a new version then I will update this package. As it is, I recommend using the wxlauncher-git package, which does currently work.