2014-11-15 11:41:18 +01:00
|
|
|
#
|
|
|
|
# spec file for package lxqt-policykit
|
|
|
|
#
|
2024-05-16 16:46:42 +02:00
|
|
|
# Copyright (c) 2024 SUSE LLC
|
2014-11-15 11:41:18 +01:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2020-11-04 14:43:22 +01:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2014-11-15 11:41:18 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: lxqt-policykit
|
2024-05-16 16:46:42 +02:00
|
|
|
Version: 2.0.0
|
2014-11-15 11:41:18 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: PolicyKit authentication agent
|
2018-05-22 17:09:16 +02:00
|
|
|
License: LGPL-2.1-or-later
|
2016-09-24 23:35:12 +02:00
|
|
|
Group: System/GUI/LXQt
|
2024-05-16 16:46:42 +02:00
|
|
|
URL: https://github.com/lxqt/lxqt-policykit
|
|
|
|
Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
|
|
|
Source1: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc
|
2016-09-24 23:35:12 +02:00
|
|
|
Source2: %{name}.keyring
|
2024-05-16 16:46:42 +02:00
|
|
|
BuildRequires: cmake >= 3.18.0
|
2014-11-15 11:41:18 +01:00
|
|
|
BuildRequires: gcc-c++
|
2018-05-22 17:09:16 +02:00
|
|
|
BuildRequires: pkgconfig
|
2024-05-16 16:46:42 +02:00
|
|
|
BuildRequires: cmake(KF6WindowSystem)
|
|
|
|
BuildRequires: cmake(PolkitQt6-1)
|
|
|
|
BuildRequires: cmake(Qt6LinguistTools)
|
|
|
|
BuildRequires: cmake(Qt6Widgets)
|
|
|
|
BuildRequires: cmake(lxqt2-build-tools)
|
|
|
|
BuildRequires: pkgconfig(lxqt) >= 2.0.0
|
2015-02-03 11:39:33 +01:00
|
|
|
BuildRequires: pkgconfig(polkit-agent-1)
|
2024-05-16 16:46:42 +02:00
|
|
|
Recommends: %{name}-lang = %{version}-%{release}
|
2014-11-15 11:41:18 +01:00
|
|
|
|
|
|
|
%description
|
2015-11-13 23:35:37 +01:00
|
|
|
PolicyKit authentication agent for LXQt
|
2014-11-15 11:41:18 +01:00
|
|
|
|
2019-01-31 11:17:17 +01:00
|
|
|
%lang_package
|
|
|
|
|
2014-11-15 11:41:18 +01:00
|
|
|
%prep
|
2024-05-16 16:46:42 +02:00
|
|
|
%autosetup
|
2014-11-15 11:41:18 +01:00
|
|
|
|
|
|
|
%build
|
2024-05-16 16:46:42 +02:00
|
|
|
%cmake_qt6
|
|
|
|
%{qt6_build}
|
2016-09-24 23:35:12 +02:00
|
|
|
|
2014-11-15 11:41:18 +01:00
|
|
|
%install
|
2024-05-16 16:46:42 +02:00
|
|
|
%{qt6_install}
|
2014-11-15 11:41:18 +01:00
|
|
|
|
2024-05-16 16:46:42 +02:00
|
|
|
%find_lang %{name}-agent --with-qt
|
2019-01-31 11:17:17 +01:00
|
|
|
|
2014-11-15 11:41:18 +01:00
|
|
|
%files
|
2024-05-16 16:46:42 +02:00
|
|
|
%doc AUTHORS CHANGELOG README.md
|
|
|
|
%{_bindir}/%{name}-agent
|
|
|
|
%{_mandir}/man?/%{name}-agent.?%{?ext_man}
|
|
|
|
%config %{_sysconfdir}/xdg/autostart/%{name}-agent.desktop
|
2018-05-22 17:09:16 +02:00
|
|
|
%license LICENSE
|
2019-01-31 11:17:17 +01:00
|
|
|
|
2024-05-16 16:46:42 +02:00
|
|
|
%files lang -f %{name}-agent.lang
|
2019-01-31 11:17:17 +01:00
|
|
|
%dir %{_datadir}/lxqt
|
|
|
|
%dir %{_datadir}/lxqt/translations
|
2024-05-16 16:46:42 +02:00
|
|
|
%dir %{_datadir}/lxqt/translations/%{name}-agent
|
2019-01-31 11:17:17 +01:00
|
|
|
|
2014-11-15 11:41:18 +01:00
|
|
|
%changelog
|