Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e67ef2133d |
2 changed files with 5 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
--glue-includes=webkit2/webkit2.h, --gapidir=$(gapidir) \
|
--glue-includes=webkit2/webkit2.h, --gapidir=$(gapidir) \
|
||||||
--assembly-name=$(ASSEMBLY_NAME) && \
|
--assembly-name=$(ASSEMBLY_NAME) && \
|
||||||
find $(srcdir)/generated/ -type f -name "*.cs" > $(GEN_SOURCES)
|
find $(srcdir)/generated/ -type f -name "*.cs" > $(GEN_SOURCES)
|
||||||
+ sed -i "s/parentInstance/parent/g" $(GLUEDIR)/generated.c
|
+ sed -i "s/WebKitWebViewBase, parentInstance/WebKitWebViewBase, parent/g" $(GLUEDIR)/generated.c
|
||||||
|
|
||||||
$(SRC_FILES_XML): $(GEN_SOURCES) $(CUSTOM_SOURCES)
|
$(SRC_FILES_XML): $(GEN_SOURCES) $(CUSTOM_SOURCES)
|
||||||
echo "<SourceFiles>" > $(SRC_FILES_XML)
|
echo "<SourceFiles>" > $(SRC_FILES_XML)
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
Name: webkit2-sharp
|
Name: webkit2-sharp
|
||||||
Version: 0
|
Version: 0
|
||||||
Release: 0.19%{?snapshotdate:.%{snapshotdate}git%{shortcommit}}%{?dist}
|
Release: 0.20%{?snapshotdate:.%{snapshotdate}git%{shortcommit}}%{?dist}
|
||||||
Summary: C# bindings for WebKit 2 with GTK+ 3
|
Summary: C# bindings for WebKit 2 with GTK+ 3
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|
@ -85,6 +85,9 @@ find %{buildroot} -name '*.la' -delete
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 04 2023 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 0.0.20.20170219gita59fd76
|
||||||
|
- fix previous patch on suggestion in #2252635
|
||||||
|
|
||||||
* Mon Aug 14 2023 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 0.0.19.20170219gita59fd76
|
* Mon Aug 14 2023 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 0.0.19.20170219gita59fd76
|
||||||
- fix FTBFS: apply patch to generated file replacing parentinstance with parent
|
- fix FTBFS: apply patch to generated file replacing parentinstance with parent
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue