forked from pool/plymouth
Cliff Zhao
8e1659f060
- Update to version plymouth-0.9.5+git20200407+6ca4b5b: plymouthd: fix mode changing before splash is shown. two-step: Center message text within labels if labels are centered. drm: Do not unnecessarily get output info twice. ply-device-manager: Only consume one udev event at a time. two-step: Do not jump to end-animation on halt/reboot if it is disabled two-step: Add UseEndAnimation setting. - Add plymouth-ignore-serial-console.patch: Don't output in serial console for openQA need to take serial in the test, and yast-installation prgram has a feature to install system through it (bnc#1164123). - Add plymouth-disable-fedora-bizcom-theme.patch: Will not compile fedora related theme packages, which openSUSE don't need. - Add label-ft: label-ft plugin will only compile when customer require. - Drop plymouth-avoid-umount-hanging-shutdown.patch: Already merged to upstream. - Drop boot-duration: this is an empty file which can generated after package building. OBS-URL: https://build.opensuse.org/request/show/794735 OBS-URL: https://build.opensuse.org/package/show/Base:System/plymouth?expand=0&rev=255
15 lines
1.0 KiB
Diff
15 lines
1.0 KiB
Diff
diff -Nura plymouth-0.9.5+git20191224+d7c737d/src/plugins/splash/Makefile.am plymouth-0.9.5+git20191224+d7c737d_new/src/plugins/splash/Makefile.am
|
|
--- plymouth-0.9.5+git20191224+d7c737d/src/plugins/splash/Makefile.am 2020-01-02 17:03:18.000000000 +0800
|
|
+++ plymouth-0.9.5+git20191224+d7c737d_new/src/plugins/splash/Makefile.am 2020-04-10 22:35:52.759365963 +0800
|
|
@@ -1,2 +1,2 @@
|
|
-SUBDIRS = fade-throbber text details space-flares two-step script tribar
|
|
+SUBDIRS = text details two-step script tribar
|
|
MAINTAINERCLEANFILES = Makefile.in
|
|
diff -Nura plymouth-0.9.5+git20191224+d7c737d/themes/Makefile.am plymouth-0.9.5+git20191224+d7c737d_new/themes/Makefile.am
|
|
--- plymouth-0.9.5+git20191224+d7c737d/themes/Makefile.am 2020-01-02 17:03:18.000000000 +0800
|
|
+++ plymouth-0.9.5+git20191224+d7c737d_new/themes/Makefile.am 2020-04-10 21:07:15.395978166 +0800
|
|
@@ -1,2 +1,2 @@
|
|
-SUBDIRS = spinfinity fade-in text details solar glow script spinner tribar bgrt
|
|
+SUBDIRS = spinfinity text details script spinner tribar bgrt
|
|
MAINTAINERCLEANFILES = Makefile.in
|