[packages/xdg-desktop-portal-lxqt] - version 1.3.0

mrozowik mrozowik at pld-linux.org
Thu Dec 11 09:02:11 CET 2025


commit f8b374b44bdb3c78aa4d1131c55e24c8ba21c938
Author: Krzysztof Mrozowicz <mrozowik at pld-linux.org>
Date:   Thu Dec 11 08:01:32 2025 +0000

    - version 1.3.0

 xdg-desktop-portal-lxqt.spec | 70 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 70 insertions(+)
---
diff --git a/xdg-desktop-portal-lxqt.spec b/xdg-desktop-portal-lxqt.spec
new file mode 100644
index 0000000..e55579d
--- /dev/null
+++ b/xdg-desktop-portal-lxqt.spec
@@ -0,0 +1,70 @@
+#
+# Conditional build:
+#
+%define         qtver           6.6.0
+
+Summary:	A backend implementation for xdg-desktop-portal that is using Qt/KF6/libfm-qt
+Summary(pl.UTF-8):	Implementacja backendu dla xdg-desktop-portal wykorzystująca Qt/KF6/libfm-qt
+Name:		xdg-desktop-portal-lxqt
+Version:	1.3.0
+Release:	1
+License:	LGPL-2.0-or-later
+URL:		https://lxqt-project.org
+Source0:	https://github.com/lxqt/xdg-desktop-portal-lxqt/releases/download/%{version}/%{name}-%{version}.tar.xz
+# Source0-md5:	f3f396cf208fea0bd5a88f0d43fa9b97
+BuildRequires:	Qt6Core-devel >= %{qtver}
+BuildRequires:	Qt6DBus-devel >= %{qtver}
+BuildRequires:	Qt6Gui-devel >= %{qtver}
+BuildRequires:	Qt6Widgets-devel >= %{qtver}
+BuildRequires:	cmake >= 3.18.0
+BuildRequires:	kf6-kwindowsystem-devel >= 6.0.0
+BuildRequires:	libexif-devel
+BuildRequires:	libfm-qt-devel >= 2.3.0
+Requires(post,preun):	systemd-units >= 1:250.1
+Requires:	dbus
+Requires:	xdg-desktop-portal
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A backend implementation for xdg-desktop-portal that is using
+Qt/KF6/libfm-qt
+
+%description -l pl.UTF-8
+Implementacja backendu dla xdg-desktop-portal wykorzystująca
+Qt/KF6/libfm-qt
+
+%prep
+%setup -q
+
+%build
+%cmake -B build
+%{__make} -C build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} -C build install \
+        DESTDIR=$RPM_BUILD_ROOT
+
+%post
+%systemd_user_post %{name}.service
+
+%preun
+%systemd_user_preun %{name}.service
+
+%postun
+%systemd_user_postun %{name}.service
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGELOG README.md
+%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
+%{_desktopdir}/org.freedesktop.impl.portal.desktop.lxqt.desktop
+%{_datadir}/xdg-desktop-portal/lxqt-portals.conf
+%{_libexecdir}/xdg-desktop-portal-lxqt
+%{systemduserunitdir}/%{name}.service
+
+%clean
+rm -rf $RPM_BUILD_ROOT
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xdg-desktop-portal-lxqt.git/commitdiff/f8b374b44bdb3c78aa4d1131c55e24c8ba21c938



More information about the pld-cvs-commit mailing list