Update HaikuWebKit package to version 1.2.3.
Older versions will not work anymore because of the API changes in network kit (removal of nonstandard B_PROT_* status codes). x86 and x86_64 packages have to be updated again.
This commit is contained in:
@@ -119,6 +119,7 @@ RemotePackageRepository HaikuPorts
|
|||||||
libxslt-1.1.28-2
|
libxslt-1.1.28-2
|
||||||
libxslt_devel-1.1.28-2
|
libxslt_devel-1.1.28-2
|
||||||
lua-5.2.1-6
|
lua-5.2.1-6
|
||||||
|
lua_devel-5.2.1-6
|
||||||
m4-1.4.16-5
|
m4-1.4.16-5
|
||||||
make-3.82-5
|
make-3.82-5
|
||||||
man-1.6g-3
|
man-1.6g-3
|
||||||
@@ -209,8 +210,8 @@ RemotePackageRepository HaikuPorts
|
|||||||
glu_x86_devel-9.0.0-2
|
glu_x86_devel-9.0.0-2
|
||||||
guilib_x86-1.2.1-1
|
guilib_x86-1.2.1-1
|
||||||
guilib_x86_devel-1.2.1-1
|
guilib_x86_devel-1.2.1-1
|
||||||
haikuwebkit_x86-1.2.2-1
|
haikuwebkit_x86-1.2.3-1
|
||||||
haikuwebkit_x86_devel-1.2.2-1
|
haikuwebkit_x86_devel-1.2.3-1
|
||||||
icu_x86-4.8.1.1-4
|
icu_x86-4.8.1.1-4
|
||||||
icu_x86_devel-4.8.1.1-4
|
icu_x86_devel-4.8.1.1-4
|
||||||
jpeg_x86-9-3
|
jpeg_x86-9-3
|
||||||
@@ -355,6 +356,7 @@ RemotePackageRepository HaikuPorts
|
|||||||
libxml2_x86
|
libxml2_x86
|
||||||
libxslt
|
libxslt
|
||||||
libxslt_x86
|
libxslt_x86
|
||||||
|
lua
|
||||||
m4
|
m4
|
||||||
make
|
make
|
||||||
man
|
man
|
||||||
|
|||||||
@@ -120,9 +120,7 @@ BrowserApp::AboutRequested()
|
|||||||
|
|
||||||
BString aboutText("");
|
BString aboutText("");
|
||||||
aboutText << "HaikuWebKit " << WebKitInfo::HaikuWebKitVersion();
|
aboutText << "HaikuWebKit " << WebKitInfo::HaikuWebKitVersion();
|
||||||
aboutText << " (" << WebKitInfo::HaikuWebKitRevision() << ")";
|
|
||||||
aboutText << "\nWebKit " << WebKitInfo::WebKitVersion();
|
aboutText << "\nWebKit " << WebKitInfo::WebKitVersion();
|
||||||
aboutText << " (" << WebKitInfo::WebKitRevision() << ")";
|
|
||||||
|
|
||||||
window->AddCopyright(2007, "Haiku, Inc.");
|
window->AddCopyright(2007, "Haiku, Inc.");
|
||||||
window->AddAuthors(authors);
|
window->AddAuthors(authors);
|
||||||
|
|||||||
Reference in New Issue
Block a user