Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 152 in downloads


Ignore:
Timestamp:
Oct 11, 2018, 7:46:57 PM (5 years ago)
Author:
bucyril
Message:

flatpak image now working

Location:
linux/flatpak
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • linux/flatpak/net.orxonox.Orxonox.json

    r151 r152  
    44    "runtime-version": "18.08",
    55    "sdk": "org.freedesktop.Sdk",
    6     "command": "run",
     6    "command": "/app/games/orxonox",
     7    "cleanup": [ "/lib/*.a" ],
    78    "modules": [
    89        {
     
    3031        {
    3132            "name": "boost",
    32             "cleanup": [ "/lib/libboost_*.a" ],
    3333            "sources": [
    3434                {
     
    3939                {
    4040                    "type": "file",
    41                     "path": "boost-configure",
     41                    "path": "res/boost-configure",
    4242                    "dest-filename": "configure"
    4343                }
     
    5050                {
    5151                    "type": "archive",
    52                     "path": "deps/libXmu-1.1.1.tar.gz"
     52                    "path": "deps/libXmu-1.1.1.tar.gz",
     53                    "sha256": "e7f7f227c8f430de81984d9725113ecd8994d07de372abf334b1c3dec31ceaf1"
    5354                }
    5455            ]
     
    6061                {
    6162                    "type": "archive",
    62                     "path": "deps/libXaw-1.0.11.tar.gz"
     63                    "path": "deps/libXaw-1.0.11.tar.gz",
     64                    "sha256": "ef4dd840b2896401c75d68cf0296a7243b5953f22261f8e8c4a92b53e771fc90"
    6365                }
    6466            ]
     
    7173                {
    7274                    "type": "archive",
    73                     "path": "deps/freetype-2.4.0.tar.gz"
     75                    "path": "deps/freetype-2.4.0.tar.gz",
     76                    "sha256": "7d7cce582e83a9b35edf14a39bddb5303d0c3796865466e3302b6d85663c79a7"
    7477                }
    7578            ]
     
    8588                {
    8689                    "type": "archive",
    87                     "path": "deps/FreeImage3180-modified.tar.xz"
     90                    "path": "deps/FreeImage3180-modified.tar.xz",
     91                    "sha256": "2784dd06129f7d56b4d49ea5694d03edee0fdc2432e6d08c671f5b55127d31fa"
    8892                }
    8993            ]
     
    9599                {
    96100                    "type": "archive",
    97                     "path": "deps/glu.tar.xz"
     101                    "path": "deps/glu.tar.xz",
     102                    "sha256": "6d9bfdddf21d873f0ae460375f0904aad2f84197b259ea070ca56d9e796713f8"
    98103                }
    99104            ]
     
    105110                {
    106111                    "type": "archive",
    107                     "path": "deps/ogre-1.9.tar.xz"
     112                    "path": "deps/ogre-1.9.tar.xz",
     113                    "sha256": "2fede124550fe3cb996e1e3efb46392d22f4346b826c1e76e6a1f2ecb476d485"
    108114                },
    109115                {
    110116                    "type": "patch",
    111                     "path": "ogre1.9-gcc5.2.patch"
     117                    "path": "res/ogre1.9-gcc5.2.patch"
    112118                }
    113119            ]
     
    116122            "name": "lua",
    117123            "buildsystem": "cmake",
    118             "config-opts": [],
    119             "sources": [
    120                 {
    121                     "type": "archive",
    122                     "path": "deps/lua-5.1.5.tar.gz"
     124            "sources": [
     125                {
     126                    "type": "archive",
     127                    "path": "deps/lua-5.1.5.tar.gz",
     128                    "sha256": "612b024b1678cbb39a880a8b2c611b40fb267ba19c7d7073953289d046f1e99f"
    123129                }
    124130            ]
     
    130136                {
    131137                    "type": "archive",
    132                     "path": "deps/toluapp-1.0.93.tar.gz"
     138                    "path": "deps/toluapp-1.0.93.tar.gz",
     139                    "sha256": "0a1ff87cb74e7531aec57e2a7cfdf282116647dea3b46223e3cc7c362b55b5bb"
    133140                }
    134141            ]
     
    151158                {
    152159                    "type": "archive",
    153                     "path": "deps/tinyxml_2_6_2-cmake.tar.xz"
     160                    "path": "deps/tinyxml_2_6_2-cmake.tar.xz",
     161                    "sha256": "ec877dfc2d9b27a60b10b3686d894d6a14018de870b651dee0f08485231582f4"
    154162                }
    155163            ]
     
    169177                {
    170178                    "type": "archive",
    171                     "path": "deps/tcl8.6.8-src.tar.gz"
     179                    "path": "deps/tcl8.6.8-src.tar.gz",
     180                    "sha256": "c43cb0c1518ce42b00e7c8f6eaddd5195c53a98f94adc717234a65cbcfd3f96a"
    172181                }
    173182            ]
     
    178187            "builddir": true,
    179188            "subdir": "code",
     189            "build-options" : {
     190                "env": {
     191                    "LIBRARY_PATH":"/app/lib"
     192                }
     193            },
    180194            "sources": [
    181195                {
Note: See TracChangeset for help on using the changeset viewer.