net/remmina and net/remmina-plugin*: Upgrade to 1.3.9
Also fix net/remmina-plugin-st: - Remove duplicate icon installed by net/remmina-plugin-exec - Include as default dependency of net/remmina-plugins Changes this release: https://gitlab.com/Remmina/Remmina/blob/v1.3.9/CHANGELOG.md
This commit is contained in:
parent
f4d1250334
commit
aba53255ae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521486
@ -5,6 +5,14 @@ PKGNAMESUFFIX= -st
|
||||
|
||||
COMMENT= Remmina plugin for (Simple) Terminal use cases
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/scalable/emblems/remmina-tool-symbolic.svg:net/remmina-plugin-exec # Shared icon file deleted below
|
||||
|
||||
USES= gnome
|
||||
USE_GNOME= cairo
|
||||
|
||||
post-install:
|
||||
${RM} -rv ${STAGEDIR}${PREFIX}/share/icons
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../remmina-plugins
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
@ -1,2 +1 @@
|
||||
lib/remmina/plugins/remmina-plugin-st.so
|
||||
share/icons/hicolor/scalable/emblems/remmina-tool-symbolic.svg
|
||||
|
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME?= remmina-plugins
|
||||
DISTVERSION= 1.3.5
|
||||
DISTVERSION= 1.3.9
|
||||
CATEGORIES= net gnome
|
||||
|
||||
MAINTAINER?= woodsb02@FreeBSD.org
|
||||
@ -15,7 +15,7 @@ LICENSE?= GPLv2+
|
||||
USE_GITLAB= yes
|
||||
GL_ACCOUNT= Remmina
|
||||
GL_PROJECT= Remmina
|
||||
GL_COMMIT= e1a0ffd30a0d8e35ed86ec81ecb4719bb870d62c
|
||||
GL_COMMIT= 0606fee3f396e28d18dedf202fedcb064ce27ee6
|
||||
|
||||
.include "${.CURDIR}/../remmina-plugins/bsd.plugin.mk"
|
||||
|
||||
@ -23,8 +23,8 @@ GL_COMMIT= e1a0ffd30a0d8e35ed86ec81ecb4719bb870d62c
|
||||
|
||||
USES= metaport
|
||||
|
||||
OPTIONS_DEFINE= EXEC KEYRING NX RDP SPICE VNC WWW XDMCP
|
||||
OPTIONS_DEFAULT= EXEC KEYRING NX RDP SPICE VNC WWW XDMCP
|
||||
OPTIONS_DEFINE= EXEC KEYRING NX RDP SPICE ST VNC WWW XDMCP
|
||||
OPTIONS_DEFAULT= EXEC KEYRING NX RDP SPICE ST VNC WWW XDMCP
|
||||
EXEC_DESC= Plugin to execute a command
|
||||
KEYRING_DESC= GNOME Keyring plugin
|
||||
NX_DESC= NX protocol plugin
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1564883727
|
||||
SHA256 (Remmina-Remmina-e1a0ffd30a0d8e35ed86ec81ecb4719bb870d62c_GL0.tar.gz) = 91c97b4e284dbc3612e000cd4ded1c01cf6f29b74ddde095d2ef6a7fc673b6d4
|
||||
SIZE (Remmina-Remmina-e1a0ffd30a0d8e35ed86ec81ecb4719bb870d62c_GL0.tar.gz) = 1474390
|
||||
TIMESTAMP = 1577704081
|
||||
SHA256 (Remmina-Remmina-0606fee3f396e28d18dedf202fedcb064ce27ee6_GL0.tar.gz) = 73fd703df7dae015ec168591ac001abf56f20fc062a4186e84d05df758cee602
|
||||
SIZE (Remmina-Remmina-0606fee3f396e28d18dedf202fedcb064ce27ee6_GL0.tar.gz) = 1628284
|
||||
|
@ -3,4 +3,4 @@ system administrators and travellers, who need to work with lots of remote
|
||||
computers in front of either large monitors or tiny netbooks. Remmina supports
|
||||
multiple network protocols in an integrated and consistant user interface.
|
||||
|
||||
WWW: http://www.remmina.org/
|
||||
WWW: https://www.remmina.org/
|
||||
|
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= remmina
|
||||
DISTVERSION= 1.3.5
|
||||
DISTVERSION= 1.3.9
|
||||
CATEGORIES= net gnome
|
||||
|
||||
MAINTAINER= woodsb02@FreeBSD.org
|
||||
@ -21,14 +21,15 @@ USES= cmake compiler:c11 desktop-file-utils gettext gnome localbase:ldflags pat
|
||||
USE_GITLAB= yes
|
||||
GL_ACCOUNT= Remmina
|
||||
GL_PROJECT= Remmina
|
||||
GL_COMMIT= e1a0ffd30a0d8e35ed86ec81ecb4719bb870d62c
|
||||
GL_COMMIT= 0606fee3f396e28d18dedf202fedcb064ce27ee6
|
||||
|
||||
USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 pango
|
||||
USE_XORG= ice sm x11 xext xkbfile
|
||||
INSTALLS_ICONS= yes
|
||||
CMAKE_ARGS= --build=build \
|
||||
-DWITH_APPINDICATOR:BOOL=false
|
||||
SHEBANG_FILES= data/desktop/remmina-file-wrapper.sh.in
|
||||
SHEBANG_FILES= data/desktop/remmina-file-wrapper.in
|
||||
bash_CMD= ${SH}
|
||||
|
||||
OPTIONS_DEFINE= AVAHI GCRYPT NLS SSH TERM
|
||||
OPTIONS_DEFAULT= AVAHI GCRYPT SSH TERM
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1564883727
|
||||
SHA256 (Remmina-Remmina-e1a0ffd30a0d8e35ed86ec81ecb4719bb870d62c_GL0.tar.gz) = 91c97b4e284dbc3612e000cd4ded1c01cf6f29b74ddde095d2ef6a7fc673b6d4
|
||||
SIZE (Remmina-Remmina-e1a0ffd30a0d8e35ed86ec81ecb4719bb870d62c_GL0.tar.gz) = 1474390
|
||||
TIMESTAMP = 1577704081
|
||||
SHA256 (Remmina-Remmina-0606fee3f396e28d18dedf202fedcb064ce27ee6_GL0.tar.gz) = 73fd703df7dae015ec168591ac001abf56f20fc062a4186e84d05df758cee602
|
||||
SIZE (Remmina-Remmina-0606fee3f396e28d18dedf202fedcb064ce27ee6_GL0.tar.gz) = 1628284
|
||||
|
@ -19,4 +19,4 @@ The Remmina main program:
|
||||
Remmina plugins are available for the following network protocols:
|
||||
* RDP, VNC, NX, XDMCP, SSH, Telepathy
|
||||
|
||||
WWW: http://www.remmina.org/
|
||||
WWW: https://www.remmina.org/
|
||||
|
@ -1,12 +1,13 @@
|
||||
bin/gnome-session-remmina
|
||||
bin/remmina
|
||||
bin/remmina-file-wrapper.sh
|
||||
bin/remmina-file-wrapper
|
||||
bin/remmina-gnome
|
||||
include/remmina/plugin.h
|
||||
include/remmina/remmina_trace_calls.h
|
||||
include/remmina/types.h
|
||||
libdata/pkgconfig/remmina.pc
|
||||
man/man1/gnome-session-remmina.1.gz
|
||||
man/man1/remmina-file-wrapper.1.gz
|
||||
man/man1/remmina-gnome.1.gz
|
||||
man/man1/remmina.1.gz
|
||||
share/applications/org.remmina.Remmina.desktop
|
||||
@ -14,6 +15,8 @@ share/applications/remmina-file.desktop
|
||||
share/applications/remmina-gnome.desktop
|
||||
share/gnome-session/sessions/remmina-gnome.session
|
||||
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
|
||||
@ -24,11 +27,25 @@ 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
|
||||
@ -50,8 +67,12 @@ 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
|
||||
share/icons/hicolor/scalable/panel/remmina-panel-inverted.svg
|
||||
share/icons/hicolor/scalable/panel/remmina-panel.svg
|
||||
share/locale/ar/LC_MESSAGES/remmina.mo
|
||||
share/locale/ast/LC_MESSAGES/remmina.mo
|
||||
share/locale/bg/LC_MESSAGES/remmina.mo
|
||||
@ -76,6 +97,7 @@ share/locale/he/LC_MESSAGES/remmina.mo
|
||||
share/locale/hr/LC_MESSAGES/remmina.mo
|
||||
share/locale/hu/LC_MESSAGES/remmina.mo
|
||||
share/locale/id/LC_MESSAGES/remmina.mo
|
||||
share/locale/ie/LC_MESSAGES/remmina.mo
|
||||
share/locale/it/LC_MESSAGES/remmina.mo
|
||||
share/locale/ja/LC_MESSAGES/remmina.mo
|
||||
share/locale/kk/LC_MESSAGES/remmina.mo
|
||||
|
Loading…
Reference in New Issue
Block a user