[SCM] ktp-common-internals packaging branch, master, updated. debian/15.12.1-2-1839-gf0635e9

Maximiliano Curia maxy at moszumanska.debian.org
Mon May 9 09:07:30 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-common-internals.git;a=commitdiff;h=97b6259

The following commit has been merged in the master branch:
commit 97b62590da64dd6a66f1fbaa7c98cdead8834bb9
Author: Vishesh Handa <me at vhanda.in>
Date:   Wed Aug 29 02:32:52 2012 +0530

    Do not create pimo:Persons
---
 kpeople/nepomuk-feeder/nepomuk-storage.cpp | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/kpeople/nepomuk-feeder/nepomuk-storage.cpp b/kpeople/nepomuk-feeder/nepomuk-storage.cpp
index d6466e7..55ef596 100644
--- a/kpeople/nepomuk-feeder/nepomuk-storage.cpp
+++ b/kpeople/nepomuk-feeder/nepomuk-storage.cpp
@@ -638,9 +638,6 @@ void NepomukStorage::createContact(const QString &path, const QString &id)
     Nepomuk2::SimpleResource newPersonContact;
     newPersonContact.addType(Nepomuk2::Vocabulary::NCO::PersonContact());
 
-    Nepomuk2::SimpleResource newPimoPerson;
-    newPimoPerson.addType(Nepomuk2::Vocabulary::PIMO::Person());
-
     Nepomuk2::SimpleResource newImAccount;
     //TODO: Somehow add this imAccount as a sub resource the account, maybe.
     newImAccount.addType(Nepomuk2::Vocabulary::NCO::IMAccount());
@@ -651,9 +648,8 @@ void NepomukStorage::createContact(const QString &path, const QString &id)
     newImAccount.addProperty(Nepomuk2::Vocabulary::NCO::isAccessedBy(), accountUri);
 
     newPersonContact.addProperty(Nepomuk2::Vocabulary::NCO::hasIMAccount(), newImAccount);
-    newPimoPerson.addProperty(Nepomuk2::Vocabulary::PIMO::groundingOccurrence(), newPersonContact);
 
-    m_graph << newPersonContact << newImAccount << newPimoPerson;
+    m_graph << newPersonContact << newImAccount;
     m_contacts.insert( identifier, ContactResources(newPersonContact.uri(),
                                                     newImAccount.uri()) );
 

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list