I have made the following changes intended for : CE:Apps / ce-backgrounds
Please review and accept or decline. BOSS has already run some checks on this request. See the "Messages from BOSS" section below. https://build.pub.meego.com//request/show/3163 Thank You, bossbot ([email protected]) [This message was auto-generated] --- Request # 3163: Messages from BOSS: SKIPPED check_package_is_complete_sources (ce-backgrounds) Could not notify CE-maintainers (no address found) State: review 2011-11-19T21:14:15 bossbot Reviews: accepted by bossbot : Prechecks completed; none failed. new by None Changes: submit: home:lbt:branches:CE:Apps / ce-backgrounds -> CE:Apps / ce-backgrounds changes files: -------------- --- ce-backgrounds.changes +++ ce-backgrounds.changes @@ -0,0 +1,3 @@ +* Sat Nov 19 2011 David Greaves <[email protected]> - 0.3 +- Use Nemo splash screens + old: ---- shutdown-800x480.png splash-ce-1.2.png splash-ce-1.3.png new: ---- shutdown-nemo-800x480.png splash-nemo-800x480.png spec files: ----------- --- ce-backgrounds.spec +++ ce-backgrounds.spec @@ -6,22 +6,22 @@ # << macros Name: ce-backgrounds -Summary: MeeGo Community Edition backgrounds -Version: 0.2 +Summary: Nemo Mobile backgrounds +Version: 0.3 Release: 1 Group: Applications/Multimedia License: LGPLv2 BuildArch: noarch -Source0: splash-ce-1.2.png -Source1: splash-ce-1.3.png -Source2: shutdown-800x480.png +Source0: splash-nemo-800x480.png +Source1: shutdown-nemo-800x480.png Source100: ce-backgrounds.yaml Provides: meego-desktop-backgrounds +Provides: nemo-backgrounds Obsoletes: generic-backgrounds %description -The %{name} package contains artwork for Community Edition. +The %{name} package contains artwork for Nemo Mobile. @@ -43,8 +43,9 @@ %install rm -rf %{buildroot} # >> install pre -install -D -m 644 %{SOURCE1} %{buildroot}/%{_datadir}/plymouth/splash.png -install -D -m 644 %{SOURCE2} %{buildroot}/%{_datadir}/plymouth/shutdown-800x480.png +install -D -m 644 %{SOURCE0} %{buildroot}/%{_datadir}/plymouth/splash-nemo-800x480.png +install -D -m 644 %{SOURCE1} %{buildroot}/%{_datadir}/plymouth/shutdown-nemo-800x480.png +ln -s splash-nemo-800x480.png %{buildroot}/%{_datadir}/plymouth/splash.png ln -s shutdown-800x480.png %{buildroot}/%{_datadir}/plymouth/halt.png ln -s shutdown-800x480.png %{buildroot}/%{_datadir}/plymouth/poweroff.png ln -s shutdown-800x480.png %{buildroot}/%{_datadir}/plymouth/reboot.png @@ -61,11 +62,12 @@ %files %defattr(-,root,root,-) # >> files +%{_datadir}/plymouth/splash-nemo-800x480.png +%{_datadir}/plymouth/shutdown-nemo-800x480.png %{_datadir}/plymouth/splash.png %{_datadir}/plymouth/halt.png %{_datadir}/plymouth/poweroff.png %{_datadir}/plymouth/reboot.png -%{_datadir}/plymouth/shutdown-800x480.png # << files other changes: -------------- ++++++ boss.conf --- boss.conf +++ boss.conf @@ -1,2 +1,5 @@ [checks] +# Missing a tarball check_package_is_complete_tarball = skip +# We have a Makefile +check_package_is_complete_sources = skip ++++++ ce-backgrounds.yaml --- ce-backgrounds.yaml +++ ce-backgrounds.yaml @@ -1,19 +1,19 @@ Name: ce-backgrounds -Summary: MeeGo Community Edition backgrounds -Version: 0.2 +Summary: Nemo Mobile backgrounds +Version: 0.3 Release: 1 Group: Applications/Multimedia License: LGPLv2 Sources: - - splash-ce-1.2.png - - splash-ce-1.3.png - - shutdown-800x480.png + - splash-nemo-800x480.png + - shutdown-nemo-800x480.png Description: | - The %{name} package contains artwork for Community Edition. + The %{name} package contains artwork for Nemo Mobile. Provides: # This is here because plymouth-lite requires it. - meego-desktop-backgrounds + - nemo-backgrounds Obsoletes: - generic-backgrounds NoSetup: yes ++++++ shutdown-nemo-800x480.png (new) Binary files shutdown-nemo-800x480.png added ++++++ splash-nemo-800x480.png (new) Binary files splash-nemo-800x480.png added ++++++ deleted files: --- shutdown-800x480.png --- splash-ce-1.2.png --- splash-ce-1.3.png
