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

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


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

The following commit has been merged in the master branch:
commit 5a8d7bbf459acf1f2ed1c5d8d6b7e56040032a80
Author: Lukáš Tinkl <lukas at kde.org>
Date:   Tue Jan 28 02:07:10 2014 +0100

    the catalog name must follow the plasma_applet_<name> pattern
    
    otherwise it's just wasting the translators' time... sigh
---
 plasmoid/Messages.sh | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/plasmoid/Messages.sh b/plasmoid/Messages.sh
index 899d56a..a772da6 100755
--- a/plasmoid/Messages.sh
+++ b/plasmoid/Messages.sh
@@ -1,11 +1,9 @@
 #!/usr/bin/env bash
 
 #.qml
-$XGETTEXT `find package -name '*.qml'` -L Java -o $podir/kdeconnect-plasmoid.pot
+$XGETTEXT `find package -name '*.qml'` -L Java -o $podir/plasma_applet_kdeconnect.pot
 
 #.ui (-j passed to merge into existing file)
 $EXTRACTRC `find -name '*.ui' -o -name '*.rc'` >> rc.cpp
-$XGETTEXT rc.cpp -o -j $podir/kdeconnect-plasmoid.pot
+$XGETTEXT rc.cpp -o -j $podir/plasma_applet_kdeconnect.pot
 rm -f rc.cpp
-
-

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list