[SCM] ktp-contact-runner packaging branch, master, updated. debian/15.12.1-2-244-g38a1f58

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 17:50:25 UTC 2016


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

The following commit has been merged in the master branch:
commit 9606500c8fc167df9a32e805a886e68615286516
Author: Dan Vrátil <dan at progdan.cz>
Date:   Fri Mar 16 13:06:16 2012 +0100

    Move sources to /src sub-folder
---
 CMakeLists.txt                             | 2 +-
 contactrunner.cpp => src/contactrunner.cpp | 0
 contactrunner.h => src/contactrunner.h     | 0
 3 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 70df05c..bef5271 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -23,7 +23,7 @@ include_directories(
    )
 
 # We add our source code here
-set(runner_SRCS contactrunner.cpp)
+set(runner_SRCS src/contactrunner.cpp)
 
 kde4_add_plugin(krunner_ktp_contacts ${runner_SRCS})
 target_link_libraries(krunner_ktp_contacts
diff --git a/contactrunner.cpp b/src/contactrunner.cpp
similarity index 100%
rename from contactrunner.cpp
rename to src/contactrunner.cpp
diff --git a/contactrunner.h b/src/contactrunner.h
similarity index 100%
rename from contactrunner.h
rename to src/contactrunner.h

-- 
ktp-contact-runner packaging



More information about the pkg-kde-commits mailing list