mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
Kooha: update to 2.2.3
This commit is contained in:
parent
2d7b3331e8
commit
32d77ad086
2 changed files with 12 additions and 19 deletions
|
@ -1,11 +0,0 @@
|
|||
--- a/meson.build
|
||||
+++ b/meson.build
|
||||
@@ -14,7 +14,7 @@
|
||||
dependency('glib-2.0', version: '>= 2.66')
|
||||
dependency('gio-2.0', version: '>= 2.66')
|
||||
dependency('gtk4', version: '>= 4.0.0')
|
||||
-dependency('libadwaita-1', version: '>= 1.0.0-alpha.1')
|
||||
+dependency('libadwaita-1', version: '>= 1.0.0')
|
||||
|
||||
glib_compile_resources = find_program('glib-compile-resources', required: true)
|
||||
glib_compile_schemas = find_program('glib-compile-schemas', required: true)
|
|
@ -1,22 +1,26 @@
|
|||
# Template file for 'Kooha'
|
||||
pkgname=Kooha
|
||||
version=2.0.1
|
||||
version=2.2.3
|
||||
revision=1
|
||||
build_style=meson
|
||||
build_helper="rust"
|
||||
hostmakedepends="pkg-config gettext glib-devel cargo"
|
||||
makedepends="libglib-devel gtk4-devel libadwaita-devel rust-std"
|
||||
hostmakedepends="cargo desktop-file-utils gettext glib-devel
|
||||
gtk-update-icon-cache pkg-config"
|
||||
makedepends="libadwaita-devel libglib-devel gtk4-devel pulseaudio-devel rust-std"
|
||||
depends="gst-plugins-base1 gstreamer-vaapi gstreamer1 gstreamer1-pipewire
|
||||
pipewire xdg-desktop-portal"
|
||||
checkdepends="appstream-glib"
|
||||
short_desc="Simple screen recorder with a minimal interface"
|
||||
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/v${version}.tar.gz"
|
||||
checksum=984ee062fabfe6bbdf8024dd5e4d1c5ce2fafc3b75539f2ba52449bdd4cc3f98
|
||||
distfiles="https://github.com/SeaDve/Kooha/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=3fb2fea4e8aaceb24d6bae12bdd13bdc2f7d2d5665536fe8e57f7ca20e7c2591
|
||||
make_check=no # Tests are broken, see https://github.com/SeaDve/Kooha/pull/206
|
||||
|
||||
post_patch() {
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
vsed -i build-aux/cargo.sh \
|
||||
-e 's%"$CARGO_TARGET_DIR"/%&${RUST_TARGET}/%' \
|
||||
-e '/CARGO_HOME/d'
|
||||
vsed -i src/meson.build \
|
||||
-e "s%rust_target /%'${RUST_TARGET}' / rust_target /%"
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue