This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit a23fc3d4e2f2ffec29cbf18a2b940255bd903b91 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Jan 22 21:35:23 2021 +0100 Makefile: Install x-x2go.xml MIME database source file for .x2go file extension. --- Makefile | 2 ++ debian/changelog | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/Makefile b/Makefile index 15ddac1..0654f1d 100755 --- a/Makefile +++ b/Makefile @@ -96,6 +96,7 @@ install: install_client install_man install_client: $(INSTALL_DIR) $(DESTDIR)$(BINDIR)/ $(INSTALL_DIR) $(DESTDIR)$(SHAREDIR)/applications + $(INSTALL_DIR) $(DESTDIR)$(SHAREDIR)/mime/packages $(INSTALL_DIR) $(DESTDIR)$(SHAREDIR)/x2goclient/icons $(INSTALL_DIR) $(DESTDIR)$(SHAREDIR)/icons/hicolor/128x128/apps $(INSTALL_DIR) $(DESTDIR)$(SHAREDIR)/icons/hicolor/16x16/apps @@ -103,6 +104,7 @@ install_client: $(INSTALL_DIR) $(DESTDIR)$(SHAREDIR)/icons/hicolor/32x32/apps $(INSTALL_PROGRAM) $(CLIENT_DIR)/x2goclient $(DESTDIR)$(BINDIR)/x2goclient $(INSTALL_FILE) desktop/x2goclient.desktop $(DESTDIR)$(SHAREDIR)/applications/x2goclient.desktop + $(INSTALL_FILE) mime/x-x2go.xml $(DESTDIR)$(SHAREDIR)/mime/packages/x-x2go.xml $(INSTALL_FILE) res/img/icons/x2goclient.xpm $(DESTDIR)$(SHAREDIR)/x2goclient/icons/x2goclient.xpm $(INSTALL_FILE) res/img/icons/128x128/x2goclient.png $(DESTDIR)$(SHAREDIR)/x2goclient/icons/x2goclient.png $(INSTALL_FILE) res/img/icons/128x128/x2gosession.png $(DESTDIR)$(SHAREDIR)/x2goclient/icons/x2gosession.png diff --git a/debian/changelog b/debian/changelog index 4203e36..6ccb1a3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -38,6 +38,11 @@ x2goclient (4.1.2.3-0x2go1) UNRELEASED; urgency=medium - src/sshmasterconnection.{c,h}: fix builds, new function should have been registered and not static, but private. + [ Mike Gabriel ] + * New upstream version (4.1.2.3): + - Makefile: Install x-x2go.xml MIME database source file for .x2go file + extension. + -- X2Go Release Manager <git-admin@x2go.org> Thu, 13 Feb 2020 12:31:20 +0100 x2goclient (4.1.2.2-0x2go1) unstable; urgency=medium -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git