Skip to content

Commit

Permalink
chore: gimp 2.99.19-dev -> 3.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsgruk committed Nov 6, 2024
1 parent ef5b923 commit 8b88afa
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: gimp
version: 2.99.18
version: 3.0.0-RC1
summary: GNU Image Manipulation Program
description: |
Whether you are a graphic designer, photographer, illustrator, or scientist,
Expand Down Expand Up @@ -59,8 +59,7 @@ parts:
babl:
plugin: meson
source: https://gitlab.gnome.org/GNOME/babl.git
# TODO: replace this with a tag on next release
source-commit: c5f97c86224a473cc3fea231f17adef84580f2cc
source-tag: BABL_0_1_110
meson-parameters:
- --prefix=/usr
- --buildtype=release
Expand All @@ -72,8 +71,7 @@ parts:
after:
- babl
source: https://gitlab.gnome.org/GNOME/gegl.git
# TODO: replace this with a tag on next release
source-commit: d540df2ad27c06891271d96247f915073b042a3e
source-tag: GEGL_0_4_50
plugin: meson
meson-parameters:
- --prefix=/usr
Expand Down Expand Up @@ -129,12 +127,10 @@ parts:
- gegl
plugin: meson
source: https://gitlab.gnome.org/GNOME/gimp.git
source-commit: a92388c433da868c5d84b14362f7a8151d287ad7
override-pull: |
# TODO: remove `craftctl default` and use this when 2.99.19 actually releases
# tag="$(echo "GIMP_${SNAPCRAFT_PROJECT_VERSION}" | tr "." "_")"
# git clone -b "$tag" https://gitlab.gnome.org/GNOME/gimp.git
craftctl default
tag="$(echo "GIMP_${SNAPCRAFT_PROJECT_VERSION}" | tr "." "_" | tr "-" "_")"
git clone -b "$tag" https://gitlab.gnome.org/GNOME/gimp.git "$CRAFT_PART_SRC"
git submodule update --init
sed -i 's|^Icon=.*|Icon=/usr/share/icons/hicolor/256x256/apps/gimp.png|' desktop/gimp.desktop.in.in
meson-parameters:
- --prefix=/usr
Expand Down Expand Up @@ -222,7 +218,7 @@ parts:
after: [gimp]
plugin: nil
override-pull: |
VERSION=v.3.4.2
VERSION="v.3.4.2"
git clone -b "$VERSION" https://github.com/GreycLab/gmic.git
git clone -b "$VERSION" https://github.com/GreycLab/CImg.git
git clone -b "$VERSION" https://github.com/c-koi/gmic-qt.git
Expand Down

0 comments on commit 8b88afa

Please sign in to comment.