I have made the following changes intended for : CE:Apps:MTF / puzzle-master
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/5186 Thank You, aard [This message was auto-generated] --- Request # 5186: Messages from BOSS: State: review at 2012-07-09T22:06:26 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:aard:apps / puzzle-master -> CE:Apps:MTF / puzzle-master changes files: -------------- ++++++ new changes file: --- puzzle-master.changes +++ puzzle-master.changes @@ -0,0 +1,2 @@ +* Mon Jul 09 2012 Bernd Wachter <[email protected]> - 2.0.2 +- Initial package new: ---- link-against-x11.patch puzzle-master-2.0.2.tar.gz puzzle-master.changes puzzle-master.spec spec files: ----------- ++++++ new spec file: --- puzzle-master.spec +++ puzzle-master.spec @@ -0,0 +1,38 @@ +Name: puzzle-master +Version: 2.0.2 +Release: 1 +Summary: A terminal emulator with a custom virtual keyboard +Group: System/Base +License: GPLv3 +Source0: %{name}-%{version}.tar.gz +BuildRequires: pkgconfig(QtCore) +BuildRequires: pkgconfig(qt-boostable) +BuildRequires: pkgconfig(QtSensors) +BuildRequires: pkgconfig(x11) +Patch0: link-against-x11.patch + +%description +%{summary}. + +%files +%defattr(-,root,root,-) +%{_bindir}/* +%{_datadir}/puzzle-master/*.jpg +%{_datadir}/applications/*.desktop +%{_datadir}/icons/hicolor/scalable/apps/* + +%prep +%setup -q +%patch0 -p1 + + +%build +sed -i 's,/opt/puzzle-master,/usr/bin,;s, *splash.path.*,splash.path = /usr/share/puzzle-master,' puzzle-master.pro +qmake MEEGO_EDITION=harmattan +make %{?_smp_mflags} + + +%install +rm -rf %{buildroot} +make INSTALL_ROOT=%{buildroot} install +sed -i 's,/opt/puzzle-master,/usr/bin,g;s,--splash=.*jpg,--splash=/usr/share/puzzle-master/puzzle-master-splash.jpg,' %{buildroot}/%{_datadir}/applications/puzzle-master-harmattan.desktop other changes: -------------- ++++++ link-against-x11.patch (new) --- link-against-x11.patch +++ link-against-x11.patch @@ -0,0 +1,13 @@ +diff --git a/puzzle-master.pro b/puzzle-master.pro +index 6998dbb..1692ae8 100755 +--- a/puzzle-master.pro ++++ b/puzzle-master.pro +@@ -136,7 +136,7 @@ win32 { + contains(DEFINES, HAVE_APPLAUNCHERD) { + # If we want to use applauncherd from MeeGo/Harmattan + CONFIG += qdeclarative-boostable link_pkgconfig +- PKGCONFIG += qdeclarative-boostable ++ PKGCONFIG += qdeclarative-boostable x11 + INCLUDEPATH += /usr/include/applauncherd + desktopfile.files = installables/puzzle-master-applauncherd.desktop + contains(MEEGO_EDITION, harmattan) { ++++++ puzzle-master-2.0.2.tar.gz (new)
