automatic version update by autodist [release 2.1.1-1mamba;Tue Nov 12 2024]
This commit is contained in:
parent
3ea7132039
commit
ae449b3e5b
@ -1,5 +1,5 @@
|
||||
Name: lxqt-panel
|
||||
Version: 2.0.1
|
||||
Version: 2.1.1
|
||||
Release: 1mamba
|
||||
Summary: The taskbar of the LXQt desktop environment
|
||||
Group: Graphical Desktop/Applications/Environment
|
||||
@ -12,6 +12,12 @@ Patch0: lxqt-panel-2.0.0-upstream-fix-plugin-loader.patch
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libQt6Concurrent
|
||||
BuildRequires: libQt6Core
|
||||
BuildRequires: libQt6DBus
|
||||
BuildRequires: libQt6Gui
|
||||
BuildRequires: libQt6Widgets
|
||||
BuildRequires: libQt6Xml
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXtst-devel
|
||||
BuildRequires: libalsa-devel
|
||||
@ -30,12 +36,13 @@ BuildRequires: libsensors-devel
|
||||
BuildRequires: libstatgrab-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libsysstat-devel
|
||||
BuildRequires: libwayland-devel
|
||||
BuildRequires: libxcb-devel
|
||||
BuildRequires: libxcb-image-devel
|
||||
BuildRequires: libxcb-util-devel
|
||||
BuildRequires: libxkbcommon-devel
|
||||
BuildRequires: qt6-qtbase-devel
|
||||
BuildRequires: qt6-qtsvg-devel
|
||||
BuildRequires: qt6-qtwayland-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
BuildRequires: lxqt-menu-data
|
||||
@ -62,14 +69,16 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
%description -n lib%{name}-devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#-D -T
|
||||
#:<< _EOF
|
||||
%patch 0 -p1 -b .upstream-fix-plugin-loader
|
||||
|
||||
%build
|
||||
#:<< _EOF
|
||||
%cmake -d build
|
||||
%make
|
||||
|
||||
@ -77,22 +86,16 @@ This package contains libraries and header files for developing applications tha
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
|
||||
find %{buildroot}/usr/share/lxqt/translations/ -name *.qm | \
|
||||
while read line; do
|
||||
bn=`echo ${line}|cut -d_ -f2-3`
|
||||
echo "%lang(${bn/.*}) ${line/*-root}" >> %{name}.lang
|
||||
done
|
||||
%find_lang %{name} --with-qt --all-name
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -n lib%{name} -p /sbin/ldconfig
|
||||
%postun -n lib%{name} -p /sbin/ldconfig
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_sysconfdir}/xdg/autostart/lxqt-panel.desktop
|
||||
%{_bindir}/lxqt-panel
|
||||
%{_datadir}/applications/lxqt-panel.desktop
|
||||
%dir %{_datadir}/lxqt/lxqt-panel
|
||||
%{_datadir}/lxqt/lxqt-panel/*.desktop
|
||||
%{_datadir}/lxqt/panel.conf
|
||||
@ -105,6 +108,10 @@ done
|
||||
%defattr(-,root,root)
|
||||
%dir %{_libdir}/lxqt-panel
|
||||
%{_libdir}/lxqt-panel/lib*.so
|
||||
%dir %{_libdir}/lxqt-panel/backend
|
||||
%{_libdir}/lxqt-panel/backend/libwmbackend_kwin_wayland.so
|
||||
%{_libdir}/lxqt-panel/backend/libwmbackend_wlroots.so
|
||||
%{_libdir}/lxqt-panel/backend/libwmbackend_xcb.so
|
||||
|
||||
%files -n lib%{name}-devel
|
||||
%defattr(-,root,root)
|
||||
@ -112,8 +119,10 @@ done
|
||||
%{_includedir}/lxqt/*.h
|
||||
%doc README.md
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Nov 12 2024 Automatic Build System <autodist@openmamba.org> 2.1.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 10 2024 Automatic Build System <autodist@openmamba.org> 2.0.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user