diff --git a/net/remmina/Makefile b/net/remmina/Makefile index a0b73dafb4ac..2ae5b54d9d83 100644 --- a/net/remmina/Makefile +++ b/net/remmina/Makefile @@ -1,166 +1,155 @@ PORTNAME= remmina -DISTVERSION= 1.4.34 +DISTVERSION= 1.4.35 CATEGORIES= net gnome -PATCH_SITES= https://gitlab.com/${GL_ACCOUNT}/${GL_PROJECT}/-/commit/ -PATCHFILES+= dbd6f94974c4d7df313963ffefecb1ff8ca9ecb6.patch:-p1 # https://gitlab.com/Remmina/Remmina/-/merge_requests/2540 - MAINTAINER= fernape@FreeBSD.org COMMENT= GTK Remote Desktop Client WWW= https://www.remmina.org/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libappindicator3.so:devel/libappindicator \ + libcurl.so:ftp/curl \ libjson-glib-1.0.so:devel/json-glib \ libpcre2-8.so:devel/pcre2 \ libsodium.so:security/libsodium \ libsoup-2.4.so:devel/libsoup \ libwayland-client.so:graphics/wayland FLAVORS= default lite lite_PKGNAMESUFFIX= -lite lite_DESCR= ${.CURDIR}/pkg-descr-lite USES= cmake compiler:c11 desktop-file-utils gettext gnome localbase:ldflags pathfix \ pkgconfig shared-mime-info ssl shebangfix xorg USE_GITLAB= yes GL_ACCOUNT= Remmina GL_PROJECT= Remmina -GL_TAGNAME= 2c4e1479433e51418ecb6089f35182bfebc5b57e +GL_TAGNAME= 2a455eadd6462457d08c2d066c5c245e0dee3bf9 USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 pango USE_XORG= ice sm x11 xext SHEBANG_FILES= data/desktop/remmina-file-wrapper.in bash_CMD= ${SH} CMAKE_ARGS= -DWITH_APPINDICATOR:BOOL=false \ -DLIBSOUP_LIBRARY=/usr/local/lib/libsoup-2.4.so CONFLICTS_INSTALL= remmina-plugin* -OPTIONS_DEFINE= AVAHI CUPS GCRYPT NLS PYTHON SSH TERM +OPTIONS_DEFINE= AVAHI CUPS GCRYPT GVNC NLS PYTHON SSH TERM OPTIONS_DEFAULT= AVAHI CUPS GCRYPT NLS SSH TERM \ EXEC RDP SECRET SPICE VNC WWW BASH OPTIONS_GROUP= PLUGINS -OPTIONS_GROUP_PLUGINS= EXEC KWALLET RDP SECRET SPICE VNC WWW +OPTIONS_GROUP_PLUGINS= EXEC GVNC KWALLET RDP SECRET SPICE VNC WWW OPTIONS_SINGLE= SHELL OPTIONS_SINGLE_SHELL= BASH ZSH OPTIONS_SUB= yes .if ${FLAVOR:U} == lite OPTIONS_EXCLUDE= AVAHI CUPS KWALLET PYTHON SECRET SPICE SSH TERM WWW COMMENT+= (lite flavor) .endif AVAHI_DESC= Build with Avahi support BASH_DESC= Use BASH for shell wrapper scripts EXEC_DESC= Plugin to execute a command GCRYPT_DESC= Build with libgcrypt support for password encryption +GVNC_DESC= Build with Gnome VNC support PYTHON_DESC= Build with support for Python plugins RDP_DESC= Remote Desktop Protocol plugin SECRET_DESC= GNOME Keyring plugin SHELL_DESC= Shell Scripts SPICE_DESC= Spice protocol plugin SSH_DESC= Build with SSH tunneling support TERM_DESC= Build with terminal support VNC_DESC= VNC protocol plugin WWW_DESC= Plugin to open an authenticated web browser ZSH_DESC= Use ZSH for shell wrapper scripts AVAHI_LIB_DEPENDS= libavahi-client.so:net/avahi-app \ libavahi-ui-gtk3.so:net/avahi-gtk3 AVAHI_CMAKE_BOOL= WITH_AVAHI BASH_RUN_DEPENDS= bash:shells/bash BASH_VARS= SH_BIN=${PREFIX}/bin/bash CUPS_LIB_DEPENDS= libcups.so:print/cups CUPS_CMAKE_BOOL= WITH_CUPS GCRYPT_LIB_DEPENDS= libgcrypt.so:security/libgcrypt GCRYPT_CMAKE_BOOL= WITH_GCRYPT +GVNC_LIB_DEPENDS= libgtk-vnc-2.0.so:net/gtk-vnc +GVNC_CMAKE_BOOL= WITH_LIBVNCSERVER + KWALLET_USES= kde:5 qt:5 KWALLET_USE= kde=wallet qt=buildtools:build,core,gui,qmake:build KWALLET_CMAKE_BOOL= WITH_KF5WALLET NLS_CMAKE_BOOL= WITH_TRANSLATIONS PYTHON_USES= python PYTHON_CMAKE_BOOL= WITH_PYTHONLIBS RDP_LIB_DEPENDS= libfreerdp2.so:net/freerdp libxkbfile.so:x11/libxkbfile SECRET_LIB_DEPENDS= libsecret-1.so:security/libsecret SECRET_RUN_DEPENDS= gnome-keyring:security/gnome-keyring SPICE_BUILD_DEPENDS= spice-protocol>=0.12.15:devel/spice-protocol SPICE_LIB_DEPENDS= libspice-client-gtk-3.0.so:deskutils/spice-gtk SPICE_CMAKE_BOOL= WITH_SPICE SSH_LIB_DEPENDS= libssh.so:security/libssh SSH_CMAKE_BOOL= WITH_LIBSSH SSH_LDFLAGS= -fstack-protector TERM_USE= gnome=vte3 TERM_CMAKE_BOOL= WITH_VTE VNC_LIB_DEPENDS= libgnutls.so:security/gnutls \ - libgtk-vnc-2.0.so:net/gtk-vnc \ libvncserver.so:net/libvncserver VNC_USES= jpeg -VNC_CMAKE_BOOL= WITH_LIBVNCSERVER +VNC_CMAKE_BOOL= WITH_GVNC WWW_LIB_DEPENDS= libharfbuzz.so:print/harfbuzz \ libsoup-2.4.so:devel/libsoup \ libwebkit2gtk-4.0.so:www/webkit2-gtk3 WWW_CMAKE_BOOL= WITH_WEBKIT2GTK ZSH_RUN_DEPENDS= zsh:shells/zsh ZSH_VARS= SH_BIN=${PREFIX}/bin/zsh bash_CMD= ${SH_BIN} -post-patch: - ${REINPLACE_CMD} -e 's,FreeBSD,FreeBSD|DragonFly,' \ - ${WRKSRC}/CMakeLists.txt - ${RM} ${WRKSRC}/cmake/FindFREERDP3.cmake - -post-patch-EXEC-off: - ${REINPLACE_CMD} -e '/add_subdirectory(exec)/d' ${WRKSRC}/plugins/CMakeLists.txt - post-patch-GCRYPT-off: ${REINPLACE_CMD} -e '/find_suggested_package(GCRYPT)/d' ${WRKSRC}/CMakeLists.txt -post-patch-KWALLET-off: - ${REINPLACE_CMD} -e '/add_definitions(-DWITH_KF5WALLET)/d' ${WRKSRC}/plugins/CMakeLists.txt - ${REINPLACE_CMD} -e '/add_subdirectory(kwallet)/d' ${WRKSRC}/plugins/CMakeLists.txt - post-patch-RDP-off: ${REINPLACE_CMD} -e '/find_suggested_package(FREERDP)/d' ${WRKSRC}/plugins/CMakeLists.txt ${REINPLACE_CMD} -e '/add_subdirectory(rdp)/d' ${WRKSRC}/plugins/CMakeLists.txt post-patch-SECRET-off: ${REINPLACE_CMD} -e '/add_subdirectory(plugins\/secret)/d' ${WRKSRC}/CMakeLists.txt post-patch-SPICE-off: ${REINPLACE_CMD} -e '/find_suggested_package(SPICE)/d' ${WRKSRC}/plugins/CMakeLists.txt ${REINPLACE_CMD} -e '/add_subdirectory(spice)/d' ${WRKSRC}/plugins/CMakeLists.txt post-patch-SSH-off: ${REINPLACE_CMD} -e '/find_suggested_package(LIBSSH)/d' ${WRKSRC}/plugins/CMakeLists.txt post-patch-VNC-off: ${REINPLACE_CMD} -e' /find_suggested_package(LIBVNCSERVER)/d' ${WRKSRC}/plugins/CMakeLists.txt ${REINPLACE_CMD} -e '/add_subdirectory(vnc)/d' ${WRKSRC}/plugins/CMakeLists.txt post-patch-WWW-off: ${REINPLACE_CMD} -e '/add_subdirectory(www)/d' ${WRKSRC}/plugins/CMakeLists.txt .include diff --git a/net/remmina/distinfo b/net/remmina/distinfo index e315986742d0..503c2ae45fde 100644 --- a/net/remmina/distinfo +++ b/net/remmina/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1697992944 -SHA256 (Remmina-Remmina-2c4e1479433e51418ecb6089f35182bfebc5b57e_GL0.tar.gz) = 9c089a090a910d0ed727b440a04f1304617773594be4538438c47e879ed90d54 -SIZE (Remmina-Remmina-2c4e1479433e51418ecb6089f35182bfebc5b57e_GL0.tar.gz) = 3693487 +TIMESTAMP = 1708879478 +SHA256 (Remmina-Remmina-2a455eadd6462457d08c2d066c5c245e0dee3bf9_GL0.tar.gz) = e96d99c51e117eb199299c985befd88dcf28c4ea9f623418597f8beaab303b38 +SIZE (Remmina-Remmina-2a455eadd6462457d08c2d066c5c245e0dee3bf9_GL0.tar.gz) = 3772950 SHA256 (dbd6f94974c4d7df313963ffefecb1ff8ca9ecb6.patch) = 5c3c7d501f69f1412614dd8229d517d5f33ad175886edfefabfd5e725f91fb2a SIZE (dbd6f94974c4d7df313963ffefecb1ff8ca9ecb6.patch) = 2104 diff --git a/net/remmina/files/patch-CMakeLists.txt b/net/remmina/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..128a09857d2e --- /dev/null +++ b/net/remmina/files/patch-CMakeLists.txt @@ -0,0 +1,18 @@ +--- CMakeLists.txt.orig 2024-02-26 08:35:18 UTC ++++ CMakeLists.txt +@@ -285,10 +285,13 @@ include_directories(src/include) + include_directories(.) + include_directories(src/include) + +-# FreeBSD ++# FreeBSD|DragonFly + +-if(CMAKE_SYSTEM_NAME MATCHES "FreeBSD") ++if(CMAKE_SYSTEM_NAME MATCHES "FreeBSD|DragonFly") + set(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "-rdynamic") ++ list(APPEND CMAKE_PREFIX_PATH /usr/local/share/cmake/Modules/FreeRDP2) ++ list(APPEND CMAKE_PREFIX_PATH /usr/local/share/cmake/Modules/FreeRDP-Client2) ++ list(APPEND CMAKE_PREFIX_PATH /usr/local/share/cmake/Modules/WinPR2) + include_directories(/usr/local/include /usr/include) + link_directories(/usr/local/lib /usr/lib) + set(CMAKE_REQUIRED_INCLUDES /usr/local/include) diff --git a/net/remmina/pkg-plist b/net/remmina/pkg-plist index cce3aa4ce53c..1a140f8e6c65 100644 --- a/net/remmina/pkg-plist +++ b/net/remmina/pkg-plist @@ -1,439 +1,442 @@ bin/remmina bin/remmina-file-wrapper include/remmina/plugin.h include/remmina/remmina_trace_calls.h include/remmina/types.h %%EXEC%%lib/remmina/plugins/remmina-plugin-exec.so +%%GVNC%%lib/remmina/plugins/remmina-plugin-gvnc.so %%KWALLET%%lib/remmina/plugins/remmina-plugin-kwallet.so %%RDP%%lib/remmina/plugins/remmina-plugin-rdp.so %%SECRET%%lib/remmina/plugins/remmina-plugin-secret.so %%SPICE%%lib/remmina/plugins/remmina-plugin-spice.so %%VNC%%lib/remmina/plugins/remmina-plugin-vnc.so %%WWW%%lib/remmina/plugins/remmina-plugin-www.so %%PYTHON%%lib/remmina/plugins/remmina-plugin-python_wrapper.so libdata/pkgconfig/remmina.pc share/man/man1/remmina-file-wrapper.1.gz share/man/man1/remmina.1.gz share/applications/org.remmina.Remmina.desktop share/applications/org.remmina.Remmina-file.desktop share/icons/hicolor/128x128/apps/org.remmina.Remmina.png share/icons/hicolor/16x16/apps/org.remmina.Remmina.png share/icons/hicolor/16x16/status/org.remmina.Remmina-status.svg share/icons/hicolor/22x22/apps/org.remmina.Remmina.png share/icons/hicolor/22x22/status/org.remmina.Remmina-status.svg share/icons/hicolor/24x24/apps/org.remmina.Remmina.png share/icons/hicolor/24x24/status/org.remmina.Remmina-status.svg share/icons/hicolor/256x256/apps/org.remmina.Remmina.png share/icons/hicolor/32x32/apps/org.remmina.Remmina.png share/icons/hicolor/32x32/status/org.remmina.Remmina-status.svg share/icons/hicolor/48x48/apps/org.remmina.Remmina.png share/icons/hicolor/48x48/status/org.remmina.Remmina-status.svg share/icons/hicolor/512x512/apps/org.remmina.Remmina.png share/icons/hicolor/64x64/apps/org.remmina.Remmina.png share/icons/hicolor/64x64/status/org.remmina.Remmina-status.svg share/icons/hicolor/72x72/apps/org.remmina.Remmina.png share/icons/hicolor/96x96/apps/org.remmina.Remmina.png share/icons/hicolor/apps/org.remmina.Remmina-symbolic.svg share/icons/hicolor/apps/remmina-symbolic.svg share/icons/hicolor/scalable/actions/org.remmina.Remmina-camera-photo-symbolic.svg share/icons/hicolor/scalable/actions/org.remmina.Remmina-connect-symbolic.svg share/icons/hicolor/scalable/actions/org.remmina.Remmina-disconnect-symbolic.svg share/icons/hicolor/scalable/actions/org.remmina.Remmina-document-save-symbolic.svg share/icons/hicolor/scalable/actions/org.remmina.Remmina-document-send-symbolic.svg share/icons/hicolor/scalable/actions/org.remmina.Remmina-duplicate-symbolic.svg share/icons/hicolor/scalable/actions/org.remmina.Remmina-dynres-symbolic.svg share/icons/hicolor/scalable/actions/org.remmina.Remmina-fit-window-symbolic.svg share/icons/hicolor/scalable/actions/org.remmina.Remmina-fullscreen-symbolic.svg share/icons/hicolor/scalable/actions/org.remmina.Remmina-go-bottom-symbolic.svg share/icons/hicolor/scalable/actions/org.remmina.Remmina-keyboard-symbolic.svg share/icons/hicolor/scalable/actions/org.remmina.Remmina-multi-monitor-symbolic.svg share/icons/hicolor/scalable/actions/org.remmina.Remmina-pan-down-symbolic.svg share/icons/hicolor/scalable/actions/org.remmina.Remmina-pan-up-symbolic.svg share/icons/hicolor/scalable/actions/org.remmina.Remmina-password-conceal-symbolic.svg share/icons/hicolor/scalable/actions/org.remmina.Remmina-password-reveal-symbolic.svg share/icons/hicolor/scalable/actions/org.remmina.Remmina-pin-down-symbolic.svg share/icons/hicolor/scalable/actions/org.remmina.Remmina-pin-up-symbolic.svg share/icons/hicolor/scalable/actions/org.remmina.Remmina-preferences-system-symbolic.svg share/icons/hicolor/scalable/actions/org.remmina.Remmina-scale-symbolic.svg share/icons/hicolor/scalable/actions/org.remmina.Remmina-switch-page-symbolic.svg share/icons/hicolor/scalable/actions/org.remmina.Remmina-system-run-symbolic.svg share/icons/hicolor/scalable/apps/org.remmina.Remmina-symbolic.svg share/icons/hicolor/scalable/apps/org.remmina.Remmina.svg share/icons/hicolor/scalable/emblems/org.remmina.Remmina-sftp-symbolic.svg share/icons/hicolor/scalable/emblems/org.remmina.Remmina-ssh-symbolic.svg share/mime/packages/org.remmina.Remmina-mime.xml %%EXEC%%share/icons/hicolor/scalable/emblems/org.remmina.Remmina-tool-symbolic.svg -%%RDP%%share/icons/hicolor/scalable/emblems/org.remmina.Remmina-rdp-symbolic.svg +%%GVNC%%share/icons/hicolor/scalable/emblems/org.remmina.Remmina-gvnc-symbolic.svg %%RDP%%share/icons/hicolor/scalable/emblems/org.remmina.Remmina-rdp-ssh-symbolic.svg +%%RDP%%share/icons/hicolor/scalable/emblems/org.remmina.Remmina-rdp-symbolic.svg %%SPICE%%share/icons/hicolor/scalable/emblems/org.remmina.Remmina-spice-ssh-symbolic.svg %%SPICE%%share/icons/hicolor/scalable/emblems/org.remmina.Remmina-spice-symbolic.svg %%VNC%%share/icons/hicolor/scalable/emblems/org.remmina.Remmina-vnc-ssh-symbolic.svg %%VNC%%share/icons/hicolor/scalable/emblems/org.remmina.Remmina-vnc-symbolic.svg %%WWW%%share/icons/hicolor/scalable/emblems/org.remmina.Remmina-www-symbolic.svg %%NLS%%share/locale/ar/LC_MESSAGES/remmina.mo %%NLS%%share/locale/ast/LC_MESSAGES/remmina.mo +%%NLS%%share/locale/be/LC_MESSAGES/remmina.mo %%NLS%%share/locale/ber/LC_MESSAGES/remmina.mo %%NLS%%share/locale/bg/LC_MESSAGES/remmina.mo %%NLS%%share/locale/bn/LC_MESSAGES/remmina.mo %%NLS%%share/locale/br/LC_MESSAGES/remmina.mo %%NLS%%share/locale/bs/LC_MESSAGES/remmina.mo %%NLS%%share/locale/ca/LC_MESSAGES/remmina.mo %%NLS%%share/locale/ca@valencia/LC_MESSAGES/remmina.mo %%NLS%%share/locale/ckb/LC_MESSAGES/remmina.mo %%NLS%%share/locale/cs/LC_MESSAGES/remmina.mo %%NLS%%share/locale/da/LC_MESSAGES/remmina.mo %%NLS%%share/locale/de/LC_MESSAGES/remmina.mo %%NLS%%share/locale/el/LC_MESSAGES/remmina.mo %%NLS%%share/locale/en_AU/LC_MESSAGES/remmina.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/remmina.mo %%NLS%%share/locale/en_US/LC_MESSAGES/remmina.mo %%NLS%%share/locale/eo/LC_MESSAGES/remmina.mo %%NLS%%share/locale/es/LC_MESSAGES/remmina.mo %%NLS%%share/locale/es_VE/LC_MESSAGES/remmina.mo %%NLS%%share/locale/et/LC_MESSAGES/remmina.mo %%NLS%%share/locale/eu/LC_MESSAGES/remmina.mo %%NLS%%share/locale/fa/LC_MESSAGES/remmina.mo %%NLS%%share/locale/fi/LC_MESSAGES/remmina.mo %%NLS%%share/locale/fr/LC_MESSAGES/remmina.mo %%NLS%%share/locale/gl/LC_MESSAGES/remmina.mo %%NLS%%share/locale/he/LC_MESSAGES/remmina.mo %%NLS%%share/locale/hi/LC_MESSAGES/remmina.mo %%NLS%%share/locale/hr/LC_MESSAGES/remmina.mo %%NLS%%share/locale/hu/LC_MESSAGES/remmina.mo %%NLS%%share/locale/id/LC_MESSAGES/remmina.mo %%NLS%%share/locale/ie/LC_MESSAGES/remmina.mo %%NLS%%share/locale/it/LC_MESSAGES/remmina.mo %%NLS%%share/locale/ja/LC_MESSAGES/remmina.mo %%NLS%%share/locale/ka/LC_MESSAGES/remmina.mo %%NLS%%share/locale/kab/LC_MESSAGES/remmina.mo %%NLS%%share/locale/kk/LC_MESSAGES/remmina.mo %%NLS%%share/locale/km/LC_MESSAGES/remmina.mo %%NLS%%share/locale/kn/LC_MESSAGES/remmina.mo %%NLS%%share/locale/ko/LC_MESSAGES/remmina.mo %%NLS%%share/locale/lt/LC_MESSAGES/remmina.mo %%NLS%%share/locale/lv/LC_MESSAGES/remmina.mo %%NLS%%share/locale/mk/LC_MESSAGES/remmina.mo %%NLS%%share/locale/mr/LC_MESSAGES/remmina.mo %%NLS%%share/locale/ms/LC_MESSAGES/remmina.mo %%NLS%%share/locale/my/LC_MESSAGES/remmina.mo %%NLS%%share/locale/nb/LC_MESSAGES/remmina.mo %%NLS%%share/locale/nl/LC_MESSAGES/remmina.mo %%NLS%%share/locale/oc/LC_MESSAGES/remmina.mo %%NLS%%share/locale/pl/LC_MESSAGES/remmina.mo %%NLS%%share/locale/pt/LC_MESSAGES/remmina.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/remmina.mo %%NLS%%share/locale/pt_PT/LC_MESSAGES/remmina.mo %%NLS%%share/locale/ro/LC_MESSAGES/remmina.mo %%NLS%%share/locale/ru/LC_MESSAGES/remmina.mo %%NLS%%share/locale/shn/LC_MESSAGES/remmina.mo %%NLS%%share/locale/si/LC_MESSAGES/remmina.mo %%NLS%%share/locale/sk/LC_MESSAGES/remmina.mo %%NLS%%share/locale/sl/LC_MESSAGES/remmina.mo %%NLS%%share/locale/sq/LC_MESSAGES/remmina.mo %%NLS%%share/locale/sr/LC_MESSAGES/remmina.mo %%NLS%%share/locale/sv/LC_MESSAGES/remmina.mo %%NLS%%share/locale/te/LC_MESSAGES/remmina.mo %%NLS%%share/locale/th/LC_MESSAGES/remmina.mo %%NLS%%share/locale/tr/LC_MESSAGES/remmina.mo %%NLS%%share/locale/ug/LC_MESSAGES/remmina.mo %%NLS%%share/locale/uk/LC_MESSAGES/remmina.mo %%NLS%%share/locale/uz/LC_MESSAGES/remmina.mo %%NLS%%share/locale/uz@cyrillic/LC_MESSAGES/remmina.mo %%NLS%%share/locale/vi/LC_MESSAGES/remmina.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/remmina.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/remmina.mo share/metainfo/org.remmina.Remmina.appdata.xml %%DATADIR%%/external_tools/functions.sh %%DATADIR%%/external_tools/launcher.sh %%DATADIR%%/external_tools/remmina_filezilla_sftp.sh %%DATADIR%%/external_tools/remmina_filezilla_sftp_pki.sh %%DATADIR%%/external_tools/remmina_nslookup.sh %%DATADIR%%/external_tools/remmina_ping.sh %%DATADIR%%/external_tools/remmina_traceroute.sh %%WWW%%%%DATADIR%%/res/www-js.js %%DATADIR%%/theme/3024 Day.colors %%DATADIR%%/theme/3024 Night.colors %%DATADIR%%/theme/Abernathy.colors %%DATADIR%%/theme/Adventure.colors %%DATADIR%%/theme/AdventureTime.colors %%DATADIR%%/theme/Afterglow.colors %%DATADIR%%/theme/Alabaster.colors %%DATADIR%%/theme/AlienBlood.colors %%DATADIR%%/theme/Andromeda.colors %%DATADIR%%/theme/Argonaut.colors %%DATADIR%%/theme/Arthur.colors %%DATADIR%%/theme/AtelierSulphurpool.colors %%DATADIR%%/theme/Atom.colors %%DATADIR%%/theme/AtomOneLight.colors %%DATADIR%%/theme/Aurora.colors %%DATADIR%%/theme/Ayu Mirage.colors %%DATADIR%%/theme/Banana Blueberry.colors %%DATADIR%%/theme/Batman.colors %%DATADIR%%/theme/Belafonte Day.colors %%DATADIR%%/theme/Belafonte Night.colors %%DATADIR%%/theme/BirdsOfParadise.colors %%DATADIR%%/theme/Blazer.colors %%DATADIR%%/theme/Blue Matrix.colors %%DATADIR%%/theme/BlueBerryPie.colors %%DATADIR%%/theme/BlueDolphin.colors %%DATADIR%%/theme/BlulocoDark.colors %%DATADIR%%/theme/BlulocoLight.colors %%DATADIR%%/theme/Borland.colors %%DATADIR%%/theme/Breeze.colors %%DATADIR%%/theme/Bright Lights.colors %%DATADIR%%/theme/Broadcast.colors %%DATADIR%%/theme/Brogrammer.colors %%DATADIR%%/theme/Builtin Dark.colors %%DATADIR%%/theme/Builtin Light.colors %%DATADIR%%/theme/Builtin Pastel Dark.colors %%DATADIR%%/theme/Builtin Solarized Dark.colors %%DATADIR%%/theme/Builtin Solarized Light.colors %%DATADIR%%/theme/Builtin Tango Dark.colors %%DATADIR%%/theme/Builtin Tango Light.colors %%DATADIR%%/theme/C64.colors %%DATADIR%%/theme/CGA.colors %%DATADIR%%/theme/CLRS.colors %%DATADIR%%/theme/Calamity.colors %%DATADIR%%/theme/Chalk.colors %%DATADIR%%/theme/Chalkboard.colors %%DATADIR%%/theme/ChallengerDeep.colors %%DATADIR%%/theme/Chester.colors %%DATADIR%%/theme/Ciapre.colors %%DATADIR%%/theme/Cobalt Neon.colors %%DATADIR%%/theme/Cobalt2.colors %%DATADIR%%/theme/CrayonPonyFish.colors %%DATADIR%%/theme/Cyberdyne.colors %%DATADIR%%/theme/Dark Pastel.colors %%DATADIR%%/theme/Dark+.colors %%DATADIR%%/theme/Darkside.colors %%DATADIR%%/theme/Desert.colors %%DATADIR%%/theme/DimmedMonokai.colors %%DATADIR%%/theme/Django.colors %%DATADIR%%/theme/DjangoRebornAgain.colors %%DATADIR%%/theme/DjangoSmooth.colors %%DATADIR%%/theme/Doom Peacock.colors %%DATADIR%%/theme/DoomOne.colors %%DATADIR%%/theme/DotGov.colors %%DATADIR%%/theme/Dracula+.colors %%DATADIR%%/theme/Dracula.colors %%DATADIR%%/theme/Duotone Dark.colors %%DATADIR%%/theme/ENCOM.colors %%DATADIR%%/theme/Earthsong.colors %%DATADIR%%/theme/Elemental.colors %%DATADIR%%/theme/Elementary.colors %%DATADIR%%/theme/Espresso Libre.colors %%DATADIR%%/theme/Espresso.colors %%DATADIR%%/theme/Fahrenheit.colors %%DATADIR%%/theme/Fairyfloss.colors %%DATADIR%%/theme/Fideloper.colors %%DATADIR%%/theme/FirefoxDev.colors %%DATADIR%%/theme/Firewatch.colors %%DATADIR%%/theme/FishTank.colors %%DATADIR%%/theme/Flat.colors %%DATADIR%%/theme/Flatland.colors %%DATADIR%%/theme/Floraverse.colors %%DATADIR%%/theme/ForestBlue.colors %%DATADIR%%/theme/Framer.colors %%DATADIR%%/theme/FrontEndDelight.colors %%DATADIR%%/theme/FunForrest.colors %%DATADIR%%/theme/Galaxy.colors %%DATADIR%%/theme/Galizur.colors %%DATADIR%%/theme/GitHub Dark.colors %%DATADIR%%/theme/Github.colors %%DATADIR%%/theme/Glacier.colors %%DATADIR%%/theme/Grape.colors %%DATADIR%%/theme/Grass.colors %%DATADIR%%/theme/Grey-green.colors %%DATADIR%%/theme/Gruvbox Dark.colors %%DATADIR%%/theme/Gruvbox Light.colors %%DATADIR%%/theme/Guezwhoz.colors %%DATADIR%%/theme/HaX0R_BLUE.colors %%DATADIR%%/theme/HaX0R_GR33N.colors %%DATADIR%%/theme/HaX0R_R3D.colors %%DATADIR%%/theme/Hacktober.colors %%DATADIR%%/theme/Hardcore.colors %%DATADIR%%/theme/Harper.colors %%DATADIR%%/theme/Highway.colors %%DATADIR%%/theme/Hipster Green.colors %%DATADIR%%/theme/Hivacruz.colors %%DATADIR%%/theme/Homebrew.colors %%DATADIR%%/theme/Hopscotch.256.colors %%DATADIR%%/theme/Hopscotch.colors %%DATADIR%%/theme/Hurtado.colors %%DATADIR%%/theme/Hybrid.colors %%DATADIR%%/theme/IC_Green_PPL.colors %%DATADIR%%/theme/IC_Orange_PPL.colors %%DATADIR%%/theme/IR_Black.colors %%DATADIR%%/theme/Jackie Brown.colors %%DATADIR%%/theme/Japanesque.colors %%DATADIR%%/theme/Jellybeans.colors %%DATADIR%%/theme/JetBrains Darcula.colors %%DATADIR%%/theme/Kibble.colors %%DATADIR%%/theme/Kolorit.colors %%DATADIR%%/theme/Konsolas.colors %%DATADIR%%/theme/Lab Fox.colors %%DATADIR%%/theme/Laser.colors %%DATADIR%%/theme/Later This Evening.colors %%DATADIR%%/theme/Lavandula.colors %%DATADIR%%/theme/LiquidCarbon.colors %%DATADIR%%/theme/LiquidCarbonTransparent.colors %%DATADIR%%/theme/LiquidCarbonTransparentInverse.colors %%DATADIR%%/theme/Man Page.colors %%DATADIR%%/theme/Mariana.colors %%DATADIR%%/theme/Material.colors %%DATADIR%%/theme/MaterialDark.colors %%DATADIR%%/theme/MaterialDarker.colors %%DATADIR%%/theme/MaterialDesignColors.colors %%DATADIR%%/theme/MaterialOcean.colors %%DATADIR%%/theme/Mathias.colors %%DATADIR%%/theme/Medallion.colors %%DATADIR%%/theme/Mirage.colors %%DATADIR%%/theme/Misterioso.colors %%DATADIR%%/theme/Molokai.colors %%DATADIR%%/theme/MonaLisa.colors %%DATADIR%%/theme/Monokai Remastered.colors %%DATADIR%%/theme/Monokai Soda.colors %%DATADIR%%/theme/Monokai Vivid.colors %%DATADIR%%/theme/N0tch2k.colors %%DATADIR%%/theme/Neon.colors %%DATADIR%%/theme/Neopolitan.colors %%DATADIR%%/theme/Neutron.colors %%DATADIR%%/theme/Night Owlish Light.colors %%DATADIR%%/theme/NightLion v1.colors %%DATADIR%%/theme/NightLion v2.colors %%DATADIR%%/theme/Nocturnal Winter.colors %%DATADIR%%/theme/Novel.colors %%DATADIR%%/theme/Obsidian.colors %%DATADIR%%/theme/Ocean.colors %%DATADIR%%/theme/Oceanic-Next.colors %%DATADIR%%/theme/OceanicMaterial.colors %%DATADIR%%/theme/Ollie.colors %%DATADIR%%/theme/OneHalfDark.colors %%DATADIR%%/theme/OneHalfLight.colors %%DATADIR%%/theme/Operator Mono Dark.colors %%DATADIR%%/theme/Overnight Slumber.colors %%DATADIR%%/theme/PaleNightHC.colors %%DATADIR%%/theme/Pandora.colors %%DATADIR%%/theme/Paraiso Dark.colors %%DATADIR%%/theme/PaulMillr.colors %%DATADIR%%/theme/PencilDark.colors %%DATADIR%%/theme/PencilLight.colors %%DATADIR%%/theme/Peppermint.colors %%DATADIR%%/theme/Piatto Light.colors %%DATADIR%%/theme/Pnevma.colors %%DATADIR%%/theme/Popping and Locking.colors %%DATADIR%%/theme/Pro Light.colors %%DATADIR%%/theme/Pro.colors %%DATADIR%%/theme/Purple Rain.colors %%DATADIR%%/theme/Rapture.colors %%DATADIR%%/theme/Raycast_Dark.colors %%DATADIR%%/theme/Raycast_Light.colors %%DATADIR%%/theme/Red Alert.colors %%DATADIR%%/theme/Red Planet.colors %%DATADIR%%/theme/Red Sands.colors %%DATADIR%%/theme/Relaxed.colors %%DATADIR%%/theme/Retro.colors %%DATADIR%%/theme/Rippedcasts.colors %%DATADIR%%/theme/Rouge 2.colors %%DATADIR%%/theme/Royal.colors %%DATADIR%%/theme/Ryuuko.colors %%DATADIR%%/theme/Sakura.colors %%DATADIR%%/theme/Scarlet Protocol.colors %%DATADIR%%/theme/SeaShells.colors %%DATADIR%%/theme/Seafoam Pastel.colors %%DATADIR%%/theme/Seti.colors %%DATADIR%%/theme/Shaman.colors %%DATADIR%%/theme/Slate.colors %%DATADIR%%/theme/SleepyHollow.colors %%DATADIR%%/theme/Smyck.colors %%DATADIR%%/theme/Snazzy.colors %%DATADIR%%/theme/SoftServer.colors %%DATADIR%%/theme/Solarized Darcula.colors %%DATADIR%%/theme/Solarized Dark - Patched.colors %%DATADIR%%/theme/Solarized Dark Higher Contrast.colors %%DATADIR%%/theme/SpaceGray Eighties Dull.colors %%DATADIR%%/theme/SpaceGray Eighties.colors %%DATADIR%%/theme/SpaceGray.colors %%DATADIR%%/theme/Spacedust.colors %%DATADIR%%/theme/Spiderman.colors %%DATADIR%%/theme/Spring.colors %%DATADIR%%/theme/Square.colors %%DATADIR%%/theme/Sublette.colors %%DATADIR%%/theme/Subliminal.colors %%DATADIR%%/theme/Sundried.colors %%DATADIR%%/theme/Symfonic.colors %%DATADIR%%/theme/Tango Adapted.colors %%DATADIR%%/theme/Tango Half Adapted.colors %%DATADIR%%/theme/Teerb.colors %%DATADIR%%/theme/Terminal Basic.colors %%DATADIR%%/theme/Thayer Bright.colors %%DATADIR%%/theme/The Hulk.colors %%DATADIR%%/theme/Tinacious Design (Dark).colors %%DATADIR%%/theme/Tinacious Design (Light).colors %%DATADIR%%/theme/Tomorrow Night Blue.colors %%DATADIR%%/theme/Tomorrow Night Bright.colors %%DATADIR%%/theme/Tomorrow Night Burns.colors %%DATADIR%%/theme/Tomorrow Night Eighties.colors %%DATADIR%%/theme/Tomorrow Night.colors %%DATADIR%%/theme/Tomorrow.colors %%DATADIR%%/theme/ToyChest.colors %%DATADIR%%/theme/Treehouse.colors %%DATADIR%%/theme/Twilight.colors %%DATADIR%%/theme/Ubuntu.colors %%DATADIR%%/theme/UltraDark.colors %%DATADIR%%/theme/UltraViolent.colors %%DATADIR%%/theme/UnderTheSea.colors %%DATADIR%%/theme/Unikitty.colors %%DATADIR%%/theme/Urple.colors %%DATADIR%%/theme/Vaughn.colors %%DATADIR%%/theme/VibrantInk.colors %%DATADIR%%/theme/Violet Dark.colors %%DATADIR%%/theme/Violet Light.colors %%DATADIR%%/theme/WarmNeon.colors %%DATADIR%%/theme/Wez.colors %%DATADIR%%/theme/Whimsy.colors %%DATADIR%%/theme/WildCherry.colors %%DATADIR%%/theme/Wombat.colors %%DATADIR%%/theme/Wryan.colors %%DATADIR%%/theme/Zenburn.colors %%DATADIR%%/theme/arcoiris.colors %%DATADIR%%/theme/ayu.colors %%DATADIR%%/theme/ayu_light.colors %%DATADIR%%/theme/coffee_theme.colors %%DATADIR%%/theme/cyberpunk.colors %%DATADIR%%/theme/darkermatrix.colors %%DATADIR%%/theme/darkmatrix.colors %%DATADIR%%/theme/deep.colors %%DATADIR%%/theme/duckbones.colors %%DATADIR%%/theme/iceberg-dark.colors %%DATADIR%%/theme/iceberg-light.colors %%DATADIR%%/theme/idea.colors %%DATADIR%%/theme/idleToes.colors %%DATADIR%%/theme/jubi.colors %%DATADIR%%/theme/kanagawabones.colors %%DATADIR%%/theme/lovelace.colors %%DATADIR%%/theme/matrix.colors %%DATADIR%%/theme/midnight-in-mojave.colors %%DATADIR%%/theme/neobones_dark.colors %%DATADIR%%/theme/neobones_light.colors %%DATADIR%%/theme/nord-light.colors %%DATADIR%%/theme/nord.colors %%DATADIR%%/theme/primary.colors %%DATADIR%%/theme/purplepeter.colors %%DATADIR%%/theme/rebecca.colors %%DATADIR%%/theme/seoulbones_dark.colors %%DATADIR%%/theme/seoulbones_light.colors %%DATADIR%%/theme/shades-of-purple.colors %%DATADIR%%/theme/synthwave-everything.colors %%DATADIR%%/theme/synthwave.colors %%DATADIR%%/theme/tokyonight-day.colors %%DATADIR%%/theme/tokyonight-storm.colors %%DATADIR%%/theme/tokyonight.colors %%DATADIR%%/theme/vimbones.colors %%DATADIR%%/theme/zenbones.colors %%DATADIR%%/theme/zenbones_dark.colors %%DATADIR%%/theme/zenbones_light.colors %%DATADIR%%/theme/zenburned.colors %%DATADIR%%/theme/zenwritten_dark.colors %%DATADIR%%/theme/zenwritten_light.colors