kdoctools: build from release tarball instead of git

native patch for ignoring documentation had to be aligned slightly: tarball
is shipping po-file bit we do not configure for the tools to handle them.
This change is similar to that in ki18n-native's transition to tarball.

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2015-02-16 16:02:28 +01:00
parent 5f5338fcb7
commit db08b4be9b
2 changed files with 13 additions and 8 deletions

View File

@@ -10,16 +10,21 @@ Upstream-Status: Inappropriate [configuration]
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
CMakeLists.txt | 1 -
1 file changed, 1 deletion(-)
CMakeLists.txt | 4 ----
1 file changed, 4 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 425c688..3adbd7e 100644
index 62328bf..7adc6f8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -81,7 +81,6 @@ if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po" AND KF5I18n_FOUND)
kdoctools_install(po)
endif()
@@ -74,12 +74,7 @@ set(KDOCTOOLS_LANGUAGES_LIST af bg ca cs da de el en-GB en eo es et fi fo fr gl
set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5DocTools")
add_definitions(-DTRANSLATION_DOMAIN=\"kdoctools5\")
-if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po" AND KF5I18n_FOUND)
- ki18n_install(po)
- kdoctools_install(po)
-endif()
add_subdirectory(common)
-add_subdirectory(docs)
add_subdirectory(src)

View File

@@ -11,8 +11,8 @@ inherit kde-kf5
DEPENDS += "docbook-xml-dtd4 docbook-xsl-stylesheets"
PV = "${KF5_VERSION}"
SRCREV = "93b844cdcfde640acfb231429c1c685de2c3cc4f"
S = "${WORKDIR}/git"
SRC_URI[md5sum] = "65efa563057f08eb25bf626eab5d7345"
SRC_URI[sha256sum] = "b125d7b2654cbbe6ba0f5eaf7773f688c54ba4bd048046f7a2134b3954869a06"
SRC_URI += " \
file://0001-Add-cmdline-param-to-help-find-xsl.patch \