I have made the following changes intended for : nemo:devel:apps / QZeeControl
Please review and accept or decline. BOSS has already run some checks on this request. See the "Messages from BOSS" section below. https://build.merproject.org//request/show/244 Thank You, Ruediger Gad [This message was auto-generated] --- Request # 244: Messages from BOSS: State: review at 2013-04-22T22:05:14 by cibot Reviews: accepted by cibot : Prechecks succeeded. new for nemo:devel:apps : 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:branches:nemo:devel:apps / QZeeControl -> nemo:devel:apps / QZeeControl changes files: -------------- --- qzeecontrol.changes +++ qzeecontrol.changes @@ -0,0 +1,3 @@ +* Mon Apr 22 2013 Ruediger Gad <[email protected]> - 0.4.0 +- Fix build. + new: ---- fix-mer-build.patch spec files: ----------- --- qzeecontrol.spec +++ qzeecontrol.spec @@ -16,6 +16,7 @@ URL: http://qzeecontrol.garage.maemo.org/ Source0: %{name}_%{version}.tar.gz Source100: qzeecontrol.yaml +Patch0: fix-mer-build.patch BuildRequires: pkgconfig(QtCore) >= 4.7.0 BuildRequires: pkgconfig(QtGui) BuildRequires: pkgconfig(QtConnectivity) @@ -31,6 +32,8 @@ %prep %setup -q -n %{name}-%{version} +# fix-mer-build.patch +%patch0 -p1 # >> setup # << setup other changes: -------------- ++++++ fix-mer-build.patch (new) --- fix-mer-build.patch +++ fix-mer-build.patch @@ -0,0 +1,10 @@ +diff --git a/QZeeControl.pro b/QZeeControl.pro +index 024ba5f..01f3e2b 100644 +--- a/QZeeControl.pro ++++ b/QZeeControl.pro +@@ -1,4 +1,4 @@ +-exists($$QMAKE_INCDIR_QT"/../applauncherd/MDeclarativeCache"): { ++exists($$QMAKE_INCDIR_QT"/../mdeclarativecache/MDeclarativeCache"): { + MEEGO_VERSION_MAJOR = 1 + MEEGO_VERSION_MINOR = 2 + MEEGO_VERSION_PATCH = 0 ++++++ qzeecontrol.yaml --- qzeecontrol.yaml +++ qzeecontrol.yaml @@ -7,6 +7,8 @@ URL: http://qzeecontrol.garage.maemo.org/ Sources: - "%{name}_%{version}.tar.gz" +Patches: + - "fix-mer-build.patch" Description: QZeeControl lets you control your N9/N950 with a Zeemote(TM) Bluetooth remote control. QZeeControl is completly written from scratch in Qt/QML. Zeemote (TM) is a trademark of Zeemote Technology Inc. Other trademarks are property of their respective owners.
