From 693207cab883cdfea8277ce0afb0dd0ffcc9089b Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 19 Sep 2023 16:01:13 +0800 Subject: remmina: upgrade 1.4.31 -> 1.4.32 Changelog: ========== * [REM2916] Added option to kill async process started by exec plugin on tab close * Fix search bar toggle behavior * Fix memory leaks * [REM-2920] Password visibility can now be toggled on remmina_message_panels * Remove SSH file paths from remmina file when unchecking box in profile edit * Solved issue #2910 - Added support for IPv6 with fallback to IPv4 for ssh * Fix UI bugs in Remmina Preferences set new password * Fix memory leaks and change GTK critical errors to remmina warnings for null icon autostart file * [REM-2926] Added ability to set a fixed aspect ratio for vnc connections when... * Fix snap crash * [REM-2936] Fix crash related to unmap events * [REM-2938] Improved ordering of tray icon menu items * Fix memory leaks in remmina_plugin_manager_init with g_free and g_ptr_array_free * Remote assistance * Spelling: Various strings for assistance mode * Fix some compiler warnings * Ability to SPICE connect to unix domain socket * update multi monitor icon * Save toggle options when duplicating connection * Rem 2954 * New feature: Allow user to specify use of modifiers when changing key preferences * [REM-2914] Alert user of unexpected disconnect instead of immediately closing the connection window * Fix Remmina not using '@REMMINA_BINARY_PATH@' * Highlight top bar when 'Grab all keyboard events' is enabled * Snapcraft: Allow remmina preferences file to point to symlinked 'current' directory * [REM-2850] Add ability to automatically move mouse to keep RDP connections alive * Allow user to set REMMINA_GIT_REVISION * Remove unnecessary parameters from remmina_public_get_server_port_wrapper * Fix freeze that occurs when loading in python modules properly * [REM-1923] Fix handling of pause break key for RDP connections * [REM-2971] When quiting Remmina from the system tray the are you sure prompt now functions properly Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-support/remmina/remmina_1.4.31.bb | 50 ----------------------- meta-oe/recipes-support/remmina/remmina_1.4.32.bb | 50 +++++++++++++++++++++++ 2 files changed, 50 insertions(+), 50 deletions(-) delete mode 100644 meta-oe/recipes-support/remmina/remmina_1.4.31.bb create mode 100644 meta-oe/recipes-support/remmina/remmina_1.4.32.bb diff --git a/meta-oe/recipes-support/remmina/remmina_1.4.31.bb b/meta-oe/recipes-support/remmina/remmina_1.4.31.bb deleted file mode 100644 index 56ad32ce37..0000000000 --- a/meta-oe/recipes-support/remmina/remmina_1.4.31.bb +++ /dev/null @@ -1,50 +0,0 @@ -DESCRIPTION = "A feature rich Remote Desktop Application written in GTK+" -HOMEPAGE = "https://remmina.org" -SECTION = "Support" -LICENSE = "GPL-2.0-only & OpenSSL" -LIC_FILES_CHKSUM = "file://LICENSE;md5=dab7215512044d49037272ce1ac4ea8f file://LICENSE.OpenSSL;md5=c1eb3cee0a4dea27503c531267a69769" - -DEPENDS = " \ - glib-2.0-native \ - openssl \ - freerdp \ - gtk+3 \ - gdk-pixbuf \ - atk \ - libgcrypt \ - libsodium \ - libssh \ - vte \ - json-glib \ - libsoup-3.0 \ - libvncserver \ - libsecret \ - libxkbfile \ -" - -DEPENDS:append:libc-musl = " libexecinfo" -LDFLAGS:append:libc-musl = " -lexecinfo" - -SRCREV = "7407cc3a27eb25ba4ddddeab565f67fd688324ed" -SRC_URI = "git://gitlab.com/Remmina/Remmina;protocol=https;branch=master" -S = "${WORKDIR}/git" - -inherit cmake features_check mime mime-xdg gtk-icon-cache pkgconfig -REQUIRED_DISTRO_FEATURES = "x11" - -EXTRA_OECMAKE += "-DWITH_APPINDICATOR=OFF -DWITH_GETTEXT=OFF -DWITH_TRANSLATIONS=OFF -DHAVE_LIBAPPINDICATOR=OFF -DWITH_WEBKIT2GTK=OFF" - -PACKAGECONFIG[spice] = "-DWITH_SPICE=ON, -DWITH_SPICE=OFF, spice spice-protocol" -# Switch on gtk support in avahi recipe if you want to enable avahi support -PACKAGECONFIG[avahi] = "-DWITH_AVAHI=ON, -DWITH_AVAHI=OFF, avahi" - -do_configure:append() { - sed -i -e 's|${WORKDIR}||g' ${B}/generated/buildflags.h -} - -RDEPENDS:${PN} = "bash" - -FILES:${PN}+= " \ - ${datadir}/metainfo \ - ${datadir}/mime \ -" diff --git a/meta-oe/recipes-support/remmina/remmina_1.4.32.bb b/meta-oe/recipes-support/remmina/remmina_1.4.32.bb new file mode 100644 index 0000000000..74c68a59d8 --- /dev/null +++ b/meta-oe/recipes-support/remmina/remmina_1.4.32.bb @@ -0,0 +1,50 @@ +DESCRIPTION = "A feature rich Remote Desktop Application written in GTK+" +HOMEPAGE = "https://remmina.org" +SECTION = "Support" +LICENSE = "GPL-2.0-only & OpenSSL" +LIC_FILES_CHKSUM = "file://LICENSE;md5=dab7215512044d49037272ce1ac4ea8f file://LICENSE.OpenSSL;md5=c1eb3cee0a4dea27503c531267a69769" + +DEPENDS = " \ + glib-2.0-native \ + openssl \ + freerdp \ + gtk+3 \ + gdk-pixbuf \ + atk \ + libgcrypt \ + libsodium \ + libssh \ + vte \ + json-glib \ + libsoup-3.0 \ + libvncserver \ + libsecret \ + libxkbfile \ +" + +DEPENDS:append:libc-musl = " libexecinfo" +LDFLAGS:append:libc-musl = " -lexecinfo" + +SRCREV = "4804f68f23045a38c3a7be46810fce14bac2fc3c" +SRC_URI = "git://gitlab.com/Remmina/Remmina;protocol=https;branch=master" +S = "${WORKDIR}/git" + +inherit cmake features_check mime mime-xdg gtk-icon-cache pkgconfig +REQUIRED_DISTRO_FEATURES = "x11" + +EXTRA_OECMAKE += "-DWITH_APPINDICATOR=OFF -DWITH_GETTEXT=OFF -DWITH_TRANSLATIONS=OFF -DHAVE_LIBAPPINDICATOR=OFF -DWITH_WEBKIT2GTK=OFF" + +PACKAGECONFIG[spice] = "-DWITH_SPICE=ON, -DWITH_SPICE=OFF, spice spice-protocol" +# Switch on gtk support in avahi recipe if you want to enable avahi support +PACKAGECONFIG[avahi] = "-DWITH_AVAHI=ON, -DWITH_AVAHI=OFF, avahi" + +do_configure:append() { + sed -i -e 's|${WORKDIR}||g' ${B}/generated/buildflags.h +} + +RDEPENDS:${PN} = "bash" + +FILES:${PN}+= " \ + ${datadir}/metainfo \ + ${datadir}/mime \ +" -- cgit v1.2.3-54-g00ecf