diff --git a/databases/jetbrains-datagrip/Makefile b/databases/jetbrains-datagrip/Makefile index 7ececa1a56665..1e896e3b4ab3e 100644 --- a/databases/jetbrains-datagrip/Makefile +++ b/databases/jetbrains-datagrip/Makefile @@ -1,11 +1,11 @@ PORTNAME= datagrip -DISTVERSION= 2023.1.2 +DISTVERSION= 2023.2 CATEGORIES= databases java MASTER_SITES= https://download-cf.jetbrains.com/datagrip/ PKGNAMEPREFIX= jetbrains- DIST_SUBDIR= jetbrains -MAINTAINER= dch@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= JetBrains DataGrip IDE for your Databases WWW= https://www.jetbrains.com/datagrip/ @@ -14,12 +14,15 @@ LICENSE_NAME= Subscription license agreement for business and organizations LICENSE_TEXT= See: https://www.jetbrains.com/store/license.html LICENSE_PERMS= dist-mirror pkg-mirror auto-accept +ONLY_FOR_ARCHS= amd64 + BUILD_DEPENDS= jna>0:devel/jna RUN_DEPENDS= intellij-fsnotifier>0:java/intellij-fsnotifier \ - jetbrains-pty4j>=0.12.10:devel/jetbrains-pty4j \ + jetbrains-pty4j>=0.12.13:devel/jetbrains-pty4j \ + jetbrains-sqlite>=232.8660.185:devel/jetbrains-sqlite \ lsof:sysutils/lsof -USES= desktop-file-utils python:run shebangfix ssl +USES= python:run shebangfix USE_JAVA= yes JAVA_VERSION= 17+ @@ -28,6 +31,7 @@ USE_LDCONFIG= yes SHEBANG_FILES= bin/restart.py +DATADIR= ${PREFIX}/share/jetbrains/${PORTNAME} NO_ARCH= yes NO_ARCH_IGNORE= libjnidispatch.so NO_BUILD= yes @@ -39,23 +43,18 @@ WRKSRC= ${WRKDIR}/DataGrip-${PORTVERSION} do-install: # Linux/Windows/OS X only so remove them @${RM} -r \ - ${WRKSRC}/bin/clang \ - ${WRKSRC}/bin/cmake \ ${WRKSRC}/bin/fsnotifier \ - ${WRKSRC}/bin/fsnotifier-arm \ - ${WRKSRC}/bin/fsnotifier64 \ - ${WRKSRC}/bin/gdb/linux \ - ${WRKSRC}/bin/lldb/linux \ + ${WRKSRC}/bin/repair \ ${WRKSRC}/jbr \ - ${WRKSRC}/jre64 \ - ${WRKSRC}/lib/pty4j-native \ - ${WRKSRC}/plugins/cwm-plugin/quiche-native \ - ${WRKSRC}/plugins/performanceTesting/bin + ${WRKSRC}/lib/jna \ + ${WRKSRC}/lib/native \ + ${WRKSRC}/lib/pty4j \ + ${WRKSRC}/plugins/remote-dev-server ${MKDIR} ${STAGEDIR}${DATADIR} - @(cd ${WRKSRC} && \ - ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} "! -name *\.bak ! -name *\.so ! -name *\.dll ! -name *\.dylib ! -name *\.pdb ! -name *\.sh") - @(cd ${WRKSRC} && \ - ${COPYTREE_BIN} . ${STAGEDIR}${DATADIR} "-name *\.sh") + @(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} \ + "! -name *\.bak ! -name *\.so ! -name *\.dll ! -name *\.dylib ! -name *\.pdb ! -name *\.sh") + @(cd ${WRKSRC}/bin && ${COPYTREE_BIN} . ${STAGEDIR}${DATADIR}/bin/ \ + "-name *\.sh -o -name *\.py") ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} \ ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${INSTALL_MAN} ${FILESDIR}/${PORTNAME}.1 \ @@ -63,7 +62,7 @@ do-install: ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.desktop \ ${STAGEDIR}${PREFIX}/share/applications/ # Use fsnotifier replacement provided by java/intellij-fsnotifier - ${ECHO} "idea.filewatcher.executable.path=${PREFIX}/intellij/bin/fsnotifier" \ + ${ECHO} "idea.filewatcher.executable.path=${PREFIX}/bin/fsnotifier" \ >> ${STAGEDIR}${DATADIR}/bin/idea.properties # Install FreeBSD native lib provided by devel/jna @${MKDIR} ${WRKDIR}/jna @@ -73,6 +72,10 @@ do-install: ${INSTALL_LIB} ${WRKDIR}/jna/com/sun/jna/freebsd-x86-64/libjnidispatch.so \ ${STAGEDIR}${DATADIR}/lib/jna/amd64/ # Use pty4j replacement provided by devel/jetbrains-pty4j - ${LN} -sf ../../../lib/pty4j ${STAGEDIR}${DATADIR}/lib/pty4j + ${MKDIR} ${STAGEDIR}${DATADIR}/lib/pty4j/freebsd/x86-64 + ${LN} -sf ../../../../../pty4j/amd64/libpty.so ${STAGEDIR}${DATADIR}/lib/pty4j/freebsd/x86-64/libpty.so +# Use sqlite replacement provided by devel/jetbrains-sqlite + ${MKDIR} ${STAGEDIR}${DATADIR}/lib/native/linux-x86_64 + ${LN} -sf ../../../../sqlite/amd64/libsqliteij.so ${STAGEDIR}${DATADIR}/lib/native/linux-x86_64/libsqliteij.so .include diff --git a/databases/jetbrains-datagrip/distinfo b/databases/jetbrains-datagrip/distinfo index 633483abd8d53..1aa3565b2f1c6 100644 --- a/databases/jetbrains-datagrip/distinfo +++ b/databases/jetbrains-datagrip/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1686547442 -SHA256 (jetbrains/datagrip-2023.1.2.tar.gz) = 57e8a79d69d9f34957fe7fa1307296396ab7c2b84bacffb6d86616cbcd596edd -SIZE (jetbrains/datagrip-2023.1.2.tar.gz) = 568353216 +TIMESTAMP = 1690740881 +SHA256 (jetbrains/datagrip-2023.2.tar.gz) = f8344dad4f502a215440fb7ccbc4c69acdd0b18f33d855f0d0d0d2bbe44a5f26 +SIZE (jetbrains/datagrip-2023.2.tar.gz) = 569402212 diff --git a/databases/jetbrains-datagrip/files/datagrip.in b/databases/jetbrains-datagrip/files/datagrip.in index 5ec79e7d38d67..e15668ea08823 100644 --- a/databases/jetbrains-datagrip/files/datagrip.in +++ b/databases/jetbrains-datagrip/files/datagrip.in @@ -1,4 +1,5 @@ #!/bin/sh + export JAVA_HOME="${JAVA_HOME:-"%%JAVA_HOME%%"}" export SHELL="/bin/sh" diff --git a/databases/jetbrains-datagrip/pkg-plist b/databases/jetbrains-datagrip/pkg-plist index cdcff388abcad..09935c8888650 100644 --- a/databases/jetbrains-datagrip/pkg-plist +++ b/databases/jetbrains-datagrip/pkg-plist @@ -1,37 +1,22 @@ -@dir %%DATADIR%%/lib/jna/amd64 -@dir %%DATADIR%%/lib/native/linux-x86_64 -@dir %%DATADIR%%/lib/pty4j/linux/x86-64 -@dir %%DATADIR%%/plugins/performanceTesting-yourkit/bin %%DATADIR%%/bin/brokenPlugins.db %%DATADIR%%/bin/datagrip.png %%DATADIR%%/bin/datagrip.sh %%DATADIR%%/bin/datagrip.svg %%DATADIR%%/bin/datagrip64.vmoptions %%DATADIR%%/bin/format.sh -%%DATADIR%%/bin/icons/icon-v4-1.0-d.db -%%DATADIR%%/bin/icons/icon-v4-1.0.db -%%DATADIR%%/bin/icons/icon-v4-1.25-d.db -%%DATADIR%%/bin/icons/icon-v4-1.25.db -%%DATADIR%%/bin/icons/icon-v4-1.5-d.db -%%DATADIR%%/bin/icons/icon-v4-1.5.db -%%DATADIR%%/bin/icons/icon-v4-2.0-d.db -%%DATADIR%%/bin/icons/icon-v4-2.0.db -%%DATADIR%%/bin/icons/icon-v4-2.5-d.db -%%DATADIR%%/bin/icons/icon-v4-2.5.db %%DATADIR%%/bin/idea.properties %%DATADIR%%/bin/inspect.sh %%DATADIR%%/bin/ltedit.sh %%DATADIR%%/bin/remote-dev-server.sh -%%DATADIR%%/bin/repair %%DATADIR%%/bin/restart.py %%DATADIR%%/build.txt %%DATADIR%%/Install-Linux-tar.txt -%%DATADIR%%/lib/3rd-party-rt.jar %%DATADIR%%/lib/annotations-java5.jar +%%DATADIR%%/lib/app-client.jar %%DATADIR%%/lib/app.jar -%%DATADIR%%/lib/async-profiler-windows.jar %%DATADIR%%/lib/async-profiler.jar -%%DATADIR%%/lib/build-marker-DB-231.9011.35 +%%DATADIR%%/lib/bouncy-castle.jar +%%DATADIR%%/lib/build-marker-DB-232.8660.111 %%DATADIR%%/lib/byte-buddy-agent.jar %%DATADIR%%/lib/cds/classesLogAgent.jar %%DATADIR%%/lib/error-prone-annotations.jar @@ -39,14 +24,22 @@ %%DATADIR%%/lib/externalProcess-rt.jar %%DATADIR%%/lib/forms_rt.jar %%DATADIR%%/lib/groovy.jar -%%DATADIR%%/lib/intellij-coverage-agent-1.0.706.jar +%%DATADIR%%/lib/grpc.jar +%%DATADIR%%/lib/intellij-coverage-agent-1.0.723.jar %%DATADIR%%/lib/intellij-test-discovery.jar %%DATADIR%%/lib/jetbrains-annotations.jar %%DATADIR%%/lib/jna/amd64/libjnidispatch.so %%DATADIR%%/lib/jps-model.jar %%DATADIR%%/lib/jsch-agent.jar +%%DATADIR%%/lib/lib-client.jar +%%DATADIR%%/lib/lib.jar +%%DATADIR%%/lib/modules.jar +%%DATADIR%%/lib/native/linux-x86_64/libsqliteij.so +%%DATADIR%%/lib/platform-loader.jar +%%DATADIR%%/lib/product-client.jar +%%DATADIR%%/lib/product.jar %%DATADIR%%/lib/protobuf.jar -%%DATADIR%%/lib/pty4j/pty4j +%%DATADIR%%/lib/pty4j/freebsd/x86-64/libpty.so %%DATADIR%%/lib/rd.jar %%DATADIR%%/lib/stats.jar %%DATADIR%%/lib/util_rt.jar @@ -58,6 +51,7 @@ %%DATADIR%%/license/third-party-libraries.html %%DATADIR%%/license/third-party-libraries.json %%DATADIR%%/license/yourkit-license-redist.txt +%%DATADIR%%/plugins/charts/lib/charts.jar %%DATADIR%%/plugins/cloudConfig/lib/cloudConfig.jar %%DATADIR%%/plugins/color-scheme-solarized-datagrip/lib/color-scheme-solarized-datagrip.jar %%DATADIR%%/plugins/color-scheme-vibrant_ink/lib/color-scheme-vibrant_ink.jar @@ -65,9 +59,13 @@ %%DATADIR%%/plugins/completionMlRanking/lib/completionMlRanking.jar %%DATADIR%%/plugins/configurationScript/lib/configurationScript.jar %%DATADIR%%/plugins/DatabaseTools/lib/aether-dependency-resolver.jar +%%DATADIR%%/plugins/DatabaseTools/lib/database-minicats.jar %%DATADIR%%/plugins/DatabaseTools/lib/database-openapi.jar %%DATADIR%%/plugins/DatabaseTools/lib/database-plugin.jar %%DATADIR%%/plugins/DatabaseTools/lib/jdbc-console.jar +%%DATADIR%%/plugins/DatabaseTools/lib/maven-resolver-connector-basic.jar +%%DATADIR%%/plugins/DatabaseTools/lib/maven-resolver-transport-file.jar +%%DATADIR%%/plugins/DatabaseTools/lib/maven-resolver-transport-http.jar %%DATADIR%%/plugins/datagrip-impl/lib/datagrip-impl.jar %%DATADIR%%/plugins/DataGripHelp/lib/datagrip-help.jar %%DATADIR%%/plugins/DataGripHelp/lib/help-datagrip-assets.jar @@ -76,381 +74,11 @@ %%DATADIR%%/plugins/grid-core-impl/lib/jdbc-console-types.jar %%DATADIR%%/plugins/grid-impl/lib/grid.jar %%DATADIR%%/plugins/performanceTesting-async/lib/performanceTesting-async.jar -%%DATADIR%%/plugins/performanceTesting-yourkit/lib/performanceTesting-yourkit.jar -%%DATADIR%%/plugins/performanceTesting-yourkit/lib/yjp-controller-api-redist.jar %%DATADIR%%/plugins/performanceTesting/lib/performanceTesting.jar %%DATADIR%%/plugins/platform-images/lib/platform-images.jar %%DATADIR%%/plugins/platform-langInjection/lib/IntelliLang.jar %%DATADIR%%/plugins/platform-langInjection/lib/java-langInjection-jps.jar %%DATADIR%%/plugins/platform-langInjection/lib/platform-langInjection.jar -%%DATADIR%%/plugins/remote-dev-server/bin/launcher.sh -%%DATADIR%%/plugins/remote-dev-server/lib/remote-dev-server.jar -%%DATADIR%%/plugins/remote-dev-server/selfcontained/bin/xkbcomp -%%DATADIR%%/plugins/remote-dev-server/selfcontained/bin/Xvfb -%%DATADIR%%/plugins/remote-dev-server/selfcontained/fontconfig/fonts.conf -%%DATADIR%%/plugins/remote-dev-server/selfcontained/fontconfig/fonts/DejaVuLGCSans.ttf -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libasound.so.2 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libatk-1.0.so.0 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libatk-bridge-2.0.so.0 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libatspi.so.0 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libattr.so.1 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libavahi-client.so.3 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libavahi-common.so.3 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libbz2.so.1 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libcairo.so.2 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libcap.so.2 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libcom_err.so.2 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libcrypto.so.10 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libcups.so.2 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libdbus-1.so.3 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libdrm.so.2 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libdw.so.1 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libEGL.so.1 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libelf.so.1 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libexpat.so.1 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libffi.so.6 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libfontconfig.so.1 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libfontenc.so.1 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libfreetype.so.6 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libfribidi.so.0 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libgbm.so.1 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libgcrypt.so.11 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libgio-2.0.so.0 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libGL.so.1 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libglapi.so.0 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libGLdispatch.so.0 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libglib-2.0.so.0 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libGLX.so.0 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libgmodule-2.0.so.0 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libgobject-2.0.so.0 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libgpg-error.so.0 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libgssapi_krb5.so.2 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libk5crypto.so.3 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libkeyutils.so.1 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libkrb5.so.3 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libkrb5support.so.0 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/liblz4.so.1 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/liblzma.so.5 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libpango-1.0.so.0 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libpci.so.3 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libpcre.so.1 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libpixman-1.so.0 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libpng15.so.15 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libsqlite3.so.0 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libssl.so.10 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libstdc++.so.6 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libsystemd.so.0 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libthai.so.0 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libuuid.so.1 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libwayland-client.so.0 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libwayland-server.so.0 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libX11-xcb.so.1 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libX11.so.6 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXau.so.6 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libxcb-render.so.0 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libxcb-shm.so.0 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libxcb.so.1 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXcomposite.so.1 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXcursor.so.1 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXdamage.so.1 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXdmcp.so.6 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXext.so.6 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXfixes.so.3 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXfont2.so.2 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXi.so.6 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libxkbcommon.so.0 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libxkbfile.so.1 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXrandr.so.2 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXrender.so.1 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libxshmfence.so.1 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXtst.so.6 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXxf86vm.so.1 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libz.so.1 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/accessx -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/basic -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/caps -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/complete -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/iso9995 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/japan -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/ledcaps -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/lednum -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/ledscroll -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/level5 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/misc -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/mousekeys -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/olpc -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/pc -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/pc98 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/README -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/xfree86 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/xtest -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/amiga -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/ataritt -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/chicony -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/dell -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/digital_vndr/lk -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/digital_vndr/pc -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/digital_vndr/unix -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/everex -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/fujitsu -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/hhk -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/hp -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/keytronic -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/kinesis -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/macintosh -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/microsoft -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/nec -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/nokia -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/northgate -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/pc -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/README -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/sanwa -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/sgi_vndr/indigo -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/sgi_vndr/indy -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/sgi_vndr/O2 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/sony -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/steelseries -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/sun -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/teck -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/thinkpad -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/typematrix -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/winbook -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/aliases -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/amiga -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/ataritt -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/digital_vndr/lk -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/digital_vndr/pc -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/empty -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/evdev -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/fujitsu -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/hp -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/ibm -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/jolla -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/macintosh -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/olpc -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/README -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/sgi_vndr/indigo -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/sgi_vndr/indy -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/sgi_vndr/iris -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/sony -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/sun -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/xfree86 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/xfree98 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/rules/base -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/rules/base.extras.xml -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/rules/base.lst -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/rules/base.xml -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/rules/evdev -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/rules/evdev.extras.xml -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/rules/evdev.lst -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/rules/evdev.xml -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/rules/README -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/rules/xfree98 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/rules/xkb.dtd -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/af -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/al -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/altwin -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/am -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/apl -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ara -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/at -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/au -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/az -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ba -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/bd -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/be -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/bg -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/br -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/brai -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/bt -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/bw -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/by -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ca -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/capslock -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/cd -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ch -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/cm -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/cn -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/compose -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ctrl -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/cz -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/de -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/digital_vndr/lk -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/digital_vndr/pc -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/digital_vndr/us -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/digital_vndr/vt -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/dk -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/dz -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ee -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/empty -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/epo -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/es -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/et -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/eu -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/eurosign -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/fi -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/fo -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/fr -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/fujitsu_vndr/jp -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/fujitsu_vndr/us -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/gb -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ge -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/gh -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/gn -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/gr -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/group -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/hp_vndr/us -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/hr -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/hu -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/id -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ie -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/il -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/in -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/inet -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/iq -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ir -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/is -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/it -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/jolla_vndr/sbj -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/jp -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ke -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/keypad -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/kg -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/kh -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/kpdl -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/kr -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/kz -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/la -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/latam -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/latin -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/level3 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/level5 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/lk -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/lt -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/lv -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ma -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/apple -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/ch -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/de -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/dk -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/fi -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/fr -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/gb -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/is -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/it -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/jp -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/latam -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/nl -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/no -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/pt -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/se -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/us -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/mao -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/md -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/me -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/mk -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ml -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/mm -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/mn -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/mt -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/mv -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/my -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/nbsp -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/nec_vndr/jp -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ng -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/nl -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/no -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/nokia_vndr/rx-44 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/nokia_vndr/rx-51 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/nokia_vndr/su-8w -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/np -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/olpc -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/parens -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/pc -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ph -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/pk -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/pl -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/pt -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ro -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/rs -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ru -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/rupeesign -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/se -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sgi_vndr/jp -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sharp_vndr/sl-c3x00 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sharp_vndr/ws003sh -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sharp_vndr/ws007sh -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sharp_vndr/ws011sh -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sharp_vndr/ws020sh -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/shift -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/si -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sk -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sn -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sony_vndr/us -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/srvr_ctrl -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/ara -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/be -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/br -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/ca -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/ch -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/cz -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/de -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/dk -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/ee -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/es -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/fi -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/fr -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/gb -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/gr -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/it -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/jp -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/kr -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/lt -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/lv -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/nl -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/no -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/pl -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/pt -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/ro -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/ru -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/se -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/sk -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/solaris -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/tr -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/tw -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/ua -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/us -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sy -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/terminate -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/tg -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/th -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/tj -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/tm -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/tr -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/trans -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/tw -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/typo -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/tz -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ua -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/us -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/uz -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/vn -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/xfree68_vndr/amiga -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/xfree68_vndr/ataritt -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/za -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/basic -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/cancel -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/caps -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/complete -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/default -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/extra -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/iso9995 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/level5 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/mousekeys -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/nokia -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/numpad -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/pc -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/README %%DATADIR%%/plugins/searchEverywhereMl/lib/searchEverywhereMl.jar %%DATADIR%%/plugins/settingsSync/lib/settingsSync.jar %%DATADIR%%/plugins/textmate/lib/bundles/bat/.vscodeignore @@ -466,6 +94,11 @@ %%DATADIR%%/plugins/textmate/lib/bundles/clojure/package.json %%DATADIR%%/plugins/textmate/lib/bundles/clojure/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/clojure/syntaxes/clojure.tmLanguage.json +%%DATADIR%%/plugins/textmate/lib/bundles/cmake/LICENSE +%%DATADIR%%/plugins/textmate/lib/bundles/cmake/package.json +%%DATADIR%%/plugins/textmate/lib/bundles/cmake/README.md +%%DATADIR%%/plugins/textmate/lib/bundles/cmake/syntaxes/CMake.tmLanguage +%%DATADIR%%/plugins/textmate/lib/bundles/cmake/syntaxes/CMakeCache.tmLanguage %%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/language-configuration.json