Hello community, here is the log from the commit of package branding-openSUSE for openSUSE:Factory checked in at 2012-06-11 07:31:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/branding-openSUSE (Old) and /work/SRC/openSUSE:Factory/.branding-openSUSE.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "branding-openSUSE", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/branding-openSUSE/branding-openSUSE.changes 2012-05-29 11:44:16.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.branding-openSUSE.new/branding-openSUSE.changes 2012-06-11 07:32:03.000000000 +0200 @@ -1,0 +2,5 @@ +Fri Jun 8 10:30:42 UTC 2012 - [email protected] + +- Add grub2-gfxconsole branding package + +------------------------------------------------------------------- New: ---- grub2-gfxconsole.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ branding-openSUSE.spec ++++++ --- /var/tmp/diff_new_pack.LQqFv6/_old 2012-06-11 07:32:07.000000000 +0200 +++ /var/tmp/diff_new_pack.LQqFv6/_new 2012-06-11 07:32:07.000000000 +0200 @@ -26,6 +26,7 @@ Source0: openSUSE.tar.gz Source20: sysconfig.bootsplash-branding-openSUSE Source21: sysconfig.displaymanager-kdm +Patch0: grub2-gfxconsole.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %ifarch x86_64 %ix86 %define package_gfxboot 1 @@ -225,9 +226,19 @@ This package contains the openSUSE splash screen for the The GNU Image Manipulation Program (GIMP) package +%package -n grub2-gfxconsole-branding-openSUSE +Summary: openSUSE branding for GRUB2's graphical console +License: CC-BY-SA-3.0 +Group: System/Fhs +Provides: grub2-gfxconsole-branding = %{version} +BuildArch: noarch + +%description -n grub2-gfxconsole-branding-openSUSE +openSUSE %{version} branding for the GRUB2's graphical console %prep %setup -q -c +%patch0 -p1 cp -a openSUSE/LICENSE COPYING %build @@ -428,4 +439,9 @@ %doc COPYING %{_datadir}/gimp/2.0/images +%files -n grub2-gfxconsole-branding-openSUSE +%defattr(-,root,root) +%dir /boot/grub2 +/boot/grub2/backgrounds + %changelog ++++++ grub2-gfxconsole.patch ++++++ Index: branding-openSUSE-12.2/openSUSE/Makefile =================================================================== --- branding-openSUSE-12.2.orig/openSUSE/Makefile +++ branding-openSUSE-12.2/openSUSE/Makefile @@ -11,7 +11,7 @@ openSUSE.tar.gz: openSUSE.d tar cvfz openSUSE.tar.gz openSUSE # rm -r openSUSE -openSUSE.d: gfxboot.d bootsplash.d kdelibs.d yast.d wallpaper.d ksplashx.d ksplash-qml.d kdm.d gnome.d susegreeter.d xfce.d gimp.d +openSUSE.d: gfxboot.d bootsplash.d kdelibs.d yast.d wallpaper.d ksplashx.d ksplash-qml.d kdm.d gnome.d susegreeter.d xfce.d gimp.d grub2.d cp Makefile LICENSE openSUSE gfxboot.d: defaults @@ -154,6 +154,13 @@ gimp.d: mkdir -p openSUSE/gimp inkscape -w 300 -e openSUSE/gimp/splash.png gimp/splash.svg +grub2.d: + rm -rf openSUSE/grub2 + mkdir -p openSUSE/grub2 + cd grub2 ;\ + ./grub2-branding.sh + cp -a grub2/backgrounds openSUSE/grub2 + install: # do not add requires here, this runs from generated openSUSE mkdir -p ${DESTDIR}/etc/bootsplash/themes/openSUSE cp -a bootsplash/* ${DESTDIR}/etc/bootsplash/themes/openSUSE/ @@ -196,6 +203,9 @@ install: # do not add requires here, thi install -d ${DESTDIR}/usr/share/YaST2/theme/openSUSE cp -a yast_wizard ${DESTDIR}/usr/share/YaST2/theme/openSUSE/wizard + install -d ${DESTDIR}/boot/grub2/backgrounds + cp -a grub2/backgrounds/* ${DESTDIR}/boot/grub2/backgrounds + install -d ${DESTDIR}/usr/share/kde4/apps/ksplash/Themes cp -a ksplashx ${DESTDIR}/usr/share/kde4/apps/ksplash/Themes/ksplashx-suse mkdir -p ${DESTDIR}/usr/share/kde4/apps/ksplash/Themes/ksplashx-suse/1600x1200 ++++++ openSUSE.tar.gz ++++++ /work/SRC/openSUSE:Factory/branding-openSUSE/openSUSE.tar.gz /work/SRC/openSUSE:Factory/.branding-openSUSE.new/openSUSE.tar.gz differ: char 5, line 1 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
