Accepting request 120738 from home:ketheriel:branches:Base:System
bnc#761403 OBS-URL: https://build.opensuse.org/request/show/120738 OBS-URL: https://build.opensuse.org/package/show/Base:System/plymouth?expand=0&rev=33
This commit is contained in:
parent
f318e09d85
commit
fdf780d14e
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 11 19:56:24 UTC 2012 - nmo.marques@gmail.com
|
||||
|
||||
- Split x11 renderer into his own package; the x11 renderer allows
|
||||
users to test plymouth themes; having it available on the devel
|
||||
package will force people who just want to test a theme to
|
||||
install a lot of unwanted dependencies. Being on it's own package
|
||||
without explicit dependencies provides extra functionality to
|
||||
users who want to test themes without having to rebuild initrd
|
||||
and rebooting for testing.
|
||||
- bnc#761403
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 28 07:00:56 UTC 2012 - tittiatcoke@gmail.com
|
||||
|
||||
|
@ -102,6 +102,7 @@ This package contains the libply library used by Plymouth.
|
||||
Summary: Libraries and headers for writing Plymouth splash plugins
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{name} = %{version}
|
||||
Requires: %{name}-x11-renderer = %{version}
|
||||
Requires: libply-boot-client2 = %{version}
|
||||
Requires: libply-splash-core2 = %{version}
|
||||
Requires: libply-splash-graphics2 = %{version}
|
||||
@ -122,6 +123,15 @@ Requires: %{name} = %{version}
|
||||
This package contains utilities that integrate with Plymouth
|
||||
including a boot log viewing application.
|
||||
|
||||
%package x11-renderer
|
||||
Summary: Plymouth X11 renderer
|
||||
Group: System/Base
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
%description x11-renderer
|
||||
This package provides the X11 renderer which allows to test plymouth
|
||||
behavior on environments with a valid DISPLAY.
|
||||
|
||||
%package scripts
|
||||
Summary: Plymouth related scripts
|
||||
Group: System/Base
|
||||
@ -521,7 +531,6 @@ fi
|
||||
%{_libdir}/pkgconfig/ply-splash-core.pc
|
||||
%{_libdir}/pkgconfig/ply-splash-graphics.pc
|
||||
%{_libdir}/pkgconfig/ply-boot-client.pc
|
||||
%{_libdir}/plymouth/renderers/x11*
|
||||
%{_includedir}/plymouth-1
|
||||
|
||||
%files -n libply-boot-client2
|
||||
@ -551,6 +560,10 @@ fi
|
||||
%defattr(-, root, root)
|
||||
%{_bindir}/plymouth-log-viewer
|
||||
|
||||
%files x11-renderer
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/plymouth/renderers/x11*
|
||||
|
||||
%files plugin-label
|
||||
%defattr(-, root, root)
|
||||
%{_libdir}/plymouth/label.so
|
||||
|
Loading…
Reference in New Issue
Block a user