I have made the following changes intended for :
  CE:Apps:MTF / heliumreborn

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/5330

Thank You,
shuk

[This message was auto-generated]

---

Request # 5330:

Messages from BOSS:

State: review at 2012-07-29T14:40:37 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:shuk:branches:CE:Apps:MTF / heliumreborn -> CE:Apps:MTF / 
heliumreborn
  
changes files:
--------------
--- heliumreborn.changes
+++ heliumreborn.changes
@@ -0,0 +1,3 @@
+* Sun Jul 29 2012 Denis Tikhomirov <[email protected]> - 1.1.2
+- Fixes NEMO#215: Name in desktop file is undescriptive
+

new:
----
  0001-Fix-NEMO-215-changed-title-to-Browser.patch

spec files:
-----------
--- heliumreborn.spec
+++ heliumreborn.spec
@@ -1,11 +1,13 @@
 # 
 # Do NOT Edit the Auto-generated Part!
-# Generated by: spectacle version 0.23
+# Generated by: spectacle version 0.24.1
 # 
+
+Name:       heliumreborn
+
 # >> macros
 # << macros
 
-Name:       heliumreborn
 Summary:    Helium Mobile browser ported to MeeGo Qt Quick Components
 Version:    1.1.2
 Release:    1
@@ -17,6 +19,7 @@
 Source2:    portrait.png
 Source3:    landscape.png
 Source100:  heliumreborn.yaml
+Patch0:     0001-Fix-NEMO-215-changed-title-to-Browser.patch
 Requires:   /usr/bin/update-desktop-database
 BuildRequires:  pkgconfig(QtCore) >= 4.7.0
 BuildRequires:  pkgconfig(QtOpenGL)
@@ -26,15 +29,15 @@
 BuildRequires:  pkgconfig(qdeclarative-boostable)
 BuildRequires:  desktop-file-utils
 
-
 %description
 Helium Mobile browser ported to Qt Quick Components for Nemo Mobile.
 
 
-
 %prep
 %setup -q -n %{name}-%{version}
 
+# 0001-Fix-NEMO-215-changed-title-to-Browser.patch
+%patch0 -p1
 # >> setup
 # << setup
 
@@ -53,6 +56,7 @@
 
 # >> build post
 # << build post
+
 %install
 rm -rf %{buildroot}
 # >> install pre
@@ -67,12 +71,11 @@
 
 # >> install post
 # << install post
+
 desktop-file-install --delete-original       \
   --dir %{buildroot}%{_datadir}/applications             \
    %{buildroot}%{_datadir}/applications/*.desktop
 
-
-
 %post
 # >> post
 /usr/bin/update-desktop-database -q
@@ -83,7 +86,6 @@
 /usr/bin/update-desktop-database -q
 # << postun
 
-
 %files
 %defattr(-,root,root,-)
 %{_bindir}/heliumreborn
@@ -92,5 +94,3 @@
 /opt/heliumreborn/portrait.png
 # >> files
 # << files
-
-

other changes:
--------------

++++++ 0001-Fix-NEMO-215-changed-title-to-Browser.patch (new)
--- 0001-Fix-NEMO-215-changed-title-to-Browser.patch
+++ 0001-Fix-NEMO-215-changed-title-to-Browser.patch
@@ -0,0 +1,25 @@
+From 35a1139d61a1f05ae1497f919028cebf1e7a0fc9 Mon Sep 17 00:00:00 2001
+From: Denis Tikhomirov <[email protected]>
+Date: Sun, 29 Jul 2012 14:45:40 +0400
+Subject: [PATCH] Fix NEMO#215, changed title to "Browser"
+
+---
+ main.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/main.cpp b/main.cpp
+index c0f7dec..cb36823 100644
+--- a/main.cpp
++++ b/main.cpp
+@@ -15,7 +15,7 @@ Q_DECL_EXPORT int main(int argc, char *argv[])
+         core = new Core(viewer->getView());
+     }
+ 
+-    viewer->getView()->setWindowTitle("HeliumReborn");
++    viewer->getView()->setWindowTitle("Browser");
+     viewer->setMainQmlFile("qrc:/qmls/qml/HeliumReborn/main.qml");
+ 
+     core->start();
+-- 
+1.7.11.2
+

++++++ heliumreborn.desktop
--- heliumreborn.desktop
+++ heliumreborn.desktop
@@ -1,6 +1,6 @@
 
 [Desktop Entry]
-Name=HeliumReborn
+Name=Browser
 Comment=HeliumReborn Mobile Browser
 Exec=invoker --splash /opt/heliumreborn/portrait.png -L 
/opt/heliumreborn/landscape.png -r 9 --type=d /usr/bin/heliumreborn %U
 Categories=Network;

++++++ heliumreborn.yaml
--- heliumreborn.yaml
+++ heliumreborn.yaml
@@ -10,6 +10,8 @@
     - heliumreborn.desktop
     - portrait.png
     - landscape.png
+Patches:
+    - 0001-Fix-NEMO-215-changed-title-to-Browser.patch
 Description: Helium Mobile browser ported to Qt Quick Components for Nemo 
Mobile.
 Configure: none
 Builder: qmake



Reply via email to