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