File xdg-desktop-portal-lxqt.spec of Package xdg-desktop-portal-lxqt
#
# spec file for package xdg-desktop-portal-lxqt
#
# Copyright (c) 2022 SUSE LLC
#
# 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.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: xdg-desktop-portal-lxqt
Version: @SERVICE@
Release: 0
Summary: A backend implementation for xdg-desktop-portal
License: LGPL-2.1-or-later
Group: System/GUI/Other
URL: https://github.com/lxqt/xdg-desktop-portal-lxqt
Source: %{name}-%{version}.tar.xz
BuildRequires: cmake >= 3.16
BuildRequires: cmake(KF5WindowSystem)
BuildRequires: gcc-c++
BuildRequires: libQt5Gui-private-headers-devel
BuildRequires: pkgconfig
BuildRequires: pkgconfig(Qt5Core) >= 5.15.0
BuildRequires: pkgconfig(Qt5DBus)
BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: pkgconfig(Qt5X11Extras)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(libexif)
BuildRequires: pkgconfig(libfm-qt)
BuildRequires: pkgconfig(libmenu-cache)
Requires: lxqt-qtplugin
Requires: xdg-desktop-portal
Supplements: (xdg-desktop-portal and libfm-qt)
%description
A backend implementation for xdg-desktop-portal that is using Qt/KF5.
%prep
%autosetup
%build
%cmake
%cmake_build
%install
%cmake_install
%files
%doc README.md
%{_libexecdir}/%{name}
%dir %{_datadir}/xdg-desktop-portal
%dir %{_datadir}/xdg-desktop-portal/portals
%{_datadir}/xdg-desktop-portal/portals/lxqt.portal
%{_datadir}/dbus-1/services/org.freedesktop.impl.portal.desktop.lxqt.service
%{_datadir}/applications/org.freedesktop.impl.portal.desktop.lxqt.desktop
%license LICENSE
%changelog