Accepting request 1238301 from X11:LXQt
OBS-URL: https://build.opensuse.org/request/show/1238301 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qtermwidget?expand=0&rev=4
This commit is contained in:
commit
7c6c064960
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 16 13:00:34 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:44:16 UTC 2024 - Андрей Алыпов <and.november@opensuse.org>
|
Wed Nov 6 21:44:16 UTC 2024 - Андрей Алыпов <and.november@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package qtermwidget
|
# spec file for package qtermwidget
|
||||||
#
|
#
|
||||||
# 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 @@ Source: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
|||||||
Source1: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc
|
Source1: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc
|
||||||
Source2: %{name}.keyring
|
Source2: %{name}.keyring
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
|
%if 0%{?suse_version} < 1600
|
||||||
BuildRequires: utempter-devel
|
BuildRequires: utempter-devel
|
||||||
|
%endif
|
||||||
BuildRequires: utf8proc-devel
|
BuildRequires: utf8proc-devel
|
||||||
BuildRequires: cmake(Qt6LinguistTools)
|
BuildRequires: cmake(Qt6LinguistTools)
|
||||||
BuildRequires: cmake(Qt6Widgets) >= 6.6.0
|
BuildRequires: cmake(Qt6Widgets) >= 6.6.0
|
||||||
|
Loading…
Reference in New Issue
Block a user