-
Notifications
You must be signed in to change notification settings - Fork 2.4k
nx-libs, x2goclient and x2goserver #27432
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
hello, I've retrieved an old WIP branch of mine: https://github.com/yopito/void-packages/tree/WIP.x2go |
cee6455
to
1911160
Compare
Closes: void-linux#27432 [via git-merge-pr]
Cf. ahesford@2653816 |
3722e5d
to
6d068c7
Compare
It also needs
|
dfb75ec
to
070372a
Compare
@Johnnynator As you said on IRC, you found this : https://github.com/ArcticaProject/nx-libs/blob/3.6.x/nx-libs.spec#L437 @ahesford Would you take a look |
I need some help to finish this, ping @ahesford @Johnnynator |
Changes I pushed ontop: x2goclient moved to qt5 and fixed cross issues --- a/srcpkgs/x2goclient/template
+++ b/srcpkgs/x2goclient/template
@@ -3,10 +3,14 @@ pkgname=x2goclient
version=4.1.2.2
revision=1
build_style=gnu-makefile
+build_helper=qmake
+make_build_args="QMAKE_BINARY=qmake-qt5 LRELEASE_BINARY=lrelease-qt5"
make_build_target="build_client build_man"
+make_install_args="$make_build_args"
make_install_target="install_client install_man"
-hostmakedepends="pkg-config qt-devel-tools"
-makedepends="qt5-devel libldap-devel libssh-devel libXpm-devel cups-devel"
+hostmakedepends="pkg-config qt5-host-tools qt5-qmake"
+makedepends="qt5-svg-devel qt5-x11extras-devel libldap-devel
+ libssh-devel libXpm-devel cups-devel"
depends="nx-libs"
short_desc="Graphical Qt5 client for X2Go"
maintainer="eoli3n <jkirsz@gmail.com>" and nx-libs: updated to 3.5.99.26 and added usage of libtirpc --- a/srcpkgs/nx-libs/template
+++ b/srcpkgs/nx-libs/template
@@ -1,21 +1,21 @@
# Template file for 'nx-libs'
pkgname=nx-libs
-version=3.5.99.24
+version=3.5.99.26
revision=1
build_style=gnu-configure
-make_build_args="CONFIGURE=echo"
+make_build_args="CONFIGURE=echo IMAKE_DEFINES=-DUseTIRPC=YES"
make_install_args="PREFIX=/usr"
hostmakedepends="autoconf automake libtool pkg-config which imake xkbcomp gccmakedep"
makedepends="xorgproto zlib-devel libjpeg-turbo-devel libpng-devel
libXext-devel libXdamage-devel libXrandr-devel libXtst-devel pixman-devel
libXfont2-devel libxml2-devel libXcomposite-devel libXinerama-devel
- libXpm-devel font-util"
+ libtirpc-devel libXpm-devel font-util xkbcomp"
short_desc="NX X11 protocol compression libraries"
maintainer="eoli3n <jkirsz@gmail.com>"
license="GPL-2.0-or-later"
homepage="https://github.com/ArcticaProject/nx-libs"
distfiles="https://github.com/ArcticaProject/nx-libs/archive/$version/$pkgname-$version.tar.gz"
-checksum=e1ea9ae7621ca955e9650caacd2260eed26aae2be4eff2b44c2b1aaecd69f9eb
+checksum=3ce7ca4e6b57b3a2d7588b2d0f4009036d2566a8925ca2c62f08a8dc0df50357
python_version=3
nocross="imake attempts to run target executables on host" |
Thanks @Johnnynator |
What about |
Wohoo! Thanks for packaging this. |
running x2godbadmin returns this.
I think the |
@cultab please open a separate issue about this or a PR to fix it :) |
Closes #9779 and #2091
From https://github.com/renatoaguiar/void-packages/tree/x2goclient
Ping @renatoaguiar, I sent you a mail, if you want to be the maintainer, just ask.
nx-libs
python_version
common/shlib
The current version is ok to be merged.
x2goclient
x2goserver
/usr/sbin
references$PREFIX/bin/x2gocleansessions
Note