diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-02-09 19:09:57 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-02-09 19:09:57 +0900 |
| commit | a6441eda1e79fff3643a3bf6f9f9408a77c07869 (patch) | |
| tree | fa5ccc3b51417b5a59c0191c7befa2f0f720bcf1 /ubuntu/_base/applications/kerry/debian/rules | |
| parent | 74d2dabcbe6aaccffc6999034384b115f3556b71 (diff) | |
| download | tde-packaging-a6441eda.tar.gz tde-packaging-a6441eda.zip | |
Kerry has been removed from TDE.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ubuntu/_base/applications/kerry/debian/rules')
| -rwxr-xr-x | ubuntu/_base/applications/kerry/debian/rules | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/ubuntu/_base/applications/kerry/debian/rules b/ubuntu/_base/applications/kerry/debian/rules deleted file mode 100755 index cee2a3058..000000000 --- a/ubuntu/_base/applications/kerry/debian/rules +++ /dev/null @@ -1,19 +0,0 @@ -#!/usr/bin/make -f - -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/cmake.mk -include debian/cdbs/debian-tde.mk - -DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ - && echo xz || echo bzip2) - -DEB_CMAKE_EXTRA_FLAGS := \ - -DCMAKE_INSTALL_PREFIX="/opt/trinity" \ - -DCONFIG_INSTALL_DIR="/etc/trinity" \ - -DSYSCONF_INSTALL_DIR="/etc" \ - -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ - -DCMAKE_VERBOSE_MAKEFILE="ON" \ - -DCMAKE_SKIP_RPATH="OFF" \ - -DBUILD_ALL="ON" \ - -DWITH_ALL_OPTIONS="ON" |
