diff options
author | Michele Calgaro <[email protected]> | 2022-01-29 19:36:58 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-01-29 19:36:58 +0900 |
commit | 29e92d5328a72b1188ce6bf32fadd2407ad128cd (patch) | |
tree | 6fb4e29329d00abbbf04e8e501719d41290564ce /ubuntu/_base/applications/system/polkit-agent-tde/debian/rules | |
parent | cc571a307fd93df7d6ef0f6701e5f4a775205dc8 (diff) | |
download | tde-packaging-29e92d5328a72b1188ce6bf32fadd2407ad128cd.tar.gz tde-packaging-29e92d5328a72b1188ce6bf32fadd2407ad128cd.zip |
DEB: added packaging files for polkit-agent-tde
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'ubuntu/_base/applications/system/polkit-agent-tde/debian/rules')
-rwxr-xr-x | ubuntu/_base/applications/system/polkit-agent-tde/debian/rules | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ubuntu/_base/applications/system/polkit-agent-tde/debian/rules b/ubuntu/_base/applications/system/polkit-agent-tde/debian/rules new file mode 100755 index 000000000..a6797f19a --- /dev/null +++ b/ubuntu/_base/applications/system/polkit-agent-tde/debian/rules @@ -0,0 +1,17 @@ +#!/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_CMAKE_EXTRA_FLAGS := \ + -DCMAKE_EXPORT_COMPILE_COMMANDS="ON" \ + -DCMAKE_INSTALL_PREFIX="/opt/trinity" \ + -DCONFIG_INSTALL_DIR="/etc/trinity" \ + -DSYSCONF_INSTALL_DIR="/etc/trinity" \ + -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" |