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

deps: bump dependencies #226

Merged
merged 1 commit into from
Jul 15, 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
27 changes: 14 additions & 13 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ parts:
glib:
after: [ libffi, meson-deps ]
source: https://gitlab.gnome.org/GNOME/glib.git
source-tag: '2.80.2'
source-tag: '2.80.3'
# ext:updatesnap
# version-format:
# ignore-odd-minor: true
Expand Down Expand Up @@ -250,7 +250,7 @@ parts:
fribidi:
after: [ meson-deps ]
source: https://github.com/fribidi/fribidi.git
source-tag: 'v1.0.14'
source-tag: 'v1.0.15'
source-depth: 1
plugin: meson
meson-parameters:
Expand All @@ -263,7 +263,7 @@ parts:
harfbuzz:
after: [ fribidi, meson-deps ]
source: https://github.com/harfbuzz/harfbuzz.git
source-tag: '8.5.0' # developers declared that they won't break ABI
source-tag: '9.0.0' # developers declared that they won't break ABI
source-depth: 1
plugin: meson
meson-parameters:
Expand Down Expand Up @@ -294,16 +294,17 @@ parts:
pango:
after: [ harfbuzz, meson-deps ]
source: https://gitlab.gnome.org/GNOME/pango.git
source-tag: '1.52.2'
source-tag: '1.54.0'
source-depth: 1
plugin: meson
meson-parameters:
- --prefix=/usr
- -Doptimization=3
- -Ddebug=true
- -Dinstall-tests=false
- -Dbuild-testsuite=false
jssotomdz marked this conversation as resolved.
Show resolved Hide resolved
- -Dgtk_doc=false
- -Dintrospection=enabled
- -Dbuild-examples=false
build-environment: *buildenv
build-packages:
- libthai-dev
Expand Down Expand Up @@ -388,7 +389,7 @@ parts:
json-glib:
after: [ epoxy, meson-deps ]
source: https://gitlab.gnome.org/GNOME/json-glib.git
source-tag: '1.8.0'
source-tag: '1.9.2'
source-depth: 1
plugin: meson
meson-parameters:
Expand Down Expand Up @@ -604,7 +605,7 @@ parts:

libadwaita:
source: https://gitlab.gnome.org/GNOME/libadwaita.git
source-tag: '1.5.1'
source-tag: '1.5.2'
source-depth: 1
after: [ meson-deps, gtk4 ]
plugin: meson
Expand Down Expand Up @@ -766,11 +767,11 @@ parts:
gtkmm:
after: [ atkmm, meson-deps ]
source: https://gitlab.gnome.org/GNOME/gtkmm.git
source-tag: '3.24.9'
source-tag: '4.14.0'
source-depth: 1
# ext:updatesnap
# version-format:
# lower-than: 4
# lower-than: 5
# no-9x-minors: true
plugin: meson
meson-parameters:
Expand Down Expand Up @@ -937,7 +938,7 @@ parts:
after: [ cogl, meson-deps ]
source: https://github.com/linuxwacom/libwacom
source-type: git
source-tag: 'libwacom-2.11.0'
source-tag: 'libwacom-2.12.2'
# ext:updatesnap
# version-format:
# format: 'libwacom-%M.%m.%R'
Expand All @@ -954,7 +955,7 @@ parts:
libinput:
after: [ libwacom, meson-deps ]
source: https://gitlab.freedesktop.org/libinput/libinput.git
source-tag: '1.25.0'
source-tag: '1.26.1'
source-depth: 1
plugin: meson
meson-parameters:
Expand Down Expand Up @@ -1089,7 +1090,7 @@ parts:
pycairo:
after: [ libpeas, meson-deps ]
source: https://github.com/pygobject/pycairo.git
source-tag: 'v1.26.0'
source-tag: 'v1.26.1'
source-depth: 1
plugin: meson
meson-parameters:
Expand Down Expand Up @@ -1150,7 +1151,7 @@ parts:
p11-kit:
after: [ gjs, meson-deps ]
source: https://github.com/p11-glue/p11-kit.git
source-tag: '0.25.3'
source-tag: '0.25.5'
source-depth: 1
plugin: meson
meson-parameters:
Expand Down
Loading