mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
Kooha: update to 2.3.0
This commit is contained in:
parent
3c265f7871
commit
c72bcf19a1
2 changed files with 4 additions and 17 deletions
|
@ -1,14 +0,0 @@
|
||||||
# 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"] }
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'Kooha'
|
# Template file for 'Kooha'
|
||||||
pkgname=Kooha
|
pkgname=Kooha
|
||||||
version=2.2.4
|
version=2.3.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="rust"
|
build_helper="rust"
|
||||||
hostmakedepends="cargo desktop-file-utils gettext glib-devel
|
hostmakedepends="cargo desktop-file-utils gettext glib-devel
|
||||||
|
@ -14,8 +14,9 @@ short_desc="Simple screen recorder with a minimal interface"
|
||||||
maintainer="Unai Hernández Minaberry <unihernandez22@gmail.com>"
|
maintainer="Unai Hernández Minaberry <unihernandez22@gmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/SeaDve/Kooha"
|
homepage="https://github.com/SeaDve/Kooha"
|
||||||
|
changelog="https://github.com/SeaDve/Kooha/releases"
|
||||||
distfiles="https://github.com/SeaDve/Kooha/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/SeaDve/Kooha/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=f5109ec1bf534fd7bf9387795ade5b2c5faf9c08f8bd72776e4931993b4fbca4
|
checksum=a1aec108b44483664a6c680c5351c32de98862f5df4503a915d5f23e8ae24636
|
||||||
make_check=no # Tests are broken, see https://github.com/SeaDve/Kooha/pull/206
|
make_check=no # Tests are broken, see https://github.com/SeaDve/Kooha/pull/206
|
||||||
|
|
||||||
post_patch() {
|
post_patch() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue