What is the ideal way to maintain user additions with this package, e.g. other aircrafts?
Search Criteria
Package Details: flightgear-data 2020.3.19-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/flightgear-data.git (read-only, click to copy) |
---|---|
Package Base: | flightgear-data |
Description: | Base-Data for the opensource flight-simulator. |
Upstream URL: | http://www.flightgear.org/ |
Licenses: | GPL |
Submitter: | Barthalion |
Maintainer: | acxz |
Last Packager: | acxz |
Votes: | 22 |
Popularity: | 0.003125 |
First Submitted: | 2018-01-05 16:04 (UTC) |
Last Updated: | 2023-12-17 05:54 (UTC) |
Dependencies (0)
Required by (3)
- flightgear (optional)
- flightgear-appimage (optional)
- flightgear-git (optional)
Sources (1)
Latest Comments
« First ‹ Previous 1 2
<deleted-account> commented on 2020-09-13 07:32 (UTC)
lemust83 commented on 2019-10-21 00:16 (UTC)
I have an error with sha256sum key. This one works: e687b3b937e1b02c96f4c4b238cf803eccfdb97d4c2942cc8c9c7920a03c8517
FredBezies commented on 2019-10-13 20:48 (UTC)
Updated PKGBUILD:
# Maintainer: Frederic Bezies < fredbezies at gmail dot com >
# Contributor: Deon Spengler <deon at spengler dot co dot za>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: William Rea <sillywilly@gmail.com>
# Contributor: Hans Janssen <hans@janserv.xs4all.nl>
pkgname=flightgear-data
pkgver=2019.1.1
_pkgver=${pkgver%.*}
pkgrel=1
pkgdesc="Base-Data for the opensource flight-simulator."
arch=(any)
license=('GPL')
url="http://www.flightgear.org/"
options=(!strip)
source=("https://downloads.sourceforge.net/project/flightgear/release-${_pkgver}/FlightGear-${pkgver}-data.tar.bz2")
sha256sums=('0ee261a4f916554e47ccc2acf889e0825fc22e0cc3880399278a2da83f04f593')
package() {
cd "$srcdir"
mkdir -p "$pkgdir"/usr/share/flightgear
mv fgdata/ "$pkgdir"/usr/share/flightgear/data
chown root:root "$pkgdir"/usr/share/flightgear/data
}
AWhetter commented on 2019-09-15 00:01 (UTC)
I was going to suggest we all co-maintain, but if you're happy to pass it on then I'll take simgear as well.
Jake commented on 2019-09-14 23:50 (UTC)
Yes, it is a mess with different maintainers. The versions are often not in sync and that is required to test this stuff properly... Would you like to also take simgear @AWhetter? I am not really interested in it anymore. BTW the git versions are also currently not maintained, would probably make sense if someone does all of them.
AWhetter commented on 2019-09-14 16:59 (UTC)
simgear and flightgear are both out of date at the moment. I'll update this package once they're updated. Ideally the same person would own all three packages, or they would all exist in the same PKGBUILD.
Jake commented on 2018-04-13 21:45 (UTC)
Updated pkgbuild: https://github.com/Jakeler/AUR-PKGBUILDS/tree/master/flightgear-data
Pinned Comments
acxz commented on 2022-09-07 14:48 (UTC)
Development is on Github: https://github.com/acxz/flightgear-arch Please open issues and PRs there instead of commenting.