Kooha: update to 2.2.4

This commit is contained in:
cinerea0 2023-10-13 14:05:06 -04:00 committed by Piraty
parent 5e3d4b4fda
commit f358f35262
2 changed files with 16 additions and 2 deletions

View File

@ -0,0 +1,14 @@
# gnome_45 requires pango 1.51.1, which is unstable
diff --git a/Cargo.toml b/Cargo.toml
index 4c52b5f8209..88d0400acc5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@ anyhow = "1.0.59"
tracing = "0.1.36"
tracing-subscriber = "0.3.15"
gettext-rs = { version = "0.7.0", features = ["gettext-system"] }
-gtk = { package = "gtk4", version = "0.7", features = ["gnome_45"] }
+gtk = { package = "gtk4", version = "0.7", features = ["gnome_44"] }
gdk-wayland = { package = "gdk4-wayland", version = "0.7" }
gdk-x11 = { package = "gdk4-x11", version = "0.7" }
adw = { package = "libadwaita", version = "0.5", features = ["v1_4"] }

View File

@ -1,6 +1,6 @@
# Template file for 'Kooha'
pkgname=Kooha
version=2.2.3
version=2.2.4
revision=1
build_style=meson
build_helper="rust"
@ -15,7 +15,7 @@ maintainer="Unai Hernández Minaberry <unihernandez22@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://github.com/SeaDve/Kooha"
distfiles="https://github.com/SeaDve/Kooha/archive/refs/tags/v${version}.tar.gz"
checksum=3fb2fea4e8aaceb24d6bae12bdd13bdc2f7d2d5665536fe8e57f7ca20e7c2591
checksum=f5109ec1bf534fd7bf9387795ade5b2c5faf9c08f8bd72776e4931993b4fbca4
make_check=no # Tests are broken, see https://github.com/SeaDve/Kooha/pull/206
post_patch() {