forked from scx/wxmaxima-flatpak
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwxwidgets.yaml
34 lines (34 loc) · 830 Bytes
/
wxwidgets.yaml
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
name: wxwidgets
rm-configure: true
config-opts:
- --enable-shared
#- --disable-static
- --enable-unicode
- --enable-display
- --enable-propgrid
- --enable-stc
- --with-gtk=3
- --with-opengl
- --with-libjpeg
- --with-libpng
- --with-zlib
#- --disable-webkit
# - --disable-webview
- --disable-ribbon
sources:
- type: git
url: https://github.com/wxWidgets/wxWidgets.git
tag: v3.2.2.1
- type: shell
commands:
- cp -p /usr/share/automake-*/config.{sub,guess} .;
- autoconf -f -B "build/autoconf_prepend-include";
post-install:
- install -p -D -m 0644 "docs/gpl.txt" "docs/lgpl.txt" "docs/licence.txt" -t "${FLATPAK_DEST}/share/licenses/wxwidgets/";
cleanup:
- /bin
- /lib/wx
- /share/bakefile
modules:
# - shared-modules/gtk2/gtk2.json
- shared-modules/glu/glu-9.json