I have made the following changes intended for : CE:MW:Shared / libmeegotouch
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/7252 Thank You, Robin Burchell [This message was auto-generated] --- Request # 7252: Messages from BOSS: State: review at 2012-11-02T01:53:35 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: CE:Staging:LMTFIX / libmeegotouch -> CE:MW:Shared / libmeegotouch changes files: -------------- --- libmeegotouch.changes +++ libmeegotouch.changes @@ -0,0 +1,4 @@ +* Tue Oct 30 2012 Robin Burchell <[email protected]> - 0.30.2 +- Remove debian packaging directory +- Revert fix for NEMO#552. This broke control panel build. + old: ---- libmeegotouch-0.30.1.tar.bz2 new: ---- libmeegotouch-0.30.2.tar.bz2 spec files: ----------- --- libmeegotouch.spec +++ libmeegotouch.spec @@ -9,7 +9,7 @@ # << macros Summary: MeeGo Touch Framework -Version: 0.30.1 +Version: 0.30.2 Release: 1 Group: System/Libraries License: LGPLv2.1 other changes: -------------- ++++++ libmeegotouch-0.30.1.tar.bz2 -> libmeegotouch-0.30.2.tar.bz2 --- mkspecs/features/meegotouch-boostable.prf +++ mkspecs/features/meegotouch-boostable.prf @@ -0,0 +1,7 @@ +# Tell qmake to use pkg-config to get correct compiler and linker +# flags to make an application usable with applauncherd. + +include(meegotouch.prf) + +CONFIG += link_pkgconfig +PKGCONFIG += meegotouch-boostable --- src/src.pro +++ src/src.pro @@ -36,7 +36,8 @@ $${M_SOURCE_TREE}/mkspecs/features/meegotouch.prf \ $${M_SOURCE_TREE}/mkspecs/features/meegotouch_mgen.prf \ $${M_SOURCE_TREE}/mkspecs/features/meegotouch_mmoc.prf \ - $${M_SOURCE_TREE}/mkspecs/features/meegotouch_coverage.prf + $${M_SOURCE_TREE}/mkspecs/features/meegotouch-boostable.prf \ + $${M_SOURCE_TREE}/mkspecs/features/meegotouch_coverage.prf \ # causes problems when installing on windows with INSTALL_ROOT ++++++ libmeegotouch.yaml --- libmeegotouch.yaml +++ libmeegotouch.yaml @@ -1,6 +1,6 @@ Name: libmeegotouch Summary: MeeGo Touch Framework -Version: 0.30.1 +Version: 0.30.2 Release: 1 Group: System/Libraries License: LGPLv2.1
