SHA256
1
0
forked from pool/obconf-qt

Accepting request 1219699 from X11:LXQt

- Change BuildRequires from lxqt-build-tools-devel to
  cmake(lxqt-build-tools)

OBS-URL: https://build.opensuse.org/request/show/1219699
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obconf-qt?expand=0&rev=13
This commit is contained in:
Dominique Leuenberger 2024-10-30 22:16:05 +00:00 committed by Git OBS Bridge
commit ffc445aa53
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Oct 30 18:40:44 UTC 2024 - Shawn Dunn <sfalken@opensuse.org>
- Change BuildRequires from lxqt-build-tools-devel to
cmake(lxqt-build-tools)
-------------------------------------------------------------------
Sun Jan 14 17:01:54 UTC 2024 - Shawn Dunn <sfalken@opensuse.org>

View File

@ -29,9 +29,9 @@ Source2: %{name}.keyring
BuildRequires: cmake >= 3.5.0
BuildRequires: gcc-c++
BuildRequires: hicolor-icon-theme
BuildRequires: lxqt-build-tools-devel >= 0.8.0
BuildRequires: pkgconfig
BuildRequires: cmake(KF5WindowSystem)
BuildRequires: cmake(lxqt-build-tools) >= 0.8.0
BuildRequires: cmake(Qt5LinguistTools)
BuildRequires: pkgconfig(Qt5Widgets) >= 5.12.0
BuildRequires: pkgconfig(Qt5X11Extras)