diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-07-26 12:04:06 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-07-26 12:04:06 +0200 |
commit | ee6a0fb333d49381296c8493bdbd16be05b9d933 (patch) | |
tree | 282dbfd1c92c2fe2a586117826754be0633eb5d2 /ubuntu/_base/applications/tde-style-baghira/debian/rules | |
parent | da08dc5376894f5aa8b1fa4efe6ebef556363626 (diff) | |
download | tde-packaging-ee6a0fb333d49381296c8493bdbd16be05b9d933.tar.gz tde-packaging-ee6a0fb333d49381296c8493bdbd16be05b9d933.zip |
DEB tde-style-baghira: Add packaging files.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'ubuntu/_base/applications/tde-style-baghira/debian/rules')
-rwxr-xr-x | ubuntu/_base/applications/tde-style-baghira/debian/rules | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/ubuntu/_base/applications/tde-style-baghira/debian/rules b/ubuntu/_base/applications/tde-style-baghira/debian/rules new file mode 100755 index 000000000..a37376c4a --- /dev/null +++ b/ubuntu/_base/applications/tde-style-baghira/debian/rules @@ -0,0 +1,18 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.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/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" |