Package: plymouth
Severity: wishlist
Hi,
attached two patches add the new renderers and and themes to the 0.8.0
package. There's more work to be done until dh_install --fail-missing
works but these two should make testing 0.8.0 easier.
Cheers,
-- Guido
>From b088191e4d68dac4326630c77d49b801c3d08ac6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Guido=20G=C3=BCnther?= <[email protected]>
Date: Sat, 27 Mar 2010 13:44:28 +0100
Subject: [PATCH 1/3] Add new plugins
---
debian/control | 26 +++++++++++++++++++++++++-
debian/plymouth-plugins-glow.install | 2 ++
debian/plymouth-plugins-script.install | 2 ++
3 files changed, 29 insertions(+), 1 deletions(-)
create mode 100644 debian/plymouth-plugins-glow.install
create mode 100644 debian/plymouth-plugins-script.install
diff --git a/debian/control b/debian/control
index 4559559..dd22c00 100644
--- a/debian/control
+++ b/debian/control
@@ -36,7 +36,8 @@ Package: plymouth-plugins-all
Architecture: all
Depends:
${misc:Depends}, plymouth-plugins-fade-in, plymouth-plugins-label,
- plymouth-plugins-solar, plymouth-plugins-spinfinity
+ plymouth-plugins-solar, plymouth-plugins-spinfinity,
+ plymouth-plugins-glow, plymouth-plugins-script
Description: Graphical Boot Animation and Logger (plugin metapackage)
Plymouth provides an attractive graphical boot animation in place of the text
messages that normally get shown. Text messages are instead redirected to a log
@@ -91,3 +92,26 @@ Description: Graphical Boot Animation and Logger (spinfinity plugin)
.
This package contains the spinfinity plugin. It features a centered logo and
animated spinner that spins in the shape of an infinity sign.
+
+Package: plymouth-plugins-glow
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}, plymouth (= ${binary:Version})
+Provides: plymouth-plugin
+Description: Graphical Boot Animation and Logger (glow plugin)
+ Plymouth provides an attractive graphical boot animation in place of the text
+ messages that normally get shown. Text messages are instead redirected to a log
+ file for viewing after boot.
+ .
+ This package contains the glow plugin. It features a pie chart as progress
+ indicator.
+
+Package: plymouth-plugins-script
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}, plymouth (= ${binary:Version})
+Provides: plymouth-plugin
+Description: Graphical Boot Animation and Logger (glow plugin)
+ Plymouth provides an attractive graphical boot animation in place of the text
+ messages that normally get shown. Text messages are instead redirected to a log
+ file for viewing after boot.
+ .
+ This package contains the script plugin. It features a simple base theme.
diff --git a/debian/plymouth-plugins-glow.install b/debian/plymouth-plugins-glow.install
new file mode 100644
index 0000000..20ff8d7
--- /dev/null
+++ b/debian/plymouth-plugins-glow.install
@@ -0,0 +1,2 @@
+/usr/share/plymouth/themes/glow/
+/usr/lib/plymouth/two-step.so
diff --git a/debian/plymouth-plugins-script.install b/debian/plymouth-plugins-script.install
new file mode 100644
index 0000000..d64b870
--- /dev/null
+++ b/debian/plymouth-plugins-script.install
@@ -0,0 +1,2 @@
+/usr/share/plymouth/themes/script/
+/usr/lib/plymouth/script.so
--
1.7.0.3
>From 44d706791dd5b33676c08801a78ae5b52e69cd15 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Guido=20G=C3=BCnther?= <[email protected]>
Date: Sat, 27 Mar 2010 13:55:09 +0100
Subject: [PATCH 2/3] Add renderers
---
debian/control | 12 ++++++++++++
debian/plymouth-x11.install | 2 ++
debian/plymouth.install | 2 ++
3 files changed, 16 insertions(+), 0 deletions(-)
create mode 100644 debian/plymouth-x11.install
diff --git a/debian/control b/debian/control
index dd22c00..1dd25fe 100644
--- a/debian/control
+++ b/debian/control
@@ -22,6 +22,18 @@ Description: Graphical Boot Animation and Logger
messages that normally get shown. Text messages are instead redirected to a log
file for viewing after boot.
+Package: plymouth-x11
+Architecture: any
+Depends:
+ ${misc:Depends}, ${shlibs:Depends}, plymouth (>= ${binary:Version})
+Suggests: gdm
+Description: Graphical Boot Animation and Logger
+ Plymouth provides an attractive graphical boot animation in place of the text
+ messages that normally get shown. Text messages are instead redirected to a log
+ file for viewing after boot.
+ .
+ This package contains the x11 renderer and the log viewer.
+
Package: plymouth-dev
Architecture: any
Depends: ${misc:Depends}, plymouth (= ${binary:Version})
diff --git a/debian/plymouth-x11.install b/debian/plymouth-x11.install
new file mode 100644
index 0000000..bea4971
--- /dev/null
+++ b/debian/plymouth-x11.install
@@ -0,0 +1,2 @@
+/usr/bin/plymouth-log-viewer
+/usr/lib/plymouth/renderers/x11.so
diff --git a/debian/plymouth.install b/debian/plymouth.install
index d25bb01..fb8b72b 100644
--- a/debian/plymouth.install
+++ b/debian/plymouth.install
@@ -9,3 +9,5 @@
/usr/share/gdm
/usr/share/plymouth/themes/text/
/usr/share/plymouth/themes/details/
+/usr/lib/plymouth/renderers/drm.so
+/usr/lib/plymouth/renderers/frame-buffer.so
--
1.7.0.3