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/4308 Thank You, - [This message was auto-generated] --- Request # 4308: Messages from BOSS: WARNING check_package_is_complete_sources (apps-client) failed: No dsc file foundExtra source files: apps-client-screenshot.png, icon.png. State: review at 2012-02-02T11:39:31 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:xfade:NemoApps / apps-client -> CE:Apps / apps-client changes files: -------------- ++++++ new changes file: --- apps-client.changes +++ apps-client.changes @@ -0,0 +1,2 @@ +* Thu Feb 02 2012 Niels Breet <[email protected]> - 0.9.16 +- Initial release for Nemo new: ---- apps-client-0.9.16.tar.gz apps-client-screenshot.png apps-client.changes apps-client.spec apps-client.yaml boss.conf icon.png spec files: ----------- ++++++ new spec file: --- apps-client.spec +++ apps-client.spec @@ -0,0 +1,80 @@ +# +# Do NOT Edit the Auto-generated Part! +# Generated by: spectacle version 0.22 +# +# >> macros +# << macros + +Name: apps-client +Summary: Apps for Nemo client +Version: 0.9.16 +Release: 1 +Group: Applications/System +License: GPLv2 +Source0: %{name}-%{version}.tar.gz +Source1: boss.conf +Source100: apps-client.yaml +Requires: libqtdeclarative4 >= 4.7.0 +Requires: libqtsql4-sqlite +Requires: libqtopengl4 +Requires: libqtnetwork4 +BuildRequires: pkgconfig(QtDeclarative) +BuildRequires: pkgconfig(QtOpenGL) +BuildRequires: pkgconfig(QtNetwork) +BuildRequires: pkgconfig(QtDBus) +BuildRequires: pkgconfig(QtCore) +BuildRequires: desktop-file-utils + + +%description +A graphical client for browsing and installing available apps. + + + +%prep +%setup -q -n %{name}-%{version} + +# >> setup +# << setup + +%build +# >> build pre +# << build pre + +%qmake + +make %{?jobs:-j%jobs} + +# >> build post +# << build post +%install +rm -rf %{buildroot} +# >> install pre +# << install pre +%qmake_install + +# >> install post +# << install post +desktop-file-install --delete-original \ + --dir %{buildroot}%{_datadir}/applications \ + %{buildroot}%{_datadir}/applications/*.desktop + + + + + + +%files +%defattr(-,root,root,-) +/opt/org.formeego.apps/bin/add-repo.sh +/opt/org.formeego.apps/bin/appsformeego +/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 +# >> files +# << files + + other changes: -------------- ++++++ apps-client-0.9.16.tar.gz (new) ++++++ apps-client-screenshot.png (new) Binary files apps-client-screenshot.png added ++++++ apps-client.yaml (new) --- apps-client.yaml +++ apps-client.yaml @@ -0,0 +1,33 @@ +Name: apps-client +Summary: Apps for Nemo client +Version: 0.9.16 +Release: 1 +Group: Applications/System +License: GPLv2 +Sources: + - "%{name}-%{version}.tar.gz" + - "boss.conf" +Description: A graphical client for browsing and installing available apps. + +Requires: + - libqtdeclarative4 >= 4.7.0 + - libqtsql4-sqlite + - libqtopengl4 + - libqtnetwork4 +PkgConfigBR: + - QtDeclarative + - QtOpenGL + - QtNetwork + - QtDBus + - QtCore +Configure: none +Builder: qmake +Files: + - /opt/org.formeego.apps/bin/add-repo.sh + - /opt/org.formeego.apps/bin/appsformeego + - /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 ++++++ boss.conf (new) --- boss.conf +++ boss.conf @@ -0,0 +1,4 @@ +[checks] +check_package_is_complete_sources = warn +check_has_relevant_changelog = warn +check_package_is_complete_changes = warn ++++++ icon.png (new) Binary files icon.png added
