automatic version update by autodist [release 23.360.11-1mamba;Thu Dec 28 2023]
This commit is contained in:
parent
35577d5371
commit
c70b3c9024
@ -1,7 +1,7 @@
|
||||
Name: plymouth
|
||||
Epoch: 3
|
||||
Version: 22.02.122
|
||||
Release: 2mamba
|
||||
Version: 23.360.11
|
||||
Release: 1mamba
|
||||
Summary: Provides a graphical boot animation while the boot process happens in the background
|
||||
Group: System/Kernel and Hardware
|
||||
Vendor: openmamba
|
||||
@ -26,22 +26,17 @@ Patch8: plymouth-0.9.3.20171122git-no-systemd-vconsole-setup.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libatk-devel
|
||||
BuildRequires: libbrotli-devel
|
||||
BuildRequires: libbzip2-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libdrm-devel
|
||||
BuildRequires: libevdev-devel
|
||||
BuildRequires: libfreetype-devel
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgraphite2-devel
|
||||
BuildRequires: libgtk3-devel
|
||||
BuildRequires: libharfbuzz-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libpcre-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libudev-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: libxkbcommon-devel
|
||||
BuildRequires: xkeyboard-config-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Obsoletes: splashutils < 3:0.9.5-2mamba
|
||||
Obsoletes: miscsplashutils < 3:0.9.5-2mamba
|
||||
@ -124,15 +119,25 @@ This package contains the default themes provides with plymouth.
|
||||
%setup -q
|
||||
#-D -T
|
||||
#:<< _EOF
|
||||
%patch5 -p1
|
||||
%patch 5 -p1
|
||||
##%patch6 -p1
|
||||
#%patch7 -p1
|
||||
%patch8 -p1
|
||||
|
||||
./autogen.sh
|
||||
%patch 8 -p1
|
||||
|
||||
%build
|
||||
#:<< _EOF
|
||||
%meson \
|
||||
-Dlogo=%{_datadir}/icons/hicolor/64x64/apps/openmamba.png \
|
||||
-Dbackground-color=0x0BB03A \
|
||||
-Dbackground-start-color-stop=0x00993F \
|
||||
-Dbackground-end-color-stop=0x1CD434 \
|
||||
-Drelease-file=%{_sysconfdir}/%{_host_vendor}-release \
|
||||
-Drunstatedir=/run \
|
||||
%ifarch x86_64 aarch64
|
||||
--libexecdir=%{_prefix}/libexec \
|
||||
%endif
|
||||
|
||||
:<< __OLD
|
||||
%configure \
|
||||
--with-logo=%{_datadir}/icons/hicolor/64x64/apps/openmamba.png \
|
||||
--with-background-color=0x0BB03A \
|
||||
@ -150,12 +155,13 @@ This package contains the default themes provides with plymouth.
|
||||
%endif
|
||||
--enable-pango \
|
||||
--enable-systemd-integration
|
||||
__OLD
|
||||
|
||||
%make
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
%meson_install
|
||||
|
||||
#install -D -m0755 %{SOURCE1} %{buildroot}%{_prefix}/libexec/initrd-functions
|
||||
|
||||
@ -247,7 +253,8 @@ fi
|
||||
%dir %{_libdir}/plymouth
|
||||
%{_libdir}/plymouth/details.*
|
||||
%{_libdir}/plymouth/fade-throbber.*
|
||||
%{_libdir}/plymouth/label.*
|
||||
%{_libdir}/plymouth/label-freetype.so
|
||||
%{_libdir}/plymouth/label-pango.so
|
||||
%{_libdir}/plymouth/renderers/drm.*
|
||||
%{_libdir}/plymouth/renderers/frame-buffer.*
|
||||
%{_libdir}/plymouth/script.*
|
||||
@ -260,13 +267,9 @@ fi
|
||||
%files -n lib%{name}-devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/plymouth-1
|
||||
%{_libdir}/libply-splash-core.la
|
||||
%{_libdir}/libply-splash-core.so
|
||||
%{_libdir}/libply.la
|
||||
%{_libdir}/libply.so
|
||||
%{_libdir}/libply-boot-client.la
|
||||
%{_libdir}/libply-boot-client.so
|
||||
%{_libdir}/libply-splash-graphics.la
|
||||
%{_libdir}/libply-splash-graphics.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
#%doc ChangeLog NEWS README TODO
|
||||
@ -281,7 +284,6 @@ fi
|
||||
|
||||
%files themes
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/plymouth/tribar.la
|
||||
%{_libdir}/plymouth/tribar.so
|
||||
%dir %{_datadir}/plymouth/themes/details
|
||||
%{_datadir}/plymouth/themes/details/*
|
||||
@ -305,6 +307,9 @@ fi
|
||||
%{_datadir}/plymouth/themes/tribar/*
|
||||
|
||||
%changelog
|
||||
* Thu Dec 28 2023 Automatic Build System <autodist@mambasoft.it> 23.360.11-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Aug 01 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 22.02.122-2mamba
|
||||
- move all themes to -themes subpackage
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user