Date: Wednesday, October 19, 2022 @ 08:34:33 Author: grawlinson Revision: 1332826
archrelease: copy trunk to community-x86_64 Added: endless-sky/repos/community-x86_64/PKGBUILD (from rev 1332825, endless-sky/trunk/PKGBUILD) Deleted: endless-sky/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 142 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 71 insertions(+), 71 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2022-10-19 08:33:57 UTC (rev 1332825) +++ PKGBUILD 2022-10-19 08:34:33 UTC (rev 1332826) @@ -1,71 +0,0 @@ -# Maintainer: George Rawlinson <geo...@rawlinson.net.nz> -# Contributor: Max Zhao <alcasa dot mz at gmail dot com> -# Contributor: Leonard König <leonard.r.koenig at googlemail dot com> - -pkgname=endless-sky -pkgver=0.9.16 -pkgrel=1 -pkgdesc='A sandbox-style space exploration and combat game' -arch=('x86_64') -url='https://endless-sky.github.io/' -# licenses obtained via following script: -# grep "^License:" copyright | sed -e "s/License: //" -e "s/ /-/" | sort | uniq -license=( - 'GPL3' - 'custom:CC-BY-3.0' - 'custom:CC-BY-4.0' - 'custom:CC-BY-NC-3.0' - 'custom:CC-BY-SA-3.0' - 'custom:CC-BY-SA-4.0' - 'custom:public-domain' -) -depends=( - 'gcc-libs' - 'openal' - 'libpng' - 'glew' - 'hicolor-icon-theme' - 'libjpeg-turbo' - 'sdl2' - 'libmad' - 'util-linux-libs' -) -makedepends=('git' 'scons') -optdepends=( - 'endless-sky-high-dpi: high resolution graphics assets' -) -options=('debug') -_commit='304d0ee392441f968e724ca5366e4d1fc3706fb1' -source=("$pkgname::git+https://github.com/endless-sky/endless-sky#commit=$_commit") -b2sums=('SKIP') - -pkgver() { - cd "$pkgname" - - git describe --tags --exclude 'continuous' | sed 's/^v//' -} - -prepare() { - cd "$pkgname" - - # binary is installed to /usr/games instead of /usr/bin - sed -i 's:games", sky:bin", sky:' SConstruct -} - -build() { - cd "$pkgname" - - scons -j "$(nproc)" -} - -package() { - cd "$pkgname" - - scons \ - DESTDIR="$pkgdir" \ - PREFIX=/usr \ - install - - # license - install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" copyright -} Copied: endless-sky/repos/community-x86_64/PKGBUILD (from rev 1332825, endless-sky/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2022-10-19 08:34:33 UTC (rev 1332826) @@ -0,0 +1,71 @@ +# Maintainer: George Rawlinson <geo...@rawlinson.net.nz> +# Contributor: Max Zhao <alcasa dot mz at gmail dot com> +# Contributor: Leonard König <leonard.r.koenig at googlemail dot com> + +pkgname=endless-sky +pkgver=0.9.16.1 +pkgrel=1 +pkgdesc='A sandbox-style space exploration and combat game' +arch=('x86_64') +url='https://endless-sky.github.io/' +# licenses obtained via following script: +# grep "^License:" copyright | sed -e "s/License: //" -e "s/ /-/" | sort | uniq +license=( + 'GPL3' + 'custom:CC-BY-3.0' + 'custom:CC-BY-4.0' + 'custom:CC-BY-NC-3.0' + 'custom:CC-BY-SA-3.0' + 'custom:CC-BY-SA-4.0' + 'custom:public-domain' +) +depends=( + 'gcc-libs' + 'openal' + 'libpng' + 'glew' + 'hicolor-icon-theme' + 'libjpeg-turbo' + 'sdl2' + 'libmad' + 'util-linux-libs' +) +makedepends=('git' 'scons') +optdepends=( + 'endless-sky-high-dpi: high resolution graphics assets' +) +options=('debug') +_commit='d930b95c14119a74c6ffaadbe14bfd67a679af81' +source=("$pkgname::git+https://github.com/endless-sky/endless-sky#commit=$_commit") +b2sums=('SKIP') + +pkgver() { + cd "$pkgname" + + git describe --tags --exclude 'continuous' | sed 's/^v//' +} + +prepare() { + cd "$pkgname" + + # binary is installed to /usr/games instead of /usr/bin + sed -i 's:games", sky:bin", sky:' SConstruct +} + +build() { + cd "$pkgname" + + scons -j "$(nproc)" +} + +package() { + cd "$pkgname" + + scons \ + DESTDIR="$pkgdir" \ + PREFIX=/usr \ + install + + # license + install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" copyright +}