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

Maximiliano Curia maxy at moszumanska.debian.org
Fri May 27 23:59:30 UTC 2016


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

The following commit has been merged in the master branch:
commit 7f34dc54739c48720e5a763c1480f14a0a237fea
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Fri Apr 22 23:31:28 2011 +0100

    Added Cmake install for profile files
---
 CMakeLists.txt                                   | 2 ++
 data/CMakeLists.txt                              | 2 ++
 {profiles => data/profiles}/facebook.profile     | 0
 {profiles => data/profiles}/google-talk.profile  | 0
 {profiles => data/profiles}/irc.profile          | 0
 {profiles => data/profiles}/jabber.profile       | 0
 {profiles => data/profiles}/local-xmpp.profile   | 0
 {profiles => data/profiles}/msn.profile          | 0
 {profiles => data/profiles}/sofiasip-sip.profile | 0
 9 files changed, 4 insertions(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5a2af5f..ee614dc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -18,3 +18,5 @@ include_directories (${KDE4_INCLUDES}
 )
 
 add_subdirectory (src)
+add_subdirectory (data)
+
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt
new file mode 100644
index 0000000..b7e9d21
--- /dev/null
+++ b/data/CMakeLists.txt
@@ -0,0 +1,2 @@
+install (DIRECTORY profiles
+         DESTINATION ${SHARE_INSTALL_PREFIX}/telepathy)
\ No newline at end of file
diff --git a/profiles/facebook.profile b/data/profiles/facebook.profile
similarity index 100%
rename from profiles/facebook.profile
rename to data/profiles/facebook.profile
diff --git a/profiles/google-talk.profile b/data/profiles/google-talk.profile
similarity index 100%
rename from profiles/google-talk.profile
rename to data/profiles/google-talk.profile
diff --git a/profiles/irc.profile b/data/profiles/irc.profile
similarity index 100%
rename from profiles/irc.profile
rename to data/profiles/irc.profile
diff --git a/profiles/jabber.profile b/data/profiles/jabber.profile
similarity index 100%
rename from profiles/jabber.profile
rename to data/profiles/jabber.profile
diff --git a/profiles/local-xmpp.profile b/data/profiles/local-xmpp.profile
similarity index 100%
rename from profiles/local-xmpp.profile
rename to data/profiles/local-xmpp.profile
diff --git a/profiles/msn.profile b/data/profiles/msn.profile
similarity index 100%
rename from profiles/msn.profile
rename to data/profiles/msn.profile
diff --git a/profiles/sofiasip-sip.profile b/data/profiles/sofiasip-sip.profile
similarity index 100%
rename from profiles/sofiasip-sip.profile
rename to data/profiles/sofiasip-sip.profile

-- 
ktp-accounts-kcm packaging



More information about the pkg-kde-commits mailing list