diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-22 19:24:20 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-22 19:24:20 +0200 |
commit | d6c955d12d14fdba4db7a8522c519355991fa5f7 (patch) | |
tree | a5c7d36ce6fca71d12474eb8bc9cb83c50f971f8 /ubuntu/precise/applications/kbfx/debian/rules | |
parent | 2dceb5dda0865addbfa7a57058f92bfe78ddedc4 (diff) | |
download | tde-packaging-d6c955d12d14fdba4db7a8522c519355991fa5f7.tar.gz tde-packaging-d6c955d12d14fdba4db7a8522c519355991fa5f7.zip |
Add build handbook and translations in kbfx on Debian and Ubuntu
Diffstat (limited to 'ubuntu/precise/applications/kbfx/debian/rules')
-rwxr-xr-x | ubuntu/precise/applications/kbfx/debian/rules | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/ubuntu/precise/applications/kbfx/debian/rules b/ubuntu/precise/applications/kbfx/debian/rules index ddf86b0bb..86b411763 100755 --- a/ubuntu/precise/applications/kbfx/debian/rules +++ b/ubuntu/precise/applications/kbfx/debian/rules @@ -21,8 +21,13 @@ DEB_CONFIGURE_INFODIR := /opt/trinity/share/info cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) -DEB_CMAKE_EXTRA_FLAGS = -DLIB_SUFFIX="" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/tde" -DCMAKE_INSTALL_PREFIX="/opt/trinity/" \ --DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_CMAKE_EXTRA_FLAGS =\ + -DLIB_SUFFIX="" \ + -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" \ + -DCMAKE_INCLUDE_PATH="/opt/trinity/include" \ + -DCMAKE_INSTALL_PREFIX="/opt/trinity/" \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DBUILD_ALL="ON" DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ && echo xz || echo bzip2) |