Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rednotebook: update to 2.31.
@ 2023-09-18  0:41 dexgs
  2023-09-18  0:44 ` [PR PATCH] [Updated] " dexgs
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: dexgs @ 2023-09-18  0:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dexgs/void-packages rednotebook
https://github.com/void-linux/void-packages/pull/46111

rednotebook: update to 2.31.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

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

From 03135c5acf3415557a965730a4dec5ee72632af4 Mon Sep 17 00:00:00 2001
From: Dexter Gaon-Shatford <dexter.gaonshatford@gmail.com>
Date: Sun, 17 Sep 2023 20:41:08 -0400
Subject: [PATCH] rednotebook: update to 2.31.

---
 srcpkgs/rednotebook/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/rednotebook/template b/srcpkgs/rednotebook/template
index a149375fb4fe0..202826592d4e4 100644
--- a/srcpkgs/rednotebook/template
+++ b/srcpkgs/rednotebook/template
@@ -1,9 +1,9 @@
 # Template file for 'rednotebook'
 pkgname=rednotebook
-version=2.26
+version=2.31
 revision=1
 build_style=python3-module
-hostmakedepends="python3"
+hostmakedepends="python3-setuptools gettext"
 depends="desktop-file-utils gtksourceview hicolor-icon-theme python3-enchant
  python3-gobject python3-yaml webkit2gtk"
 short_desc="Cross-platform, modern desktop journal"
@@ -12,4 +12,4 @@ license="GPL-2.0-or-later"
 homepage="https://rednotebook.sourceforge.io"
 changelog="https://raw.githubusercontent.com/jendrikseipp/rednotebook/master/CHANGELOG.md"
 distfiles="https://github.com/jendrikseipp/rednotebook/archive/v${version}.tar.gz"
-checksum=4be4c1a8f339964e7e034faf5caabbd0983b635b9aa8a8bb556af2e8043a8db2
+checksum=136b911c42717e1f431dd39dbc4b31860d3f6a6c641340daa30cba43059019e6

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

* Re: [PR PATCH] [Updated] rednotebook: update to 2.31.
  2023-09-18  0:41 [PR PATCH] rednotebook: update to 2.31 dexgs
@ 2023-09-18  0:44 ` dexgs
  2023-09-18  1:17 ` dexgs
  2023-09-22 22:01 ` [PR PATCH] [Merged]: " Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: dexgs @ 2023-09-18  0:44 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by dexgs against master on the void-packages repository

https://github.com/dexgs/void-packages rednotebook
https://github.com/void-linux/void-packages/pull/46111

rednotebook: update to 2.31.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

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

From 4615a15b4ab48846f7dac6ee8c5d38a3f3a6fa00 Mon Sep 17 00:00:00 2001
From: Dexter Gaon-Shatford <dexter.gaonshatford@gmail.com>
Date: Sun, 17 Sep 2023 20:41:08 -0400
Subject: [PATCH] rednotebook: update to 2.31.

---
 srcpkgs/rednotebook/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/rednotebook/template b/srcpkgs/rednotebook/template
index a149375fb4fe0..202826592d4e4 100644
--- a/srcpkgs/rednotebook/template
+++ b/srcpkgs/rednotebook/template
@@ -1,9 +1,9 @@
 # Template file for 'rednotebook'
 pkgname=rednotebook
-version=2.26
+version=2.31
 revision=1
 build_style=python3-module
-hostmakedepends="python3"
+hostmakedepends="python3-setuptools gettext"
 depends="desktop-file-utils gtksourceview hicolor-icon-theme python3-enchant
  python3-gobject python3-yaml webkit2gtk"
 short_desc="Cross-platform, modern desktop journal"
@@ -12,4 +12,4 @@ license="GPL-2.0-or-later"
 homepage="https://rednotebook.sourceforge.io"
 changelog="https://raw.githubusercontent.com/jendrikseipp/rednotebook/master/CHANGELOG.md"
 distfiles="https://github.com/jendrikseipp/rednotebook/archive/v${version}.tar.gz"
-checksum=4be4c1a8f339964e7e034faf5caabbd0983b635b9aa8a8bb556af2e8043a8db2
+checksum=136b911c42717e1f431dd39dbc4b31860d3f6a6c641340daa30cba43059019e6

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

* Re: [PR PATCH] [Updated] rednotebook: update to 2.31.
  2023-09-18  0:41 [PR PATCH] rednotebook: update to 2.31 dexgs
  2023-09-18  0:44 ` [PR PATCH] [Updated] " dexgs
@ 2023-09-18  1:17 ` dexgs
  2023-09-22 22:01 ` [PR PATCH] [Merged]: " Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: dexgs @ 2023-09-18  1:17 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by dexgs against master on the void-packages repository

https://github.com/dexgs/void-packages rednotebook
https://github.com/void-linux/void-packages/pull/46111

rednotebook: update to 2.31.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

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

From fd67ebbc6b4dca1238c97ba35a90ff8cc74bcce2 Mon Sep 17 00:00:00 2001
From: Dexter Gaon-Shatford <dexter.gaonshatford@gmail.com>
Date: Sun, 17 Sep 2023 20:41:08 -0400
Subject: [PATCH] rednotebook: update to 2.31.

---
 srcpkgs/rednotebook/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/rednotebook/template b/srcpkgs/rednotebook/template
index a149375fb4fe0..857a0bfd0f3cd 100644
--- a/srcpkgs/rednotebook/template
+++ b/srcpkgs/rednotebook/template
@@ -1,15 +1,16 @@
 # Template file for 'rednotebook'
 pkgname=rednotebook
-version=2.26
+version=2.31
 revision=1
 build_style=python3-module
-hostmakedepends="python3"
+hostmakedepends="python3-setuptools gettext"
 depends="desktop-file-utils gtksourceview hicolor-icon-theme python3-enchant
  python3-gobject python3-yaml webkit2gtk"
+checkdepends="$depends python3-pytest"
 short_desc="Cross-platform, modern desktop journal"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://rednotebook.sourceforge.io"
 changelog="https://raw.githubusercontent.com/jendrikseipp/rednotebook/master/CHANGELOG.md"
 distfiles="https://github.com/jendrikseipp/rednotebook/archive/v${version}.tar.gz"
-checksum=4be4c1a8f339964e7e034faf5caabbd0983b635b9aa8a8bb556af2e8043a8db2
+checksum=136b911c42717e1f431dd39dbc4b31860d3f6a6c641340daa30cba43059019e6

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

* Re: [PR PATCH] [Merged]: rednotebook: update to 2.31.
  2023-09-18  0:41 [PR PATCH] rednotebook: update to 2.31 dexgs
  2023-09-18  0:44 ` [PR PATCH] [Updated] " dexgs
  2023-09-18  1:17 ` dexgs
@ 2023-09-22 22:01 ` Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Duncaen @ 2023-09-22 22:01 UTC (permalink / raw)
  To: ml

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

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

rednotebook: update to 2.31.
https://github.com/void-linux/void-packages/pull/46111

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

end of thread, other threads:[~2023-09-22 22:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-18  0:41 [PR PATCH] rednotebook: update to 2.31 dexgs
2023-09-18  0:44 ` [PR PATCH] [Updated] " dexgs
2023-09-18  1:17 ` dexgs
2023-09-22 22:01 ` [PR PATCH] [Merged]: " Duncaen

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