parent
87402a68a2
commit
e52632cf24
@ -1,25 +1,18 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
# Set LD_LIBRARY_PATH to the installed library directory to allow dh_shlibdeps to function
|
||||
# Also include the main Trinity path
|
||||
ifeq ("$(LD_LIBRARY_PATH)", "")
|
||||
LD_LIBRARY_PATH=debian/tmp/opt/trinity/lib
|
||||
else
|
||||
LD_LIBRARY_PATH += :debian/tmp/opt/trinity/lib
|
||||
endif
|
||||
export LD_LIBRARY_PATH
|
||||
#! /usr/bin/make -f
|
||||
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/cdbs/1/class/cmake.mk
|
||||
include debian/cdbs/debian-qt-kde.mk
|
||||
include /usr/share/cdbs/1/rules/simple-patchsys.mk
|
||||
include /usr/share/cdbs/1/rules/utils.mk
|
||||
|
||||
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" \
|
||||
-DWITH_TIFF="ON" -DWITH_OPENEXR="ON" -DWITH_PDF="ON"
|
||||
DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/kde
|
||||
DEB_CONFIGURE_MANDIR := /opt/trinity/share/man
|
||||
DEB_CONFIGURE_PREFIX := /opt/trinity
|
||||
DEB_CONFIGURE_INFODIR := /opt/trinity/share/info
|
||||
|
||||
cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug)
|
||||
|
||||
# Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to
|
||||
# never build in parallel, regardless of DEB_BUILD_OPTIONS.
|
||||
DEB_BUILD_PARALLEL = true
|
||||
DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --includedir="/opt/trinity/include/kde" --mandir="/opt/trinity/share/man" --infodir="/opt/trinity/share/info" --with-extra-libs="/usr/lib/mesa"
|
||||
|
||||
DEB_DH_STRIP_ARGS := --dbg-package=kdegraphics-trinity-dbg
|
||||
|
Loading…
Reference in new issue