Changeset 152 in downloads
- Timestamp:
- Oct 11, 2018, 7:46:57 PM (6 years ago)
- Location:
- linux/flatpak
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
linux/flatpak/net.orxonox.Orxonox.json
r151 r152 4 4 "runtime-version": "18.08", 5 5 "sdk": "org.freedesktop.Sdk", 6 "command": "run", 6 "command": "/app/games/orxonox", 7 "cleanup": [ "/lib/*.a" ], 7 8 "modules": [ 8 9 { … … 30 31 { 31 32 "name": "boost", 32 "cleanup": [ "/lib/libboost_*.a" ],33 33 "sources": [ 34 34 { … … 39 39 { 40 40 "type": "file", 41 "path": " boost-configure",41 "path": "res/boost-configure", 42 42 "dest-filename": "configure" 43 43 } … … 50 50 { 51 51 "type": "archive", 52 "path": "deps/libXmu-1.1.1.tar.gz" 52 "path": "deps/libXmu-1.1.1.tar.gz", 53 "sha256": "e7f7f227c8f430de81984d9725113ecd8994d07de372abf334b1c3dec31ceaf1" 53 54 } 54 55 ] … … 60 61 { 61 62 "type": "archive", 62 "path": "deps/libXaw-1.0.11.tar.gz" 63 "path": "deps/libXaw-1.0.11.tar.gz", 64 "sha256": "ef4dd840b2896401c75d68cf0296a7243b5953f22261f8e8c4a92b53e771fc90" 63 65 } 64 66 ] … … 71 73 { 72 74 "type": "archive", 73 "path": "deps/freetype-2.4.0.tar.gz" 75 "path": "deps/freetype-2.4.0.tar.gz", 76 "sha256": "7d7cce582e83a9b35edf14a39bddb5303d0c3796865466e3302b6d85663c79a7" 74 77 } 75 78 ] … … 85 88 { 86 89 "type": "archive", 87 "path": "deps/FreeImage3180-modified.tar.xz" 90 "path": "deps/FreeImage3180-modified.tar.xz", 91 "sha256": "2784dd06129f7d56b4d49ea5694d03edee0fdc2432e6d08c671f5b55127d31fa" 88 92 } 89 93 ] … … 95 99 { 96 100 "type": "archive", 97 "path": "deps/glu.tar.xz" 101 "path": "deps/glu.tar.xz", 102 "sha256": "6d9bfdddf21d873f0ae460375f0904aad2f84197b259ea070ca56d9e796713f8" 98 103 } 99 104 ] … … 105 110 { 106 111 "type": "archive", 107 "path": "deps/ogre-1.9.tar.xz" 112 "path": "deps/ogre-1.9.tar.xz", 113 "sha256": "2fede124550fe3cb996e1e3efb46392d22f4346b826c1e76e6a1f2ecb476d485" 108 114 }, 109 115 { 110 116 "type": "patch", 111 "path": " ogre1.9-gcc5.2.patch"117 "path": "res/ogre1.9-gcc5.2.patch" 112 118 } 113 119 ] … … 116 122 "name": "lua", 117 123 "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" 123 129 } 124 130 ] … … 130 136 { 131 137 "type": "archive", 132 "path": "deps/toluapp-1.0.93.tar.gz" 138 "path": "deps/toluapp-1.0.93.tar.gz", 139 "sha256": "0a1ff87cb74e7531aec57e2a7cfdf282116647dea3b46223e3cc7c362b55b5bb" 133 140 } 134 141 ] … … 151 158 { 152 159 "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" 154 162 } 155 163 ] … … 169 177 { 170 178 "type": "archive", 171 "path": "deps/tcl8.6.8-src.tar.gz" 179 "path": "deps/tcl8.6.8-src.tar.gz", 180 "sha256": "c43cb0c1518ce42b00e7c8f6eaddd5195c53a98f94adc717234a65cbcfd3f96a" 172 181 } 173 182 ] … … 178 187 "builddir": true, 179 188 "subdir": "code", 189 "build-options" : { 190 "env": { 191 "LIBRARY_PATH":"/app/lib" 192 } 193 }, 180 194 "sources": [ 181 195 {
Note: See TracChangeset
for help on using the changeset viewer.