Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
bd972a13
Commit
bd972a13
authored
8 months ago
by
mio
Committed by
Andy Postnikov
8 months ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/openttd: upgrade to 14.1, enable tests
parent
4520fe79
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!69611
testing/openttd: upgrade to 14.1, enable tests
Pipeline
#249588
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/openttd/APKBUILD
+10
-4
10 additions, 4 deletions
testing/openttd/APKBUILD
with
10 additions
and
4 deletions
testing/openttd/APKBUILD
+
10
−
4
View file @
bd972a13
# Contributor: Adrian Siekierka <kontakt@asie.pl>
# Maintainer: Thomas Kienlen <kommander@laposte.net>
pkgname
=
openttd
pkgver
=
1
3.4
pkgrel
=
1
pkgver
=
1
4.1
pkgrel
=
0
pkgdesc
=
"Open source version of the Transport Tycoon Deluxe simulator"
url
=
"https://www.openttd.org"
arch
=
"all"
license
=
"GPL-2.0-or-later"
makedepends
=
"
cmake
curl-dev
fontconfig-dev
fluidsynth-dev
freetype-dev
harfbuzz-dev
icu-dev
libpng-dev
lzo-dev
...
...
@@ -24,7 +26,6 @@ subpackages="$pkgname-doc $pkgname-lang::noarch"
source
=
"https://cdn.openttd.org/openttd-releases/
$pkgver
/openttd-
$pkgver
-source.tar.xz
no-sse4.patch
"
options
=
"!check"
# TODO: find how to start test suite, no check implemented
build
()
{
cmake
-B
build
\
...
...
@@ -37,6 +38,11 @@ build() {
cmake
--build
build
}
check
()
{
cmake
--build
build
--target
openttd_test
./build/openttd_test
}
package
()
{
DESTDIR
=
"
$pkgdir
"
cmake
--build
build
--target
install
}
...
...
@@ -51,6 +57,6 @@ lang() {
}
sha512sums
=
"
84f57a39c0dade44f0e6153dff7a40eec0da8e2f892ce870d5f9e037f80daa5c7c46ff786fa51c3671366dd5056504cd7ccbc1c4e5bce8b2c5575533b454c001
openttd-1
3.4
-source.tar.xz
194135cc01457d9ed069c09d8961ad3de681bc9936533ca81ff23099f394bb9a83ef84a0852e85525e258f6149e14fd41cfc5f8e683c0643515005c42fb77e3b
openttd-1
4.1
-source.tar.xz
fef70a685b4d440a0c1a6b6cde94df2dcada7ee10f4b213ee0a649dfbbb5de800aed06a4f066b2be5369147b1ecd83ad6b89bdb06138c46b250ca7f75c95b5a4 no-sse4.patch
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment