summaryrefslogtreecommitdiffstats
path: root/io.github.NhekoReborn.Nheko.json
blob: 00e9430f8fb5a9e5d075ed28745596fd07c875d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
{
  "id": "io.github.NhekoReborn.Nheko",
  "command": "nheko",
  "branch": "master",
  "runtime": "org.kde.Platform",
  "runtime-version": "5.14",
  "sdk": "org.kde.Sdk",
  "rename-icon": "nheko",
  "rename-desktop-file": "nheko.desktop",
  "rename-appdata-file": "nheko.appdata.xml",
  "finish-args": [
    "--device=dri",
    "--share=ipc",
    "--share=network",
    "--socket=pulseaudio",
    "--socket=wayland",
    "--socket=x11",
    "--talk-name=org.freedesktop.Notifications",
    "--talk-name=org.kde.StatusNotifierWatcher"
  ],
  "cleanup": [
    "/include",
    "/bin/mdb*",
    "*.a"
  ],
  "build-options" : {
	  "arch": {
		  "aarch64": {
			  "cxxflags": "-DBOOST_ASIO_DISABLE_EPOLL"
		  }
	  }
  },
  "modules": [
        {
      "name": "lmdb",
      "sources": [
        {
          "sha256": "f3927859882eb608868c8c31586bb7eb84562a40a6bf5cc3e13b6b564641ea28",
          "type": "archive",
          "url": "https://github.com/LMDB/lmdb/archive/LMDB_0.9.22.tar.gz"
        }
      ],
      "make-install-args": [
        "prefix=/app"
      ],
      "no-autogen": true,
      "subdir": "libraries/liblmdb"
    },
    {
      "name": "cmark",
      "buildsystem": "cmake-ninja",
      "builddir": true,
      "config-opts": [
        "-DCMAKE_BUILD_TYPE=Release",
	"-DCMARK_TESTS=OFF"
      ],
      "sources": [
        {
          "sha256": "2558ace3cbeff85610de3bda32858f722b359acdadf0c4691851865bb84924a6",
          "type": "archive",
          "url": "https://github.com/commonmark/cmark/archive/0.29.0.tar.gz"
        }
      ]
    },
    {
      "name": "spdlog",
      "buildsystem": "cmake-ninja",
      "config-opts": [
        "-DCMAKE_BUILD_TYPE=Release",
        "-DSPDLOG_BUILD_EXAMPLES=0",
        "-DSPDLOG_BUILD_BENCH=0",
        "-DSPDLOG_BUILD_TESTING=0"
      ],
      "sources": [
        {
          "sha256": "3dbcbfd8c07e25f5e0d662b194d3a7772ef214358c49ada23c044c4747ce8b19",
          "type": "archive",
          "url": "https://github.com/gabime/spdlog/archive/v1.1.0.tar.gz"
        }
      ]
    },
    {
      "config-opts": [
        "-DCMAKE_BUILD_TYPE=Release"
      ],
      "buildsystem": "cmake-ninja",
      "name": "olm",
      "sources": [
        {
          "commit": "6753595300767dd70150831dbbe6f92d64e75038",
          "disable-shallow-clone": true,
          "tag": "3.1.4",
          "type": "git",
          "url": "https://gitlab.matrix.org/matrix-org/olm.git"
        }
      ]
    },
    {
      "config-opts":[
        "-DJSON_BuildTests=OFF"
      ],
      "buildsystem":"cmake",
      "name": "nlohmann",
      "sources":[
        {
          "sha256": "d51a3a8d3efbb1139d7608e28782ea9efea7e7933157e8ff8184901efd8ee760",
          "type": "archive",
          "url": "https://github.com/nlohmann/json/archive/v3.7.0.tar.gz"
        }
      ]
    },
    {
      "name": "sodium",
      "sources": [
        {
          "sha256": "6f504490b342a4f8a4c4a02fc9b866cbef8622d5df4e5452b46be121e46636c1",
          "type": "archive",
          "url": "https://github.com/jedisct1/libsodium/releases/download/1.0.18-RELEASE/libsodium-1.0.18.tar.gz"
        }
      ]
    },
    {
      "build-commands": [
        "./bootstrap.sh --with-libraries=thread,system,iostreams --prefix=/app",
        "./b2 -d0 variant=release link=static threading=multi --layout=system",
        "./b2 -d0 install"
      ],
      "buildsystem": "simple",
      "name": "boost",
      "sources": [
        {
          "sha256": "59c9b274bc451cf91a9ba1dd2c7fdcaf5d60b1b3aa83f2c9fa143417cc660722",
          "type": "archive",
          "url": "https://dl.bintray.com/boostorg/release/1.72.0/source/boost_1_72_0.tar.bz2"
        }
      ]
    },
    {
      "config-opts": [
        "-DBUILD_LIB_TESTS=OFF",
        "-DBUILD_LIB_EXAMPLES=OFF",
        "-DCMAKE_BUILD_TYPE=Release",
	"-DBUILD_SHARED_LIBS=OFF"
      ],
      "buildsystem": "cmake-ninja",
      "name": "mtxclient",
      "sources": [
        {
          "sha256": "0c2930b5861d93bab9a6515adca74ebaa78984119705d9b4372a9deb275dd30c",
          "type": "archive",
          "url": "https://github.com/Nheko-Reborn/mtxclient/archive/v0.3.0.tar.gz"
        }
      ]
    },
    {
      "config-opts": [
        "-DCMAKE_BUILD_TYPE=Release",
        "-DTWEENY_BUILD_DOCUMENTATION=OFF",
        "-DTWEENY_BUILD_EXAMPLES=OFF"
      ],
      "buildsystem": "cmake-ninja",
      "name": "tweeny",
      "sources": [
        {
          "sha256": "482857256a7235646004682912badb6521d361ed6987c8ebdae7986bf64ce694",
          "type": "archive",
          "url": "https://github.com/mobius3/tweeny/archive/43f4130f7e4a67c19d870b60864bc2862c19b81f.tar.gz"
        }
      ]
    },
    {
      "config-opts": [
        "-DCMAKE_BUILD_TYPE=Release",
        "-DLMDBXX_INCLUDE_DIR=.deps/lmdbxx"
      ],
      "buildsystem": "cmake-ninja",
      "name": "nheko",
      "sources": [
        {
          "path": ".",
          "type": "dir",
	  "skip": ["build-flatpak"]
        },
        {
          "dest": ".deps/lmdbxx",
          "sha256": "93721132bbf5045d38ad62de2997655e9984c48ea5c9886746d42128f4b26fbd",
          "type": "archive",
          "url": "https://github.com/bendiken/lmdbxx/archive/0b43ca87d8cfabba392dfe884eb1edb83874de02.tar.gz"
        }
      ]
    }
  ]
}