Accepting request 1238302 from X11:LXQt
OBS-URL: https://build.opensuse.org/request/show/1238302 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qterminal?expand=0&rev=23
This commit is contained in:
commit
098d070e69
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 16 15:14:12 UTC 2025 - Thorsten Kukuk <kukuk@suse.com>
|
||||||
|
|
||||||
|
- Disable libutempter, it doesn't work anymore with the switch
|
||||||
|
from utmp to systemd-logind
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 6 21:43:13 UTC 2024 - Андрей Алыпов <and.november@opensuse.org>
|
Wed Nov 6 21:43:13 UTC 2024 - Андрей Алыпов <and.november@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package qterminal
|
# spec file for package qterminal
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -29,7 +29,9 @@ Source2: %{name}.keyring
|
|||||||
BuildRequires: c++_compiler
|
BuildRequires: c++_compiler
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: hicolor-icon-theme
|
BuildRequires: hicolor-icon-theme
|
||||||
|
%if 0%{?suse_version} < 1600
|
||||||
BuildRequires: utempter-devel
|
BuildRequires: utempter-devel
|
||||||
|
%endif
|
||||||
BuildRequires: cmake(LayerShellQt) >= 6.0.0
|
BuildRequires: cmake(LayerShellQt) >= 6.0.0
|
||||||
BuildRequires: cmake(Qt6Core)
|
BuildRequires: cmake(Qt6Core)
|
||||||
BuildRequires: cmake(Qt6DBus)
|
BuildRequires: cmake(Qt6DBus)
|
||||||
|
Loading…
Reference in New Issue
Block a user