diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-03-21 07:56:12 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-03-21 10:19:47 +0100 |
commit | 70317428ab51ca1f4f58e5e7b1cf51c06fd3b8b4 (patch) | |
tree | 81f9cf50029ff92021383d093b33fb792906fb8e | |
parent | 5d5c1fa095c2b34d02736249ab9470fbc4a6873e (diff) | |
download | drakx-70317428ab51ca1f4f58e5e7b1cf51c06fd3b8b4.tar drakx-70317428ab51ca1f4f58e5e7b1cf51c06fd3b8b4.tar.gz drakx-70317428ab51ca1f4f58e5e7b1cf51c06fd3b8b4.tar.bz2 drakx-70317428ab51ca1f4f58e5e7b1cf51c06fd3b8b4.tar.xz drakx-70317428ab51ca1f4f58e5e7b1cf51c06fd3b8b4.zip |
include WebKit2 instead of WebKit1
-rw-r--r-- | perl-install/install/share/list.xml | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/perl-install/install/share/list.xml b/perl-install/install/share/list.xml index 5026fa732..9bac0b141 100644 --- a/perl-install/install/share/list.xml +++ b/perl-install/install/share/list.xml @@ -101,6 +101,9 @@ <from dir="/usr/libexec"> Xorg Xorg.wrap + <!-- needed by WebKit-4.0.typelib --> + webkit2gtk-4.0/WebKitNetworkProcess + webkit2gtk-4.0/WebKitWebProcess </from> <from dir="/usr/LIB/dri"> @@ -119,10 +122,10 @@ GModule-2.0.typelib GObject-2.0.typelib Gtk-3.0.typelib - JavaScriptCore-3.0.typelib <!-- needed by WebKit-3.0.typelib --> + JavaScriptCore-4.0.typelib <!-- needed by WebKit-4.0.typelib --> Pango-1.0.typelib - Soup-2.4.typelib <!-- needed by WebKit-3.0.typelib --> - WebKit-3.0.typelib + Soup-2.4.typelib <!-- needed by WebKit-4.0.typelib --> + WebKit2-4.0.typelib xlib-2.0.typelib </from> @@ -240,8 +243,11 @@ <!-- needed by dmraid --> libdmraid-events-isw.so - <!-- needed fro Gtk3-WebKit --> - libwebkitgtk-3.0.so.0 + <!-- needed fro Gtk3-WebKit2 --> + <from expand="glob"> + libwebkit2gtk-4.0.so.* + </from> + webkit2gtk-4.0/injected-bundle/libwebkit2gtkinjectedbundle.so </from> </filter> @@ -592,7 +598,7 @@ perl-Glib perl-Glib-Object-Introspection perl-Gtk3 - perl-Gtk3-WebKit + perl-Gtk3-WebKit2 perl-Locale-gettext perl-MDK-Common perl-Pango |