[X2Go-Commits] [x2gokdriveclient] branch master updated (67abd98 -> 53b52d0)

git-admin at x2go.org git-admin at x2go.org
Fri Feb 24 17:17:29 CET 2023


This is an automated email from the git hooks/post-receive script.

x2go pushed a change to branch master
in repository x2gokdriveclient.

      from  67abd98   support for sending frames over UDP. Some improvements in detecting of unchanged regions.
       new  7947038   x2gokdriveclient.spec: add for RPM support, copied from X2Go Client.
       new  b3a6aef   debian/changelog: fixup, sort chronologically.
       new  3eeddf3   LICENSE: add GPL 3.0 file.
       new  8560dd9   debian/copyright: change the source license to GPL-3+.
       new  ce69961   debian/copyright: change license for debian/* to GPL-3+ as well, after asking Mike Gabriel to relicense and drop GPL-2+ portions.
       new  a34b67d   rpm/: add directory and new file x2gokdriveclient-rpmlint, copied from X2Go Client.
       new  257fe6d   LICENSE: rename to COPYING.
       new  8b3f8bf   LICENSE: copy from X2Go Client and adapt.
       new  fc1f1ca   AUTHORS: copy from X2Go Client and adapt.
       new  3594a53   x2gokdriveclient.spec: thin out, mostly adapt to current source, switch between Qt 5 and Qt 6 (although Qt 6 is currently untested and only defined for fake versions of distributions that don't exist yet).
       new  b4ad36d   *.{h,cpp}: move to src directory.
       new  b22559f   Makefile: copy from X2Go Client.
       new  900aa83   x2gokdriveclient.spec: fix man page install permissions.
       new  a12818b   Makefile.man2html: copy from X2Go Client.
       new  61e945a   Makefile.docupload: copy from X2Go Client.
       new  f63eabe   Makefile.docupload: adapt to this package.
       new  06b16e5   res/txt: create and add .placeholder file.
       new  b8b9cc8   Makefile: adapt to this package.
       new  7cc8698   debian/rules: switch to most of what X2Go Client uses, minus the Qt switching mechanism.
       new  f8eef4b   debian/changelog: fixup.
       new  dc6a645   x2gokdriveclient.spec: no need to explicitly install the man pages any longer, drop.
       new  e10a020   debian/control: add BD: man2html.
       new  02f818a   x2gokdriveclient.spec: add Enhances: x2goclient.
       new  b3d8e95   debian/x2gokdriveclient.install: remove, we'll handle this differently.
       new  4c61b5e   Makefile: install VERSION file into SHAREDIR/x2go/versions/.
       new  53b52d0   x2gokdriveclient.spec: add version file to list of installed files.

The 26 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 COPYING                                          | 674 +++++++++++++++++++++++
 LICENSE                                          |  15 +
 Makefile                                         | 135 +++++
 Makefile.docupload                               |  18 +
 Makefile.man2html                                |  24 +
 debian/changelog                                 | 101 +++-
 debian/control                                   |   1 +
 debian/copyright                                 |  22 +-
 debian/rules                                     |  17 +-
 debian/x2gokdriveclient.install                  |   1 -
 res/txt/.placeholder                             |   0
 rpm/x2gokdriveclient-rpmlintrc                   |   1 +
 client.cpp => src/client.cpp                     |   0
 client.h => src/client.h                         |   0
 displayarea.cpp => src/displayarea.cpp           |   0
 displayarea.h => src/displayarea.h               |   0
 extwin.cpp => src/extwin.cpp                     |   0
 extwin.h => src/extwin.h                         |   0
 main.cpp => src/main.cpp                         |   0
 menuframe.cpp => src/menuframe.cpp               |   0
 menuframe.h => src/menuframe.h                   |   0
 screenidentifier.cpp => src/screenidentifier.cpp |   0
 screenidentifier.h => src/screenidentifier.h     |   0
 xcbclip.cpp => src/xcbclip.cpp                   |   0
 xcbclip.h => src/xcbclip.h                       |   0
 x2gokdriveclient.spec                            | 163 ++++++
 26 files changed, 1118 insertions(+), 54 deletions(-)
 create mode 100644 COPYING
 create mode 100644 LICENSE
 create mode 100755 Makefile
 create mode 100644 Makefile.docupload
 create mode 100644 Makefile.man2html
 delete mode 100644 debian/x2gokdriveclient.install
 create mode 100644 res/txt/.placeholder
 create mode 100644 rpm/x2gokdriveclient-rpmlintrc
 rename client.cpp => src/client.cpp (100%)
 rename client.h => src/client.h (100%)
 rename displayarea.cpp => src/displayarea.cpp (100%)
 rename displayarea.h => src/displayarea.h (100%)
 rename extwin.cpp => src/extwin.cpp (100%)
 rename extwin.h => src/extwin.h (100%)
 rename main.cpp => src/main.cpp (100%)
 rename menuframe.cpp => src/menuframe.cpp (100%)
 rename menuframe.h => src/menuframe.h (100%)
 rename screenidentifier.cpp => src/screenidentifier.cpp (100%)
 rename screenidentifier.h => src/screenidentifier.h (100%)
 rename xcbclip.cpp => src/xcbclip.cpp (100%)
 rename xcbclip.h => src/xcbclip.h (100%)
 create mode 100644 x2gokdriveclient.spec

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdriveclient.git


More information about the x2go-commits mailing list