commit branding-basedonopensuse for openSUSE:12.2
Hello community, here is the log from the commit of package branding-basedonopensuse for openSUSE:12.2 checked in at 2012-07-30 09:08:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:12.2/branding-basedonopensuse (Old) and /work/SRC/openSUSE:12.2/.branding-basedonopensuse.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "branding-basedonopensuse", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:12.2/branding-basedonopensuse/branding-basedonopensuse.changes 2012-07-18 13:59:59.000000000 +0200 +++ /work/SRC/openSUSE:12.2/.branding-basedonopensuse.new/branding-basedonopensuse.changes 2012-07-30 09:09:23.000000000 +0200 @@ -1,0 +2,7 @@ +Fri Jul 27 09:38:17 UTC 2012 - tittiatcoke@gmail.com + +- 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.ZtK8n0/_old 2012-07-30 09:10:01.000000000 +0200 +++ /var/tmp/diff_new_pack.ZtK8n0/_new 2012-07-30 09:10:01.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:12.2/branding-basedonopensuse/openSUSE.tar.gz /work/SRC/openSUSE:12.2/.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: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de