Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Incorrect package name #27841

Merged
merged 3 commits into from
May 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ parts:
- dpkg-dev
- gtk-update-icon-cache
- libglib2.0-bin
- libgtk-3-0
- libgtk-3-0t64
popey marked this conversation as resolved.
Show resolved Hide resolved
stage-packages:
- libc-bin
- libgdk-pixbuf-2.0-0
Expand All @@ -211,7 +211,7 @@ parts:
update-icon-caches "$theme"
fi
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:
- telegram

Expand Down Expand Up @@ -328,7 +328,7 @@ parts:
- libfreetype6
- libglib2.0-0
- libglx0
- libgtk-3-0
- libgtk-3-0t64
- libharfbuzz0b
- libice6
- libicu74
Expand Down Expand Up @@ -473,7 +473,7 @@ parts:
- libopenh264-7
- libopus0
- libssl3
- libvpx8
- libvpx9
- libx11-6
- libxcomposite1
- libxdamage1
Expand Down