2024-01-06 06:35:32 +01:00
|
|
|
Name: lxqt-config
|
2024-11-13 22:56:39 +01:00
|
|
|
Version: 2.1.0
|
2024-04-28 23:20:00 +02:00
|
|
|
Release: 1mamba
|
2024-01-06 06:35:32 +01:00
|
|
|
Summary: Several tools involved in the configuration of both LXQt and the underlying operating system
|
|
|
|
Group: Graphical Desktop/Applications/Configuration
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://github.com/lxqt/lxqt-config
|
|
|
|
Source: https://github.com/lxqt/lxqt-config.git/%{version}/lxqt-config-%{version}.tar.bz2
|
|
|
|
License: LGPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libICE-devel
|
2024-11-13 22:56:39 +01:00
|
|
|
BuildRequires: libQt6Core
|
|
|
|
BuildRequires: libQt6DBus
|
|
|
|
BuildRequires: libQt6Gui
|
|
|
|
BuildRequires: libQt6Widgets
|
|
|
|
BuildRequires: libQt6Xml
|
2024-01-06 06:35:32 +01:00
|
|
|
BuildRequires: libSM-devel
|
|
|
|
BuildRequires: libX11-devel
|
|
|
|
BuildRequires: libXcursor-devel
|
|
|
|
BuildRequires: libXext-devel
|
|
|
|
BuildRequires: libXfixes-devel
|
|
|
|
BuildRequires: libXi-devel
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libglib-devel
|
2024-04-28 23:20:00 +02:00
|
|
|
BuildRequires: libglvnd-devel
|
|
|
|
BuildRequires: libkf6-kwindowsystem-devel
|
|
|
|
BuildRequires: libkscreen-devel
|
2024-01-06 06:35:32 +01:00
|
|
|
BuildRequires: liblxqt-devel
|
|
|
|
BuildRequires: libqtxdg-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
BuildRequires: libudev-devel
|
|
|
|
BuildRequires: libxcb-devel
|
|
|
|
BuildRequires: libz-devel
|
2024-04-28 23:20:00 +02:00
|
|
|
BuildRequires: qt6-qtsvg-devel
|
2024-01-06 06:35:32 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: cmake
|
|
|
|
BuildRequires: xf86-input-libinput
|
2024-03-29 19:04:57 +01:00
|
|
|
BuildRequires: libkscreen5-devel >= 5.27.10-2mamba
|
2024-01-06 06:35:35 +01:00
|
|
|
BuildRequires: lxqt-menu-data
|
|
|
|
Requires: lxqt-menu-data
|
2024-01-06 06:35:32 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
Several tools involved in the configuration of both LXQt and the underlying operating system.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%cmake -d build
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall -C build
|
|
|
|
|
2024-11-13 22:56:39 +01:00
|
|
|
%find_lang %{name} --with-qt --all-name
|
2024-01-06 06:35:32 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/lxqt-config
|
|
|
|
%{_bindir}/lxqt-config-appearance
|
|
|
|
%{_bindir}/lxqt-config-brightness
|
|
|
|
%{_bindir}/lxqt-config-file-associations
|
|
|
|
%{_bindir}/lxqt-config-input
|
|
|
|
%{_bindir}/lxqt-config-locale
|
|
|
|
%{_bindir}/lxqt-config-monitor
|
|
|
|
%{_libdir}/lxqt-config/liblxqt-config-cursor.so
|
2024-01-06 06:35:32 +01:00
|
|
|
%{_datadir}/applications/lxqt-config*.desktop
|
2024-01-06 06:35:32 +01:00
|
|
|
%{_datadir}/icons/hicolor/48x48/apps/brightnesssettings.svg
|
|
|
|
%{_datadir}/lxqt/icons/monitor.svg
|
|
|
|
%{_mandir}/man1/lxqt-config-appearance.1*
|
|
|
|
%{_mandir}/man1/lxqt-config-mouse.1*
|
|
|
|
%{_mandir}/man1/lxqt-config.1*
|
|
|
|
%doc AUTHORS LICENSE
|
|
|
|
|
|
|
|
%changelog
|
2024-11-13 22:56:39 +01:00
|
|
|
* Sun Nov 10 2024 Automatic Build System <autodist@openmamba.org> 2.1.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-04-28 23:20:00 +02:00
|
|
|
* Thu Apr 25 2024 Automatic Build System <autodist@openmamba.org> 2.0.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-03-29 19:04:57 +01:00
|
|
|
* Fri Mar 15 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.0-2mamba
|
|
|
|
- rebuilt with libkscreen5 5.27.10-2mamba
|
|
|
|
|
2024-01-06 06:35:35 +01:00
|
|
|
* Wed Nov 08 2023 Automatic Build System <autodist@mambasoft.it> 1.4.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:35:34 +01:00
|
|
|
* Tue Apr 18 2023 Automatic Build System <autodist@mambasoft.it> 1.3.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:35:33 +01:00
|
|
|
* Mon Feb 20 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.0-2mamba
|
|
|
|
- rebuilt with libkscreen 5.27.0
|
|
|
|
|
2024-01-06 06:35:32 +01:00
|
|
|
* Thu Nov 10 2022 Automatic Build System <autodist@mambasoft.it> 1.2.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:35:32 +01:00
|
|
|
* Tue Apr 19 2022 Automatic Build System <autodist@mambasoft.it> 1.1.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:35:32 +01:00
|
|
|
* Tue Nov 23 2021 Automatic Build System <autodist@mambasoft.it> 1.0.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:35:32 +01:00
|
|
|
* Sat Apr 17 2021 Automatic Build System <autodist@mambasoft.it> 0.17.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:35:32 +01:00
|
|
|
* Sun Nov 15 2020 Automatic Build System <autodist@mambasoft.it> 0.16.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:35:32 +01:00
|
|
|
* Mon Nov 09 2020 Automatic Build System <autodist@mambasoft.it> 0.16.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:35:32 +01:00
|
|
|
* Sat Oct 03 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.15.0-1mamba
|
|
|
|
- package created using the webbuild interface
|