[SCM] kdesrc-build packaging branch, master, updated. 89480d842dd9ba82d542f8730459e0d1becf7e8b

Pino Toscano pino-guest at alioth.debian.org
Fri Feb 25 14:19:22 UTC 2011


The following commit has been merged in the master branch:
commit c61bc18f48b10758efaec6f0d94b9960ad26ee81
Author: Pino Toscano <pino at kde.org>
Date:   Fri Feb 25 15:12:58 2011 +0100

    add a very basic build system to install the various stuff
---
 debian/patches/build-system.diff |   16 ++++++++++++++++
 debian/patches/series            |    1 +
 2 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/debian/patches/build-system.diff b/debian/patches/build-system.diff
new file mode 100644
index 0000000..2526906
--- /dev/null
+++ b/debian/patches/build-system.diff
@@ -0,0 +1,16 @@
+Description: add a simple CMake build system for installing
+ The CMakeLists.txt is a simplified version of upstream's one.
+Author: Pino Toscano <pino at kde.org>
+Forwarded: not-needed
+
+--- /dev/null
++++ b/CMakeLists.txt
+@@ -0,0 +1,8 @@
++project(kdesrc-build)
++
++find_package(KDE4 REQUIRED)
++include(KDE4Defaults)
++
++install(PROGRAMS ${CMAKE_CURRENT_SOURCE_DIR}/kdesrc-build DESTINATION ${BIN_INSTALL_DIR})
++install(FILES kdesrc-buildrc.xml DESTINATION ${DATA_INSTALL_DIR}/katepart/syntax)
++
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..7206146
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+build-system.diff

-- 
kdesrc-build packaging



More information about the pkg-kde-commits mailing list