|
1 | | - |
2 | 1 | { |
3 | | - "app-id": "com.github.alecaddd.sequeler", |
| 2 | + "id": "com.github.alecaddd.sequeler", |
4 | 3 | "runtime": "org.gnome.Platform", |
5 | | - "runtime-version": "40", |
| 4 | + "runtime-version": "48", |
6 | 5 | "sdk": "org.gnome.Sdk", |
7 | 6 | "base": "io.elementary.BaseApp", |
8 | | - "base-version": "juno-20.08", |
| 7 | + "base-version": "circe-24.08", |
9 | 8 | "command": "com.github.alecaddd.sequeler", |
10 | 9 | "finish-args": [ |
11 | | - "--share=ipc", "--socket=fallback-x11", |
| 10 | + "--share=ipc", |
| 11 | + "--socket=fallback-x11", |
12 | 12 | "--socket=wayland", |
13 | 13 | "--talk-name=org.freedesktop.secrets", |
14 | 14 | "--metadata=X-DConf=migrate-path=/com/github/alecaddd/sequeler/", |
|
25 | 25 | "*.a", |
26 | 26 | "*.la" |
27 | 27 | ], |
28 | | - "modules": [{ |
29 | | - "name": "libxml2", |
30 | | - "build-options": { |
31 | | - "config-opts": [ |
32 | | - "--with-python=no" |
33 | | - ] |
34 | | - }, |
35 | | - "sources": [{ |
36 | | - "type": "archive", |
37 | | - "url": "https://github.com/GNOME/libxml2/archive/v2.9.10.tar.gz", |
38 | | - "sha256": "3bdffb4d728e4dc135b3210bf2a2cebb76548b820a5617c68abb7b83654066dd" |
39 | | - }] |
40 | | - }, |
| 28 | + "build-options": { |
| 29 | + "libdir": "/app/lib" |
| 30 | + }, |
| 31 | + "modules": [ |
41 | 32 | { |
42 | 33 | "name": "gtksourceview", |
| 34 | + "buildsystem": "meson", |
43 | 35 | "build-options": { |
44 | 36 | "config-opts": [ |
45 | | - "--enable-gtk-doc=no" |
| 37 | + "-Dgtk_doc=false" |
46 | 38 | ] |
47 | 39 | }, |
48 | | - "sources": [{ |
49 | | - "type": "archive", |
50 | | - "url": "https://download.gnome.org/sources/gtksourceview/3.24/gtksourceview-3.24.11.tar.xz", |
51 | | - "sha256": "691b074a37b2a307f7f48edc5b8c7afa7301709be56378ccf9cc9735909077fd" |
52 | | - }] |
| 40 | + "sources": [ |
| 41 | + { |
| 42 | + "type": "archive", |
| 43 | + "url": "https://download.gnome.org/sources/gtksourceview/4.8/gtksourceview-4.8.4.tar.xz", |
| 44 | + "sha256": "7ec9d18fb283d1f84a3a3eff3b7a72b09a10c9c006597b3fbabbb5958420a87d" |
| 45 | + } |
| 46 | + ] |
53 | 47 | }, |
54 | 48 | { |
55 | 49 | "name": "libgda", |
|
58 | 52 | "--with-java=no", |
59 | 53 | "--with-jni=no", |
60 | 54 | "--with-oracle=no" |
61 | | - ] |
| 55 | + ], |
| 56 | + "cflags": "-Wno-error=incompatible-pointer-types -Wno-error=implicit-function-declaration" |
62 | 57 | }, |
63 | | - "sources": [{ |
64 | | - "type": "archive", |
65 | | - "url": "https://download-fallback.gnome.org/sources/libgda/5.2/libgda-5.2.9.tar.xz", |
66 | | - "sha256": "59caed8ca72b1ac6437c9844f0677f8a296d52cfd1c0049116026abfb1d87d9b" |
67 | | - }], |
68 | | - "modules": [{ |
| 58 | + "sources": [ |
| 59 | + { |
| 60 | + "type": "archive", |
| 61 | + "url": "https://download.gnome.org/sources/libgda/5.2/libgda-5.2.9.tar.xz", |
| 62 | + "sha256": "59caed8ca72b1ac6437c9844f0677f8a296d52cfd1c0049116026abfb1d87d9b" |
| 63 | + } |
| 64 | + ], |
| 65 | + "modules": [ |
| 66 | + { |
69 | 67 | "name": "postgresql-libs", |
70 | 68 | "build-options": { |
71 | 69 | "config-opts": [ |
72 | 70 | "--with-python=no", |
73 | 71 | "--with-perl=no", |
74 | 72 | "--with-libxml", |
75 | 73 | "--with-openssl" |
76 | | - ] |
| 74 | + ], |
| 75 | + "cflags": "-Wno-error=incompatible-pointer-types" |
77 | 76 | }, |
78 | | - "sources": [{ |
79 | | - "type": "archive", |
80 | | - "url": "https://ftp.postgresql.org/pub/source/v13.2/postgresql-13.2.tar.gz", |
81 | | - "sha256": "3386a40736332aceb055c7c9012ecc665188536d874d967fcc5a33e7992f8080" |
82 | | - }] |
| 77 | + "sources": [ |
| 78 | + { |
| 79 | + "type": "archive", |
| 80 | + "url": "https://ftp.postgresql.org/pub/source/v13.2/postgresql-13.2.tar.gz", |
| 81 | + "sha256": "3386a40736332aceb055c7c9012ecc665188536d874d967fcc5a33e7992f8080" |
| 82 | + } |
| 83 | + ] |
83 | 84 | }, |
84 | 85 | { |
85 | 86 | "name": "jemalloc", |
86 | 87 | "cleanup": [ |
87 | 88 | "/bin/", |
88 | 89 | "/share" |
89 | 90 | ], |
90 | | - "sources": [{ |
91 | | - "type": "archive", |
92 | | - "url": "https://github.com/jemalloc/jemalloc/releases/download/5.2.1/jemalloc-5.2.1.tar.bz2", |
93 | | - "sha256": "34330e5ce276099e2e8950d9335db5a875689a4c6a56751ef3b1d8c537f887f6" |
94 | | - }] |
| 91 | + "sources": [ |
| 92 | + { |
| 93 | + "type": "archive", |
| 94 | + "url": "https://github.com/jemalloc/jemalloc/releases/download/5.2.1/jemalloc-5.2.1.tar.bz2", |
| 95 | + "sha256": "34330e5ce276099e2e8950d9335db5a875689a4c6a56751ef3b1d8c537f887f6" |
| 96 | + } |
| 97 | + ] |
95 | 98 | }, |
96 | 99 | { |
97 | 100 | "name": "libaio", |
|
107 | 110 | "make", |
108 | 111 | "make prefix=/app install" |
109 | 112 | ], |
110 | | - "sources": [{ |
111 | | - "type": "archive", |
112 | | - "url": "https://ftp.debian.org/debian/pool/main/liba/libaio/libaio_0.3.113.orig.tar.gz", |
113 | | - "sha256": "2c44d1c5fd0d43752287c9ae1eb9c023f04ef848ea8d4aafa46e9aedb678200b" |
114 | | - }] |
| 113 | + "sources": [ |
| 114 | + { |
| 115 | + "type": "archive", |
| 116 | + "url": "https://ftp.debian.org/debian/pool/main/liba/libaio/libaio_0.3.113.orig.tar.gz", |
| 117 | + "sha256": "2c44d1c5fd0d43752287c9ae1eb9c023f04ef848ea8d4aafa46e9aedb678200b" |
| 118 | + } |
| 119 | + ] |
| 120 | + }, |
| 121 | + { |
| 122 | + "name": "libfmt", |
| 123 | + "buildsystem": "cmake-ninja", |
| 124 | + "sources": [ |
| 125 | + { |
| 126 | + "type": "git", |
| 127 | + "url": "https://github.com/fmtlib/fmt.git", |
| 128 | + "tag": "8.1.1", |
| 129 | + "commit": "b6f4ceaed0a0a24ccf575fab6c56dd50ccf6f1a9" |
| 130 | + } |
| 131 | + ] |
115 | 132 | }, |
116 | 133 | { |
117 | 134 | "name": "mariadb", |
118 | | - "buildsystem": "cmake", |
119 | | - "no-make-install": true, |
| 135 | + "buildsystem": "cmake-ninja", |
120 | 136 | "config-opts": [ |
121 | 137 | "-DCMAKE_BUILD_TYPE=Release", |
122 | 138 | "-DBUILD_CONFIG=mysql_release", |
123 | 139 | "-DWITH_INNOBASE_STORAGE_ENGINE=1", |
| 140 | + "-DWITH_PCRE=system", |
| 141 | + "-DWITH_LIBFMT=system", |
124 | 142 | "-DWITHOUT_ARCHIVE_STORAGE_ENGINE=1", |
125 | 143 | "-DWITHOUT_BLACKHOLE_STORAGE_ENGINE=1", |
126 | 144 | "-DWITHOUT_PARTITION_STORAGE_ENGINE=1", |
127 | 145 | "-DWITHOUT_TOKUDB=1", |
128 | 146 | "-DWITHOUT_EXAMPLE_STORAGE_ENGINE=1", |
129 | 147 | "-DWITHOUT_FEDERATED_STORAGE_ENGINE=1", |
130 | 148 | "-DWITHOUT_PBXT_STORAGE_ENGINE=1", |
| 149 | + "-DWITHOUT_SERVER=ON", |
131 | 150 | "-DPLUGIN_AUTH_PAM=NO" |
132 | 151 | ], |
133 | | - "post-install": [ |
134 | | - "make -C libmysql install", |
135 | | - "make -C include install", |
136 | | - "install -Dm755 scripts/mysql_config /app/bin/mysql_config", |
137 | | - "install -Dm644 support-files/mariadb.pc /app/share/pkgconfig/mariadb.pc" |
138 | | - ], |
139 | 152 | "cleanup": [ |
140 | 153 | "/bin/" |
141 | 154 | ], |
142 | | - "sources": [{ |
143 | | - "type": "archive", |
144 | | - "url": "http://ftp.hosteurope.de/mirror/archive.mariadb.org/mariadb-10.1.48/source/mariadb-10.1.48.tar.gz", |
145 | | - "sha256": "069d58b1e2c06bb1e6c31249eda34138f41fb8ae3dec7ecaeba8035812c87cf9" |
146 | | - }] |
| 155 | + "sources": [ |
| 156 | + { |
| 157 | + "type": "git", |
| 158 | + "url": "https://github.com/MariaDB/server.git", |
| 159 | + "tag": "mariadb-10.11.7", |
| 160 | + "commit": "87e13722a95af5d9378d990caf48cb6874439347" |
| 161 | + } |
| 162 | + ] |
147 | 163 | }, |
148 | 164 | { |
149 | 165 | "name": "intltool", |
|
160 | 176 | }, |
161 | 177 | { |
162 | 178 | "name": "libssh2", |
163 | | - "sources": [{ |
164 | | - "type": "archive", |
165 | | - "url": "https://www.libssh2.org/download/libssh2-1.9.0.tar.gz", |
166 | | - "sha256": "d5fb8bd563305fd1074dda90bd053fb2d29fc4bce048d182f96eaa466dfadafd" |
167 | | - }] |
| 179 | + "sources": [ |
| 180 | + { |
| 181 | + "type": "archive", |
| 182 | + "url": "https://www.libssh2.org/download/libssh2-1.9.0.tar.gz", |
| 183 | + "sha256": "d5fb8bd563305fd1074dda90bd053fb2d29fc4bce048d182f96eaa466dfadafd" |
| 184 | + } |
| 185 | + ] |
168 | 186 | }, |
169 | 187 | { |
170 | 188 | "name": "libfiposix", |
171 | | - "sources": [{ |
| 189 | + "sources": [ |
| 190 | + { |
172 | 191 | "type": "archive", |
173 | 192 | "url": "https://github.com/sionescu/libfixposix/archive/v0.4.3.tar.gz", |
174 | 193 | "sha256": "78fe8bcebf496520ac29b5b65049f5ec1977c6bd956640bdc6d1da6ea04d8504" |
|
185 | 204 | { |
186 | 205 | "name": "sequeler", |
187 | 206 | "buildsystem": "meson", |
188 | | - "sources": [{ |
| 207 | + "sources": [ |
| 208 | + { |
189 | 209 | "type": "dir", |
190 | 210 | "path": "../" |
191 | 211 | } |
|
0 commit comments