This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit 1374ac4f62ecb73ad3ffa6a239bd097a6469eb86 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Mar 14 02:36:18 2018 +0100 {{build,config}_win_plugin.bat,config_linux_{,static_}plugin.sh}: remove. --- build_win_plugin.bat | 17 ----------------- config_linux_plugin.sh | 7 ------- config_linux_static_plugin.sh | 8 -------- config_win_plugin.bat | 8 -------- debian/changelog | 2 ++ 5 files changed, 2 insertions(+), 40 deletions(-) diff --git a/build_win_plugin.bat b/build_win_plugin.bat deleted file mode 100755 index 4da4823..0000000 --- a/build_win_plugin.bat +++ /dev/null @@ -1,17 +0,0 @@ -cd plugin_build - -mingw32-make - -copy release\npx2goplugin.dll d:\share\plugin\x2goplugin\ - -d: - -cd share\plugin\x2goplugin\ - -idc.exe npx2goplugin.dll /idl npx2goplugin.idl -version 1.0 - -midl npx2goplugin.idl /nologo /tlb npx2goplugin.tlb - -idc.exe npx2goplugin.dll /tlb npx2goplugin.tlb - -cd .. diff --git a/config_linux_plugin.sh b/config_linux_plugin.sh deleted file mode 100755 index d33a481..0000000 --- a/config_linux_plugin.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -make distclean - -lrelease x2goclient.pro - -X2GO_CLIENT_TARGET=plugin qmake-qt4 diff --git a/config_linux_static_plugin.sh b/config_linux_static_plugin.sh deleted file mode 100755 index f5efaf2..0000000 --- a/config_linux_static_plugin.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash - -make distclean - -lrelease x2goclient.pro - -export X2GO_LINUX_STATIC=x2go_linux_static -X2GO_CLIENT_TARGET=plugin /usr/local/Trolltech/Qt-4.8.5/bin/qmake -config release -spec linux-g++ diff --git a/config_win_plugin.bat b/config_win_plugin.bat deleted file mode 100755 index 5541764..0000000 --- a/config_win_plugin.bat +++ /dev/null @@ -1,8 +0,0 @@ -rmdir /s /q plugin_build - -mkdir plugin_build - -set X2GO_CLIENT_TARGET=plugin -qmake ..\x2goclient.pro - -cd .. diff --git a/debian/changelog b/debian/changelog index 9670914..a0fd362 100644 --- a/debian/changelog +++ b/debian/changelog @@ -38,6 +38,8 @@ x2goclient (4.1.2.0-0x2go1) UNRELEASED; urgency=medium - x2gobrowserplugin-2.4_1/: remove. - provider/: remove. - INSTALL: remove plugin references. + - {{build,config}_win_plugin.bat,config_linux_{,static_}plugin.sh}: + remove. * x2goclient.spec: - Remove plugin references. * debian/rules: -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git