[SCM] ktp-contact-list packaging branch, master, updated. debian/15.12.1-2-1070-g6c56f91

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:05:53 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-contact-list.git;a=commitdiff;h=48ff79f

The following commit has been merged in the master branch:
commit 48ff79f3abe32036f5a80fab026a03f738fba89d
Author: Kai Uwe <KaiUweBroulik2 at hotmail.com>
Date:   Sat Apr 9 01:18:41 2011 +0100

    Add .desktop file so telepathy contact list appears in kickoff/krunner etc
    
    Reviewed by: David Edmundson
---
 CMakeLists.txt                    |  4 ++++
 telepathy-kde-contactlist.desktop | 14 ++++++++++++++
 2 files changed, 18 insertions(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index d5f7faf..2b85062 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -59,3 +59,7 @@ target_link_libraries (telepathy-kde-contactlist
 install (TARGETS telepathy-kde-contactlist
          DESTINATION ${BIN_INSTALL_DIR}
 )
+
+install (PROGRAMS telepathy-kde-contactlist.desktop
+         DESTINATION ${XDG_APPS_INSTALL_DIR}
+)
diff --git a/telepathy-kde-contactlist.desktop b/telepathy-kde-contactlist.desktop
new file mode 100644
index 0000000..6090acd
--- /dev/null
+++ b/telepathy-kde-contactlist.desktop
@@ -0,0 +1,14 @@
+[Desktop Entry]
+Name=Telepathy Contact List
+Name[de]=Telepathy-Kontaktliste
+GenericName=Instant Messenger Contacts
+GenericName[de]=Messenger-Kontakte
+Comment=Displays your instant messenger contacts
+Comment[de]=Zeigt Ihre Instant-Messenger-Kontakte
+Exec=telepathy-kde-contactlist %u
+Type=Application
+Terminal=false
+Icon=telepathy
+Categories=Qt;KDE;Network;InstantMessaging;
+X-DBUS-StartupType=Unique
+X-KDE-ServiceTypes=DBUS/InstantMessenger

-- 
ktp-contact-list packaging



More information about the pkg-kde-commits mailing list