summaryrefslogtreecommitdiffstats
path: root/abs/extra/libwebkit/introspection.patch
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-08-15 15:47:33 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-08-15 15:47:33 (GMT)
commit440baa856ce8af1c042b7fb559ff84e4cfa01d0b (patch)
tree24814ed38fc4becd92fa2d056a6a5eaff6301fb4 /abs/extra/libwebkit/introspection.patch
parenteadb6a323aab64e31f921478f6e08d4ba6c1783d (diff)
downloadlinhes_pkgbuild-440baa856ce8af1c042b7fb559ff84e4cfa01d0b.zip
linhes_pkgbuild-440baa856ce8af1c042b7fb559ff84e4cfa01d0b.tar.gz
linhes_pkgbuild-440baa856ce8af1c042b7fb559ff84e4cfa01d0b.tar.bz2
libwebkit 1.8.1
Diffstat (limited to 'abs/extra/libwebkit/introspection.patch')
-rw-r--r--abs/extra/libwebkit/introspection.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/abs/extra/libwebkit/introspection.patch b/abs/extra/libwebkit/introspection.patch
deleted file mode 100644
index f12e9e6..0000000
--- a/abs/extra/libwebkit/introspection.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- WebKit/gtk/JSCore-1.0.gir 2010-09-29 14:54:07.000000000 +0200
-+++ WebKit/gtk/JSCore-1.0.gir 2010-09-29 15:57:06.000000000 +0200
-@@ -1,12 +1,14 @@
- <?xml version="1.0"?>
--<repository version="1.0"
-+<repository version="1.2"
- xmlns="http://www.gtk.org/introspection/core/1.0"
- xmlns:c="http://www.gtk.org/introspection/c/1.0">
- <namespace name="JSCore" version="1.0" shared-library="webkit-1.0">
-- <alias name="GlobalContextRef"
-- target="none"
-- c:type="JSGlobalContextRef"/>
-- <alias name="ObjectRef" target="none" c:type="JSObjectRef"/>
-+ <alias name="GlobalContextRef" target="none">
-+ <type name="JSGlobalContextRef" c:type="JSGlobalContextRef"/>
-+ </alias>
-+ <alias name="ObjectRef" target="none">
-+ <type name="JSObjectRef" c:type="JSObjectRef"/>
-+ </alias>
- <function name="EvaluateScript" c:identifier="JSEvaluateScript">
- <return-value transfer-ownership="none">
- <type name="none" c:type="void"/>