|
16 | 16 | script:
|
17 | 17 | - |
|
18 | 18 | cmake_args=(
|
19 |
| - # TODO: Package xdg-dbus-proxy |
20 |
| - -DENABLE_BUBBLEWRAP_SANDBOX=OFF |
21 | 19 | -DPORT=GTK
|
22 | 20 | -DENABLE_DOCUMENTATION=OFF
|
23 | 21 | -DENABLE_GAMEPAD=OFF
|
|
31 | 29 | # https://github.com/conda-forge/mesalib-feedstock/blob/f0c17a763eda1e0ef13cd1aa81d597d50fde0d80/recipe/meta.yaml#L54
|
32 | 30 | -DUSE_GBM=OFF
|
33 | 31 | -DUSE_SYSTEM_SYSPROF_CAPTURE=NO
|
34 |
| - # TODO: gst-plugins-bad-feedstock #82 |
| 32 | + # TODO: gst-plugins-bad-feedstock #84 |
35 | 33 | -DUSE_GSTREAMER_TRANSCODER=NO
|
36 | 34 | )
|
37 | 35 | - cmake ${CMAKE_ARGS} -S . -B build -GNinja "${cmake_args[@]}"
|
@@ -79,19 +77,39 @@ requirements:
|
79 | 77 | - libjxl
|
80 | 78 | - libseccomp
|
81 | 79 | - bubblewrap
|
| 80 | + - xdg-dbus-proxy |
82 | 81 |
|
83 | 82 | tests:
|
84 |
| - - script: return 0 # TODO |
85 |
| - |
| 83 | + - package_contents: |
| 84 | + include: |
| 85 | + - webkitgtk-4.1/JavaScriptCore/JavaScript.h |
| 86 | + - webkitgtk-4.1/jsc/jsc.h |
| 87 | + - webkitgtk-4.1/webkit/WebKitVersion.h |
| 88 | + - webkitgtk-4.1/webkit2/webkit2.h |
| 89 | + - webkitgtk-4.1/webkitdom/webkitdom.h |
| 90 | + files: |
| 91 | + - bin/WebKitWebDriver |
86 | 92 | about:
|
87 | 93 | homepage: https://webkitgtk.org
|
88 | 94 | summary: WebKitGTK for GTK 3 and libsoup 3
|
89 | 95 | description: |
|
90 | 96 | WebKitGTK is a full-featured port of the WebKit rendering engine,
|
91 | 97 | suitable for projects requiring any kind of web integration, from
|
92 | 98 | hybrid HTML/CSS applications to full-fledged web browsers.
|
93 |
| - license: LGPL-2.1 |
94 |
| - license_file: Source/WebCore/LICENSE-LGPL-2.1 |
| 99 | + license: LGPL-2.1-only AND BSD-2-Clause AND BSD-3-Clause AND ISC AND bzip2-1.0.6 AND NCSA AND MIT AND GPL-2.0-only AND MPL-1.1 AND SunPro AND Unicode-TOU AND Apache-2.0 AND GPL-3.0-or-later WITH Bison-exception-2.2 AND GPL-3.0-only WITH Autoconf-exception-3.0 AND MPL-2.0 AND OFL-1.1 AND (AFL-2.0 OR GPL-2.0-or-later) AND BSD-Source-Code AND BSD-2-Clause-Views AND LGPL-2.1-or-later AND (NCSA OR MIT) AND Apache-2.0 WITH LLVM-exception AND ICU AND BSL-1.0 |
| 100 | + license_file: |
| 101 | + - Source/JavaScriptCore/COPYING.LIB |
| 102 | + - Source/ThirdParty/ANGLE/LICENSE |
| 103 | + - Source/ThirdParty/ANGLE/src/third_party/libXNVCtrl/LICENSE |
| 104 | + - Source/WebCore/LICENSE-APPLE |
| 105 | + - Source/WebCore/LICENSE-LGPL-2 |
| 106 | + - Source/WebCore/LICENSE-LGPL-2.1 |
| 107 | + - Source/WebInspectorUI/UserInterface/External/CodeMirror/LICENSE |
| 108 | + - Source/WebInspectorUI/UserInterface/External/Esprima/LICENSE |
| 109 | + - Source/WebInspectorUI/UserInterface/External/three.js/LICENSE |
| 110 | + - Source/WTF/icu/LICENSE |
| 111 | + - Source/WTF/wtf/dtoa/COPYING |
| 112 | + - Source/WTF/wtf/dtoa/LICENSE |
95 | 113 |
|
96 | 114 | extra:
|
97 | 115 | recipe-maintainers:
|
|
0 commit comments