Index: head/net/remmina/Makefile =================================================================== --- head/net/remmina/Makefile (revision 563970) +++ head/net/remmina/Makefile (revision 563971) @@ -1,159 +1,160 @@ # Created by: Alexander Logvinov # $FreeBSD$ PORTNAME= remmina -DISTVERSION= 1.4.10 +DISTVERSION= 1.4.11 CATEGORIES= net gnome MAINTAINER= woodsb02@FreeBSD.org COMMENT= GTK+ Remote Desktop Client LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \ + libpcre2-8.so:devel/pcre2 \ libsodium.so:security/libsodium \ libsoup-2.4.so:devel/libsoup CONFLICTS_INSTALL= remmina-plugin* FLAVORS= default lite lite_DESCR= ${.CURDIR}/pkg-descr-lite lite_PKGNAMESUFFIX= -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_COMMIT= 7ebc497062de66881b71bbe7f54dabfda0129ac2 +GL_COMMIT= d848e92df4d19145a10b7872bf85994d5fbf340d USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 pango USE_XORG= ice sm x11 xext xkbfile USE_LDCONFIG= yes INSTALLS_ICONS= yes CMAKE_ARGS= --build=build \ -DWITH_APPINDICATOR:BOOL=false SHEBANG_FILES= data/desktop/remmina-file-wrapper.in bash_CMD= ${SH} OPTIONS_DEFINE= AVAHI CUPS GCRYPT NLS SSH TERM OPTIONS_GROUP= PLUGINS OPTIONS_GROUP_PLUGINS= EXEC KWALLET NX RDP SECRET SPICE ST VNC WWW XDMCP OPTIONS_DEFAULT= AVAHI CUPS GCRYPT NLS SSH TERM \ EXEC NX RDP SECRET SPICE ST VNC WWW XDMCP OPTIONS_SUB= yes .if ${FLAVOR:U} == lite OPTIONS_EXCLUDE= AVAHI CUPS KWALLET NX SECRET SPICE SSH TERM WWW XDMCP COMMENT+= (lite flavor) .endif AVAHI_DESC= Build with Avahi support EXEC_DESC= Plugin to execute a command GCRYPT_DESC= Build with libgcrypt support for password encryption NX_DESC= NX protocol plugin RDP_DESC= Remote Desktop Protocol plugin SECRET_DESC= GNOME Keyring plugin SPICE_DESC= Spice protocol plugin SSH_DESC= Build with SSH tunneling support ST_DESC= (Simple) Terminal Plugin TERM_DESC= Build with terminal support VNC_DESC= VNC protocol plugin WWW_DESC= Plugin to open an authenticated web browser XDMCP_DESC= XDMCP protocol plugin AVAHI_LIB_DEPENDS= libavahi-client.so:net/avahi-app \ libavahi-ui-gtk3.so:net/avahi-gtk3 AVAHI_CMAKE_BOOL= WITH_AVAHI CUPS_LIB_DEPENDS= libcups.so:print/cups CUPS_CMAKE_BOOL= WITH_CUPS GCRYPT_LIB_DEPENDS= libgcrypt.so:security/libgcrypt GCRYPT_CMAKE_BOOL= WITH_GCRYPT 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 NX_IMPLIES= SSH RDP_LIB_DEPENDS= libfreerdp2.so:net/freerdp 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_LDFLAGS= -fstack-protector SSH_CMAKE_BOOL= WITH_LIBSSH ST_IMPLIES= EXEC TERM_USE= gnome=vte3 TERM_CMAKE_BOOL= WITH_VTE VNC_USES= jpeg VNC_LIB_DEPENDS= libgnutls.so:security/gnutls \ libvncserver.so:net/libvncserver VNC_CMAKE_BOOL= WITH_LIBVNCSERVER WWW_LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ libsoup-2.4.so:devel/libsoup XDMCP_RUN_DEPENDS= Xephyr:x11-servers/xephyr post-patch: ${REINPLACE_CMD} -e 's,FreeBSD,FreeBSD|DragonFly,' \ ${WRKSRC}/CMakeLists.txt \ ${WRKSRC}/src/CMakeLists.txt 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-NX-off: ${REINPLACE_CMD} -e '/find_required_package(XKBFILE)/d' ${WRKSRC}/plugins/CMakeLists.txt ${REINPLACE_CMD} -e '/add_subdirectory(nx)/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-ST-off: ${REINPLACE_CMD} -e '/add_subdirectory(st)/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 post-patch-XDMCP-off: ${REINPLACE_CMD} -e '/add_subdirectory(xdmcp)/d' ${WRKSRC}/plugins/CMakeLists.txt .include Index: head/net/remmina/distinfo =================================================================== --- head/net/remmina/distinfo (revision 563970) +++ head/net/remmina/distinfo (revision 563971) @@ -1,3 +1,3 @@ -TIMESTAMP = 1604554184 -SHA256 (Remmina-Remmina-7ebc497062de66881b71bbe7f54dabfda0129ac2_GL0.tar.gz) = c567f54c71c5d706bcda93f04f28c795699fc35f06ca625533b88150b7edde4e -SIZE (Remmina-Remmina-7ebc497062de66881b71bbe7f54dabfda0129ac2_GL0.tar.gz) = 2001351 +TIMESTAMP = 1612394101 +SHA256 (Remmina-Remmina-d848e92df4d19145a10b7872bf85994d5fbf340d_GL0.tar.gz) = 98c4e20eceda7f1e755a8d37c1fd0969d82d3b77e7dd3986f1f2a87d4c23cdd0 +SIZE (Remmina-Remmina-d848e92df4d19145a10b7872bf85994d5fbf340d_GL0.tar.gz) = 2178350 Index: head/net/remmina/pkg-plist =================================================================== --- head/net/remmina/pkg-plist (revision 563970) +++ head/net/remmina/pkg-plist (revision 563971) @@ -1,385 +1,420 @@ 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 %%KWALLET%%lib/remmina/plugins/remmina-plugin-kwallet.so %%NX%%lib/remmina/plugins/remmina-plugin-nx.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 %%ST%%lib/remmina/plugins/remmina-plugin-st.so %%VNC%%lib/remmina/plugins/remmina-plugin-vnc.so %%WWW%%lib/remmina/plugins/remmina-plugin-www.so %%XDMCP%%lib/remmina/plugins/remmina-plugin-xdmcp.so libdata/pkgconfig/remmina.pc man/man1/remmina-file-wrapper.1.gz man/man1/remmina.1.gz share/applications/org.remmina.Remmina.desktop share/applications/remmina-file.desktop share/icons/hicolor/128x128/apps/org.remmina.Remmina.png share/icons/hicolor/128x128/apps/remmina-panel-inverted.png share/icons/hicolor/128x128/apps/remmina-panel.png share/icons/hicolor/16x16/apps/org.remmina.Remmina.png share/icons/hicolor/16x16/apps/remmina-panel-inverted.png share/icons/hicolor/16x16/apps/remmina-panel.png share/icons/hicolor/22x22/apps/org.remmina.Remmina.png share/icons/hicolor/22x22/apps/remmina-panel-inverted.png share/icons/hicolor/22x22/apps/remmina-panel.png share/icons/hicolor/24x24/apps/org.remmina.Remmina.png share/icons/hicolor/24x24/apps/remmina-panel-inverted.png share/icons/hicolor/24x24/apps/remmina-panel.png share/icons/hicolor/256x256/apps/org.remmina.Remmina.png share/icons/hicolor/256x256/apps/remmina-panel-inverted.png share/icons/hicolor/256x256/apps/remmina-panel.png share/icons/hicolor/32x32/apps/org.remmina.Remmina.png share/icons/hicolor/32x32/apps/remmina-panel-inverted.png share/icons/hicolor/32x32/apps/remmina-panel.png share/icons/hicolor/48x48/apps/org.remmina.Remmina.png share/icons/hicolor/48x48/apps/remmina-panel-inverted.png share/icons/hicolor/48x48/apps/remmina-panel.png share/icons/hicolor/64x64/apps/org.remmina.Remmina.png share/icons/hicolor/64x64/apps/remmina-panel-inverted.png share/icons/hicolor/64x64/apps/remmina-panel.png share/icons/hicolor/72x72/apps/org.remmina.Remmina.png share/icons/hicolor/72x72/apps/remmina-panel-inverted.png share/icons/hicolor/72x72/apps/remmina-panel.png share/icons/hicolor/96x96/apps/org.remmina.Remmina.png share/icons/hicolor/96x96/apps/remmina-panel-inverted.png share/icons/hicolor/96x96/apps/remmina-panel.png share/icons/hicolor/apps/org.remmina.Remmina-symbolic.svg share/icons/hicolor/apps/remmina-symbolic.svg share/icons/hicolor/scalable/actions/remmina-camera-photo-symbolic.svg share/icons/hicolor/scalable/actions/remmina-connect-symbolic.svg share/icons/hicolor/scalable/actions/remmina-disconnect-symbolic.svg share/icons/hicolor/scalable/actions/remmina-document-save-symbolic.svg share/icons/hicolor/scalable/actions/remmina-document-send-symbolic.svg share/icons/hicolor/scalable/actions/remmina-duplicate-symbolic.svg share/icons/hicolor/scalable/actions/remmina-dynres-symbolic.svg share/icons/hicolor/scalable/actions/remmina-fit-window-symbolic.svg share/icons/hicolor/scalable/actions/remmina-fullscreen-symbolic.svg share/icons/hicolor/scalable/actions/remmina-go-bottom-symbolic.svg share/icons/hicolor/scalable/actions/remmina-keyboard-symbolic.svg share/icons/hicolor/scalable/actions/remmina-pan-down-symbolic.svg share/icons/hicolor/scalable/actions/remmina-pan-up-symbolic.svg share/icons/hicolor/scalable/actions/remmina-pin-down-symbolic.svg share/icons/hicolor/scalable/actions/remmina-pin-up-symbolic.svg share/icons/hicolor/scalable/actions/remmina-preferences-system-symbolic.svg share/icons/hicolor/scalable/actions/remmina-scale-symbolic.svg share/icons/hicolor/scalable/actions/remmina-switch-page-symbolic.svg share/icons/hicolor/scalable/actions/remmina-system-run-symbolic.svg share/icons/hicolor/scalable/actions/view-list.svg share/icons/hicolor/scalable/apps/org.remmina.Remmina.svg share/icons/hicolor/scalable/apps/remmina-panel-inverted.svg share/icons/hicolor/scalable/apps/remmina-panel.svg share/icons/hicolor/scalable/emblems/remmina-sftp-symbolic.svg share/icons/hicolor/scalable/emblems/remmina-ssh-symbolic.svg %%EXEC%%share/icons/hicolor/scalable/emblems/remmina-tool-symbolic.svg %%NX%%share/icons/hicolor/scalable/emblems/remmina-nx-symbolic.svg %%RDP%%share/icons/hicolor/scalable/emblems/remmina-rdp-symbolic.svg %%RDP%%share/icons/hicolor/scalable/emblems/remmina-rdp-ssh-symbolic.svg %%SPICE%%share/icons/hicolor/scalable/emblems/remmina-spice-ssh-symbolic.svg %%SPICE%%share/icons/hicolor/scalable/emblems/remmina-spice-symbolic.svg %%VNC%%share/icons/hicolor/scalable/emblems/remmina-vnc-ssh-symbolic.svg %%VNC%%share/icons/hicolor/scalable/emblems/remmina-vnc-symbolic.svg %%WWW%%share/icons/hicolor/scalable/emblems/remmina-www-symbolic.svg %%XDMCP%%share/icons/hicolor/scalable/emblems/remmina-xdmcp-ssh-symbolic.svg %%XDMCP%%share/icons/hicolor/scalable/emblems/remmina-xdmcp-symbolic.svg share/icons/hicolor/scalable/panel/remmina-panel-inverted.svg share/icons/hicolor/scalable/panel/remmina-panel.svg %%NLS%%share/locale/ar/LC_MESSAGES/remmina.mo %%NLS%%share/locale/ast/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/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/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@cyrillic/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 share/mime/packages/remmina-mime.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/Adventure.colors %%DATADIR%%/theme/AdventureTime.colors %%DATADIR%%/theme/Afterglow.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/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/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/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/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/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/Github.colors %%DATADIR%%/theme/Glacier.colors %%DATADIR%%/theme/Grape.colors %%DATADIR%%/theme/Grass.colors %%DATADIR%%/theme/Gruvbox Dark.colors +%%DATADIR%%/theme/Gruvbox Light.colors +%%DATADIR%%/theme/Guezwhoz.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/Material.colors %%DATADIR%%/theme/MaterialDark.colors +%%DATADIR%%/theme/MaterialDarker.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/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/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/Pandora.colors %%DATADIR%%/theme/Paraiso Dark.colors %%DATADIR%%/theme/Parasio Dark.colors %%DATADIR%%/theme/PaulMillr.colors %%DATADIR%%/theme/PencilDark.colors %%DATADIR%%/theme/PencilLight.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/Red Alert.colors %%DATADIR%%/theme/Red Planet.colors %%DATADIR%%/theme/Red Sands.colors %%DATADIR%%/theme/Relaxed.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/Solarized Dark.colors %%DATADIR%%/theme/Solarized Light.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/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/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/ayu.colors %%DATADIR%%/theme/ayu_light.colors +%%DATADIR%%/theme/coffee_theme.colors %%DATADIR%%/theme/cyberpunk.colors %%DATADIR%%/theme/deep.colors %%DATADIR%%/theme/idea.colors %%DATADIR%%/theme/idleToes.colors +%%DATADIR%%/theme/jubi.colors %%DATADIR%%/theme/lovelace.colors %%DATADIR%%/theme/midnight-in-mojave.colors +%%DATADIR%%/theme/nord.colors %%DATADIR%%/theme/primary.colors %%DATADIR%%/theme/purplepeter.colors %%DATADIR%%/theme/rebecca.colors +%%DATADIR%%/theme/shades-of-purple.colors +%%DATADIR%%/theme/synthwave-everything.colors %%DATADIR%%/theme/synthwave.colors %%DATADIR%%/ui/remmina_about.glade %%DATADIR%%/ui/remmina_key_chooser.glade %%DATADIR%%/ui/remmina_main.glade %%DATADIR%%/ui/remmina_mpc.glade %%DATADIR%%/ui/remmina_news.glade %%DATADIR%%/ui/remmina_preferences.glade +%%DATADIR%%/ui/remmina_search.glade %%DATADIR%%/ui/remmina_snap_info_dialog.glade %%DATADIR%%/ui/remmina_spinner.glade %%DATADIR%%/ui/remmina_string_list.glade %%DATADIR%%/ui/remmina_unlock.glade