Github messages for voidlinux
 help / color / mirror / Atom feed
From: cinerea0 <cinerea0@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] Kooha: update to 2.2.3
Date: Sun, 02 Apr 2023 17:59:36 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43215@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 640 bytes --]

There is a new pull request by cinerea0 against master on the void-packages repository

https://github.com/cinerea0/void-packages Kooha
https://github.com/void-linux/void-packages/pull/43215

Kooha: update to 2.2.3
#### Testing the changes
- I tested the changes in this PR: **YES**

---

Please note that I had to disable tests on this package for a few reasons. There is a PR that changes a few files that would allow tests to be run; let me know if it would be preferable to include that PR as a patch here instead of disabling the tests.


A patch file from https://github.com/void-linux/void-packages/pull/43215.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-Kooha-43215.patch --]
[-- Type: text/x-diff, Size: 2660 bytes --]

From 07d47afbd6d717bd06d0b51877ef45b7dd720a72 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sun, 2 Apr 2023 11:57:24 -0400
Subject: [PATCH] Kooha: update to 2.2.3

---
 srcpkgs/Kooha/patches/libadwaita-1.0.0.patch | 11 -----------
 srcpkgs/Kooha/template                       | 18 ++++++++++--------
 2 files changed, 10 insertions(+), 19 deletions(-)
 delete mode 100644 srcpkgs/Kooha/patches/libadwaita-1.0.0.patch

diff --git a/srcpkgs/Kooha/patches/libadwaita-1.0.0.patch b/srcpkgs/Kooha/patches/libadwaita-1.0.0.patch
deleted file mode 100644
index 469af9fbe3bd..000000000000
--- a/srcpkgs/Kooha/patches/libadwaita-1.0.0.patch
+++ /dev/null
@@ -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)
diff --git a/srcpkgs/Kooha/template b/srcpkgs/Kooha/template
index 9e8d2b81835b..995caa600a42 100644
--- a/srcpkgs/Kooha/template
+++ b/srcpkgs/Kooha/template
@@ -1,22 +1,24 @@
 # 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 glib-devel pkg-config"
+makedepends="libadwaita-devel libglib-devel gtk4-devel pulseaudio-devel rust-std"
+depends="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
 }

             reply	other threads:[~2023-04-02 15:59 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-02 15:59 cinerea0 [this message]
2023-04-03 12:22 ` [PR REVIEW] " abenson
2023-04-04  3:04 ` [PR PATCH] [Updated] " cinerea0
2023-04-04  3:09 ` cinerea0
2023-04-04  3:22 ` [PR REVIEW] " cinerea0
2023-04-06 16:38 ` paper42
2023-04-06 18:48 ` [PR PATCH] [Updated] " cinerea0
2023-04-06 18:49 ` [PR REVIEW] " cinerea0
2023-04-23 22:36 ` [PR PATCH] [Merged]: " Duncaen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43215@inbox.vuxu.org \
    --to=cinerea0@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).