webkit-gtk2:rebuild

This commit is contained in:
Rmys
2018-08-09 17:09:36 +03:00
parent da4a971d72
commit a9fcaff283
3 changed files with 15 additions and 3 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ def setup():
def build():
shelltools.export("CFLAGS", cflags)
shelltools.export("CXXFLAGS", cxxflags)
autotools.make("-j1 all stamp-po")
autotools.make("all stamp-po")
def install():
shelltools.export("CFLAGS", cflags)
@@ -0,0 +1,11 @@
--- webkitgtk-2.4.9/Source/WebCore/platform/text/enchant/TextCheckerEnchant.cpp.orig 2017-12-06 14:59:40.768262788 -0500
+++ webkitgtk-2.4.9/Source/WebCore/platform/text/enchant/TextCheckerEnchant.cpp 2017-12-06 15:03:10.000000000 -0500
@@ -128,7 +128,7 @@
for (i = 0; i < numberOfSuggestions; i++)
guesses.append(String::fromUTF8(suggestions[i]));
- enchant_dict_free_suggestions(*iter, suggestions);
+ enchant_dict_free_string_list(*iter, suggestions);
}
return guesses;
+3 -2
View File
@@ -48,8 +48,9 @@
</BuildDependencies>
<Patches>
<Patch level="1">install-minibrowser.patch</Patch>
<Patch level="1">fix-ftbfs-gcc6.patch</Patch>
<Patch level="1">enchant-2.x.patch</Patch>
<Patch level="1">icu59.patch</Patch>
<Patch level="1">fix-ftbfs-gcc6.patch</Patch>
</Patches>
</Source>
@@ -122,7 +123,7 @@
<History>
<Update release="7">
<Date>2018-08-07</Date>
<Date>2018-08-09</Date>
<Version>2.4.11</Version>
<Comment>Rebuild.</Comment>
<Name>Pisi Linux Community</Name>