|
|
@ -1,19 +1,20 @@
|
|
|
|
#!/usr/bin/make -f
|
|
|
|
#!/usr/bin/make -f
|
|
|
|
|
|
|
|
|
|
|
|
include /usr/share/cdbs/1/rules/debhelper.mk
|
|
|
|
include /usr/share/cdbs/1/rules/debhelper.mk
|
|
|
|
|
|
|
|
include /usr/share/cdbs/1/class/cmake.mk
|
|
|
|
include debian/cdbs/debian-tde.mk
|
|
|
|
include debian/cdbs/debian-tde.mk
|
|
|
|
|
|
|
|
|
|
|
|
DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde
|
|
|
|
DEB_CMAKE_EXTRA_FLAGS := \
|
|
|
|
DEB_CONFIGURE_MANDIR := /opt/trinity/share/man
|
|
|
|
-DCMAKE_EXPORT_COMPILE_COMMANDS="ON" \
|
|
|
|
DEB_CONFIGURE_PREFIX := /opt/trinity
|
|
|
|
-DCMAKE_INSTALL_PREFIX="/opt/trinity" \
|
|
|
|
DEB_CONFIGURE_INFODIR := /opt/trinity/share/info
|
|
|
|
-DCONFIG_INSTALL_DIR="/etc/trinity" \
|
|
|
|
|
|
|
|
-DSYSCONF_INSTALL_DIR="/etc/trinity" \
|
|
|
|
cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug)
|
|
|
|
-DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \
|
|
|
|
|
|
|
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
|
|
|
DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,--as-needed"
|
|
|
|
-DCMAKE_VERBOSE_MAKEFILE="ON" \
|
|
|
|
DEB_DH_INSTALL_ARGS := --sourcedir=debian/tmp
|
|
|
|
-DCMAKE_SKIP_RPATH="OFF" \
|
|
|
|
DEB_INSTALL_MANPAGES_kile := debian/kile.1
|
|
|
|
-DBUILD_ALL="ON" \
|
|
|
|
DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde
|
|
|
|
-DWITH_ALL_OPTIONS="ON"
|
|
|
|
|
|
|
|
|
|
|
|
common-install-indep::
|
|
|
|
common-install-indep::
|
|
|
|
# Install translations into individual packages
|
|
|
|
# Install translations into individual packages
|
|
|
@ -28,7 +29,5 @@ install/kile-trinity::
|
|
|
|
# Install pixmap
|
|
|
|
# Install pixmap
|
|
|
|
install -D -p -m0644 debian/kile.xpm debian/kile-trinity/opt/trinity/share/pixmaps/kile.xpm
|
|
|
|
install -D -p -m0644 debian/kile.xpm debian/kile-trinity/opt/trinity/share/pixmaps/kile.xpm
|
|
|
|
|
|
|
|
|
|
|
|
chmod +x debian/tmp/opt/trinity/share/apps/kile/test/runTests.sh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
clean::
|
|
|
|
clean::
|
|
|
|
rm -rf debian/kile-trinity-i18n-*
|
|
|
|
rm -rf debian/kile-trinity-i18n-*
|
|
|
|