I have made the following changes intended for : CE:Apps / stellarium-n9 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/8184 Thank You, wonko [This message was auto-generated] --- Request # 8184: Messages from BOSS: State: review at 2013-02-22T10:31:38 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:wonko:CE:Apps / stellarium-n9 -> CE:Apps / stellarium-n9 changes files: -------------- ++++++ new changes file: --- stellarium-n9.changes +++ stellarium-n9.changes @@ -0,0 +1,3 @@ +* Fri Feb 22 2013 Ruediger Gad <[email protected]> - 0.3.5 +- First try on getting a release for Nemo done. + new: ---- fix_build.patch stellarium-n9.changes stellarium-n9.spec stellarium-n9.yaml stellarium-n9_0.3.5.tar.bz2 spec files: ----------- ++++++ new spec file: --- stellarium-n9.spec +++ stellarium-n9.spec @@ -0,0 +1,73 @@ +# +# Do NOT Edit the Auto-generated Part! +# Generated by: spectacle version 0.25 +# + +Name: stellarium-n9 + +# >> macros +# << macros + +Summary: Stellarium -- A Planetarium Software +Version: 0.3.5 +Release: 1 +Group: Amusements/Graphics +License: GPLv2 +URL: http://thelarge.org/stellarium-n9/ +Source0: %{name}_%{version}.tar.bz2 +Source100: stellarium-n9.yaml +Patch0: fix_build.patch +BuildRequires: pkgconfig(QtCore) >= 4.7.0 +BuildRequires: pkgconfig(QtGui) +BuildRequires: pkgconfig(QtOpenGL) +BuildRequires: pkgconfig(QtNetwork) +BuildRequires: pkgconfig(QtScript) +BuildRequires: pkgconfig(QtSensors) +BuildRequires: pkgconfig(zlib) +BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(qdeclarative-boostable) +BuildRequires: desktop-file-utils + +%description +With this software you an explore the night sky and the stars. This is a special version that was optimized for smartphone size devices (initially N9). + + +%prep +%setup -q -n %{name}_%{version} + +# fix_build.patch +%patch0 -p1 +# >> 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/%{name} +%{_datadir}/icons/hicolor/80x80/apps/stellarium-n980.png +%{_datadir}/applications/stellarium-n9_harmattan.desktop +# >> files +# << files other changes: -------------- ++++++ fix_build.patch (new) --- fix_build.patch +++ fix_build.patch @@ -0,0 +1,18 @@ +diff --git a/stellarium-n9.pro b/stellarium-n9.pro +index ca8cec3..89c3b3f 100644 +--- a/stellarium-n9.pro ++++ b/stellarium-n9.pro +@@ -1,3 +1,13 @@ ++ ++MEEGO_VERSION_MAJOR = 1 ++MEEGO_VERSION_MINOR = 2 ++MEEGO_VERSION_PATCH = 0 ++MEEGO_EDITION = harmattan ++DEFINES += MEEGO_EDITION_HARMATTAN ++ ++CONFIG += link_pkgconfig ++PKGCONFIG += x11 zlib ++ + QT += core gui opengl script network + + # Add more folders to ship with the application, here ++++++ stellarium-n9.yaml (new) --- stellarium-n9.yaml +++ stellarium-n9.yaml @@ -0,0 +1,32 @@ +Name: stellarium-n9 +Summary: Stellarium -- A Planetarium Software +Version: 0.3.5 +Release: 1 +Group: Amusements/Graphics +License: GPLv2 +URL: http://thelarge.org/stellarium-n9/ +Sources: + - "%{name}_%{version}.tar.bz2" +Patches: + - "fix_build.patch" +Description: + With this software you an explore the night sky and the stars. + This is a special version that was optimized for smartphone size devices (initially N9). + +PkgConfigBR: + - QtCore >= 4.7.0 + - QtGui + - QtOpenGL + - QtNetwork + - QtScript + - QtSensors + - zlib + - x11 + - qdeclarative-boostable +Configure: none +Builder: qmake +Files: + - "/opt/%{name}" + - "%{_datadir}/icons/hicolor/80x80/apps/stellarium-n980.png" + - "%{_datadir}/applications/stellarium-n9_harmattan.desktop" + ++++++ stellarium-n9_0.3.5.tar.bz2 (new)
