summaryrefslogtreecommitdiff
path: root/makefiles/1/variables.mk
diff options
context:
space:
mode:
authormukidohime-guest <mukidohime-guest@fe476991-40d1-0310-a08b-93a1e690bb93>2008-09-22 18:01:16 +0000
committermukidohime-guest <mukidohime-guest@fe476991-40d1-0310-a08b-93a1e690bb93>2008-09-22 18:01:16 +0000
commit6ef41cb38dc0872a71f4f0ccf9f1a5df51f213e3 (patch)
treed5a751eee5e85cd2def5f78a4f80cc8eee51ce41 /makefiles/1/variables.mk
downloadpkg-kde-tools-6ef41cb38dc0872a71f4f0ccf9f1a5df51f213e3.tar.gz
* branch for CDBS makefiles
Diffstat (limited to 'makefiles/1/variables.mk')
-rw-r--r--makefiles/1/variables.mk18
1 files changed, 18 insertions, 0 deletions
diff --git a/makefiles/1/variables.mk b/makefiles/1/variables.mk
new file mode 100644
index 0000000..dc316dd
--- /dev/null
+++ b/makefiles/1/variables.mk
@@ -0,0 +1,18 @@
+# KDE 4 global configuration file installation directory
+DEB_CONFIG_INSTALL_DIR ?= /usr/share/kde4/config
+
+# Standard Debian KDE 4 cmake flags
+DEB_CMAKE_KDE4_FLAGS += \
+ -DCMAKE_BUILD_TYPE=Debian \
+ -DKDE4_ENABLE_FINAL=$(KDE4-ENABLE-FINAL) \
+ -DKDE4_BUILD_TESTS=false \
+ -DKDE_DISTRIBUTION_TEXT="Debian packages" \
+ -DKDE_DEFAULT_HOME=.kde4 \
+ -DCMAKE_SKIP_RPATH=true \
+ -DKDE4_USE_ALWAYS_FULL_RPATH=false \
+ -DCONFIG_INSTALL_DIR=$(DEB_CONFIG_INSTALL_DIR) \
+ -DDATA_INSTALL_DIR=/usr/share/kde4/apps \
+ -DHTML_INSTALL_DIR=/usr/share/doc/kde4/HTML \
+ -DKCFG_INSTALL_DIR=/usr/share/kde4/config.kcfg \
+ -DLIB_INSTALL_DIR=/usr/lib \
+ -DSYSCONF_INSTALL_DIR=/etc