From 16e9630b79f0a7a90c6cedb6781175bb8b337dc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 29 Apr 2017 12:11:08 +0200 Subject: New upstream version 4.3.0 --- .../osx/gtk-bundle/XTrackCAD-help/CMakeLists.txt | 14 ++++++++ .../XTrackCAD-help/Contents/CMakeLists.txt | 5 +++ .../Contents/Resources/CMakeLists.txt | 12 +++++++ .../Contents/Resources/en.lproj/CMakeLists.txt | 10 ++++++ .../Contents/Resources/en.lproj/InfoPlist.strings | 2 ++ .../Contents/Resources/icon_16x16.png | Bin 0 -> 673 bytes .../XTrackCAD-help/info-xtrkcad-help.plist.in | 36 +++++++++++++++++++++ 7 files changed, 79 insertions(+) create mode 100644 distribution/osx/gtk-bundle/XTrackCAD-help/CMakeLists.txt create mode 100644 distribution/osx/gtk-bundle/XTrackCAD-help/Contents/CMakeLists.txt create mode 100644 distribution/osx/gtk-bundle/XTrackCAD-help/Contents/Resources/CMakeLists.txt create mode 100644 distribution/osx/gtk-bundle/XTrackCAD-help/Contents/Resources/en.lproj/CMakeLists.txt create mode 100644 distribution/osx/gtk-bundle/XTrackCAD-help/Contents/Resources/en.lproj/InfoPlist.strings create mode 100644 distribution/osx/gtk-bundle/XTrackCAD-help/Contents/Resources/icon_16x16.png create mode 100644 distribution/osx/gtk-bundle/XTrackCAD-help/info-xtrkcad-help.plist.in (limited to 'distribution/osx/gtk-bundle/XTrackCAD-help') diff --git a/distribution/osx/gtk-bundle/XTrackCAD-help/CMakeLists.txt b/distribution/osx/gtk-bundle/XTrackCAD-help/CMakeLists.txt new file mode 100644 index 0000000..c25d0e1 --- /dev/null +++ b/distribution/osx/gtk-bundle/XTrackCAD-help/CMakeLists.txt @@ -0,0 +1,14 @@ + +CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/Info-xtrkcad-help.plist.in ${CMAKE_CURRENT_BINARY_DIR}/Info.plist @ONLY) + +FILE(MAKE_DIRECTORY share) + +INSTALL ( + FILES ${CMAKE_CURRENT_BINARY_DIR}/Info.plist + DESTINATION ${XTRKCAD_SHARE_INSTALL_DIR}/XTrackCAD.help/Contents +) + +ADD_SUBDIRECTORY(Contents) + + + diff --git a/distribution/osx/gtk-bundle/XTrackCAD-help/Contents/CMakeLists.txt b/distribution/osx/gtk-bundle/XTrackCAD-help/Contents/CMakeLists.txt new file mode 100644 index 0000000..eb44cea --- /dev/null +++ b/distribution/osx/gtk-bundle/XTrackCAD-help/Contents/CMakeLists.txt @@ -0,0 +1,5 @@ + +ADD_SUBDIRECTORY(Resources) + + + diff --git a/distribution/osx/gtk-bundle/XTrackCAD-help/Contents/Resources/CMakeLists.txt b/distribution/osx/gtk-bundle/XTrackCAD-help/Contents/Resources/CMakeLists.txt new file mode 100644 index 0000000..275bb02 --- /dev/null +++ b/distribution/osx/gtk-bundle/XTrackCAD-help/Contents/Resources/CMakeLists.txt @@ -0,0 +1,12 @@ + +MAKE_DIRECTORY (${CMAKE_INSTALL_PREFIX}/${XTRKCAD_SHARE_INSTALL_DIR}/XTrackCAD.help/shrd) + +INSTALL ( + FILES ${CMAKE_CURRENT_SOURCE_DIR}/icon_16x16.png + DESTINATION ${XTRKCAD_SHARE_INSTALL_DIR}/XTrackCAD.help/Contents/Resources + ) + +ADD_SUBDIRECTORY(en.lproj) + + + diff --git a/distribution/osx/gtk-bundle/XTrackCAD-help/Contents/Resources/en.lproj/CMakeLists.txt b/distribution/osx/gtk-bundle/XTrackCAD-help/Contents/Resources/en.lproj/CMakeLists.txt new file mode 100644 index 0000000..4ac56f7 --- /dev/null +++ b/distribution/osx/gtk-bundle/XTrackCAD-help/Contents/Resources/en.lproj/CMakeLists.txt @@ -0,0 +1,10 @@ + + +INSTALL( + + FILES ${CMAKE_CURRENT_SOURCE_DIR}/InfoPlist.strings + DESTINATION ${XTRKCAD_SHARE_INSTALL_DIR}/XTrackCAD.help/Contents/Resources/en.lproj + ) + + + diff --git a/distribution/osx/gtk-bundle/XTrackCAD-help/Contents/Resources/en.lproj/InfoPlist.strings b/distribution/osx/gtk-bundle/XTrackCAD-help/Contents/Resources/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..b024970 --- /dev/null +++ b/distribution/osx/gtk-bundle/XTrackCAD-help/Contents/Resources/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +"CFBundleName" = "XTrackCAD Help" +"HPDBookTitle" = "XTrackCAD Help" diff --git a/distribution/osx/gtk-bundle/XTrackCAD-help/Contents/Resources/icon_16x16.png b/distribution/osx/gtk-bundle/XTrackCAD-help/Contents/Resources/icon_16x16.png new file mode 100644 index 0000000..ed29bd5 Binary files /dev/null and b/distribution/osx/gtk-bundle/XTrackCAD-help/Contents/Resources/icon_16x16.png differ diff --git a/distribution/osx/gtk-bundle/XTrackCAD-help/info-xtrkcad-help.plist.in b/distribution/osx/gtk-bundle/XTrackCAD-help/info-xtrkcad-help.plist.in new file mode 100644 index 0000000..4d149d6 --- /dev/null +++ b/distribution/osx/gtk-bundle/XTrackCAD-help/info-xtrkcad-help.plist.in @@ -0,0 +1,36 @@ + + + + + CFBundleDevelopmentRegion + en_us + CFBundleIdentifier + org.xtrkcad.help + CFInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundlePackageName + XTrackCAD + CFBundleShortVersionString + @XTRKCAD_VERSION@ + CFBundleVersion + @XTRKCAD_VERSION@ + CFBundleDisplayName + XTrackCAD-Help + HPDBookAccessPath + index.html + HPDBookIconPath + icon_16x16.png + HPDBookIndexPath + XTrackCAD.helpindex + HPDBookKBDProduct + xtrkcad1 + HPDBookTitle + XTrackCAD Help + HPDBookType + 3 + HPDBookTopicListCSSPath + xtrkcad_lin.css + + -- cgit v1.2.3