I have made the following changes intended for : CE:Apps / qatbowling 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/3410 Thank You, bossbot ([email protected]) [This message was auto-generated] --- Request # 3410: Messages from BOSS: Could not notify CE-maintainers (no address found) State: review 2011-12-07T14:07:22 bossbot Reviews: accepted by bossbot : Prechecks completed; none failed. new by : Please replace this text with a review and approve/reject the review (not the SR). BOSS will take care of the rest Changes: submit: home:jakub:branches:CE:Apps / qatbowling -> CE:Apps / qatbowling changes files: -------------- --- info.vivainio.qatbowling.changes +++ info.vivainio.qatbowling.changes @@ -0,0 +1,3 @@ +* Wed Dec 07 2011 Jakub Pavelek <[email protected]> - 1.0 +- Patching desktop file and installing app icon under new name. + new: ---- xruxa_Nemo_specific_desktop.patch spec files: ----------- --- info.vivainio.qatbowling.spec +++ info.vivainio.qatbowling.spec @@ -1,6 +1,6 @@ # # Do NOT Edit the Auto-generated Part! -# Generated by: spectacle version 0.22 +# Generated by: spectacle version 0.23 # # >> macros # << macros @@ -8,12 +8,13 @@ Name: info.vivainio.qatbowling Summary: Little game involving a cat, some milk and a projectile Version: 1.0 -Release: 1 +Release: 2 Group: Amusements/Games License: GPL URL: http://projects.forum.nokia.com/catbowling Source0: %{name}-%{version}.tar.gz Source100: info.vivainio.qatbowling.yaml +Patch0: xruxa_Nemo_specific_desktop.patch BuildRequires: pkgconfig(QtCore) >= 4.7.0 BuildRequires: pkgconfig(QtGui) BuildRequires: pkgconfig(QtWebKit) @@ -29,6 +30,8 @@ %prep %setup -q -n %{name}-%{version} +# xruxa_Nemo_specific_desktop.patch +%patch0 -p1 # >> setup # << setup @@ -49,6 +52,8 @@ %qmake_install # >> install post +mkdir -p %{buildroot}%{_datadir}/themes/base/meegotouch/icons +install -m 644 %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/info.vivainio.qatbowling.png %{buildroot}%{_datadir}/themes/base/meegotouch/icons/qatbowling.png # << install post desktop-file-install --delete-original \ --dir %{buildroot}%{_datadir}/applications \ @@ -64,6 +69,7 @@ %{_datadir}/applications/%{name}.desktop /opt/%{name} %{_datadir}/icons/hicolor/*/apps/%{name}.png +%{_datadir}/themes/base/meegotouch/icons/qatbowling.png # >> files # << files other changes: -------------- ++++++ info.vivainio.qatbowling.yaml --- info.vivainio.qatbowling.yaml +++ info.vivainio.qatbowling.yaml @@ -1,12 +1,14 @@ Name: info.vivainio.qatbowling Summary: Little game involving a cat, some milk and a projectile Version: 1.0 -Release: 1 +Release: 2 Group: Amusements/Games License: GPL URL: http://projects.forum.nokia.com/catbowling Sources: - "%{name}-%{version}.tar.gz" +Patches: + - xruxa_Nemo_specific_desktop.patch Description: Hit as many bottles of milk as time allows. Timing gets more challenging as you advance in levels @@ -22,4 +24,5 @@ - "%{_datadir}/applications/%{name}.desktop" - "/opt/%{name}" - "%{_datadir}/icons/hicolor/*/apps/%{name}.png" + - "%{_datadir}/themes/base/meegotouch/icons/qatbowling.png" ++++++ xruxa_Nemo_specific_desktop.patch (new) --- xruxa_Nemo_specific_desktop.patch +++ xruxa_Nemo_specific_desktop.patch @@ -0,0 +1,19 @@ +diff -Naur info.vivainio.qatbowling-1.0//info.vivainio.qatbowling.desktop info.vivainio.qatbowling-1.0patched//info.vivainio.qatbowling.desktop +--- info.vivainio.qatbowling-1.0//info.vivainio.qatbowling.desktop 2011-05-19 15:31:22.000000000 +0200 ++++ info.vivainio.qatbowling-1.0patched//info.vivainio.qatbowling.desktop 2011-12-07 13:27:32.801521885 +0100 +@@ -1,3 +1,4 @@ ++ + [Desktop Entry] + Encoding=UTF-8 + Version=1.0 +@@ -6,8 +7,9 @@ + Name=QatBowling + Exec=/opt/info.vivainio.qatbowling/bin/catbowling + Comment=Action game +-Icon=info.vivainio.qatbowling ++Icon=qatbowling + X-Window-Icon= + X-HildonDesk-ShowInToolbar=true + X-Osso-Type=application/x-executable + Categories=Game; ++X-Desktop-File-Install-Version=0.18
