This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gokdrive. from 704fd8f patches.xorg/1.20.5: likewise add missing modeline2c.awk file. new b15ef28 debian/rules.flags: disable building Xorg DDX. new 6ba2700 x2gokdrive.spec: port change from debian/rules.flags to disable Xorg DDX building. The 2 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: debian/changelog | 5 +++++ debian/rules.flags | 2 +- x2gokdrive.spec | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gokdrive. commit b15ef28ef57c953d04c3543c3b33e9ce0ef556fa Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Oct 30 06:47:13 2019 +0100 debian/rules.flags: disable building Xorg DDX. We don't need it and it's only inflating build times. Older X.Org patches will need to be modified to define the version variable, but we can do that as we go and accept build failures for the time being. --- debian/changelog | 4 ++++ debian/rules.flags | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 149bbfc..7136d92 100644 --- a/debian/changelog +++ b/debian/changelog @@ -116,5 +116,9 @@ x2gokdrive (0.0.0.1-0x2go1) UNRELEASED; urgency=medium and escaping within subshell calls a lot easier. * debian/rules.flags: + Define NULL variable and use it throughout the file. + + Disable building Xorg DDX. We don't need it and it's only inflating + build times. Older X.Org patches will need to be modified to define the + version variable, but we can do that as we go and accept build failures + for the time being. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 04 Jun 2019 14:10:43 +0200 diff --git a/debian/rules.flags b/debian/rules.flags index f86fd2c..0cf0a5b 100644 --- a/debian/rules.flags +++ b/debian/rules.flags @@ -31,7 +31,7 @@ confflags += \ --enable-dbe \ --disable-xf86bigfont \ --enable-dpms \ - --enable-xorg \ + --disable-xorg \ --disable-linux-acpi \ --disable-linux-apm \ --disable-xquartz \ -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gokdrive. commit 6ba27006d06bf899e2c4db5b69abe60fe1d6d6a6 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Oct 30 06:48:22 2019 +0100 x2gokdrive.spec: port change from debian/rules.flags to disable Xorg DDX building. --- debian/changelog | 1 + x2gokdrive.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7136d92..2744cb2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -91,6 +91,7 @@ x2gokdrive (0.0.0.1-0x2go1) UNRELEASED; urgency=medium + *SuSE puts the xorg-server source code into /usr/src/xserver. + Change /usr/share/xserver to /usr/src/xserver. For real this time. + Add hack installing missing files into the xorg-server source tree. + + Port change from debian/rules.flags to disable Xorg DDX building. * debian/rules: + Remove weird empty variable reference construct. + Whitespace-only fixes. diff --git a/x2gokdrive.spec b/x2gokdrive.spec index 42fc321..f799672 100644 --- a/x2gokdrive.spec +++ b/x2gokdrive.spec @@ -296,7 +296,7 @@ autoreconf -fvi --enable-dbe \ --disable-xf86bigfont \ --enable-dpms \ - --enable-xorg \ + --disable-xorg \ --disable-linux-acpi \ --disable-linux-apm \ --disable-xquartz \ -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git