From 593b74eb90c2cc749098762007e140d01b740268 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 3 Nov 2013 17:02:15 +0100 Subject: Switch tdeaddons to cmake on Debian and Ubuntu --- ubuntu/raring/tdeaddons/debian/rules | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ubuntu/raring/tdeaddons/debian/rules') diff --git a/ubuntu/raring/tdeaddons/debian/rules b/ubuntu/raring/tdeaddons/debian/rules index 692eacfb0..aad1a96e8 100755 --- a/ubuntu/raring/tdeaddons/debian/rules +++ b/ubuntu/raring/tdeaddons/debian/rules @@ -1,5 +1,6 @@ #!/usr/bin/make -f +include /usr/share/cdbs/1/class/cmake.mk include /usr/share/cdbs/1/rules/debhelper.mk include debian/cdbs/debian-qt-kde.mk include /usr/share/cdbs/1/rules/patchsys-quilt.mk @@ -14,6 +15,17 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --without-xmms --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --mandir=/opt/trinity/share/man +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" + DEB_DH_STRIP_ARGS := --dbg-package=tdeaddons-trinity-dbg DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ -- cgit v1.2.1