summaryrefslogtreecommitdiffstats
path: root/ubuntu/_base/applications/development/universal-indent-gui-tqt/debian/rules
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-09-27 22:20:37 +0900
committerMichele Calgaro <[email protected]>2024-09-27 22:20:37 +0900
commitc623eebb69494366d616a76d8d3adae4eeb61755 (patch)
tree12add8a05ab29803e8c0db614c1c1e54c438e648 /ubuntu/_base/applications/development/universal-indent-gui-tqt/debian/rules
parentc01d6fa867281f871c586336cca5a9b2c7633ac1 (diff)
downloadtde-packaging-c623eebb69494366d616a76d8d3adae4eeb61755.tar.gz
tde-packaging-c623eebb69494366d616a76d8d3adae4eeb61755.zip
DEB: move universal-indent-gui-tqt to 'Development' folder
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'ubuntu/_base/applications/development/universal-indent-gui-tqt/debian/rules')
-rwxr-xr-xubuntu/_base/applications/development/universal-indent-gui-tqt/debian/rules15
1 files changed, 15 insertions, 0 deletions
diff --git a/ubuntu/_base/applications/development/universal-indent-gui-tqt/debian/rules b/ubuntu/_base/applications/development/universal-indent-gui-tqt/debian/rules
new file mode 100755
index 000000000..8a65140de
--- /dev/null
+++ b/ubuntu/_base/applications/development/universal-indent-gui-tqt/debian/rules
@@ -0,0 +1,15 @@
+#!/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="/usr" \
+ -DCONFIG_INSTALL_DIR="/etc/universal-indent-gui-tqt" \
+ -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \
+ -DCMAKE_VERBOSE_MAKEFILE="ON" \
+ -DBUILD_ALL="ON" \
+ -DCMAKE_SKIP_RPATH="OFF" \
+ -DCMAKE_BUILD_TYPE=RelWithDebInfo