I have made the following changes intended for : CE:Apps / meegopas 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/6993 Thank You, Islam Amer [This message was auto-generated] --- Request # 6993: Messages from BOSS: State: review at 2012-10-13T11:27:08 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:iamer:CE:Apps / meegopas -> CE:Apps / meegopas changes files: -------------- ++++++ new changes file: --- meegopas.changes +++ meegopas.changes @@ -0,0 +1,2 @@ +* Sat Oct 13 2012 Islam Amer <[email protected]> - v1.2.0+3.g54ab00b +- Initial packaging new: ---- fix_nemo_compile.patch meegopas-v1.2.0+3.g54ab00b.tar.gz meegopas.changes meegopas.spec spec files: ----------- ++++++ new spec file: --- meegopas.spec +++ meegopas.spec @@ -0,0 +1,52 @@ +Name: meegopas +Version: v1.2.0+3.g54ab00b +Release: 1 +Summary: Journey planner for Helsinki metropolitan area + +Group: System/GUI/Other +License: GPL +URL: https://gitorious.org/meegopas +Source0: meegopas-v1.2.0+3.g54ab00b.tar.gz +Patch0: fix_nemo_compile.patch + +BuildRequires: pkgconfig(QtDeclarative) +BuildRequires: pkgconfig(QtGui) +BuildRequires: pkgconfig(QtCore) +BuildRequires: pkgconfig(QtDBus) +BuildRequires: pkgconfig(mlocale) + +Requires: libqtdeclarative4-gestures +Requires: libdeclarative-location + +%description +Journey planner for Helsinki metropolitan area + +%prep +%setup -q +%patch0 -p1 + +%build +%qmake \ + MEEGO_VERSION_MAJOR=1 \ + MEEGO_VERSION_MINOR=2 \ + MEEGO_VERSION_PATCH=0 \ + MEEGO_EDITION=harmattan \ + DEFINES+=MEEGO_EDITION_HARMATTAN + +make %{?jobs:-j%jobs} + +%install +mkdir -p %{buildroot}/%{_bindir} +mkdir -p %{buildroot}/%{_datadir}/applications +mkdir -p %{buildroot}/opt/Meegopas +make install INSTALL_ROOT=%{buildroot} +cp -r qml/harmattan %{buildroot}/opt/Meegopas/bin/qml + +%files +%defattr(-,root,root,-) +/opt/Meegopas +%{_datadir}/dbus-1/services/com.juknousi.meegopas.service +%{_datadir}/dbus-1/interfaces/com.juknousi.meegopas.xml +%{_datadir}/icons/hicolor/80x80/apps/Meegopas80.png +%{_datadir}/applications/Meegopas_harmattan.desktop +%{_datadir}/Meegopas other changes: -------------- ++++++ fix_nemo_compile.patch (new) --- fix_nemo_compile.patch +++ fix_nemo_compile.patch @@ -0,0 +1,43 @@ +diff --git a/Meegopas.pro b/Meegopas.pro +index 86f6dd0..f8dcb03 100644 +--- a/Meegopas.pro ++++ b/Meegopas.pro +@@ -38,11 +38,10 @@ symbian { + } + + contains(MEEGO_EDITION, harmattan) { +- # Speed up launching on MeeGo/Harmattan when using applauncherd daemon +- CONFIG += qdeclarative-boostable +- + # for MLocale +- CONFIG += meegotouch ++ CONFIG += mlocale ++ ++ LIBS += -lQtDBus + + # D-Bus service + dbusservice.path = /usr/share/dbus-1/services +diff --git a/Meegopas_harmattan.desktop b/Meegopas_harmattan.desktop +index 6c16799..763ce37 100644 +--- a/Meegopas_harmattan.desktop ++++ b/Meegopas_harmattan.desktop +@@ -4,5 +4,5 @@ Version=1.0 + Type=Application + Terminal=false + Name=Meegopas +-Exec=/usr/bin/invoker --single-instance --splash=/usr/share/Meegopas/splash-l.png --type=d /opt/Meegopas/bin/Meegopas ++Exec=/opt/Meegopas/bin/Meegopas + Icon=/usr/share/icons/hicolor/80x80/apps/Meegopas80.png +diff --git a/src/main.cpp b/src/main.cpp +index b667849..5ddbe8d 100644 +--- a/src/main.cpp ++++ b/src/main.cpp +@@ -23,7 +23,7 @@ Q_DECL_EXPORT int main(int argc, char *argv[]) + QFont newFont; + newFont.setFamily("Nokia Pure Text Light"); + newFont.setWeight(QFont::Light); +- MLocale locale; ++ ML10N::MLocale locale; + qDebug() << "Current locale: " << locale.name(); + translator.load(":/i18n/meegopas_" + locale.name() + ".qm"); + app.data()->setFont(newFont); ++++++ meegopas-v1.2.0+3.g54ab00b.tar.gz (new)
