Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Kooha: update to 2.3.0
@ 2024-04-18 14:57 cinerea0
  2024-04-19 13:36 ` [PR PATCH] [Updated] " cinerea0
  2024-04-19 17:04 ` [PR PATCH] [Merged]: " cinerea0
  0 siblings, 2 replies; 3+ messages in thread
From: cinerea0 @ 2024-04-18 14:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 376 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/49898

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



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

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

From c72558fb74e9b3083cd082430dd232ccfdd8ad20 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Thu, 18 Apr 2024 10:55:22 -0400
Subject: [PATCH] Kooha: update to 2.3.0

---
 srcpkgs/Kooha/patches/gnome45.patch | 14 --------------
 srcpkgs/Kooha/template              |  7 ++++---
 2 files changed, 4 insertions(+), 17 deletions(-)
 delete mode 100644 srcpkgs/Kooha/patches/gnome45.patch

diff --git a/srcpkgs/Kooha/patches/gnome45.patch b/srcpkgs/Kooha/patches/gnome45.patch
deleted file mode 100644
index 1cf2232aef7e83..00000000000000
--- a/srcpkgs/Kooha/patches/gnome45.patch
+++ /dev/null
@@ -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"] }
diff --git a/srcpkgs/Kooha/template b/srcpkgs/Kooha/template
index 9efcfb251a4f23..b8b86603ceaed8 100644
--- a/srcpkgs/Kooha/template
+++ b/srcpkgs/Kooha/template
@@ -1,7 +1,7 @@
 # Template file for 'Kooha'
 pkgname=Kooha
-version=2.2.4
-revision=2
+version=2.3.0
+revision=1
 build_style=meson
 build_helper="rust"
 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>"
 license="GPL-3.0-or-later"
 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"
-checksum=f5109ec1bf534fd7bf9387795ade5b2c5faf9c08f8bd72776e4931993b4fbca4
+checksum=a1aec108b44483664a6c680c5351c32de98862f5df4503a915d5f23e8ae24636
 make_check=no  # Tests are broken, see https://github.com/SeaDve/Kooha/pull/206
 
 post_patch() {

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] Kooha: update to 2.3.0
  2024-04-18 14:57 [PR PATCH] Kooha: update to 2.3.0 cinerea0
@ 2024-04-19 13:36 ` cinerea0
  2024-04-19 17:04 ` [PR PATCH] [Merged]: " cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2024-04-19 13:36 UTC (permalink / raw)
  To: ml

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

There is an updated 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/49898

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



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

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

From 8909ff5e302e618c52c8d4d322fcaae752b7697f Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Thu, 18 Apr 2024 10:55:22 -0400
Subject: [PATCH] Kooha: update to 2.3.0

---
 srcpkgs/Kooha/patches/gnome45.patch | 14 --------------
 srcpkgs/Kooha/template              |  7 ++++---
 2 files changed, 4 insertions(+), 17 deletions(-)
 delete mode 100644 srcpkgs/Kooha/patches/gnome45.patch

diff --git a/srcpkgs/Kooha/patches/gnome45.patch b/srcpkgs/Kooha/patches/gnome45.patch
deleted file mode 100644
index 1cf2232aef7e83..00000000000000
--- a/srcpkgs/Kooha/patches/gnome45.patch
+++ /dev/null
@@ -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"] }
diff --git a/srcpkgs/Kooha/template b/srcpkgs/Kooha/template
index 9efcfb251a4f23..b8b86603ceaed8 100644
--- a/srcpkgs/Kooha/template
+++ b/srcpkgs/Kooha/template
@@ -1,7 +1,7 @@
 # Template file for 'Kooha'
 pkgname=Kooha
-version=2.2.4
-revision=2
+version=2.3.0
+revision=1
 build_style=meson
 build_helper="rust"
 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>"
 license="GPL-3.0-or-later"
 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"
-checksum=f5109ec1bf534fd7bf9387795ade5b2c5faf9c08f8bd72776e4931993b4fbca4
+checksum=a1aec108b44483664a6c680c5351c32de98862f5df4503a915d5f23e8ae24636
 make_check=no  # Tests are broken, see https://github.com/SeaDve/Kooha/pull/206
 
 post_patch() {

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: Kooha: update to 2.3.0
  2024-04-18 14:57 [PR PATCH] Kooha: update to 2.3.0 cinerea0
  2024-04-19 13:36 ` [PR PATCH] [Updated] " cinerea0
@ 2024-04-19 17:04 ` cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2024-04-19 17:04 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

Kooha: update to 2.3.0
https://github.com/void-linux/void-packages/pull/49898

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-04-19 17:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-18 14:57 [PR PATCH] Kooha: update to 2.3.0 cinerea0
2024-04-19 13:36 ` [PR PATCH] [Updated] " cinerea0
2024-04-19 17:04 ` [PR PATCH] [Merged]: " cinerea0

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).