endless-sky: update to 0.9.13.

This commit is contained in:
Andrew J. Hesford 2021-05-01 10:02:44 -04:00
parent 87da7751c1
commit 27c7e6973b
3 changed files with 15 additions and 22 deletions

View file

@ -1 +0,0 @@
endless-sky

View file

@ -1,15 +1,15 @@
--- SConstruct.old 2017-12-06 12:54:20.524502000 -0800 --- SConstruct
+++ SConstruct 2017-12-12 12:39:21.764384877 -0800 +++ SConstruct
@@ -18,7 +18,7 @@ @@ -41,7 +41,7 @@
env.Append(LINKFLAGS = ["-static-libstdc++"]) PathVariable("BUILDDIR", "Directory to store compiled object files in", "build", PathVariable.PathIsDirCreate),
PathVariable("BIN_DIR", "Directory to store binaries in", ".", PathVariable.PathIsDirCreate),
opts = Variables() PathVariable("DESTDIR", "Destination root directory, e.g. if building a package", "", PathVariable.PathAccept),
-opts.Add(PathVariable("PREFIX", "Directory to install under", "/usr/local", PathVariable.PathIsDirCreate)) - PathVariable("PREFIX", "Directory to install under (will be prefixed by DESTDIR)", "/usr/local", PathVariable.PathIsDirCreate),
+opts.Add(PathVariable("PREFIX", "Directory to install under", "/usr", PathVariable.PathIsDirCreate)) + PathVariable("PREFIX", "Directory to install under (will be prefixed by DESTDIR)", "/usr", PathVariable.PathIsDirCreate),
opts.Add(PathVariable("DESTDIR", "Destination root directory", "", PathVariable.PathAccept)) )
opts.Add(EnumVariable("mode", "Compilation mode", "release", allowed_values=("release", "debug", "profile")))
opts.Update(env) opts.Update(env)
@@ -66,7 +66,7 @@ Help(opts.GenerateHelpText(env))
@@ -150,7 +150,7 @@
# Install the binary: # Install the binary:

View file

@ -1,7 +1,7 @@
# Template file for 'endless-sky' # Template file for 'endless-sky'
pkgname=endless-sky pkgname=endless-sky
version=0.9.12 version=0.9.13
revision=3 revision=1
build_style=scons build_style=scons
makedepends="SDL2-devel glew-devel libjpeg-turbo-devel libmad-devel makedepends="SDL2-devel glew-devel libjpeg-turbo-devel libmad-devel
libopenal-devel libpng-devel" libopenal-devel libpng-devel"
@ -11,11 +11,5 @@ maintainer="CoolOhm <micvlas@gmail.com>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
homepage="http://endless-sky.github.io/" homepage="http://endless-sky.github.io/"
distfiles="https://github.com/endless-sky/endless-sky/archive/v${version}.tar.gz" distfiles="https://github.com/endless-sky/endless-sky/archive/v${version}.tar.gz"
checksum=31f76ac11666415478678d924174d43a620a7fd1093e95131776aed12b912eb4 checksum=001c8a28bbec7491f2725fbaa52b1ade813d33cec2d16521f241c80d04685b9d
replaces="endless-sky-data>=0"
endless-sky-data_package() {
short_desc+=" - data files"
pkg_install() {
vmove usr/share/games/endless-sky
}
}