2024-01-06 05:31:30 +01:00
|
|
|
Name: libqtxdg
|
2024-04-28 23:17:14 +02:00
|
|
|
Version: 4.0.0
|
2024-01-06 05:31:30 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: A Qt 5 implementation of freedesktop.org XDG specifications
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://github.com/lxqt/libqtxdg
|
|
|
|
Source: https://github.com/lxqt/libqtxdg.git/%{version}/libqtxdg-%{version}.tar.bz2
|
|
|
|
License: LGPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libglib-devel
|
2024-04-28 23:17:14 +02:00
|
|
|
BuildRequires: libglvnd-devel
|
2024-01-06 05:31:30 +01:00
|
|
|
BuildRequires: libstdc++6-devel
|
2024-04-28 23:17:14 +02:00
|
|
|
BuildRequires: qt6-qtbase-devel
|
|
|
|
BuildRequires: qt6-qtsvg-devel
|
2024-01-06 05:31:30 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: cmake
|
|
|
|
BuildRequires: lxqt-build-tools-devel
|
2024-01-06 05:31:30 +01:00
|
|
|
Requires: %{name}-tools = %{?epoch:%epoch:}%{version}-%{release}
|
2024-01-06 05:31:30 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
libqtxdg is a Qt 5 implementation of freedesktop.org XDG specifications.
|
|
|
|
|
|
|
|
%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
|
|
|
|
Group: System/Tools
|
|
|
|
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
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2024-04-28 23:17:14 +02:00
|
|
|
%{_libdir}/libQt6Xdg.so.*
|
|
|
|
%{_libdir}/libQt6XdgIconLoader.so.*
|
|
|
|
%{_libdir}/qt6/plugins/iconengines/libQt6XdgIconPlugin.so
|
2024-01-06 05:31:30 +01:00
|
|
|
%doc AUTHORS COPYING
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
2024-04-28 23:17:14 +02:00
|
|
|
%dir %{_includedir}/qt6xdg
|
|
|
|
%{_includedir}/qt6xdg/*
|
|
|
|
%dir %{_includedir}/qt6xdgiconloader
|
|
|
|
%{_includedir}/qt6xdgiconloader/%{version}/private/xdgiconloader/xdgiconloader_p.h
|
|
|
|
%{_includedir}/qt6xdgiconloader/xdgiconloader_export.h
|
|
|
|
%{_libdir}/libQt6Xdg.so
|
|
|
|
%{_libdir}/libQt6XdgIconLoader.so
|
|
|
|
%{_libdir}/pkgconfig/Qt6Xdg.pc
|
|
|
|
%{_libdir}/pkgconfig/Qt6XdgIconLoader.pc
|
|
|
|
%dir %{_datadir}/cmake/qt6xdg
|
|
|
|
%{_datadir}/cmake/qt6xdg/qt6xdg-*.cmake
|
|
|
|
%dir %{_datadir}/cmake/qt6xdgiconloader
|
|
|
|
%{_datadir}/cmake/qt6xdgiconloader/qt6xdgiconloader-*.cmake
|
2024-01-06 05:31:30 +01:00
|
|
|
%doc README.md
|
|
|
|
|
|
|
|
%files tools
|
|
|
|
%defattr(-,root,root)
|
2024-01-06 05:31:30 +01:00
|
|
|
%config %{_sysconfdir}/xdg/lxqt-qtxdg.conf
|
|
|
|
%config %{_sysconfdir}/xdg/qtxdg.conf
|
|
|
|
#%{_bindir}/qtxdg-mat
|
2024-01-06 05:31:30 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-04-28 23:17:14 +02:00
|
|
|
* Tue Apr 23 2024 Automatic Build System <autodist@openmamba.org> 4.0.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:31:32 +01:00
|
|
|
* Sun Nov 05 2023 Automatic Build System <autodist@mambasoft.it> 3.12.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:31:31 +01:00
|
|
|
* Tue Apr 18 2023 Automatic Build System <autodist@mambasoft.it> 3.11.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:31:30 +01:00
|
|
|
* Wed Nov 09 2022 Automatic Build System <autodist@mambasoft.it> 3.10.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:31:30 +01:00
|
|
|
* Mon May 09 2022 Automatic Build System <autodist@mambasoft.it> 3.9.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:31:30 +01:00
|
|
|
* Mon Apr 18 2022 Automatic Build System <autodist@mambasoft.it> 3.9.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:31:30 +01:00
|
|
|
* Sun Nov 07 2021 Automatic Build System <autodist@mambasoft.it> 3.8.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:31:30 +01:00
|
|
|
* Sat Apr 17 2021 Automatic Build System <autodist@mambasoft.it> 3.7.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:31:30 +01:00
|
|
|
* Fri Apr 16 2021 Automatic Build System <autodist@mambasoft.it> 3.7.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:31:30 +01:00
|
|
|
* Sun Nov 08 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 3.6.0-1mamba
|
|
|
|
- update to 3.6.0
|
|
|
|
|
2024-01-06 05:31:30 +01:00
|
|
|
* Fri Oct 02 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 3.5.0-1mamba
|
|
|
|
- package created using the webbuild interface
|