Skip to content

Commit

Permalink
Merge pull request #219 from Saviq/46-sdk-fix-parts
Browse files Browse the repository at this point in the history
Replace the removed parts properly
  • Loading branch information
seb128 authored May 29, 2024
2 parents 5fb5819 + 37e7438 commit 5febe15
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -475,10 +475,12 @@ parts:
- gtk-doc-tools

wayland-protocols:
after: [ wayland, meson-deps ]
after: [ meson-deps ]
source: https://gitlab.freedesktop.org/wayland/wayland-protocols.git
source-tag: '1.34'
source-depth: 1
build-packages:
- libwayland-dev
plugin: meson
meson-parameters:
- --prefix=/usr
Expand All @@ -487,7 +489,7 @@ parts:
build-environment: *buildenv

gtk3:
after: [ wayland-protocols, wayland, meson-deps ]
after: [ wayland-protocols, meson-deps ]
source: https://gitlab.gnome.org/GNOME/gtk.git
source-tag: '3.24.41'
# ext:updatesnap
Expand Down Expand Up @@ -519,6 +521,7 @@ parts:
- libxinerama-dev
- libcups2-dev
- libcolord-dev
- libwayland-dev
- libxrandr-dev
- libxcursor-dev
- libxcomposite-dev
Expand All @@ -532,7 +535,7 @@ parts:
patch -p1 < $CRAFT_PROJECT_DIR/patches/gdkglcontext-wayland-Fallback-to-GLES-2_0-after-GL-failed.patch
gtk4:
after: [ wayland-protocols, wayland, meson-deps ]
after: [ wayland-protocols, meson-deps ]
source: https://gitlab.gnome.org/GNOME/gtk.git
source-tag: '4.14.1'
# ext:updatesnap
Expand Down Expand Up @@ -577,6 +580,7 @@ parts:
- libxml2-utils
- libgstreamer-plugins-bad1.0-dev
- libvulkan-dev
- libwayland-dev
- glslc
stage:
- -usr/bin/wayland-scanner
Expand Down Expand Up @@ -1363,7 +1367,7 @@ parts:
done
debs:
after: [ libgnome-games-support, libadwaita, libgweather, poppler, libayatana-appindicator, intel-media-driver ]
after: [ libgnome-games-support, libadwaita, libgweather, poppler, libayatana-appindicator ]
plugin: nil
stage-packages:
- appstream
Expand Down

0 comments on commit 5febe15

Please sign in to comment.