[X2Go-Commits] [x2gokdriveclient] 02/02: x2gokdriveclient.spec: move make_call macro invocation to correct location.
git-admin at x2go.org
git-admin at x2go.org
Fri Feb 24 18:26:10 CET 2023
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository x2gokdriveclient.
commit 1c78e27f0ad284f6a8bd2a86b1c3394925db8ab0
Author: Mihai Moldovan <ionic at ionic.de>
Date: Fri Feb 24 18:25:12 2023 +0100
x2gokdriveclient.spec: move make_call macro invocation to correct location.
It previously only triggered for non-existent Qt6 builds.
---
debian/changelog | 2 ++
x2gokdriveclient.spec | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 7656e1c..43f4fd7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -102,6 +102,8 @@ x2gokdriveclient (0.0.0.1-0x2go1) UNRELEASED; urgency=medium
- src/{client,extwin,menuframe}.cpp: reference image files via
subdirectories.
- res/resource.qrc: reference subdirectories.
+ - x2gokdriveclient.spec: move make_call macro invocation to correct
+ location. It previously only triggered for non-existent Qt6 builds.
* debian/rules:
+ Let qmake add general Qt {C{,XX},L}FLAGS instead of overriding them.
Especially needed for C++11 support.
diff --git a/x2gokdriveclient.spec b/x2gokdriveclient.spec
index 3c413d1..b706196 100644
--- a/x2gokdriveclient.spec
+++ b/x2gokdriveclient.spec
@@ -138,8 +138,8 @@ export 'PATH=%{_qt6_bindir}:'"${PATH}"
export 'PATH=%{_libqt6_bindir}:'"${PATH}"
%endif
%endif
-%{make_call}
%endif
+%{make_call}
%install
--
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