I have made the following changes intended for : CE:Apps / apps-client 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/4313 Thank You, Marko Saukko [This message was auto-generated] --- Request # 4313: Messages from BOSS: State: review at 2012-02-04T11:25:52 by bossbot Reviews: accepted by bossbot : Prechecks succeeded. new for CE-maintainers : 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:sage:branches:CE:Apps / apps-client -> CE:Apps / apps-client changes files: -------------- --- apps-client.changes +++ apps-client.changes @@ -0,0 +1,3 @@ +* Sat Feb 04 2012 Marko Saukko <[email protected]> - 0.9.16 +- Fixes NEMO#88: Apps client does not show any content + old: ---- boss.conf spec files: ----------- --- apps-client.spec +++ apps-client.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 @@ -12,12 +12,14 @@ Group: Applications/System License: GPLv2 Source0: %{name}-%{version}.tar.gz -Source1: boss.conf +Source1: icon.png +Source2: apps-client-screenshot.png Source100: apps-client.yaml Requires: libqtdeclarative4 >= 4.7.0 Requires: libqtsql4-sqlite Requires: libqtopengl4 Requires: libqtnetwork4 +Requires: ca-certificates BuildRequires: pkgconfig(QtDeclarative) BuildRequires: pkgconfig(QtOpenGL) BuildRequires: pkgconfig(QtNetwork) @@ -71,9 +73,9 @@ /opt/org.formeego.apps/bin/one-click-install /opt/org.formeego.apps/bin/setup-sudo.sh /opt/org.formeego.apps/splash.png -/usr/share/applications/org.formeego.apps.desktop -/usr/share/dbus-1/services/org.formeego.apps.service -/usr/share/icons/hicolor/64x64/apps/org-formeego-apps.png +%{_datadir}/applications/org.formeego.apps.desktop +%{_datadir}/dbus-1/services/org.formeego.apps.service +%{_datadir}/icons/hicolor/64x64/apps/org-formeego-apps.png # >> files # << files other changes: -------------- ++++++ apps-client.yaml --- apps-client.yaml +++ apps-client.yaml @@ -6,7 +6,8 @@ License: GPLv2 Sources: - "%{name}-%{version}.tar.gz" - - "boss.conf" + - icon.png + - apps-client-screenshot.png Description: A graphical client for browsing and installing available apps. Requires: @@ -14,6 +15,8 @@ - libqtsql4-sqlite - libqtopengl4 - libqtnetwork4 + # Uses https thus need for certificates + - ca-certificates PkgConfigBR: - QtDeclarative - QtOpenGL @@ -28,6 +31,6 @@ - /opt/org.formeego.apps/bin/one-click-install - /opt/org.formeego.apps/bin/setup-sudo.sh - /opt/org.formeego.apps/splash.png - - /usr/share/applications/org.formeego.apps.desktop - - /usr/share/dbus-1/services/org.formeego.apps.service - - /usr/share/icons/hicolor/64x64/apps/org-formeego-apps.png + - "%{_datadir}/applications/org.formeego.apps.desktop" + - "%{_datadir}/dbus-1/services/org.formeego.apps.service" + - "%{_datadir}/icons/hicolor/64x64/apps/org-formeego-apps.png" ++++++ deleted files: --- boss.conf
