Compare commits
74 commits
epel8-play
...
rawhide
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9bb10d9911 | ||
|
|
8bfb60cdde | ||
|
|
836ce83017 | ||
|
|
453a069484 | ||
|
|
dfaddc2b99 | ||
|
|
cf2ec05dd3 | ||
|
|
024878e363 | ||
|
|
033f9a1ac2 | ||
|
|
09891bb622 | ||
|
|
895378c183 | ||
|
|
85141543d3 | ||
|
|
088f2d6a86 | ||
|
|
107f75e6fd | ||
|
|
bafd4a81b0 | ||
|
|
3125ca8217 | ||
|
|
9d95ffc2cc | ||
|
|
bc6f6437e6 | ||
|
|
33311bff4a | ||
|
|
efda02acee | ||
|
|
705d1bba2b | ||
|
|
b3c06b0021 | ||
|
|
9bc9a19b9b | ||
|
|
6a194f1897 | ||
|
|
70b1ee8cf2 | ||
|
|
b8e3e61881 | ||
|
|
8a4fb11313 | ||
|
|
6b54ad1a79 | ||
|
|
540b98bfc1 | ||
|
|
25a18aac27 | ||
| a9123ae660 | |||
|
00ad9cdd43 |
|||
|
|
d07ff78f5c | ||
|
|
6e8776a498 | ||
|
|
5f47454aab | ||
|
|
79d0c3dae1 | ||
|
|
d751edd660 | ||
|
|
f936f837b1 | ||
|
|
6b5f0b902b | ||
|
|
949c7a7079 | ||
|
|
36848751fa | ||
|
|
6047fad1b8 | ||
|
|
f02acd075d | ||
|
|
eaca9c6ea9 | ||
|
|
ea8335b030 | ||
|
|
b8c00e84a5 | ||
|
|
4509992ad0 | ||
|
|
dc24938ae7 | ||
|
|
b0d6e949ba | ||
|
|
d706d044d0 | ||
|
|
e54e803b06 | ||
|
|
a6ffe53b6f | ||
|
|
0cbe0edd63 | ||
|
|
8331096c0b | ||
|
|
faeb12c97b | ||
|
|
3e33506b4f | ||
|
|
8828a6647b | ||
|
|
9d4c7cecf1 | ||
|
|
edfdd18fd6 | ||
| 84cb4b9d82 | |||
|
|
8d2f5ebb38 | ||
|
|
4751846d84 | ||
|
|
a5051ab68f | ||
|
|
247cd669d6 | ||
|
|
876c1a4cd8 | ||
|
|
678d2184a9 | ||
|
|
7eb4a10b4d | ||
|
|
6f1c0cd23c | ||
|
|
4ed0295a5b | ||
|
|
0907733c4c | ||
|
|
a7600204ec | ||
|
|
980212f53f | ||
|
|
cb256811e6 | ||
|
|
ca2d3c7893 | ||
|
|
0f81684dbb |
9 changed files with 455 additions and 0 deletions
20
.gitignore
vendored
20
.gitignore
vendored
|
|
@ -0,0 +1,20 @@
|
|||
/x2goclient-4.0.1.0.tar.gz
|
||||
/x2goclient-4.0.1.1.tar.gz
|
||||
/x2goclient-4.0.1.2.tar.gz
|
||||
/x2goclient-4.0.1.3.tar.gz
|
||||
/x2goclient-4.0.2.0.tar.gz
|
||||
/x2goclient-4.0.2.1.tar.gz
|
||||
/x2goclient-4.0.3.0.tar.gz
|
||||
/x2goclient-4.0.3.1.tar.gz
|
||||
/x2goclient-4.0.3.2.tar.gz
|
||||
/x2goclient-4.0.4.0.tar.gz
|
||||
/x2goclient-4.0.5.0.tar.gz
|
||||
/x2goclient-4.0.5.1.tar.gz
|
||||
/x2goclient-4.0.5.2.tar.gz
|
||||
/x2goclient-4.1.0.0.tar.gz
|
||||
/x2goclient-4.1.0.1.tar.gz
|
||||
/x2goclient-4.1.1.0.tar.gz
|
||||
/x2goclient-4.1.1.1.tar.gz
|
||||
/x2goclient-4.1.2.1.tar.gz
|
||||
/x2goclient-4.1.2.2.tar.gz
|
||||
/x2goclient-4.1.2.3.tar.gz
|
||||
25
0001-Select-X11-backend-on-wayland.patch
Normal file
25
0001-Select-X11-backend-on-wayland.patch
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
From b53b8d654c73420fc5cc12e42717ac75a824c974 Mon Sep 17 00:00:00 2001
|
||||
From: Orion Poplawski <orion@nwra.com>
|
||||
Date: Fri, 13 Dec 2019 19:22:13 -0700
|
||||
Subject: [PATCH] Select X11 backend on wayland
|
||||
|
||||
---
|
||||
desktop/x2goclient.desktop | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/desktop/x2goclient.desktop b/desktop/x2goclient.desktop
|
||||
index fbb396d..eeb7c7b 100644
|
||||
--- a/desktop/x2goclient.desktop
|
||||
+++ b/desktop/x2goclient.desktop
|
||||
@@ -2,7 +2,7 @@
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Name=X2Go Client
|
||||
-Exec=x2goclient
|
||||
+Exec=env QT_QPA_PLATFORM=xcb x2goclient
|
||||
Icon=x2goclient
|
||||
StartupWMClass=x2goclient
|
||||
X-Window-Icon=x2goclient
|
||||
--
|
||||
1.8.3.1
|
||||
|
||||
|
|
@ -0,0 +1,26 @@
|
|||
From 929878883356610ecd42e98e6819cfd24f8ddb44 Mon Sep 17 00:00:00 2001
|
||||
From: Orion Poplawski <orion@nwra.com>
|
||||
Date: Fri, 17 Apr 2020 20:49:22 -0600
|
||||
Subject: [PATCH 2/2] Select X11 backend for desktop files created by session
|
||||
manager
|
||||
|
||||
---
|
||||
src/sessionexplorer.cpp | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/sessionexplorer.cpp b/src/sessionexplorer.cpp
|
||||
index a6e33c6..aec15be 100644
|
||||
--- a/src/sessionexplorer.cpp
|
||||
+++ b/src/sessionexplorer.cpp
|
||||
@@ -201,7 +201,7 @@ void SessionExplorer::slotCreateDesktopIcon ( SessionButton* bt )
|
||||
|
||||
QTextStream out ( &file );
|
||||
out << "[Desktop Entry]\n"<<
|
||||
- "Exec="<<cmd<<" "<<args.join (" ")<<"\n"<<
|
||||
+ "Exec=env QT_QPA_PLATFORM=xcb "<<cmd<<" "<<args.join (" ")<<"\n"<<
|
||||
"Icon="<<sessIcon<<"\n"<<
|
||||
"Name="<<name<<"\n"<<
|
||||
"StartupNotify=true\n"<<
|
||||
--
|
||||
1.8.3.1
|
||||
|
||||
224
changelog
Normal file
224
changelog
Normal file
|
|
@ -0,0 +1,224 @@
|
|||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.2.3-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.2.3-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.2.3-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.2.3-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Fri Jul 26 2024 Miroslav Suchý <msuchy@redhat.com> - 4.1.2.3-7
|
||||
- convert license to SPDX
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.2.3-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Wed Jun 26 2024 Orion Poplawski <orion@nwra.com> - 4.1.2.3-5
|
||||
- Remove MAKEOVERRIDES from Makefile (FTBFS bz#2261794)
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.2.3-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Tue Jul 25 2023 Daniel Rusek <mail@asciiwolf.com> - 4.1.2.3-3
|
||||
- Add AppStream metadata
|
||||
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.2.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Fri Jul 14 2023 Orion Poplawski <orion@nwra.com> - 4.1.2.3-1
|
||||
- Update to 4.1.2.3
|
||||
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.2.2-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.2.2-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.2.2-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.2.2-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.2.2-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.2.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Fri Apr 17 2020 Orion Poplawski <orion@nwra.com> - 4.1.2.2-2
|
||||
- Select X11 backend on wayland for created desktop files (bz#1820989)
|
||||
|
||||
* Fri Feb 14 2020 Orion Poplawski <orion@nwra.com> - 4.1.2.2-1
|
||||
- Update to 4.1.2.2
|
||||
|
||||
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.2.1-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Fri Dec 13 2019 Orion Poplawski <orion@nwra.com> - 4.1.2.1-5
|
||||
- Select X11 backend on wayland (bz#1756430)
|
||||
|
||||
* Fri Aug 16 2019 Orion Poplawski <orion@nwra.com> - 4.1.2.1-4
|
||||
- Add patch to support newer libssh
|
||||
- Build with Qt5 on RHEL8
|
||||
|
||||
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.2.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.2.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Thu Jul 19 2018 Orion Poplawski <orion@cora.nwra.com> - 4.1.2.1-1
|
||||
- Update to 4.1.2.1
|
||||
- Really build against Qt5 on Fedora
|
||||
- Drops x2goplugin
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.1.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Tue Mar 6 2018 Orion Poplawski <orion@cora.nwra.com> - 4.1.1.1-1
|
||||
- Update to 4.1.1.1
|
||||
|
||||
* Tue Feb 20 2018 Orion Poplawski <orion@nwra.com> - 4.1.1.0-4
|
||||
- Add upstream patch to fix hang when connecting to a server with Kerberos auth
|
||||
(bug #1546908)
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.1.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Wed Nov 29 2017 Orion Poplawski <orion@cora.nwra.com> - 4.1.1.0-2
|
||||
- Rebuild for proper libssh
|
||||
- Make x86_64 only for EL7 (libssh dep)
|
||||
|
||||
* Mon Oct 30 2017 Orion Poplawski <orion@cora.nwra.com> - 4.1.1.0-1
|
||||
- Update to 4.1.1.0
|
||||
|
||||
* Wed Sep 20 2017 Orion Poplawski <orion@cora.nwra.com> - 4.1.0.1-1
|
||||
- Update to 4.1.0.1
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.0.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.0.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Thu Feb 23 2017 Orion Poplawski <orion@cora.nwra.com> - 4.1.0.0-1
|
||||
- Update to 4.1.0.0
|
||||
|
||||
* Thu Feb 23 2017 Orion Poplawski <orion@cora.nwra.com> - 4.0.5.2-3
|
||||
- Add patch to disable clumsy attempt at Kerberos delegation
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.5.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Wed Sep 21 2016 Orion Poplawski <orion@cora.nwra.com> - 4.0.5.2-1
|
||||
- Update to 4.0.5.2
|
||||
- Drop upstream qt5 patch
|
||||
|
||||
* Thu Mar 24 2016 Orion Poplawski <orion@cora.nwra.com> - 4.0.5.1-1
|
||||
- Update to 4.0.5.1
|
||||
- Drop shell and pubkey patch applied upstream
|
||||
- Use original qt5 patch
|
||||
- Use %%license
|
||||
|
||||
* Wed Mar 23 2016 Orion Poplawski <orion@cora.nwra.com> - 4.0.5.0-6
|
||||
- Build with Qt5 for F24+
|
||||
|
||||
* Tue Mar 01 2016 Rex Dieter <rdieter@fedoraproject.org> - 4.0.5.0-5
|
||||
- x2goclient no longer built with $RPM_OPT_FLAGS (#1306463)
|
||||
|
||||
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.5.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Mon Sep 21 2015 Orion Poplawski <orion@cora.nwra.com> - 4.0.5.0-3
|
||||
- Fix segfault due to typo (bug #1264609)
|
||||
|
||||
* Tue Aug 25 2015 Orion Poplawski <orion@cora.nwra.com> - 4.0.5.0-2
|
||||
- Use login shells to spawn remote commands (bug #1256799)
|
||||
|
||||
* Thu Jul 30 2015 Orion Poplawski <orion@cora.nwra.com> - 4.0.5.0-1
|
||||
- Update to 4.0.5.0
|
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.4.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Wed May 27 2015 Orion Poplawski <orion@cora.nwra.com> - 4.0.4.0-1
|
||||
- Update to 4.0.4.0
|
||||
|
||||
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 4.0.3.2-2
|
||||
- Rebuilt for GCC 5 C++11 ABI change
|
||||
|
||||
* Thu Feb 19 2015 Orion Poplawski <orion@cora.nwra.com> - 4.0.3.2-1
|
||||
- Update to 4.0.3.2
|
||||
|
||||
* Mon Dec 1 2014 Orion Poplawski <orion@cora.nwra.com> - 4.0.3.1-1
|
||||
- Update to 4.0.3.1
|
||||
|
||||
* Thu Oct 23 2014 Orion Poplawski <orion@cora.nwra.com> - 4.0.3.0-1
|
||||
- Update to 4.0.3.0
|
||||
|
||||
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.2.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Mon Jul 14 2014 Orion Poplawski <orion@cora.nwra.com> - 4.0.2.1-1
|
||||
- Update to 4.0.2.1
|
||||
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.2.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Thu Apr 10 2014 Orion Poplawski <orion@cora.nwra.com> - 4.0.2.0-1
|
||||
- Update to 4.0.2.0
|
||||
|
||||
* Tue Feb 18 2014 Orion Poplawski <orion@cora.nwra.com> - 4.0.1.3-4
|
||||
- Add patch to fix ssh options (bug #1066744)
|
||||
|
||||
* Wed Jan 29 2014 Orion Poplawski <orion@cora.nwra.com> - 4.0.1.3-3
|
||||
- Add patch to fix libssh password auth issue (bug #1057871)
|
||||
|
||||
* Wed Jan 22 2014 Orion Poplawski <orion@cora.nwra.com> - 4.0.1.3-2
|
||||
- Add patch to fix libssh timeout issue (bug #1053923)
|
||||
|
||||
* Wed Jan 22 2014 Orion Poplawski <orion@cora.nwra.com> - 4.0.1.3-1
|
||||
- Update to 4.0.1.3
|
||||
- Drop provider patch applied upstream
|
||||
|
||||
* Tue Dec 17 2013 Orion Poplawski <orion@cora.nwra.com> - 4.0.1.2-1
|
||||
- Update to 4.0.1.2
|
||||
- Update summary and description from upstream
|
||||
- Split out browser plugin into x2goplugin package
|
||||
- Add x2goplugin-provider package for apache config
|
||||
|
||||
* Wed Sep 11 2013 Orion Poplawski <orion@cora.nwra.com> - 4.0.1.1-1
|
||||
- Update to 4.0.1.1
|
||||
- Drop patches applied upstream
|
||||
|
||||
* Thu Sep 5 2013 Orion Poplawski <orion@cora.nwra.com> - 4.0.1.0-5
|
||||
- Build against system qtbrowserplugin
|
||||
|
||||
* Fri Aug 30 2013 Orion Poplawski <orion@cora.nwra.com> - 4.0.1.0-4
|
||||
- Add BR desktop-file-utils and validate desktop file
|
||||
- Add gtk-update-icon-cache scriptlets
|
||||
|
||||
* Wed Apr 10 2013 Orion Poplawski <orion@cora.nwra.com> - 4.0.1.0-3
|
||||
- Add patch to set dpi automatically
|
||||
|
||||
* Thu Mar 28 2013 Orion Poplawski <orion@cora.nwra.com> - 4.0.1.0-2
|
||||
- Add patch to fix proxy connection issue
|
||||
|
||||
* Mon Mar 25 2013 Orion Poplawski <orion@cora.nwra.com> - 4.0.1.0-1
|
||||
- Update to 4.0.1.0
|
||||
|
||||
* Tue Feb 12 2013 Orion Poplawski <orion@cora.nwra.com> - 4.0.0.2-1
|
||||
- Update to 4.0.0.2
|
||||
|
||||
* Fri Jan 18 2013 Orion Poplawski <orion@cora.nwra.com> - 4.0.0.1-1
|
||||
- Update to 4.0.0.1
|
||||
|
||||
* Wed Dec 12 2012 Orion Poplawski <orion@cora.nwra.com> - 3.99.3.1-0.1
|
||||
- Update to latest git
|
||||
|
||||
* Tue Dec 11 2012 Orion Poplawski <orion@cora.nwra.com> - 3.99.3.0-1
|
||||
- Initial Fedora package
|
||||
27
org.x2go.X2GoClient.metainfo.xml
Normal file
27
org.x2go.X2GoClient.metainfo.xml
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<component type="desktop-application">
|
||||
<id>org.x2go.X2GoClient</id>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<project_license>GPL-2.0</project_license>
|
||||
|
||||
<name>X2Go Client</name>
|
||||
<summary>Graphical client for the X2Go system</summary>
|
||||
<description>
|
||||
<p>
|
||||
X2Go Client is a graphical client (Qt5) for the X2Go system. You can use it to connect to running sessions and start new sessions.
|
||||
</p>
|
||||
</description>
|
||||
|
||||
<launchable type="desktop-id">x2goclient.desktop</launchable>
|
||||
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
<image>https://wiki.x2go.org/lib/exe/fetch.php/x2go1.jpg</image>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
|
||||
<url type="homepage">https://wiki.x2go.org</url>
|
||||
<url type="bugtracker">https://bugs.x2go.org</url>
|
||||
|
||||
<content_rating type="oars-1.1" />
|
||||
</component>
|
||||
1
sources
1
sources
|
|
@ -0,0 +1 @@
|
|||
SHA512 (x2goclient-4.1.2.3.tar.gz) = 1bd59efaaf560bf36dad979cbb67cf90df13943688e1259e86d441ba17677d523ad1f69061d2f65b0ca8eee9e7d00ee242e95c555b4446d72f37acef70a9b435
|
||||
17
x2goclient-krb5.patch
Normal file
17
x2goclient-krb5.patch
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
diff -up x2goclient-4.1.1.0/src/onmainwindow.cpp.krb5 x2goclient-4.1.1.0/src/onmainwindow.cpp
|
||||
--- x2goclient-4.1.1.0/src/onmainwindow.cpp.krb5 2017-10-31 07:38:19.164945462 -0600
|
||||
+++ x2goclient-4.1.1.0/src/onmainwindow.cpp 2017-10-31 17:33:50.078537406 -0600
|
||||
@@ -7056,13 +7056,6 @@ void ONMainWindow::SlotRunCommand(bool,
|
||||
command.replace ( " ","X2GO_SPACE_CHAR" );
|
||||
QString krbFwString;
|
||||
|
||||
- if(sshConnection->useKerberos() && sshConnection->get_kerberosDelegation())
|
||||
- {
|
||||
- krbFwString="KRB5CCNAME=`echo $KRB5CCNAME |sed 's/FILE://g'` \
|
||||
- KRBFL=$HOME/.x2go/C-"+resumingSession.sessionId+"/krb5cc ;\
|
||||
- cp -a $KRB5CCNAME $KRBFL;KRB5CCNAME=$KRBFL ";
|
||||
- }
|
||||
-
|
||||
if ( !startSessSound || startSessSndSystem==PULSE )
|
||||
{
|
||||
cmd=krbFwString+"setsid " + output + "/bin/x2goruncommand "+
|
||||
12
x2goclient-optflags.patch
Normal file
12
x2goclient-optflags.patch
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
diff -up x2goclient-4.1.2.2/Makefile.optflags x2goclient-4.1.2.2/Makefile
|
||||
--- x2goclient-4.1.2.2/Makefile.optflags 2020-02-13 20:59:14.722337773 -0700
|
||||
+++ x2goclient-4.1.2.2/Makefile 2020-02-13 21:00:58.499404703 -0700
|
||||
@@ -68,7 +68,7 @@ build: build_man
|
||||
|
||||
build_client:
|
||||
$(LRELEASE_BINARY) x2goclient.pro
|
||||
- mkdir -p $(CLIENT_DIR) && cd $(CLIENT_DIR) && $(QMAKE_BINARY) QMAKE_CFLAGS="${CPPFLAGS} ${CFLAGS}" QMAKE_CXXFLAGS="${CPPFLAGS} ${CXXFLAGS}" QMAKE_LFLAGS="${LDFLAGS}" QMAKE_LIBS="${LIBS}" $(QMAKE_OPTS) ../x2goclient.pro
|
||||
+ mkdir -p $(CLIENT_DIR) && cd $(CLIENT_DIR) && $(QMAKE_BINARY) QMAKE_CFLAGS="${CPPFLAGS} ${RPM_OPT_FLAGS} ${CFLAGS}" QMAKE_CXXFLAGS="${CPPFLAGS} ${RPM_OPT_FLAGS} ${CXXFLAGS}" QMAKE_LFLAGS="${RPM_LD_FLAGS} ${LDFLAGS}" QMAKE_LIBS="${LIBS}" $(QMAKE_OPTS) ../x2goclient.pro
|
||||
cd $(CLIENT_DIR) && $(MAKE)
|
||||
|
||||
build_man:
|
||||
103
x2goclient.spec
Normal file
103
x2goclient.spec
Normal file
|
|
@ -0,0 +1,103 @@
|
|||
Name: x2goclient
|
||||
Version: 4.1.2.3
|
||||
Release: %autorelease
|
||||
Summary: X2Go Client application
|
||||
|
||||
# Automatically converted from old format: GPLv2+ - review is highly recommended.
|
||||
License: GPL-2.0-or-later
|
||||
URL: http://www.x2go.org
|
||||
Source0: http://code.x2go.org/releases/source/%{name}/%{name}-%{version}.tar.gz
|
||||
Source1: org.x2go.X2GoClient.metainfo.xml
|
||||
# Drop clumsy attempt at Kerberos delegation
|
||||
# http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=731
|
||||
Patch0: x2goclient-krb5.patch
|
||||
# ensure RPM_LD_FLAGS/RPM_OPT_FLAGS are used
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1306463
|
||||
Patch2: x2goclient-optflags.patch
|
||||
# Select X11 backend on wayland
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1756430
|
||||
# https://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=1414
|
||||
Patch4: 0001-Select-X11-backend-on-wayland.patch
|
||||
# Also fix desktop files created by session manager
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1820989
|
||||
Patch5: 0002-Select-X11-backend-for-desktop-files-created-by-sess.patch
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: cups-devel
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: libappstream-glib
|
||||
BuildRequires: libssh-devel
|
||||
BuildRequires: libXpm-devel
|
||||
BuildRequires: man2html-core
|
||||
BuildRequires: openldap-devel
|
||||
BuildRequires: pkgconfig(Qt5)
|
||||
BuildRequires: pkgconfig(Qt5Svg)
|
||||
BuildRequires: pkgconfig(Qt5X11Extras)
|
||||
BuildRequires: qt5-linguist
|
||||
Requires: hicolor-icon-theme
|
||||
Requires: nxproxy
|
||||
# For GSSAPI authenticated connections
|
||||
Requires: openssh-clients
|
||||
# For local folder sharing and printing
|
||||
Requires: openssh-server
|
||||
Obsoletes: x2goplugin < 4.1.2.1
|
||||
ExcludeArch: %{ix86}
|
||||
|
||||
%description
|
||||
X2Go is a server-based computing environment with
|
||||
- session resuming
|
||||
- low bandwidth support
|
||||
- session brokerage support
|
||||
- client-side mass storage mounting support
|
||||
- client-side printing support
|
||||
- audio support
|
||||
- authentication by smartcard and USB stick
|
||||
|
||||
X2Go Client is a graphical client for the X2Go system.
|
||||
You can use it to connect to running sessions and start new sessions.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
# Fix up install issues
|
||||
sed -i -e 's/-o root -g root//' Makefile
|
||||
sed -i -e '/^MOZPLUGDIR=/s/lib/%{_lib}/' Makefile
|
||||
sed -i -e '/^MAKEOVERRIDES *=/d' Makefile
|
||||
sed -i -e 's/qt4/qt5/' Makefile
|
||||
sed -i -e '/^LIBS /s/$/ -ldl/' x2goclient.pro
|
||||
|
||||
|
||||
%build
|
||||
export PATH=%{_qt5_bindir}:$PATH
|
||||
%make_build
|
||||
|
||||
|
||||
%install
|
||||
%make_install PREFIX=%{_prefix}
|
||||
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
|
||||
|
||||
install -D -p -m644 %{SOURCE1} %{buildroot}%{_metainfodir}/org.x2go.X2GoClient.metainfo.xml
|
||||
appstream-util validate-relax \
|
||||
--nonet %{buildroot}%{_metainfodir}/org.x2go.X2GoClient.metainfo.xml
|
||||
|
||||
mkdir -p %{buildroot}%{_sysconfdir}/httpd/conf.d
|
||||
|
||||
|
||||
%files
|
||||
%license COPYING LICENSE
|
||||
%doc AUTHORS
|
||||
%{_bindir}/%{name}
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_datadir}/icons/hicolor/128x128/apps/%{name}.png
|
||||
%{_datadir}/icons/hicolor/16x16/apps/%{name}.png
|
||||
%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
|
||||
%{_datadir}/icons/hicolor/64x64/apps/%{name}.png
|
||||
%{_datadir}/mime/packages/x-x2go.xml
|
||||
%{_datadir}/%{name}/
|
||||
%{_mandir}/man1/%{name}.1.gz
|
||||
%{_metainfodir}/org.x2go.X2GoClient.metainfo.xml
|
||||
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
||||
Loading…
Add table
Add a link
Reference in a new issue