FreeBSD Bugzilla – Attachment 243713 Details for
Bug 272823
databases/jetbrains-datagrip: Update to 2023.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
jetbrains-datagrip.diff
jetbrains-datagrip.diff (text/plain), 46.71 KB, created by
Dmitry Wagin
on 2023-07-30 20:21:51 UTC
(
hide
)
Description:
jetbrains-datagrip.diff
Filename:
MIME Type:
Creator:
Dmitry Wagin
Created:
2023-07-30 20:21:51 UTC
Size:
46.71 KB
patch
obsolete
>diff --git a/databases/jetbrains-datagrip/Makefile b/databases/jetbrains-datagrip/Makefile >index 7ececa1a566..4c11879911c 100644 >--- a/databases/jetbrains-datagrip/Makefile >+++ b/databases/jetbrains-datagrip/Makefile >@@ -1,5 +1,5 @@ > PORTNAME= datagrip >-DISTVERSION= 2023.1.2 >+DISTVERSION= 2023.2 > CATEGORIES= databases java > MASTER_SITES= https://download-cf.jetbrains.com/datagrip/ > PKGNAMEPREFIX= jetbrains- >@@ -16,10 +16,11 @@ LICENSE_PERMS= dist-mirror pkg-mirror auto-accept > > 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 +29,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 +41,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 +60,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 +70,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 <bsd.port.mk> >diff --git a/databases/jetbrains-datagrip/distinfo b/databases/jetbrains-datagrip/distinfo >index 633483abd8d..1aa3565b2f1 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 5ec79e7d38d..e15668ea088 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 cdcff388abc..5d71e5ff422 100644 >--- a/databases/jetbrains-datagrip/pkg-plist >+++ b/databases/jetbrains-datagrip/pkg-plist >@@ -1,37 +1,25 @@ >-@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 >+bin/datagrip >+man/man1/datagrip.1.gz >+share/applications/datagrip.desktop >+%%DATADIR%%/Install-Linux-tar.txt > %%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,418 +27,61 @@ > %%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 > %%DATADIR%%/lib/util-8.jar > %%DATADIR%%/lib/util.jar >+%%DATADIR%%/lib/util_rt.jar > %%DATADIR%%/license/javahelp_license.txt > %%DATADIR%%/license/javolution_license.txt > %%DATADIR%%/license/saxon-conditions.html > %%DATADIR%%/license/third-party-libraries.html > %%DATADIR%%/license/third-party-libraries.json > %%DATADIR%%/license/yourkit-license-redist.txt >+%%DATADIR%%/plugins/DataGripHelp/lib/datagrip-help.jar >+%%DATADIR%%/plugins/DataGripHelp/lib/help-datagrip-assets.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/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 > %%DATADIR%%/plugins/color-scheme-warmNeon/lib/color-scheme-warmNeon.jar > %%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-openapi.jar >-%%DATADIR%%/plugins/DatabaseTools/lib/database-plugin.jar >-%%DATADIR%%/plugins/DatabaseTools/lib/jdbc-console.jar > %%DATADIR%%/plugins/datagrip-impl/lib/datagrip-impl.jar >-%%DATADIR%%/plugins/DataGripHelp/lib/datagrip-help.jar >-%%DATADIR%%/plugins/DataGripHelp/lib/help-datagrip-assets.jar > %%DATADIR%%/plugins/dev/lib/dev.jar > %%DATADIR%%/plugins/grid-core-impl/lib/grid-core.jar > %%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 +97,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/README.md >+%%DATADIR%%/plugins/textmate/lib/bundles/cmake/package.json >+%%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 >@@ -528,13 +164,13 @@ > %%DATADIR%%/plugins/textmate/lib/bundles/fsharp/snippets/fsharp.code-snippets > %%DATADIR%%/plugins/textmate/lib/bundles/fsharp/syntaxes/fsharp.tmLanguage.json > %%DATADIR%%/plugins/textmate/lib/bundles/git-base/.vscodeignore >+%%DATADIR%%/plugins/textmate/lib/bundles/git-base/README.md > %%DATADIR%%/plugins/textmate/lib/bundles/git-base/cgmanifest.json > %%DATADIR%%/plugins/textmate/lib/bundles/git-base/languages/git-commit.language-configuration.json > %%DATADIR%%/plugins/textmate/lib/bundles/git-base/languages/git-rebase.language-configuration.json > %%DATADIR%%/plugins/textmate/lib/bundles/git-base/languages/ignore.language-configuration.json > %%DATADIR%%/plugins/textmate/lib/bundles/git-base/package.json > %%DATADIR%%/plugins/textmate/lib/bundles/git-base/package.nls.json >-%%DATADIR%%/plugins/textmate/lib/bundles/git-base/README.md > %%DATADIR%%/plugins/textmate/lib/bundles/git-base/syntaxes/git-commit.tmLanguage.json > %%DATADIR%%/plugins/textmate/lib/bundles/git-base/syntaxes/git-rebase.tmLanguage.json > %%DATADIR%%/plugins/textmate/lib/bundles/git-base/syntaxes/ignore.tmLanguage.json >@@ -604,10 +240,10 @@ > %%DATADIR%%/plugins/textmate/lib/bundles/json/package.nls.json > %%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/JSON.tmLanguage.json > %%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/JSONC.tmLanguage.json >-%%DATADIR%%/plugins/textmate/lib/bundles/jsp/jsp-configuration.json > %%DATADIR%%/plugins/textmate/lib/bundles/jsp/LICENSE >-%%DATADIR%%/plugins/textmate/lib/bundles/jsp/package.json > %%DATADIR%%/plugins/textmate/lib/bundles/jsp/README.md >+%%DATADIR%%/plugins/textmate/lib/bundles/jsp/jsp-configuration.json >+%%DATADIR%%/plugins/textmate/lib/bundles/jsp/package.json > %%DATADIR%%/plugins/textmate/lib/bundles/jsp/syntaxes/jsp.tmLanguage.json > %%DATADIR%%/plugins/textmate/lib/bundles/julia/.vscodeignore > %%DATADIR%%/plugins/textmate/lib/bundles/julia/cgmanifest.json >@@ -629,10 +265,10 @@ > %%DATADIR%%/plugins/textmate/lib/bundles/latex/package.json > %%DATADIR%%/plugins/textmate/lib/bundles/latex/package.nls.json > %%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/Bibtex.tmLanguage.json >-%%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/cpp-grammar-bailout.tmLanguage.json > %%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/LaTeX.tmLanguage.json >-%%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/markdown-latex-combined.tmLanguage.json > %%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/TeX.tmLanguage.json >+%%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/cpp-grammar-bailout.tmLanguage.json >+%%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/markdown-latex-combined.tmLanguage.json > %%DATADIR%%/plugins/textmate/lib/bundles/less/.vscodeignore > %%DATADIR%%/plugins/textmate/lib/bundles/less/cgmanifest.json > %%DATADIR%%/plugins/textmate/lib/bundles/less/language-configuration.json >@@ -665,12 +301,12 @@ > %%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/syntaxes/markdown.tmLanguage.json > %%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/.gitignore > %%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/.vscodeignore >+%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/README.md > %%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/cgmanifest.json > %%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/notebook/tsconfig.json > %%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/package.json > %%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/package.nls.json > %%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/preview-styles/index.css >-%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/README.md > %%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/syntaxes/md-math-block.tmLanguage.json > %%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/syntaxes/md-math-inline.tmLanguage.json > %%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/syntaxes/md-math.tmLanguage.json >@@ -683,8 +319,8 @@ > %%DATADIR%%/plugins/textmate/lib/bundles/objective-c/language-configuration.json > %%DATADIR%%/plugins/textmate/lib/bundles/objective-c/package.json > %%DATADIR%%/plugins/textmate/lib/bundles/objective-c/package.nls.json >-%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/syntaxes/objective-c.tmLanguage.json > %%DATADIR%%/plugins/textmate/lib/bundles/objective-c/syntaxes/objective-c++.tmLanguage.json >+%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/syntaxes/objective-c.tmLanguage.json > %%DATADIR%%/plugins/textmate/lib/bundles/perl/.vscodeignore > %%DATADIR%%/plugins/textmate/lib/bundles/perl/cgmanifest.json > %%DATADIR%%/plugins/textmate/lib/bundles/perl/package.json >@@ -763,9 +399,9 @@ > %%DATADIR%%/plugins/textmate/lib/bundles/scss/syntaxes/sassdoc.tmLanguage.json > %%DATADIR%%/plugins/textmate/lib/bundles/scss/syntaxes/scss.tmLanguage.json > %%DATADIR%%/plugins/textmate/lib/bundles/search-result/.vscodeignore >+%%DATADIR%%/plugins/textmate/lib/bundles/search-result/README.md > %%DATADIR%%/plugins/textmate/lib/bundles/search-result/package.json > %%DATADIR%%/plugins/textmate/lib/bundles/search-result/package.nls.json >-%%DATADIR%%/plugins/textmate/lib/bundles/search-result/README.md > %%DATADIR%%/plugins/textmate/lib/bundles/search-result/syntaxes/searchResult.tmLanguage.json > %%DATADIR%%/plugins/textmate/lib/bundles/search-result/tsconfig.json > %%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/.vscodeignore >@@ -787,22 +423,22 @@ > %%DATADIR%%/plugins/textmate/lib/bundles/sql/package.nls.json > %%DATADIR%%/plugins/textmate/lib/bundles/sql/syntaxes/sql.tmLanguage.json > %%DATADIR%%/plugins/textmate/lib/bundles/swift/.vscodeignore >+%%DATADIR%%/plugins/textmate/lib/bundles/swift/LICENSE.md > %%DATADIR%%/plugins/textmate/lib/bundles/swift/cgmanifest.json > %%DATADIR%%/plugins/textmate/lib/bundles/swift/language-configuration.json >-%%DATADIR%%/plugins/textmate/lib/bundles/swift/LICENSE.md > %%DATADIR%%/plugins/textmate/lib/bundles/swift/package.json > %%DATADIR%%/plugins/textmate/lib/bundles/swift/package.nls.json > %%DATADIR%%/plugins/textmate/lib/bundles/swift/snippets/swift.code-snippets > %%DATADIR%%/plugins/textmate/lib/bundles/swift/syntaxes/swift.tmLanguage.json >-%%DATADIR%%/plugins/textmate/lib/bundles/terraform/language-configuration.json > %%DATADIR%%/plugins/textmate/lib/bundles/terraform/LICENSE >-%%DATADIR%%/plugins/textmate/lib/bundles/terraform/package.json > %%DATADIR%%/plugins/textmate/lib/bundles/terraform/README.md >+%%DATADIR%%/plugins/textmate/lib/bundles/terraform/language-configuration.json >+%%DATADIR%%/plugins/textmate/lib/bundles/terraform/package.json > %%DATADIR%%/plugins/textmate/lib/bundles/terraform/snippets/terraform.json > %%DATADIR%%/plugins/textmate/lib/bundles/terraform/syntaxes/terraform.tmGrammar.json > %%DATADIR%%/plugins/textmate/lib/bundles/twig/LICENSE.md >-%%DATADIR%%/plugins/textmate/lib/bundles/twig/package.json > %%DATADIR%%/plugins/textmate/lib/bundles/twig/README.md >+%%DATADIR%%/plugins/textmate/lib/bundles/twig/package.json > %%DATADIR%%/plugins/textmate/lib/bundles/twig/snippets/snippets.json > %%DATADIR%%/plugins/textmate/lib/bundles/twig/src/extension.js > %%DATADIR%%/plugins/textmate/lib/bundles/twig/src/hover/filters.json >@@ -817,11 +453,11 @@ > %%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/package.json > %%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/package.nls.json > %%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/snippets/typescript.code-snippets >-%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/jsdoc.js.injection.tmLanguage.json >-%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/jsdoc.ts.injection.tmLanguage.json > %%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/Readme.md > %%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/TypeScript.tmLanguage.json > %%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/TypeScriptReact.tmLanguage.json >+%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/jsdoc.js.injection.tmLanguage.json >+%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/jsdoc.ts.injection.tmLanguage.json > %%DATADIR%%/plugins/textmate/lib/bundles/vb/.vscodeignore > %%DATADIR%%/plugins/textmate/lib/bundles/vb/cgmanifest.json > %%DATADIR%%/plugins/textmate/lib/bundles/vb/language-configuration.json >@@ -829,8 +465,8 @@ > %%DATADIR%%/plugins/textmate/lib/bundles/vb/package.nls.json > %%DATADIR%%/plugins/textmate/lib/bundles/vb/snippets/vb.code-snippets > %%DATADIR%%/plugins/textmate/lib/bundles/vb/syntaxes/asp-vb-net.tmlanguage.json >-%%DATADIR%%/plugins/textmate/lib/bundles/viml/grammars/viml.json > %%DATADIR%%/plugins/textmate/lib/bundles/viml/LICENSE.txt >+%%DATADIR%%/plugins/textmate/lib/bundles/viml/grammars/viml.json > %%DATADIR%%/plugins/textmate/lib/bundles/viml/package.json > %%DATADIR%%/plugins/textmate/lib/bundles/xml/.vscodeignore > %%DATADIR%%/plugins/textmate/lib/bundles/xml/cgmanifest.json >@@ -853,6 +489,3 @@ > %%DATADIR%%/plugins/xpath/lib/rt/xslt-rt.jar > %%DATADIR%%/plugins/xpath/lib/xpath.jar > %%DATADIR%%/product-info.json >-bin/datagrip >-man/man1/datagrip.1.gz >-share/applications/datagrip.desktop
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 272823
:
243713
|
243743