Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
fcd4e61f
Commit
fcd4e61f
authored
May 09, 2021
by
Farid Abdelnour
🎥
Committed by
Julius Künzel
May 09, 2021
Browse files
Appimage: Add FCITX support
parent
02aad603
Pipeline
#61307
passed with stage
in 8 minutes and 23 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
packaging/appimage/3rdparty/CMakeLists.txt
View file @
fcd4e61f
...
@@ -73,6 +73,7 @@ add_subdirectory( ext_harfbuzz )
...
@@ -73,6 +73,7 @@ add_subdirectory( ext_harfbuzz )
add_subdirectory
(
ext_sqlite
)
add_subdirectory
(
ext_sqlite
)
add_subdirectory
(
ext_openssl
)
add_subdirectory
(
ext_openssl
)
add_subdirectory
(
ext_qt
)
add_subdirectory
(
ext_qt
)
add_subdirectory
(
ext_fcitx-qt5
)
add_subdirectory
(
ext_phonon
)
add_subdirectory
(
ext_phonon
)
add_subdirectory
(
ext_gpgme
)
add_subdirectory
(
ext_gpgme
)
add_subdirectory
(
ext_gcrypt
)
add_subdirectory
(
ext_gcrypt
)
...
...
packaging/appimage/3rdparty/ext_fcitx-qt5/CMakeLists.txt
0 → 100644
View file @
fcd4e61f
ExternalProject_Add
(
ext_fcitx-qt5
DOWNLOAD_DIR
${
EXT_DOWNLOAD_DIR
}
URL https://github.com/fcitx/fcitx-qt5/archive/refs/tags/1.2.5.tar.gz
URL_MD5 5a2aa2ce28d766cdfcd7465699bae996
SOURCE_DIR fcitx-qt5-1.2.5
INSTALL_DIR
${
EXT_INSTALL_DIR
}
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=
${
EXT_INSTALL_DIR
}
-DCMAKE_BUILD_TYPE=
${
GLOBAL_BUILD_TYPE
}
${
GLOBAL_PROFILE
}
-DENABLE_LIBRARY=OFF
DEPENDS ext_qt
UPDATE_COMMAND
""
)
packaging/appimage/build-dependencies.sh
View file @
fcd4e61f
...
@@ -197,6 +197,7 @@ cmake --build . --config RelWithDebInfo --target ext_kimageformats -- -j$C
...
@@ -197,6 +197,7 @@ cmake --build . --config RelWithDebInfo --target ext_kimageformats -- -j$C
cmake
--build
.
--config
RelWithDebInfo
--target
ext_frameworkintegration
--
-j
$CPU_CORES
cmake
--build
.
--config
RelWithDebInfo
--target
ext_frameworkintegration
--
-j
$CPU_CORES
cmake
--build
.
--config
RelWithDebInfo
--target
ext_kactivities
--
-j
$CPU_CORES
cmake
--build
.
--config
RelWithDebInfo
--target
ext_kactivities
--
-j
$CPU_CORES
cmake
--build
.
--config
RelWithDebInfo
--target
ext_plasma-framework
--
-j
$CPU_CORES
cmake
--build
.
--config
RelWithDebInfo
--target
ext_plasma-framework
--
-j
$CPU_CORES
cmake
--build
.
--config
RelWithDebInfo
--target
ext_fcitx-qt5
--
-j
$CPU_CORES
cmake
--build
.
--target
ext_breeze
cmake
--build
.
--target
ext_breeze
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment