diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-10-16 13:36:13 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-10-16 13:36:13 +0900 |
commit | a958bc570d76fee0cb3aeb1e6656b052a0eec83e (patch) | |
tree | dd84d96aa8e2cb360fcf84d16a720e9040e4e8d8 /ubuntu/_base/applications/themes/twin-style-machbunt/debian/rules | |
parent | a96833e66c19cca2a578950da01a6513735fcbde (diff) | |
download | tde-packaging-a958bc570d76fee0cb3aeb1e6656b052a0eec83e.tar.gz tde-packaging-a958bc570d76fee0cb3aeb1e6656b052a0eec83e.zip |
DEB: added machbunt theme.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ubuntu/_base/applications/themes/twin-style-machbunt/debian/rules')
-rwxr-xr-x | ubuntu/_base/applications/themes/twin-style-machbunt/debian/rules | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ubuntu/_base/applications/themes/twin-style-machbunt/debian/rules b/ubuntu/_base/applications/themes/twin-style-machbunt/debian/rules new file mode 100755 index 000000000..a6797f19a --- /dev/null +++ b/ubuntu/_base/applications/themes/twin-style-machbunt/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" |