pax_global_header 0000666 0000000 0000000 00000000064 12767237260 0014526 g ustar 00root root 0000000 0000000 52 comment=dec1e10876f3bbda621f635937c23ac486cd6e05
webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/ 0000775 0000000 0000000 00000000000 12767237260 0021270 5 ustar 00root root 0000000 0000000 webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/AUTHORS 0000664 0000000 0000000 00000000134 12767237260 0022336 0 ustar 00root root 0000000 0000000 This project has been automatically generated by https://www.github.com/shana/bindinator/.
webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/COPYING 0000664 0000000 0000000 00000002100 12767237260 0022314 0 ustar 00root root 0000000 0000000 MIT License
Copyright (c) 2016 Hylke Bons
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/ChangeLog 0000664 0000000 0000000 00000000000 12767237260 0023030 0 ustar 00root root 0000000 0000000 webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/Makefile.am 0000664 0000000 0000000 00000000425 12767237260 0023325 0 ustar 00root root 0000000 0000000 SUBDIRS = sources sources/glue doc
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = $(srcdir)/webkit2-sharp-4.0.pc
EXTRA_DIST = $(srcdir)/webkit2-sharp-4.0.pc.in
DISTCLEANFILES = $(srcdir)/webkit2-sharp-4.0.pc
.PHONY: csproj
csproj:
$(MAKE) -C $(srcdir)/sources csproj
webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/NEWS 0000664 0000000 0000000 00000000000 12767237260 0021755 0 ustar 00root root 0000000 0000000 webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/README 0000664 0000000 0000000 00000000000 12767237260 0022136 0 ustar 00root root 0000000 0000000 webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/README.md 0000664 0000000 0000000 00000000065 12767237260 0022550 0 ustar 00root root 0000000 0000000 # webkit2-sharp
C# bindings for WebKit 2 with GTK+ 3
webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/autogen.sh 0000775 0000000 0000000 00000000161 12767237260 0023267 0 ustar 00root root 0000000 0000000 #!/bin/sh
mkdir -p m4
autoreconf -i --force --warnings=none -I . -I m4
./configure --enable-maintainer-mode $*
webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/configure.ac 0000664 0000000 0000000 00000010232 12767237260 0023554 0 ustar 00root root 0000000 0000000 AC_INIT(webkit2-sharp, [2.10.9])
AC_CONFIG_SRCDIR([README])
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE
AM_MAINTAINER_MODE
AC_PROG_INSTALL
LT_INIT
dnl Package settings
ASSEMBLY_COMPANY=""
ASSEMBLY_COPYRIGHT="2012 Andreia Gaita"
ASSEMBLY_DESCRIPTION="webkit2 bindings for Mono"
ASSEMBLY_NAME="webkit2-sharp"
ASSEMBLY_NAMESPACE="WebKit2"
ASSEMBLY_PC="webkit2-sharp-4.0"
ASSEMBLY_SHORTNAME="webkit2"
ASSEMBLY_TITLE="WebKit2#"
ASSEMBLY_VERSION="2.10.9"
AC_SUBST([ACLOCAL_AMFLAGS], ["-I m4 \${ACLOCAL_FLAGS}"])
AC_SUBST(ASSEMBLY_NAME)
AC_SUBST(ASSEMBLY_VERSION)
AC_SUBST(ASSEMBLY_NAMESPACE)
AC_SUBST(ASSEMBLY_SHORTNAME)
AC_SUBST(ASSEMBLY_TITLE)
AC_SUBST(ASSEMBLY_DESCRIPTION)
AC_SUBST(ASSEMBLY_COMPANY)
AC_SUBST(ASSEMBLY_COPYRIGHT)
AC_SUBST(ASSEMBLY_PC)
dnl Check for pkg-config
AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
if test "x$PKG_CONFIG" = "xno"; then
AC_MSG_ERROR(['pkg-config' is not in your PATH.])
fi
dnl Check for Mono
PKG_CHECK_MODULES(MONO_DEPENDENCY, mono >= 1.0, has_mono=true, has_mono=false)
if test "x$has_mono" = "xtrue"; then
AC_PATH_PROG(RUNTIME, mono, no)
AC_PATH_PROG(CSC, mcs, no)
LIB_PREFIX=.so
LIB_SUFFIX=
else
AC_PATH_PROG(CSC, csc.exe, no)
if test x$CSC = "xno"; then
AC_MSG_ERROR([You need to install either mono or .Net])
else
RUNTIME=
LIB_PREFIX=
LIB_SUFFIX=.dylib
fi
fi
CS="C#"
if test "x$CSC" = "xno" ; then
AC_MSG_ERROR([No $CS compiler found])
fi
AC_PATH_PROG(GACUTIL, gacutil, no)
if test "x$GACUTIL" = "xno" ; then
AC_MSG_ERROR([No gacutil tool found])
fi
GACUTIL_FLAGS="/package $ASSEMBLY_NAME /root "'$(DESTDIR)$(prefix)/lib'
AC_SUBST(RUNTIME)
AC_SUBST(CSC)
AC_SUBST(GACUTIL)
AC_SUBST(GACUTIL_FLAGS)
AC_SUBST(LIB_PREFIX)
AC_SUBST(LIB_SUFFIX)
dnl Check for gtk-sharp
PKG_CHECK_MODULES(GTK_SHARP, gtk-sharp-3.0)
AC_SUBST(GTK_SHARP_CFLAGS)
AC_SUBST(GTK_SHARP_LIBS)
gtksharp_prefix=`pkg-config --variable=prefix gtk-sharp-3.0`
GAPIXMLDIR=`pkg-config --variable=gapidir gtk-sharp-3.0`
AC_SUBST(gtksharp_prefix)
AC_SUBST(GAPIXMLDIR)
dnl Check for gapi
AC_PATH_PROG(GAPI_FIXUP, gapi3-fixup, no)
if test "x$GAPI_FIXUP" = "xno"; then
AC_MSG_CHECKING(for gapi3-fixup.exe)
GAPI_FIXUP=`which gapi3-fixup.exe || echo "no"`
if test "x$GAPI_FIXUP" = "xno" ; then
AC_MSG_ERROR(['gapi3_fixup'/'gapi3-fixup.exe' not found.])
fi
AC_MSG_RESULT($GAPI_FIXUP)
GAPI_FIXUP="$MONO $GAPI_FIXUP"
fi
AC_SUBST(GAPI_FIXUP)
AC_PATH_PROG(GAPI_CODEGEN, gapi3-codegen, no)
if test "x$GAPI_CODEGEN" = "xno"; then
AC_MSG_CHECKING(for gapi3_codegen.exe)
GAPI_CODEGEN=`which gapi3_codegen.exe || echo "no"`
if test "x$GAPI_CODEGEN" = "xno" ; then
AC_MSG_ERROR(['gapi3-codegen'/'gapi3_codegen.exe' not found.])
fi
AC_MSG_RESULT([$GAPI_CODEGEN])
GAPI_CODEGEN="$MONO $GAPI_CODEGEN"
fi
AC_SUBST(GAPI_CODEGEN)
AC_PATH_PROG(XSLTPROC, xsltproc, no)
if test "x$XSLTPROC" = "xno" ; then
AC_MSG_ERROR([xsltproc not found])
fi
AC_SUBST(XSLTPROC)
AC_PATH_PROG(UNIX2DOS, unix2dos, [cat -])
if test "x$UNIX2DOS" = "xcat -" ; then
AC_MSG_RESULT([unix2dos not found, using cat])
fi
AC_SUBST(UNIX2DOS)
AC_PATH_PROG(MDTOOL, mdtool, echo)
if test "x$MDTOOL" = "xecho" ; then
AC_MSG_RESULT([mdtool not found, csproj conversion won't run])
fi
AC_SUBST(MDTOOL)
dnl Check for monodoc
AC_PATH_PROG(MDASSEMBLER, mdassembler, no)
AC_PATH_PROG(MONODOCER, monodocer, no)
if test "x$MONODOCER" = "xno" -o "x$MDASSEMBLER" = "xno"; then
enable_monodoc=no
doc_sources_dir=
else
enable_monodoc=yes
doc_sources_dir="`pkg-config --variable=sourcesdir monodoc`"
fi
AC_SUBST(MDASSEMBLER)
AC_SUBST(MONODOCER)
AM_CONDITIONAL(ENABLE_MONODOC, test "x$enable_monodoc" = "xyes")
dnl Check for WebKit2
PKG_CHECK_MODULES(WEBKIT2, webkit2gtk-4.0)
webkit2_prefix=/usr
AC_SUBST(webkit2_prefix)
AC_SUBST(WEBKIT2_LIBS)
AC_SUBST(WEBKIT2_CFLAGS)
dnl extra m4 calls
CHECK_GLIB_SHARP
CHECK_GIO_SHARP
CHECK_GDK_SHARP
AC_CONFIG_FILES([
Makefile
sources/Makefile
sources/glue/Makefile
sources/AssemblyInfo.cs
webkit2-sharp-4.0.pc
doc/Makefile
])
AC_CONFIG_COMMANDS([default],[[ echo timestamp > stamp-h ]],[[]])
AC_OUTPUT
echo ""
echo "Configuration summary"
echo "---------------------"
echo ""
echo " * Installation prefix: $prefix"
echo " * compiler: $CSC"
echo " * Documentation: ($MONODOC)"
echo ""
webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/doc/ 0000775 0000000 0000000 00000000000 12767237260 0022035 5 ustar 00root root 0000000 0000000 webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/doc/Makefile.am 0000664 0000000 0000000 00000002356 12767237260 0024077 0 ustar 00root root 0000000 0000000 if ENABLE_MONODOC
TARGETS = $(ASSEMBLY_NAME)-docs.source $(ASSEMBLY_NAME)-docs.zip $(ASSEMBLY_NAME)-docs.tree
docsdir = $(prefix)/lib/monodoc/sources
docs_DATA = $(TARGETS)
else
TARGETS =
docsdir = $(datadir)
docs_DATA =
endif
ASSEMBLIES = $(top_srcdir)/out/*/$(ASSEMBLY_NAME).dll
UPDATE_ASSEMBLIES = $(addprefix -assembly:, $(ASSEMBLIES))
all: $(TARGETS)
update:
mkdir -p $(srcdir)/en
$(MONODOCER) $(UPDATE_ASSEMBLIES) -path:en
$(srcdir)/en/*/*.xml $(srcdir)/en/*.xml:
mkdir -p $(srcdir)/en
$(MONODOCER) $(UPDATE_ASSEMBLIES) -path:en
$(ASSEMBLY_NAME)-docs.source:
@echo "Generating $@"
@echo "" > $@
@echo "" >> $@
@echo " " >> $@
@echo "" >> $@
$(ASSEMBLY_NAME)-docs.zip $(ASSEMBLY_NAME)-docs.tree: $(srcdir)/en/*/*.xml $(srcdir)/en/*.xml
$(MDASSEMBLER) --ecma $(srcdir)/en -o $(ASSEMBLY_NAME)-docs
CLEANFILES = $(TARGETS)
NAMESPACES=$(ASSEMBLY_NAMESPACE)
dist-hook:
mkdir -p $(distdir)/en
cp $(srcdir)/en/*.xml $(distdir)/en/
for i in $(NAMESPACES); do \
mkdir -p $(distdir)/en/$$i; \
cp $(srcdir)/en/$$i/*.xml $(distdir)/en/$$i; \
done
webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/m4.custom 0000664 0000000 0000000 00000000037 12767237260 0023044 0 ustar 00root root 0000000 0000000 GLIB_SHARP
GIO_SHARP
GDK_SHARP
webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/m4/ 0000775 0000000 0000000 00000000000 12767237260 0021610 5 ustar 00root root 0000000 0000000 webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/m4/GDK_SHARP.m4 0000664 0000000 0000000 00000000215 12767237260 0023412 0 ustar 00root root 0000000 0000000 AC_DEFUN([CHECK_GDK_SHARP],
[
PKG_CHECK_MODULES(GDK_SHARP, gdk-sharp-3.0)
AC_SUBST(GDK_SHARP_CFLAGS)
AC_SUBST(GDK_SHARP_LIBS)
])
webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/m4/GIO_SHARP.m4 0000664 0000000 0000000 00000000215 12767237260 0023423 0 ustar 00root root 0000000 0000000 AC_DEFUN([CHECK_GIO_SHARP],
[
PKG_CHECK_MODULES(GIO_SHARP, gio-sharp-3.0)
AC_SUBST(GIO_SHARP_CFLAGS)
AC_SUBST(GIO_SHARP_LIBS)
])
webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/m4/GLIB_SHARP.m4 0000664 0000000 0000000 00000000222 12767237260 0023520 0 ustar 00root root 0000000 0000000 AC_DEFUN([CHECK_GLIB_SHARP],
[
PKG_CHECK_MODULES(GLIB_SHARP, glib-sharp-3.0)
AC_SUBST(GLIB_SHARP_CFLAGS)
AC_SUBST(GLIB_SHARP_LIBS)
])
webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/sources/ 0000775 0000000 0000000 00000000000 12767237260 0022753 5 ustar 00root root 0000000 0000000 webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/sources/AssemblyInfo.cs.in 0000664 0000000 0000000 00000000634 12767237260 0026305 0 ustar 00root root 0000000 0000000
using System.Reflection;
using System.Runtime.CompilerServices;
[assembly: AssemblyTitle("@ASSEMBLY_TITLE@")]
[assembly: AssemblyDescription("@ASSEMBLY_DESCRIPTION@")]
[assembly: AssemblyCompany("@ASSEMBLY_COMPANY@")]
[assembly: AssemblyCopyright("@ASSEMBLY_COPYRIGHT@")]
[assembly: AssemblyVersion("@ASSEMBLY_VERSION@")]
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile("@ASSEMBLY_NAME@.snk")]
webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/sources/Makefile.am 0000664 0000000 0000000 00000006136 12767237260 0025015 0 ustar 00root root 0000000 0000000 RAW_API = $(srcdir)/$(ASSEMBLY_NAME)-api.raw
API = $(srcdir)/$(ASSEMBLY_NAME)-api.xml
METADATA = $(srcdir)/$(ASSEMBLY_NAME).metadata
ASSEMBLY_DLL_NAME = $(ASSEMBLY_NAME).dll
ASSEMBLY_CONFIG_NAME = $(ASSEMBLY_DLL_NAME).config
ASSEMBLY_CONFIG = $(srcdir)/$(ASSEMBLY_CONFIG_NAME)
OUTDIR = $(top_srcdir)/out
GLUEDIR = $(srcdir)/glue
SRC_FILES_XML = $(srcdir)/src_files.xml
CSPROJ_XSLT = $(srcdir)/csproj.xslt
GEN_SOURCES = $(srcdir)/generated.sources
CUSTOM_SOURCES = $(srcdir)/custom.sources
gapidir = $(GAPIXMLDIR)
gapi_DATA = $(API)
sources = $(shell sed 's|\#.*$$||g' $(CUSTOM_SOURCES) | grep -Ev '^[[:blank:]]*$$')
build_sources = $(srcdir)/AssemblyInfo.cs $(sources)
PROFILES = V_2_10
V_2_10_DEFINES = V_2_2,V_2_3,V_2_4,V_2_6,V_2_8,V_2_10
DLLS = $(foreach profile,$(PROFILES),$(OUTDIR)/$(profile)/$(ASSEMBLY_DLL_NAME))
DLL_CONFIGS = $(foreach profile,$(PROFILES),$(OUTDIR)/$(profile)/$(ASSEMBLY_CONFIG_NAME))
CS_PROJECTS = $(foreach profile,$(PROFILES),$(srcdir)/$(ASSEMBLY_NAME)-$(profile).csproj)
CLEANFILES = $(DLLS) $(DLL_CONFIGS) $(API) $(SRC_FILES_XML)
DISTCLEANFILES = $(srcdir)/AssemblyInfo.cs
noinst_DATA = $(DLLS) $(DLL_CONFIGS)
EXTRA_DIST = \
$(RAW_API) \
$(CUSTOM_SOURCES) \
$(sources) \
$(METADATA) \
$(srcdir)/AssemblyInfo.cs.in \
$(srcdir)/$(ASSEMBLY_NAME).snk \
$(ASSEMBLY_CONFIG)
$(API): $(RAW_API) $(METADATA)
cp $(RAW_API) $(API)
chmod u+w $(API)
$(GAPI_FIXUP) --api=$(API) --metadata=$(METADATA)
$(GEN_SOURCES): $(API)
$(GAPI_CODEGEN) --generate $(API) $(GLIB_SHARP_CFLAGS) $(GTK_SHARP_CFLAGS) $(GIO_SHARP_CFLAGS) $(GDK_SHARP_CFLAGS) \
--outdir=$(srcdir)/generated \
--glue-filename=$(GLUEDIR)/generated.c --gluelib-name=libwebkit2sharpglue-2.10.9.so \
--glue-includes=webkit2/webkit2.h, --gapidir=$(gapidir) \
--assembly-name=$(ASSEMBLY_NAME) && \
find $(srcdir)/generated/ -type f -name "*.cs" > $(GEN_SOURCES)
$(SRC_FILES_XML): $(GEN_SOURCES) $(CUSTOM_SOURCES)
echo "" > $(SRC_FILES_XML)
echo $(build_sources) | tr '[:blank:]' '\n' | cat - $(GEN_SOURCES) | \
grep -Ev '^[[:blank:]]*$$' | sed 's|\/|\\|g' | sed 's|^\.\\||g' | \
sed 's|\(.*\)| \|g' >> $(SRC_FILES_XML)
echo "" >> $(SRC_FILES_XML)
$(srcdir)/$(ASSEMBLY_NAME)-%.csproj: $(SRC_FILES_XML) $(CSPROJ_XSLT)
cp $@ $@.tmp
$(XSLTPROC) --stringparam srcListPath $(SRC_FILES_XML) $(CSPROJ_XSLT) $@.tmp | \
$(UNIX2DOS) > $@
$(MDTOOL) project-export -f:'MSBuild (Visual Studio 2012)' $@
rm $@.tmp
.PHONY: csproj
csproj: $(CS_PROJECTS)
$(OUTDIR)/%/$(ASSEMBLY_DLL_NAME): $(build_sources) $(GEN_SOURCES)
mkdir -p $(@D)
$(CSC) -nowarn:169 -unsafe -target:library $(GLIB_SHARP_LIBS) $(GTK_SHARP_LIBS) $(GIO_SHARP_LIBS) $(GDK_SHARP_LIBS) \
$(build_sources) -out:$@ -d:$($*_DEFINES) @$(GEN_SOURCES)
$(OUTDIR)/%/$(ASSEMBLY_CONFIG_NAME): $(ASSEMBLY_CONFIG)
mkdir -p $(@D)
cp $(ASSEMBLY_CONFIG) $@
clean-local:
test -e $(GEN_SOURCES) && xargs rm -f < $(GEN_SOURCES) || true
rm -f $(GEN_SOURCES)
install-data-local: $(DLLS)
@for p in $?; do \
$(GACUTIL) /i $$p /f $(GACUTIL_FLAGS) || exit 1; \
done;
uninstall-local:
$(GACUTIL) /u $(ASSEMBLY_NAME) /f $(GACUTIL_FLAGS) || exit 1;
webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/sources/csproj.xslt 0000664 0000000 0000000 00000002073 12767237260 0025171 0 ustar 00root root 0000000 0000000
webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/sources/custom.sources 0000664 0000000 0000000 00000000111 12767237260 0025663 0 ustar 00root root 0000000 0000000 # Add any custom source files you need here, e.g.:
# ./custom/MyClass.cs
webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/sources/glue/ 0000775 0000000 0000000 00000000000 12767237260 0023707 5 ustar 00root root 0000000 0000000 webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/sources/glue/Makefile.am 0000664 0000000 0000000 00000001023 12767237260 0025737 0 ustar 00root root 0000000 0000000 lib_LTLIBRARIES = libwebkit2sharpglue-2.10.9.la
libwebkit2sharpglue_2_10_9_la_SOURCES =
nodist_libwebkit2sharpglue_2_10_9_la_SOURCES = generated.c
libwebkit2sharpglue_2_10_9_la_LDFLAGS = -module -avoid-version -no-undefined
libwebkit2sharpglue_2_10_9_la_LIBADD = $(WEBKIT2_LIBS)
INCLUDES = $(WEBKIT2_CFLAGS) -I$(top_srcdir)
libwebkit2sharpglue.dll: $(libwebkit2sharpglue_2_10_9_la_OBJECTS) libwebkit2sharpglue.rc libwebkit2sharpglue.def
./build-dll libwebkit2sharpglue $(VERSION)
CLEANFILES = lib*.a lib*.dll
EXTRA_DIST =
webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/sources/webkit2-sharp-V_2_10.csproj 0000664 0000000 0000000 00000004055 12767237260 0027607 0 ustar 00root root 0000000 0000000
Debug
AnyCPU
{9C9BA99D-AB4F-46FE-AABA-437745C13D1B}
Library
WebKit2
webkit2-sharp
v3.5
true
full
false
bin\V_2_10\Debug
DEBUG;V_2_2;V_2_3;V_2_4;V_2_6;V_2_8;V_2_10
prompt
4
false
true
full
true
bin\V_2_10\Release
V_2_2;V_2_3;V_2_4;V_2_6;V_2_8;V_2_10
prompt
4
false
true
webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/sources/webkit2-sharp-api.raw 0000664 0000000 0000000 00000646541 12767237260 0026737 0 ustar 00root root 0000000 0000000
missing glib:type-name
missing glib:type-name
missing glib:type-name
missing glib:type-name
missing glib:type-name
missing glib:type-name
missing glib:type-name
missing glib:type-name
missing glib:type-name
webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/sources/webkit2-sharp.dll.config 0000664 0000000 0000000 00000000143 12767237260 0027374 0 ustar 00root root 0000000 0000000
webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/sources/webkit2-sharp.metadata 0000664 0000000 0000000 00000001343 12767237260 0027140 0 ustar 00root root 0000000 0000000
true
true
AtkImplementor
AtkImplementor
true
true
webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/sources/webkit2-sharp.snk 0000664 0000000 0000000 00000001124 12767237260 0026150 0 ustar 00root root 0000000 0000000 $ RSA2 C2{UU=
AP>a{<-͐;E^%L(0uwIgB]l"baMw,&鬈bRJ~,`~Z ,+MU>dͿX QOU
~1@wµTǀk~/Xx=4Ԉgnڌ"W1$Suľ5aj