[SCM] ktp-contact-runner packaging branch, master, updated. debian/15.12.1-2-244-g38a1f58

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 17:50:28 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-contact-runner.git;a=commitdiff;h=9073c83

The following commit has been merged in the master branch:
commit 9073c837eed34cd230401106dff1d088a37c0483
Author: George Kiagiadakis <kiagiadakis.george at gmail.com>
Date:   Wed Jun 6 12:47:17 2012 +0300

    Rename the .pot and the applet so that their names match and the translations actually get loaded.
    
    CCMAIL: kde-i18n-doc at kde.org
---
 Messages.sh                       | 2 +-
 plasma-runner-ktp-contact.desktop | 2 +-
 src/contactrunner.h               | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Messages.sh b/Messages.sh
index 7565cac..ece3c7f 100755
--- a/Messages.sh
+++ b/Messages.sh
@@ -1,4 +1,4 @@
 #! /usr/bin/env bash
 $EXTRACTRC `find . -name "*.ui"` >> rc.cpp || exit 11
-$XGETTEXT `find . -name "*.cpp"` -o $podir/ktp-contactrunner.pot
+$XGETTEXT `find . -name "*.cpp"` -o $podir/plasma_runner_ktp_contacts.pot
 rm -f rc.cpp
diff --git a/plasma-runner-ktp-contact.desktop b/plasma-runner-ktp-contact.desktop
index 03a70cb..717121b 100644
--- a/plasma-runner-ktp-contact.desktop
+++ b/plasma-runner-ktp-contact.desktop
@@ -56,7 +56,7 @@ Type=Service
 X-KDE-Library=krunner_ktp_contacts
 X-KDE-PluginInfo-Author=Dan Vratil
 X-KDE-PluginInfo-Email=dan at progdan.cz
-X-KDE-PluginInfo-Name=KRunnerKTpContacts
+X-KDE-PluginInfo-Name=ktp_contacts
 X-KDE-PluginInfo-Version=0.4
 X-KDE-PluginInfo-License=GPL
 X-KDE-PluginInfo-EnabledByDefault=true
diff --git a/src/contactrunner.h b/src/contactrunner.h
index 2ca62b0..c316aa4 100644
--- a/src/contactrunner.h
+++ b/src/contactrunner.h
@@ -59,6 +59,6 @@ class ContactRunner : public Plasma::AbstractRunner
     Tp::AccountManagerPtr m_accountManager;
 };
 
-K_EXPORT_PLASMA_RUNNER(KRunnerKTPContacts, ContactRunner)
+K_EXPORT_PLASMA_RUNNER(ktp_contacts, ContactRunner)
 
 #endif /* KTPCONTACTRUNNER_H */

-- 
ktp-contact-runner packaging



More information about the pkg-kde-commits mailing list