This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit 6dc66bddd11308f2b1a617376c269449cb9eba89 Author: Mihai Moldovan <ionic@ionic.de> Date: Sun May 30 10:36:47 2021 +0200 x2goclient.spec: add BuildRequires on Qt5X11Extras. --- debian/changelog | 1 + x2goclient.spec | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 9dd108b..3abead4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -65,6 +65,7 @@ x2goclient (4.1.2.3-0x2go1) UNRELEASED; urgency=medium - x2goclient.spec: use %{_qt5_bindir} macro analogous to the Qt 4 variant. - x2goclient.spec: correctly quote PATH overrides. - x2goclient.spec: fix syntax error in Qt 5 PATH override. + - x2goclient.spec: add BuildRequires on Qt5X11Extras. * debian/control: + Move to debian/control.in. * debian/control.in: diff --git a/x2goclient.spec b/x2goclient.spec index c2e0092..76331c9 100644 --- a/x2goclient.spec +++ b/x2goclient.spec @@ -53,6 +53,7 @@ BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5Gui) BuildRequires: pkgconfig(Qt5Svg) BuildRequires: pkgconfig(Qt5Widgets) +BuildRequires: pkgconfig(Qt5X11Extras) %if 0%{?suse_version} BuildRequires: libqt5-linguist %else -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git