2024-01-06 04:16:29 +01:00
|
|
|
Name: libfm-qt
|
2024-11-13 22:54:16 +01:00
|
|
|
Version: 2.1.0
|
|
|
|
Release: 2mamba
|
2024-01-06 04:16:29 +01:00
|
|
|
Summary: Qt port of libfm, a library providing components to build desktop file managers which belongs to LXDE
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://github.com/lxqt/libfm-qt
|
|
|
|
Source: https://github.com/lxqt/libfm-qt.git/%{version}/libfm-qt-%{version}.tar.bz2
|
|
|
|
License: LGPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-11-13 22:54:16 +01:00
|
|
|
BuildRequires: libQt6Core
|
|
|
|
BuildRequires: libQt6Gui
|
|
|
|
BuildRequires: libQt6Widgets
|
2024-01-06 04:16:29 +01:00
|
|
|
BuildRequires: libexif-devel
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libglib-devel
|
2024-04-28 23:15:53 +02:00
|
|
|
BuildRequires: libglvnd-devel
|
2024-01-06 04:16:29 +01:00
|
|
|
BuildRequires: libmenu-cache-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
BuildRequires: libxcb-devel
|
2024-04-28 23:15:53 +02:00
|
|
|
BuildRequires: libxcb-image-devel
|
|
|
|
BuildRequires: libxcb-keysyms-devel
|
|
|
|
BuildRequires: libxcb-render-util-devel
|
|
|
|
BuildRequires: libxcb-util-cursor-devel
|
|
|
|
BuildRequires: libxcb-util-devel
|
|
|
|
BuildRequires: libxcb-util-wm-devel
|
|
|
|
BuildRequires: qt6-qtbase-devel
|
2024-01-06 04:16:29 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 04:16:30 +01:00
|
|
|
BuildRequires: lxqt-menu-data
|
2024-01-06 04:16:29 +01:00
|
|
|
BuildRequires: cmake
|
2024-01-06 04:16:30 +01:00
|
|
|
Requires: lxqt-menu-data
|
2024-01-06 04:16:29 +01:00
|
|
|
Requires: %{name}-tools = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description
|
|
|
|
libfm-qt is the Qt port of libfm, a library providing components to build desktop file managers which belongs to LXDE.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
Requires: pkg-config
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
|
|
|
|
%package tools
|
2024-01-06 04:16:29 +01:00
|
|
|
Group: Graphical Desktop/Applications/Environment
|
2024-01-06 04:16:29 +01:00
|
|
|
Summary: Utility applications for %{name}
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description tools
|
|
|
|
This package contains utility applications for %{name}.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%cmake -d build
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall -C build
|
|
|
|
|
2024-11-13 22:54:16 +01:00
|
|
|
%find_lang %{name} --with-qt
|
2024-01-06 04:16:29 +01:00
|
|
|
|
2024-01-06 04:16:29 +01:00
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2024-04-28 23:15:53 +02:00
|
|
|
%{_libdir}/libfm-qt6.so.*
|
2024-01-06 04:16:29 +01:00
|
|
|
%doc AUTHORS LICENSE
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
2024-04-28 23:15:53 +02:00
|
|
|
%dir %{_includedir}/libfm-qt6
|
|
|
|
%dir %{_includedir}/libfm-qt6/core
|
|
|
|
%{_includedir}/libfm-qt6/core/*
|
|
|
|
%{_includedir}/libfm-qt6/*.h
|
|
|
|
%dir %{_includedir}/libfm-qt6/customactions
|
|
|
|
%{_includedir}/libfm-qt6/customactions/*
|
|
|
|
%{_libdir}/libfm-qt6.so
|
|
|
|
%{_libdir}/pkgconfig/libfm-qt6.pc
|
|
|
|
%dir %{_datadir}/cmake/fm-qt6
|
|
|
|
%{_datadir}/cmake/fm-qt6/fm-qt6-*.cmake
|
2024-01-06 04:16:29 +01:00
|
|
|
%doc README.md
|
|
|
|
|
2024-01-06 04:16:29 +01:00
|
|
|
%files tools -f %{name}.lang
|
2024-01-06 04:16:29 +01:00
|
|
|
%defattr(-,root,root)
|
2024-04-28 23:15:53 +02:00
|
|
|
%dir %{_datadir}/libfm-qt6
|
|
|
|
%{_datadir}/libfm-qt6/archivers.list
|
|
|
|
%{_datadir}/libfm-qt6/terminals.list
|
|
|
|
%{_datadir}/mime/packages/libfm-qt6-mimetypes.xml
|
2024-01-06 04:16:29 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-11-13 22:54:16 +01:00
|
|
|
* Sat Nov 09 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.0-2mamba
|
|
|
|
- use %find_lang macro
|
|
|
|
|
|
|
|
* Fri Nov 08 2024 Automatic Build System <autodist@openmamba.org> 2.1.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-05-10 13:41:49 +02:00
|
|
|
* Thu May 09 2024 Automatic Build System <autodist@openmamba.org> 2.0.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-05-06 13:39:42 +02:00
|
|
|
* Sun May 05 2024 Automatic Build System <autodist@openmamba.org> 2.0.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-04-28 23:15:53 +02:00
|
|
|
* Tue Apr 23 2024 Automatic Build System <autodist@openmamba.org> 2.0.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:16:30 +01:00
|
|
|
* Wed Nov 08 2023 Automatic Build System <autodist@mambasoft.it> 1.4.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:16:29 +01:00
|
|
|
* Tue Apr 18 2023 Automatic Build System <autodist@mambasoft.it> 1.3.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:16:29 +01:00
|
|
|
* Mon Jan 02 2023 Automatic Build System <autodist@mambasoft.it> 1.2.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:16:29 +01:00
|
|
|
* Wed Nov 09 2022 Automatic Build System <autodist@mambasoft.it> 1.2.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:16:29 +01:00
|
|
|
* Mon Apr 18 2022 Automatic Build System <autodist@mambasoft.it> 1.1.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:16:29 +01:00
|
|
|
* Wed Nov 10 2021 Automatic Build System <autodist@mambasoft.it> 1.0.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:16:29 +01:00
|
|
|
* Sat Apr 17 2021 Automatic Build System <autodist@mambasoft.it> 0.17.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Automatic Build System <autodist@mambasoft.it> 0.17.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:16:29 +01:00
|
|
|
* Sun Nov 08 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.16.0-1mamba
|
|
|
|
- update to 0.16.0
|
|
|
|
|
2024-01-06 04:16:29 +01:00
|
|
|
* Fri Oct 02 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.15.1-1mamba
|
|
|
|
- package created using the webbuild interface
|