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

Thank You,
vesku

[This message was auto-generated]

---

Request # 4298:

Messages from BOSS:

State: review at 2012-02-01T13:37: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:vesku / heliumreborn -> CE:Apps:MTF / heliumreborn
  
changes files:
--------------

++++++ new changes file:
--- heliumreborn.changes
+++ heliumreborn.changes
@@ -0,0 +1,10 @@
+* Wed Jan 01 2012 Vesa-Matti Hartikainen <[email protected]> - 
1.1.0
+- Release 1.1.0
+- Fixes NEMO#51: Helium should support web-sites with self-signed certificate
+- Fixes NEMO#38: Helium should use booster
+- Text Field from QtComponents
+- Support for Cookies
+- Support for clearing: History, Bookmarks, Cookies
+
+* Wed Dec 21 2011 Vesa-Matti Hartikainen <[email protected]> - 
0.1.0
+- Initial version based on helium 1.0.0

new:
----
  heliumreborn-1.1.0.tar.bz2
  heliumreborn.changes
  heliumreborn.desktop
  heliumreborn.spec
  heliumreborn.yaml

spec files:
-----------

++++++ new spec file:
--- heliumreborn.spec
+++ heliumreborn.spec
@@ -0,0 +1,80 @@
+# 
+# Do NOT Edit the Auto-generated Part!
+# Generated by: spectacle version 0.23
+# 
+# >> macros
+# << macros
+
+Name:       heliumreborn
+Summary:    Helium Mobile browser ported to MeeGo Qt Quick Components
+Version:    1.1.0
+Release:    1
+Group:      System/Libraries
+License:    LGPL v2.1
+URL:        https://github.com/veskuh/HeliumReborn
+Source0:    %{name}-%{version}.tar.bz2
+Source1:    heliumreborn.desktop
+Source100:  heliumreborn.yaml
+BuildRequires:  pkgconfig(QtCore) >= 4.7.0
+BuildRequires:  pkgconfig(QtOpenGL)
+BuildRequires:  pkgconfig(QtWebKit)
+BuildRequires:  pkgconfig(QtDeclarative)
+BuildRequires:  pkgconfig(QtGui)
+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}
+
+# >> setup
+# << setup
+
+%build
+# >> build pre
+# << build pre
+
+%qmake  \
+    MEEGO_VERSION_MAJOR=1 \
+    MEEGO_VERSION_MINOR=2 \
+    MEEGO_VERSION_PATCH=0 \
+    MEEGO_EDITION=harmattan \
+    DEFINES+=MEEGO_EDITION_HARMATTAN
+
+make %{?jobs:-j%jobs}
+
+# >> build post
+# << build post
+%install
+rm -rf %{buildroot}
+# >> install pre
+mkdir -p %{buildroot}/%{_bindir}
+mkdir -p %{buildroot}/%{_datadir}/applications
+cp %{SOURCE1} %{buildroot}/%{_datadir}/applications/heliumreborn.desktop
+# << 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,-)
+%{_bindir}/heliumreborn
+%{_datadir}/applications/heliumreborn.desktop
+# >> files
+# << files
+
+

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

++++++ heliumreborn-1.1.0.tar.bz2 (new)

++++++ heliumreborn.desktop (new)
--- heliumreborn.desktop
+++ heliumreborn.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=HeliumReborn
+Comment=HeliumReborn Mobile Browser
+Exec=invoker --type=d /usr/bin/heliumreborn -r 7
+Categories=Network
+Icon=icons-Applications-browser
+Type=Application
+Terminal=false
+StartupNotify=true
\ No newline at end of file

++++++ heliumreborn.yaml (new)
--- heliumreborn.yaml
+++ heliumreborn.yaml
@@ -0,0 +1,37 @@
+Name:  heliumreborn
+Summary: Helium Mobile browser ported to MeeGo Qt Quick Components
+Version: 1.1.0
+Release: 1
+Group:   System/Libraries
+License:    LGPL v2.1
+URL:        https://github.com/veskuh/HeliumReborn
+Sources:
+    - "%{name}-%{version}.tar.bz2"
+    - heliumreborn.desktop
+Description: Helium Mobile browser ported to Qt Quick Components for Nemo 
Mobile.
+Configure: none
+Builder: qmake
+
+# These are the flags QtSDK sets for Harmattan
+# we want to keep both QtSDK harmattan and Nemo build as close as possible
+# so we define the same flags
+QMakeOptions:
+    - "MEEGO_VERSION_MAJOR=1"
+    - "MEEGO_VERSION_MINOR=2"
+    - "MEEGO_VERSION_PATCH=0"
+    - "MEEGO_EDITION=harmattan"
+    - "DEFINES+=MEEGO_EDITION_HARMATTAN"
+
+PkgConfigBR:
+    - QtCore >= 4.7.0
+    - QtOpenGL
+    - QtWebKit
+    - QtDeclarative
+    - QtGui
+    - qdeclarative-boostable
+ 
+Files:
+    - "%{_bindir}/heliumreborn"
+    - "%{_datadir}/applications/heliumreborn.desktop"
+
+



Reply via email to