[X2Go-Commits] [x2goclient] 01/01: x2goclient.spec: add BuildRequires on Qt5Network.

git-admin at x2go.org git-admin at x2go.org
Sun May 30 21:22:18 CEST 2021


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2goclient.

commit 539dcbcc3e33c8abec2fe098c34af55303d95d02
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Sun May 30 21:21:39 2021 +0200

    x2goclient.spec: add BuildRequires on Qt5Network.
    
    OpenSuSE Tumbleweed split the pkgconfig files up into individual
    packages, while older versions ship all of them in libqt5-qtbase-devel.
    The former does not automatically use that package any longer and hence
    will not pull in all library packages automatically.
    
    That's not a bad change, since it forces us to spell out the
    dependencies correctly.
---
 debian/changelog | 6 ++++++
 x2goclient.spec  | 1 +
 2 files changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index a58aa72..7c6f078 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -67,6 +67,12 @@ x2goclient (4.1.2.3-0x2go1) UNRELEASED; urgency=medium
     - x2goclient.spec: fix syntax error in Qt 5 PATH override.
     - x2goclient.spec: add BuildRequires on Qt5X11Extras.
     - x2goclient.spec: also use/handle %{_libqt5_bindir}, as used by *SuSE.
+    - x2goclient.spec: add BuildRequires on Qt5Network. OpenSuSE Tumbleweed
+      split the pkgconfig files up into individual packages, while older
+      versions ship all of them in libqt5-qtbase-devel. The former does not
+      automatically use that package any longer and hence will not pull in all
+      library packages automatically. That's not a bad change, since it forces
+      us to spell out the dependencies correctly.
   * debian/control:
     + Move to debian/control.in.
   * debian/control.in:
diff --git a/x2goclient.spec b/x2goclient.spec
index 11a74ae..5fd4b27 100644
--- a/x2goclient.spec
+++ b/x2goclient.spec
@@ -54,6 +54,7 @@ BuildRequires:  pkgconfig(Qt5Gui)
 BuildRequires:  pkgconfig(Qt5Svg)
 BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(Qt5X11Extras)
+BuildRequires:  pkgconfig(Qt5Network)
 %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


More information about the x2go-commits mailing list