View Issue Details

IDProjectCategoryView StatusLast Update
0008980ScribusBuild Systempublic2010-03-30 05:06
Reporterpsmedley Assigned Tojghali  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
PlatformIntelOSeComStationOS Version2.0rc6
Product Version1.3.6 
Target Version1.5.0svnFixed in Version1.3.7svn 
Summary0008980: Cmake Installation problem for Win32 & OS2
DescriptionFor the OS/2 builds of Scribus, I use the win32 style packaging in scpaths.cpp

This sets the doc path to (program dir)/share/doc

cmakelists.txt however sets the doc path to (program dir)/share/doc/scribus-1.3.6 for non MacOS platforms.
ie:
#SHARE - use the default on Apple as TAG_VERSION is empty
IF(TAG_VERSION OR BUILD_OSX_BUNDLE)
  SET(DOCDIR "share/doc/${MAIN_DIR_NAME}${TAG_VERSION}/")
ELSE(TAG_VERSION OR BUILD_OSX_BUNDLE)
  SET(DOCDIR "share/doc/${MAIN_DIR_NAME}-${VERSION}/")
ENDIF (TAG_VERSION OR BUILD_OSX_BUNDLE)

Not knowing the cmake files syntax real well, I hacked around this by adding the following:
IF(WIN32 OR OS2)
  SET(DOCDIR "share/doc/")
ENDIF(WIN32 OR OS2)
Steps To ReproduceInstall Scribus using cmake
TagsNo tags attached.
Patch

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2010-03-29 08:29 psmedley New Issue
2010-03-29 21:26 jghali Status new => resolved
2010-03-29 21:26 jghali Fixed in Version => 1.3.7svn
2010-03-29 21:26 jghali Resolution open => fixed
2010-03-29 21:26 jghali Assigned To => jghali
2010-03-30 05:06 christoph_s Status resolved => closed