mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fixes for unable to find gtk-query-immodules-3.0
The package has been updated for 2038 t64 update. This fixes that. Successfully build telegram 5.0.0 in arm64 after the fixes in this PR.
This commit is contained in:
parent
0194687181
commit
2b013c108f
1 changed files with 2 additions and 2 deletions
|
@ -193,7 +193,7 @@ parts:
|
||||||
- dpkg-dev
|
- dpkg-dev
|
||||||
- gtk-update-icon-cache
|
- gtk-update-icon-cache
|
||||||
- libglib2.0-bin
|
- libglib2.0-bin
|
||||||
- libgtk-3-0
|
- libgtk-3-0t64
|
||||||
stage-packages:
|
stage-packages:
|
||||||
- libc-bin
|
- libc-bin
|
||||||
- libgdk-pixbuf-2.0-0
|
- libgdk-pixbuf-2.0-0
|
||||||
|
@ -211,7 +211,7 @@ parts:
|
||||||
update-icon-caches "$theme"
|
update-icon-caches "$theme"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
GTK_PATH=$PWD/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/gtk-3.0 /usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/libgtk-3-0/gtk-query-immodules-3.0 > usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/gtk-3.0/3.0.0/immodules/immodules.cache
|
GTK_PATH=$PWD/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/gtk-3.0 /usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/libgtk-3-0t64/gtk-query-immodules-3.0 > usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/gtk-3.0/3.0.0/immodules/immodules.cache
|
||||||
after:
|
after:
|
||||||
- telegram
|
- telegram
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue