I have made the following changes intended for : CE:Apps / qmlmessages 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/6500 Thank You, John Brooks [This message was auto-generated] --- Request # 6500: Messages from BOSS: State: review at 2012-08-31T06:47:38 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:special:branches:CE:Apps / qmlmessages -> CE:Apps / qmlmessages changes files: -------------- --- qmlmessages.changes +++ qmlmessages.changes @@ -0,0 +1,3 @@ +* Fri Aug 31 2012 John Brooks <[email protected]> - 0.0.3 +- Use pkgconfig to find TelepathyQt4 for build + new: ---- 0001-Use-pkgconfig-to-find-TelepathyQt4.patch spec files: ----------- --- qmlmessages.spec +++ qmlmessages.spec @@ -16,6 +16,7 @@ URL: https://github.com/nemomobile/qmlmessages Source0: %{name}-%{version}.tar.bz2 Source100: qmlmessages.yaml +Patch0: 0001-Use-pkgconfig-to-find-TelepathyQt4.patch Requires: qt-components BuildRequires: pkgconfig(QtCore) >= 4.7.0 BuildRequires: pkgconfig(QtDeclarative) @@ -36,6 +37,8 @@ %prep %setup -q -n %{name} +# 0001-Use-pkgconfig-to-find-TelepathyQt4.patch +%patch0 -p1 # >> setup # << setup other changes: -------------- ++++++ 0001-Use-pkgconfig-to-find-TelepathyQt4.patch (new) --- 0001-Use-pkgconfig-to-find-TelepathyQt4.patch +++ 0001-Use-pkgconfig-to-find-TelepathyQt4.patch @@ -0,0 +1,30 @@ +From a6535ce40c5b32ef790f049303acc68587a5c73d Mon Sep 17 00:00:00 2001 +From: John Brooks <[email protected]> +Date: Fri, 31 Aug 2012 00:08:54 -0600 +Subject: [PATCH 1/1] Use pkgconfig to find TelepathyQt4 + +--- + qmlmessages.pro | 6 +----- + 1 file changed, 1 insertion(+), 5 deletions(-) + +diff --git a/qmlmessages.pro b/qmlmessages.pro +index 5dc9bf1..c04a176 100644 +--- a/qmlmessages.pro ++++ b/qmlmessages.pro +@@ -1,12 +1,8 @@ + PROJECT_NAME = qmlmessages + QT += dbus declarative svg + +-INCLUDEPATH += /usr/include/telepathy-1.0/ +-LIBS += -ltelepathy-qt4 +-CXXFLAGS += -fPIC +- + CONFIG += link_pkgconfig +-PKGCONFIG += commhistory ++PKGCONFIG += commhistory TelepathyQt4 + + target.path = $$INSTALL_ROOT/usr/bin + INSTALLS += target +-- +1.7.9.5 + ++++++ qmlmessages.yaml --- qmlmessages.yaml +++ qmlmessages.yaml @@ -7,6 +7,8 @@ URL: https://github.com/nemomobile/qmlmessages Sources: - "%{name}-%{version}.tar.bz2" +Patches: + - 0001-Use-pkgconfig-to-find-TelepathyQt4.patch Description: Messaging application using Qt Quick for Nemo Mobile. Configure: none
