[SCM] ktp-accounts-kcm packaging branch, master, updated. debian/15.12.1-1-1157-gc4589c5

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:06:20 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-accounts-kcm.git;a=commitdiff;h=f08dd6d

The following commit has been merged in the master branch:
commit f08dd6d949818fd4d8c1e963a138c85c4dffc662
Author: Martin Klapetek <mklapetek at kde.org>
Date:   Tue Feb 24 21:17:54 2015 +0100

    [kaccounts] Add Yahoo! Messenger provider and service
---
 data/kaccounts/ktp-haze-yahoo-im.service.in                    | 10 ++++++++++
 .../{ktp-haze-icq.provider.in => ktp-haze-yahoo.provider.in}   |  9 +++++----
 2 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/data/kaccounts/ktp-haze-yahoo-im.service.in b/data/kaccounts/ktp-haze-yahoo-im.service.in
new file mode 100644
index 0000000..1101f19
--- /dev/null
+++ b/data/kaccounts/ktp-haze-yahoo-im.service.in
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<service id="ktp-haze-yahoo-im">
+  <type>IM</type>
+  <!-- Yahoo! Messenger Chat - The string below is being displayed as a checkbox label to enable/disable this service -->
+  <_name>Chat</_name>
+  <icon>im-yahoo</icon>
+  <provider>ktp-haze-yahoo</provider>
+  <translations>kaccounts-providers</translations>
+</service>
+
diff --git a/data/kaccounts/ktp-haze-icq.provider.in b/data/kaccounts/ktp-haze-yahoo.provider.in
similarity index 70%
copy from data/kaccounts/ktp-haze-icq.provider.in
copy to data/kaccounts/ktp-haze-yahoo.provider.in
index 559c0aa..058c87a 100644
--- a/data/kaccounts/ktp-haze-icq.provider.in
+++ b/data/kaccounts/ktp-haze-yahoo.provider.in
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<provider id="ktp-haze-icq">
-    <_name>ICQ</_name>
-    <icon>im-icq</icon>
+<provider id="ktp-haze-yahoo">
+    <_name>Yahoo! Messenger</_name>
+    <icon>im-yahoo</icon>
     <!-- Tooltip text appearing over the button to create this type of account -->
-    <_description>Chat account in the ICQ network</_description>
+    <_description>Yahoo! Messenger chat account</_description>
     <translations>kaccounts-providers</translations>
 
     <template>
@@ -13,3 +13,4 @@
         </group>
     </template>
 </provider>
+

-- 
ktp-accounts-kcm packaging



More information about the pkg-kde-commits mailing list