[SCM] kdeconnect packaging branch, master, updated. debian/0.9g-1-1183-g9d69498

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:27:41 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=f12a376

The following commit has been merged in the master branch:
commit f12a3768b40f3a7e4b2d40285dcd1fcbdd7cede6
Author: Albert Vaca <albertvaka at gmail.com>
Date:   Tue Jun 17 22:21:58 2014 +0200

    Translated sendfileitemaction and the CLI
---
 cli/Messages.sh                             | 3 +++
 cli/kdeconnect-cli.cpp                      | 2 +-
 fileitemactionplugin/Messages.sh            | 3 +++
 fileitemactionplugin/sendfileitemaction.cpp | 2 +-
 4 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/cli/Messages.sh b/cli/Messages.sh
new file mode 100644
index 0000000..a415637
--- /dev/null
+++ b/cli/Messages.sh
@@ -0,0 +1,3 @@
+#!/usr/bin/env bash
+
+$XGETTEXT `find . -name '*.cpp'` -o $podir/kdeconnect-cli.pot
diff --git a/cli/kdeconnect-cli.cpp b/cli/kdeconnect-cli.cpp
index 3366e7d..184ef7e 100644
--- a/cli/kdeconnect-cli.cpp
+++ b/cli/kdeconnect-cli.cpp
@@ -29,7 +29,7 @@
 
 int main(int argc, char** argv)
 {
-    KAboutData about("kctool", 0, ki18n(("kctool")), "1.0", ki18n("KDE Connect CLI tool"),
+    KAboutData about("kctool", "kdeconnect-cli", ki18n(("kctool")), "1.0", ki18n("KDE Connect CLI tool"),
                      KAboutData::License_GPL, ki18n("(C) 2013 Aleix Pol Gonzalez"));
     about.addAuthor( ki18n("Aleix Pol Gonzalez"), KLocalizedString(), "aleixpol at kde.org" );
     KCmdLineArgs::init(argc, argv, &about);
diff --git a/fileitemactionplugin/Messages.sh b/fileitemactionplugin/Messages.sh
new file mode 100644
index 0000000..118c912
--- /dev/null
+++ b/fileitemactionplugin/Messages.sh
@@ -0,0 +1,3 @@
+#!/usr/bin/env bash
+
+$XGETTEXT `find . -name '*.cpp'` -o $podir/kdeconnect-filetiemaction.pot
diff --git a/fileitemactionplugin/sendfileitemaction.cpp b/fileitemactionplugin/sendfileitemaction.cpp
index 9d04dfd..6b2dd72 100644
--- a/fileitemactionplugin/sendfileitemaction.cpp
+++ b/fileitemactionplugin/sendfileitemaction.cpp
@@ -38,7 +38,7 @@
 #include <KLocalizedString>
 
 K_PLUGIN_FACTORY(SendFileItemActionFactory, registerPlugin<SendFileItemAction>();)
-K_EXPORT_PLUGIN(SendFileItemActionFactory("SendFileItemAction", "kdeconnectfiletiemaction"))
+K_EXPORT_PLUGIN(SendFileItemActionFactory("SendFileItemAction", "kdeconnect-filetiemaction"))
 
 SendFileItemAction::SendFileItemAction(QObject* parent, const QVariantList& ): KFileItemActionPlugin(parent)
 {

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list