Fix flatpak manifest for master
This commit is contained in:
parent
1d80308325
commit
b5339299ea
1 changed files with 2 additions and 46 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"app-id": "org.wesnoth.Wesnoth",
|
||||
"runtime": "org.freedesktop.Platform",
|
||||
"runtime-version": "1.6",
|
||||
"runtime-version": "19.08",
|
||||
"sdk": "org.freedesktop.Sdk",
|
||||
"finish-args": [
|
||||
"--device=dri",
|
||||
|
@ -35,50 +35,6 @@
|
|||
"./b2 -j4 install cxxflags='-fPIE -fstack-protector-strong' define=_FORTIFY_SOURCE=2 link=static variant=release address-model=64 --layout=system"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "libglu",
|
||||
"config-opts": [
|
||||
"--enable-shared",
|
||||
"--disable-static"
|
||||
],
|
||||
"sources": [
|
||||
{
|
||||
"type": "archive",
|
||||
"url": "https://mesa.freedesktop.org/archive/glu/glu-9.0.0.tar.bz2",
|
||||
"sha256": "1f7ad0d379a722fcbd303aa5650c6d7d5544fde83196b42a73d1193568a4df12"
|
||||
}
|
||||
],
|
||||
"cleanup": [
|
||||
"/include",
|
||||
"/lib/*.la",
|
||||
"/lib/pkgconfig"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "glew",
|
||||
"no-autogen": true,
|
||||
"make-args": [
|
||||
"GLEW_PREFIX=/app",
|
||||
"GLEW_DEST=/app",
|
||||
"LIBDIR=/app/lib"
|
||||
],
|
||||
"make-install-args": [
|
||||
"GLEW_PREFIX=/app",
|
||||
"GLEW_DEST=/app",
|
||||
"LIBDIR=/app/lib"
|
||||
],
|
||||
"cleanup": [
|
||||
"/include",
|
||||
"/lib/pkgconfig"
|
||||
],
|
||||
"sources": [
|
||||
{
|
||||
"type": "archive",
|
||||
"url": "https://downloads.sourceforge.net/project/glew/glew/2.1.0/glew-2.1.0.tgz",
|
||||
"sha256": "04de91e7e6763039bc11940095cd9c7f880baba82196a7765f727ac05a993c95"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "scons",
|
||||
"buildsystem": "simple",
|
||||
|
@ -101,7 +57,7 @@
|
|||
"/share/applications/wesnoth_editor.desktop"
|
||||
],
|
||||
"build-commands": [
|
||||
"scons -j $FLATPAK_BUILDER_N_JOBS prefix=/app ccache=true install wesnoth wesnothd"
|
||||
"python3 /app/bin/scons -j $FLATPAK_BUILDER_N_JOBS prefix=/app ccache=true install wesnoth wesnothd"
|
||||
],
|
||||
"sources": [
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue