[SCM] ktp-kded-integration-module packaging branch, master, updated. debian/15.12.1-2-382-gbd961c2

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:12:52 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-kded-module.git;a=commitdiff;h=441e0ca

The following commit has been merged in the master branch:
commit 441e0ca6db730d31b12843de50a517c829d71227
Author: Martin Klapetek <martin.klapetek at gmail.com>
Date:   Mon Oct 24 16:10:33 2011 +0200

    Unify i18n catalog names of all KDE-Telepathy components to use dashes
    
    Reviewed-by: David Edmundson
---
 Messages.sh          | 2 +-
 telepathy-module.cpp | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Messages.sh b/Messages.sh
index c92886a..fec435c 100644
--- 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/telepathy_kded_module.pot
+$XGETTEXT `find . -name "*.cpp"` -o $podir/telepathy-kded-module.pot
 rm -f rc.cpp
diff --git a/telepathy-module.cpp b/telepathy-module.cpp
index cc812d0..a8525e1 100644
--- a/telepathy-module.cpp
+++ b/telepathy-module.cpp
@@ -36,7 +36,7 @@
 #include <KConfigGroup>
 
 K_PLUGIN_FACTORY(TelepathyModuleFactory, registerPlugin<TelepathyModule>(); )
-K_EXPORT_PLUGIN(TelepathyModuleFactory("telepathy_module", "telepathy_kded_module"))
+K_EXPORT_PLUGIN(TelepathyModuleFactory("telepathy_module", "telepathy-kded-module"))
 
 TelepathyModule::TelepathyModule(QObject* parent, const QList<QVariant>& args)
     : KDEDModule(parent)

-- 
ktp-kded-integration-module packaging



More information about the pkg-kde-commits mailing list