I have made the following changes intended for : CE:Apps / kasvopus 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/3409 Thank You, bossbot ([email protected]) [This message was auto-generated] --- Request # 3409: Messages from BOSS: Could not notify CE-maintainers (no address found) State: review 2011-12-07T13:49:24 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 / kasvopus -> CE:Apps / kasvopus changes files: -------------- --- com.substanceofcode.kasvopus.changes +++ com.substanceofcode.kasvopus.changes @@ -0,0 +1,3 @@ +* Wed Dec 07 2011 Jakub Pavelek <[email protected]> - 1.0 +- Patching desktop file and copying upstream icon to base theme. + new: ---- xruxa_Nemo_specific_desktop.patch spec files: ----------- --- com.substanceofcode.kasvopus.spec +++ com.substanceofcode.kasvopus.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: com.substanceofcode.kasvopus Summary: Facebook client Version: 1.0 -Release: 1 +Release: 2 Group: Applications/Internet License: GPLv2 URL: http://www.substanceofcode.com/ Source0: %{name}-%{version}.tar.gz Source100: com.substanceofcode.kasvopus.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/com.substanceofcode.kasvopus.png %{buildroot}%{_datadir}/themes/base/meegotouch/icons/kasvopus.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/kasvopus.png # >> files # << files other changes: -------------- ++++++ com.substanceofcode.kasvopus.yaml --- com.substanceofcode.kasvopus.yaml +++ com.substanceofcode.kasvopus.yaml @@ -1,12 +1,14 @@ Name: com.substanceofcode.kasvopus Summary: Facebook client Version: 1.0 -Release: 1 +Release: 2 Group: Applications/Internet License: GPLv2 URL: http://www.substanceofcode.com/ Sources: - "%{name}-%{version}.tar.gz" +Patches: + - xruxa_Nemo_specific_desktop.patch Description: Facebook client. @@ -21,3 +23,4 @@ - "%{_datadir}/applications/%{name}.desktop" - "/opt/%{name}" - "%{_datadir}/icons/hicolor/*/apps/%{name}.png" + - "%{_datadir}/themes/base/meegotouch/icons/kasvopus.png" ++++++ xruxa_Nemo_specific_desktop.patch (new) --- xruxa_Nemo_specific_desktop.patch +++ xruxa_Nemo_specific_desktop.patch @@ -0,0 +1,12 @@ +diff -Naur com.substanceofcode.kasvopus-1.0//com.substanceofcode.kasvopus.desktop com.substanceofcode.kasvopus-1.0patched//com.substanceofcode.kasvopus.desktop +--- com.substanceofcode.kasvopus-1.0//com.substanceofcode.kasvopus.desktop 2011-05-19 16:09:34.000000000 +0200 ++++ com.substanceofcode.kasvopus-1.0patched//com.substanceofcode.kasvopus.desktop 2011-12-07 13:41:17.369542998 +0100 +@@ -5,7 +5,7 @@ + Terminal=false + Name=Kasvopus + Exec=/opt/com.substanceofcode.kasvopus/bin/Kasvopus +-Icon=com.substanceofcode.kasvopus ++Icon=kasvopus + X-Window-Icon= + X-HildonDesk-ShowInToolbar=true + X-Osso-Type=application/x-executable
