From b35eee585d3d30af355475902884a6ea71321d609f56298e2e0603c62af8863e Mon Sep 17 00:00:00 2001 From: Manfred Hollstein Date: Wed, 26 Apr 2023 17:32:15 +0000 Subject: [PATCH] Accepting request 1083067 from home:jengelh:branches:server:messaging - Replace BuildRequire on xorg-x11-devel by pkgconfig(...) OBS-URL: https://build.opensuse.org/request/show/1083067 OBS-URL: https://build.opensuse.org/package/show/server:messaging/telegram-desktop?expand=0&rev=256 --- telegram-desktop.changes | 5 +++++ telegram-desktop.spec | 9 ++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/telegram-desktop.changes b/telegram-desktop.changes index 12eead3..7a30821 100644 --- a/telegram-desktop.changes +++ b/telegram-desktop.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 26 15:16:06 UTC 2023 - Jan Engelhardt + +- Replace BuildRequire on xorg-x11-devel by pkgconfig(...) + ------------------------------------------------------------------- Fri Apr 14 07:13:24 UTC 2023 - Manfred Hollstein diff --git a/telegram-desktop.spec b/telegram-desktop.spec index 93fbe22..22620a5 100644 --- a/telegram-desktop.spec +++ b/telegram-desktop.spec @@ -99,7 +99,6 @@ BuildRequires: pkgconfig BuildRequires: unzip BuildRequires: wayland-devel BuildRequires: webkit2gtk3-devel -BuildRequires: xorg-x11-devel BuildRequires: xxhash-devel BuildRequires: xz BuildRequires: yasm @@ -116,6 +115,14 @@ BuildRequires: cmake(Qt%{qt_major_version}Svg) BuildRequires: cmake(Qt%{qt_major_version}WaylandClient) BuildRequires: cmake(Qt%{qt_major_version}WaylandCompositor) BuildRequires: cmake(Qt%{qt_major_version}Widgets) +BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(xcomposite) +BuildRequires: pkgconfig(xdamage) +BuildRequires: pkgconfig(xext) +BuildRequires: pkgconfig(xfixes) +BuildRequires: pkgconfig(xproto) +BuildRequires: pkgconfig(xrandr) +BuildRequires: pkgconfig(xtst) %if %{qt_major_version} >= 6 BuildRequires: qt%{qt_major_version}-gui-private-devel BuildRequires: qt%{qt_major_version}-waylandclient-private-devel