mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +00:00
remove workarounds for package target with bootstrap
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
585670a86b
commit
2ce91582f4
2 changed files with 4 additions and 2 deletions
|
@ -8,11 +8,9 @@ if(CMAKE_CROSSCOMPILING)
|
|||
external_katie
|
||||
GIT_REPOSITORY https://github.com/fluxer/katie
|
||||
SOURCE_DIR ${CMAKE_BINARY_DIR}/external_katie
|
||||
INSTALL_DIR ${CMAKE_BINARY_DIR}/external_katie_install
|
||||
BUILD_IN_SOURCE 1
|
||||
UPDATE_DISCONNECTED 1 # it always fails
|
||||
CMAKE_ARGS -DKATIE_BOOTSTRAP=TRUE -Wno-dev
|
||||
CMAKE_CACHE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=${CMAKE_BINARY_DIR}/external_katie_install
|
||||
)
|
||||
# TODO: native executable suffix
|
||||
set(KATIE_UIC "${CMAKE_BINARY_DIR}/external_katie/bin/uic")
|
||||
|
|
|
@ -61,4 +61,8 @@ package() {
|
|||
|
||||
install -vDm644 ../katie/LGPL_EXCEPTION.txt \
|
||||
"${pkgdir}/usr/share/licenses/mingw-w64-katie-git/LGPL_EXCEPTION.txt"
|
||||
|
||||
# bootstrap files, they should not be installed and this should be fixed
|
||||
# in Katie itself
|
||||
rm -rf "${pkgdir}/local" "${pkgdir}/share"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue