I have made the following changes intended for : CE:Apps / twimgo 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/3402 Thank You, bossbot ([email protected]) [This message was auto-generated] --- Request # 3402: Messages from BOSS: Could not notify CE-maintainers (no address found) State: review 2011-12-07T10:37:51 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 / twimgo -> CE:Apps / twimgo changes files: -------------- --- com.substanceofcode.twimgo.changes +++ com.substanceofcode.twimgo.changes @@ -0,0 +1,3 @@ +* Wed Dec 07 2011 Jakub Pavelek <[email protected]> - 2.8.4 +- As part of packaging, install icon to base theme. + spec files: ----------- --- com.substanceofcode.twimgo.spec +++ com.substanceofcode.twimgo.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,7 +8,7 @@ Name: com.substanceofcode.twimgo Summary: Twitter client Version: 2.8.4 -Release: 1 +Release: 2 Group: Applications/Internet License: TBD URL: http://www.substanceofcode.com/ @@ -49,6 +49,8 @@ %qmake_install # >> install post +mkdir -p %{buildroot}%{_datadir}/themes/base/meegotouch/icons +install -m 644 %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/TwimGo.png %{buildroot}%{_datadir}/themes/base/meegotouch/icons/ # << install post desktop-file-install --delete-original \ --dir %{buildroot}%{_datadir}/applications \ @@ -64,6 +66,7 @@ %{_datadir}/applications/TwimGo.desktop /opt/%{name} %{_datadir}/icons/hicolor/*/apps/TwimGo.png +%{_datadir}/themes/base/meegotouch/icons/TwimGo.png # >> files # << files other changes: -------------- ++++++ com.substanceofcode.twimgo.yaml --- com.substanceofcode.twimgo.yaml +++ com.substanceofcode.twimgo.yaml @@ -1,7 +1,7 @@ Name: com.substanceofcode.twimgo Summary: Twitter client Version: 2.8.4 -Release: 1 +Release: 2 Group: Applications/Internet License: TBD URL: http://www.substanceofcode.com/ @@ -21,3 +21,4 @@ - "%{_datadir}/applications/TwimGo.desktop" - "/opt/%{name}" - "%{_datadir}/icons/hicolor/*/apps/TwimGo.png" + - "%{_datadir}/themes/base/meegotouch/icons/TwimGo.png"
