mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Update fcitx5-qt
This commit is contained in:
parent
cbeaee24c9
commit
4e5e30a8dd
4 changed files with 5 additions and 7 deletions
4
.github/workflows/linux.yml
vendored
4
.github/workflows/linux.yml
vendored
|
@ -423,8 +423,8 @@ jobs:
|
||||||
|
|
||||||
git clone -b v5.12.8 --depth=1 git://code.qt.io/qt/qt5.git qt_${QT}
|
git clone -b v5.12.8 --depth=1 git://code.qt.io/qt/qt5.git qt_${QT}
|
||||||
cd qt_${QT}
|
cd qt_${QT}
|
||||||
perl init-repository --module-subset=qtbase,qtwayland,qtimageformats,qtsvg,qtx11extras
|
perl init-repository --module-subset=qtbase,qtwayland,qtimageformats,qtsvg
|
||||||
git submodule update qtbase qtwayland qtimageformats qtsvg qtx11extras
|
git submodule update qtbase qtwayland qtimageformats qtsvg
|
||||||
cd qtbase
|
cd qtbase
|
||||||
find ../../patches/qtbase_${QT} -type f -print0 | sort -z | xargs -r0 git apply
|
find ../../patches/qtbase_${QT} -type f -print0 | sort -z | xargs -r0 git apply
|
||||||
cd ..
|
cd ..
|
||||||
|
|
2
Telegram/ThirdParty/fcitx5-qt
vendored
2
Telegram/ThirdParty/fcitx5-qt
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit b7bdd8aec2dcb44dc792fedec89d67be0c527ca1
|
Subproject commit 47628ac9f81b589d8e69f82b121d08773b06e813
|
|
@ -236,9 +236,9 @@ Go to ***BuildPath*** and run
|
||||||
|
|
||||||
git clone git://code.qt.io/qt/qt5.git qt_5_12_8
|
git clone git://code.qt.io/qt/qt5.git qt_5_12_8
|
||||||
cd qt_5_12_8
|
cd qt_5_12_8
|
||||||
perl init-repository --module-subset=qtbase,qtwayland,qtimageformats,qtsvg,qtx11extras
|
perl init-repository --module-subset=qtbase,qtwayland,qtimageformats,qtsvg
|
||||||
git checkout v5.12.8
|
git checkout v5.12.8
|
||||||
git submodule update qtbase qtwayland qtimageformats qtsvg qtx11extras
|
git submodule update qtbase qtwayland qtimageformats qtsvg
|
||||||
cd qtbase
|
cd qtbase
|
||||||
find ../../patches/qtbase_5_12_8 -type f -print0 | sort -z | xargs -r0 git apply
|
find ../../patches/qtbase_5_12_8 -type f -print0 | sort -z | xargs -r0 git apply
|
||||||
cd ..
|
cd ..
|
||||||
|
|
|
@ -77,7 +77,6 @@ parts:
|
||||||
- libpulse-dev
|
- libpulse-dev
|
||||||
- libqt5svg5-dev
|
- libqt5svg5-dev
|
||||||
- libqt5waylandclient5-dev
|
- libqt5waylandclient5-dev
|
||||||
- libqt5x11extras5-dev
|
|
||||||
- libssl-dev
|
- libssl-dev
|
||||||
- libxcb1-dev
|
- libxcb1-dev
|
||||||
- libxcb-screensaver0-dev
|
- libxcb-screensaver0-dev
|
||||||
|
@ -92,7 +91,6 @@ parts:
|
||||||
- libpulse0
|
- libpulse0
|
||||||
- libqt5svg5
|
- libqt5svg5
|
||||||
- libqt5waylandclient5
|
- libqt5waylandclient5
|
||||||
- libqt5x11extras5
|
|
||||||
- libssl1.1
|
- libssl1.1
|
||||||
- libxcb1
|
- libxcb1
|
||||||
- libxcb-screensaver0
|
- libxcb-screensaver0
|
||||||
|
|
Loading…
Add table
Reference in a new issue