Skip to content

Commit

Permalink
Merge pull request #70 from Mailaender/update-2024-06
Browse files Browse the repository at this point in the history
 Update Eclipse 2024-06
  • Loading branch information
jnsgruk authored Jun 21, 2024
2 parents a7f96a4 + 54c8b65 commit f354b45
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: eclipse
base: core22
base: core24

version: 2024-03
version: 2024-06
summary: Extensible Tool Platform and Java IDE
website: https://eclipse.org/ide
description:
Expand All @@ -13,9 +13,13 @@ description:
grade: stable
confinement: classic

architectures:
- build-on: amd64
- build-on: arm64
platforms:
amd64:
build-on: amd64
build-for: amd64
arm64:
build-on: arm64
build-for: arm64

apps:
eclipse:
Expand All @@ -33,9 +37,9 @@ parts:
build-attributes:
- no-patchelf
stage-packages:
- libffi7
- libffi8
- libfreetype6
- libpng16-16
- libpng16-16t64
- libgdk-pixbuf2.0-0
- libsecret-1-0
- libasound2
Expand Down

0 comments on commit f354b45

Please sign in to comment.