mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Generate package dependences for debian
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38881 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
7284c9dfc1
commit
e1d17fd599
@ -32,19 +32,9 @@ set(CPACK_RPM_PACKAGE_VENDOR "The LyX team")
|
|||||||
set(CPACK_PACKAGE_CONTACT "${PACKAGE_BUGREPORT}")
|
set(CPACK_PACKAGE_CONTACT "${PACKAGE_BUGREPORT}")
|
||||||
set(CPACK_SOURCE_PACKAGE_FILE_NAME "${LYX_PROJECT}-${LYX_INSTALL_SUFFIX}")
|
set(CPACK_SOURCE_PACKAGE_FILE_NAME "${LYX_PROJECT}-${LYX_INSTALL_SUFFIX}")
|
||||||
|
|
||||||
# This is experimental, valid on _my_ system (Kornel)
|
# use dpkg-shlibdeps to generate package dependency list.
|
||||||
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libqtgui4 (>= 4.4.3-0)")
|
set(CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON)
|
||||||
if(ASPELL_FOUND)
|
|
||||||
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libaspell15 (>= 0.60.6-1),${CPACK_DEBIAN_PACKAGE_DEPENDS}")
|
|
||||||
endif()
|
|
||||||
if(ENCHANT_FOUND)
|
|
||||||
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libenchant1c2a (>= 1.6.0-0),${CPACK_DEBIAN_PACKAGE_DEPENDS}")
|
|
||||||
endif()
|
|
||||||
if(LYX_EXTERNAL_BOOST)
|
|
||||||
if(Boost_FOUND)
|
|
||||||
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libboost-regex1.40.0 (>= 1.40.0-4),libboost-signals1.40.0 (>= 1.40.0-4),${CPACK_DEBIAN_PACKAGE_DEPENDS}")
|
|
||||||
endif()
|
|
||||||
endif()
|
|
||||||
#
|
#
|
||||||
# for the next ones, cpack insists on data with values in some file
|
# for the next ones, cpack insists on data with values in some file
|
||||||
set(CPACK_PACKAGE_DESCRIPTION_FILE "${TOP_SRC_DIR}/${LYX_CMAKE_DIR}/LyX_description.txt")
|
set(CPACK_PACKAGE_DESCRIPTION_FILE "${TOP_SRC_DIR}/${LYX_CMAKE_DIR}/LyX_description.txt")
|
||||||
|
@ -46,6 +46,7 @@ Features
|
|||||||
- DONE: target for regenaration of lfuns manual would be nice (ie make lfundoc)
|
- DONE: target for regenaration of lfuns manual would be nice (ie make lfundoc)
|
||||||
- DONE: target for doxygen generation (ie make doxydoc)
|
- DONE: target for doxygen generation (ie make doxydoc)
|
||||||
* DONE: get patch version from configure.ac (regex)
|
* DONE: get patch version from configure.ac (regex)
|
||||||
|
* DONE: Automatically generate package dependencies for debian
|
||||||
|
|
||||||
|
|
||||||
Cleanup
|
Cleanup
|
||||||
|
Loading…
Reference in New Issue
Block a user