summaryrefslogtreecommitdiffstats
path: root/debian/_base/applications/abakus/debian/rules
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-06-06 19:29:50 +0200
committerSlávek Banko <slavek.banko@axis.cz>2021-06-07 01:05:01 +0200
commitec359f7ab5a1bd2a52d9b2c4aaf42b830cdab481 (patch)
tree01699de235c33daa030f6abdb0b805fed47d4617 /debian/_base/applications/abakus/debian/rules
parentac3196f4c9ddfc8f6d585827128d489f70460f7f (diff)
downloadtde-packaging-ec359f7ab5a1bd2a52d9b2c4aaf42b830cdab481.tar.gz
tde-packaging-ec359f7ab5a1bd2a52d9b2c4aaf42b830cdab481.zip
DEB: Merge debian-qt-kde.mk and kde.mk into one debian-tde.mk
The debian-tde.mk rules are now unified for all packages. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'debian/_base/applications/abakus/debian/rules')
-rwxr-xr-xdebian/_base/applications/abakus/debian/rules11
1 files changed, 1 insertions, 10 deletions
diff --git a/debian/_base/applications/abakus/debian/rules b/debian/_base/applications/abakus/debian/rules
index 7f037b23e..b836e500f 100755
--- a/debian/_base/applications/abakus/debian/rules
+++ b/debian/_base/applications/abakus/debian/rules
@@ -11,9 +11,7 @@ export LD_LIBRARY_PATH
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/cmake.mk
-#include /usr/share/cdbs/1/rules/patchsys-quilt.mk
-include /usr/share/cdbs/1/rules/utils.mk
-include debian/cdbs/debian-qt-kde.mk
+include debian/cdbs/debian-tde.mk
DEB_KDE_APIDOX := yes
@@ -22,13 +20,6 @@ CXXFLAGS := -DSMB_CTX_FLAG_USE_KERBEROS -DSMB_CTX_FLAG_FALLBACK_AFTER_KERBEROS -
DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \
-DCMAKE_BUILD_TYPE=RelWithDebInfo
-DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
- && echo xz || echo bzip2)
-
-# Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to
-# never build in parallel, regardless of DEB_BUILD_OPTIONS.
-DEB_BUILD_PARALLEL = true
-
debian/abakus.xpm: icons/hi64-app-abakus.png
convert -resize 32 $< $@