Browse Source

plymouth: update script theme

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@4092 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 13 years ago
parent
commit
ceec5b51c0
1 changed files with 12 additions and 2 deletions
  1. 12 2
      p/plymouth/plymouth-vl.spec

+ 12 - 2
p/plymouth/plymouth-vl.spec

@@ -6,7 +6,7 @@ Summary: Graphical Boot Animation and Logger
 Summary(ja): グラフィカルブートアニメーション
 Name: plymouth
 Version: 0.8.3
-Release: 6%{?_dist_release}
+Release: 8%{?_dist_release}
 License: GPLv2+
 Group: System Environment/Base
 URL: http://freedesktop.org/software/plymouth/releases
@@ -20,12 +20,14 @@ Source12: plymouth-theme-charge.tar.bz2
 
 Patch10: plymouth-0.8.3-fix-crash-on-retain-splash.patch
 Patch11: plymouth-0.8.3-save-original-tty-lock-settings.patch
+Patch12: plymouth-0.8.3-ply084.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
 Requires: vine-logos
 Requires(post): plymouth-scripts
 Requires: initscripts >= 8.90.5
+Requires: plymouth-system-theme
 
 Obsoletes: bootsplash <= 3.2
 Provides: bootsplash
@@ -253,13 +255,13 @@ plugin.
 %setup -q
 %patch10 -p1 -b .fix-crash
 %patch11 -p1 -b .save-original-tty-lock-settings
+%patch12 -p1 -b .update-scripts-from-ply084
 
 # Change the default theme
 sed -i -e 's/fade-in/script/g' src/plymouthd.defaults
 
 %build
 %configure --enable-tracing --disable-tests                      \
-           --without-default-plugin                              \
            --with-logo=%{_datadir}/pixmaps/vine/vinelogo-bw.png  \
            --with-background-start-color-stop=0x3A3A6A           \
            --with-background-end-color-stop=0x000000             \
@@ -452,6 +454,14 @@ fi
 %defattr(-, root, root)
 
 %changelog
+* Thu Jun 09 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.3-8
+- update script theme
+
+* Thu Apr 07 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.3-7
+- add Patch12 to update plymouth-{set-default-theme,poplulate-initrd}
+  - use text as fallback default.
+- add R: plymouth-system-theme to main package.
+
 * Thu Mar 10 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.3-6
 - add Patch11 to save original tty lock setting