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

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


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

The following commit has been merged in the master branch:
commit f9d1584dd881e4314563035e155e03e6c095ebb1
Author: Lasse Liehu <lasse.liehu at gmail.com>
Date:   Sat Apr 4 20:10:19 2015 +0300

    Fix translation domain to match the generated pot file
    
    In Messages.sh the name was kdeconnect-kded.pot.
---
 daemon/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/daemon/CMakeLists.txt b/daemon/CMakeLists.txt
index d3133a3..852e779 100644
--- a/daemon/CMakeLists.txt
+++ b/daemon/CMakeLists.txt
@@ -2,7 +2,7 @@ project(kdeconnectd)
 
 find_package(KF5 REQUIRED COMPONENTS Notifications)
 
-add_definitions(-DTRANSLATION_DOMAIN="kdeconnect-daemon")
+add_definitions(-DTRANSLATION_DOMAIN="kdeconnect-kded")
 
 add_executable(kdeconnectd kdeconnectd.cpp)
 target_link_libraries(kdeconnectd kdeconnectcore KF5::DBusAddons KF5::Notifications KF5::I18n Qt5::Widgets)

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list