Hello community,
here is the log from the commit of package branding-basedonopensuse for
openSUSE:Factory checked in at 2012-07-30 09:08:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/branding-basedonopensuse (Old)
and /work/SRC/openSUSE:Factory/.branding-basedonopensuse.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "branding-basedonopensuse", Maintainer is ""
Changes:
--------
---
/work/SRC/openSUSE:Factory/branding-basedonopensuse/branding-basedonopensuse.changes
2012-07-18 13:59:52.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.branding-basedonopensuse.new/branding-basedonopensuse.changes
2012-07-30 09:08:37.000000000 +0200
@@ -1,0 +2,7 @@
+Fri Jul 27 09:38:17 UTC 2012 - [email protected]
+
+- Add the plymouth branding
+- Update the grub2 theme to include also a branding for the
+ terminal window (bnc#770107)
+
+-------------------------------------------------------------------
New:
----
post.plymouth
postun.plymouth
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ branding-basedonopensuse.spec ++++++
--- /var/tmp/diff_new_pack.7VJsmP/_old 2012-07-30 09:09:23.000000000 +0200
+++ /var/tmp/diff_new_pack.7VJsmP/_new 2012-07-30 09:09:23.000000000 +0200
@@ -103,6 +103,8 @@
Source107: post.grub2
Source108: postun.wallpaper
Source109: post.wallpaper
+Source110: post.plymouth
+Source111: postun.plymouth
%description
You can install this if you want to follow the openSUSE trademark guidelines.
@@ -251,6 +253,7 @@
sed -i -e 's,openSUSE,basedonopensuse,' files.bootsplash-branding-openSUSE
sed -i -e 's,openSUSE,basedonopensuse,' files.gfxboot-branding-openSUSE
sed -i -e 's,openSUSE,basedonopensuse,' files.grub2-branding-openSUSE
+sed -i -e 's,openSUSE,basedonopensuse,g' files.plymouth-branding-openSUSE
# gfxboot themes will soon get a make install - promised by snwint
if test -f gfx/openSUSE/bootlogo; then
@@ -267,11 +270,16 @@
rm -rf %{buildroot}/usr/share/YaST2/theme/openSUSE/wizard/
rm -rf %{buildroot}/usr/share/kde4/apps/kdm
rm -rf %{buildroot}/usr/share/grub2/themes/openSUSE
%{buildroot}/usr/share/grub2/backgrounds/openSUSE
+rm -rf %{buildroot}/usr/share/plymouth/themes/openSUSE
make -C openSUSE install DESTDIR=%{buildroot} THEME=%theme_name
sed -i -e 's,openSUSE,basedonopensuse,'
$RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.bootsplash-branding-basedonopensuse
+mv %{buildroot}/usr/share/plymouth/themes/basedonopensuse/openSUSE.plymouth
%{buildroot}/usr/share/plymouth/themes/basedonopensuse/basedonopensuse.plymouth
+mv %{buildroot}/usr/share/plymouth/themes/basedonopensuse/openSUSE.script
%{buildroot}/usr/share/plymouth/themes/basedonopensuse/basedonopensuse.script
+sed -i -e 's,openSUSE,basedonopensuse,g'
%{buildroot}/usr/share/plymouth/themes/basedonopensuse/basedonopensuse.plymouth
+
# try how far we get without them
rm -v %{buildroot}/usr/share/wallpapers/openSUSE*desktop
%{buildroot}/usr/share/wallpapers/openSUSE*jpg
%{buildroot}/usr/share/wallpapers/default*
@@ -1130,4 +1138,20 @@
%files -f files.yast2-qt-branding-openSUSE -n yast2-qt-branding-basedonopensuse
+%post -n plymouth-branding-basedonopensuse
+if [ ! -e /.buildenv ]; then
+ export LIB=%{_libdir}
+ if [ "$(%{_sbindir}/plymouth-set-default-theme)" == "text" -o
"$(%{_sbindir}/plymouth-set-default-theme)" == "openSUSE" -o
"$(%{_sbindir}/plymouth-set-default-theme)" == "basedonopensuse" ]; then
+ %{_sbindir}/plymouth-set-default-theme -R basedonopensuse
+ fi
+fi
+
+%postun -n plymouth-branding-basedonopensuse
+if [ $1 -eq 0 ]; then
+ export LIB=%{_libdir}
+ if [ "$(%{_sbindir}/plymouth-set-default-theme)" == "basedonopensuse" ];
then
+ %{_sbindir}/plymouth-set-default-theme -R --reset
+ fi
+fi
+
%changelog
++++++ openSUSE.tar.gz ++++++
/work/SRC/openSUSE:Factory/branding-basedonopensuse/openSUSE.tar.gz
/work/SRC/openSUSE:Factory/.branding-basedonopensuse.new/openSUSE.tar.gz
differ: char 5, line 1
++++++ post.plymouth ++++++
if [ ! -e /.buildenv ]; then
export LIB=%{_libdir}
if [ "$(%{_sbindir}/plymouth-set-default-theme)" == "text" -o
"$(%{_sbindir}/plymouth-set-default-theme)" == "openSUSE" -o
"$(%{_sbindir}/plymouth-set-default-theme)" == "basedonopensuse" ]; then
%{_sbindir}/plymouth-set-default-theme -R openSUSE
fi
fi
++++++ postun.plymouth ++++++
if [ $1 -eq 0 ]; then
export LIB=%{_libdir}
if [ "$(%{_sbindir}/plymouth-set-default-theme)" == "basedonopensuse" ];
then
%{_sbindir}/plymouth-set-default-theme -R --reset
fi
fi
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]