remmina: version bump to 1.4.3 #25
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "kapsh:remmina"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -0,0 +1,30 @@
@ -0,0 +9,4 @@
# Kiosk Session Files
install(
FILES remmina-gnome-xsession.desktop
- DESTINATION ${CMAKE_INSTALL_PREFIX}/share/xsessions
puts .desktop files into /usr/x86_64-pc-linux-gnu/share
I'm not sure this should be
REMMINA_DATADIR
. The build system, last I checked, usesGNUInstallDirs
. Usually for such files that are not specific to the application runtime, CMAKE_INSTALL_DATAROOTDIR is used: https://github.com/Kitware/CMake/blob/master/Modules/GNUInstallDirs.cmake#L57I don't know why remmina owners prefer to roll their own variable even with gnuinstalldirs in action (see https://gitlab.com/Remmina/Remmina/-/blob/master/CMakeLists.txt#L234). I'll follow your advice and try to upstream this patch and we'll see what they have to say about that.
@ -13,6 +13,7 @@ HOMEPAGE+=" http://remmina.org/"
LICENCES="GPL-2"
MYOPTIONS="
cups
Option introduced because
cups
usually added this way for other packages.@ -0,0 +1,30 @@
Upstream: no
Why not? I provided patches to upstream before. We don't want to maintain it downstream.
https://gitlab.com/Remmina/Remmina
No action, closing in a week.
Lol, I forgot about that one. Thanks for reminder. Probably they have another version released already, stay tuned.
Closing.
Pull request closed