I have made the following changes intended for : CE:Apps / PackMan 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/3690 Thank You, bossbot ([email protected]) [This message was auto-generated] --- Request # 3690: Messages from BOSS: Could not notify CE-maintainers (no address found) State: review 2011-12-20T08:53:35 bossbot Reviews: accepted by bossbot : Prechecks completed; none failed. new by : 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:sage:branches:CE:Apps / PackMan -> CE:Apps / PackMan changes files: -------------- --- mg-package-manager.changes +++ mg-package-manager.changes @@ -0,0 +1,4 @@ +* Tue Dec 20 2011 Marko Saukko <[email protected]> - 0.2.1 +- Fixed linkin problem with newer toolchain. + Patch: mg-package-manager-0.2.1-link-with-missing-libs.patch + new: ---- mg-package-manager-0.2.1-link-with-missing-libs.patch spec files: ----------- --- mg-package-manager.spec +++ mg-package-manager.spec @@ -9,6 +9,7 @@ License: LGPLv2.1 URL: http://www.meego.com Source: %{name}-%{version}.tar.gz +Patch0: mg-package-manager-0.2.1-link-with-missing-libs.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: qt-devel @@ -32,6 +33,7 @@ %prep %setup -q -n %{name}-%{version} +%patch0 -p1 %build %if 0%{?fedora} other changes: -------------- ++++++ mg-package-manager-0.2.1-link-with-missing-libs.patch (new) --- mg-package-manager-0.2.1-link-with-missing-libs.patch +++ mg-package-manager-0.2.1-link-with-missing-libs.patch @@ -0,0 +1,24 @@ +From 9728ba16202599b151b0398924b2d44880a617ae Mon Sep 17 00:00:00 2001 +From: Marko Saukko <[email protected]> +Date: Tue, 20 Dec 2011 10:47:17 +0200 +Subject: [PATCH] Added QtNetworking as it is required for the linking. + +--- + mg-package-manager.pro | 1 + + 1 files changed, 1 insertions(+), 0 deletions(-) + +diff --git a/mg-package-manager.pro b/mg-package-manager.pro +index 60bb6e8..2359b90 100644 +--- a/mg-package-manager.pro ++++ b/mg-package-manager.pro +@@ -26,6 +26,7 @@ symbian:TARGET.CAPABILITY += NetworkServices + + CONFIG += link_pkgconfig + PKGCONFIG += packagekit-qt ++QT += network + + # The .cpp file which was generated for your project. Feel free to hack it. + SOURCES += main.cpp \ +-- +1.7.6.4 +
