Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] FeatherPad: update to 1.5.1
@ 2024-10-17  7:49 voidisnull
  2024-11-01 17:11 ` toadwastoast
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: voidisnull @ 2024-10-17  7:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/voidisnull/void-packages FeatherPad
https://github.com/void-linux/void-packages/pull/52662

FeatherPad: update to 1.5.1
#### 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-musl)
- I built this PR locally for these architectures:
  - x86_64-glibc
  - i686
<br/>
@yjp20 could you please review the changes??
And thanks for your time

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

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

From 2de9563cc555ca4994760e1b4e2676b70198435d Mon Sep 17 00:00:00 2001
From: Saksham Verma <voidisnull@duck.com>
Date: Thu, 17 Oct 2024 13:18:17 +0530
Subject: [PATCH] FeatherPad: update to 1.5.1

---
 srcpkgs/FeatherPad/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/FeatherPad/template b/srcpkgs/FeatherPad/template
index 205e8f50e37cfc..72b0fea3db137d 100644
--- a/srcpkgs/FeatherPad/template
+++ b/srcpkgs/FeatherPad/template
@@ -1,14 +1,14 @@
 # Template file for 'FeatherPad'
 pkgname=FeatherPad
-version=1.4.1
+version=1.5.1
 revision=1
 build_style=cmake
-hostmakedepends="qt5-qmake qt5-host-tools pkg-config"
-makedepends="libX11-devel libXext-devel qt5-x11extras-devel qt5-svg-devel hunspell-devel"
-short_desc="Lightweight Qt5 plain-text editor for Linux"
+hostmakedepends="pkg-config"
+makedepends="libX11-devel libXext-devel qt6-base-devel qt6-svg-devel qt6-tools-devel hunspell-devel"
+short_desc="Lightweight Qt6 plain-text editor for Linux"
 maintainer="Young Jin Park <youngjinpark20@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/tsujan/FeatherPad"
 changelog="https://github.com/tsujan/FeatherPad/raw/master/ChangeLog"
 distfiles="https://github.com/tsujan/FeatherPad/archive/V${version}.tar.gz"
-checksum=e60258388ca3039e434d7b661548113057a85443a1a288843b5ec6044b4206dc
+checksum=2826b3dc26877284d7bb5b62430e99b4fbcf45862af89549e4b4e9f40b16c3c5

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

* Re: FeatherPad: update to 1.5.1
  2024-10-17  7:49 [PR PATCH] FeatherPad: update to 1.5.1 voidisnull
@ 2024-11-01 17:11 ` toadwastoast
  2024-11-02 11:32 ` [PR PATCH] [Updated] " voidisnull
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: toadwastoast @ 2024-11-01 17:11 UTC (permalink / raw)
  To: ml

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

New comment by toadwastoast on void-packages repository

https://github.com/void-linux/void-packages/pull/52662#issuecomment-2452257193

Comment:
If you add `qt6-base` and `qt6-tools` to `hostmakedepends` and remove `qt6-tools-devel` from `makedepends` the package should crossbuild just fine.

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

* Re: [PR PATCH] [Updated] FeatherPad: update to 1.5.1
  2024-10-17  7:49 [PR PATCH] FeatherPad: update to 1.5.1 voidisnull
  2024-11-01 17:11 ` toadwastoast
@ 2024-11-02 11:32 ` voidisnull
  2024-11-02 11:43 ` voidisnull
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: voidisnull @ 2024-11-02 11:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/voidisnull/void-packages FeatherPad
https://github.com/void-linux/void-packages/pull/52662

FeatherPad: update to 1.5.1
#### 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-musl)
- I built this PR locally for these architectures:
  - x86_64-glibc
  - i686
<br/>
@yjp20 could you please review the changes??
And thanks for your time

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

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

From 0f2cc994a7525556da6c2f57e55812f123ed2b4c Mon Sep 17 00:00:00 2001
From: Saksham Verma <voidisnull@duck.com>
Date: Thu, 17 Oct 2024 13:18:17 +0530
Subject: [PATCH] FeatherPad: update to 1.5.1

---
 srcpkgs/FeatherPad/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/FeatherPad/template b/srcpkgs/FeatherPad/template
index 205e8f50e37cfc..fc901115531d51 100644
--- a/srcpkgs/FeatherPad/template
+++ b/srcpkgs/FeatherPad/template
@@ -1,14 +1,14 @@
 # Template file for 'FeatherPad'
 pkgname=FeatherPad
-version=1.4.1
+version=1.5.1
 revision=1
 build_style=cmake
-hostmakedepends="qt5-qmake qt5-host-tools pkg-config"
-makedepends="libX11-devel libXext-devel qt5-x11extras-devel qt5-svg-devel hunspell-devel"
-short_desc="Lightweight Qt5 plain-text editor for Linux"
+hostmakedepends="pkg-config qt6-base qt6-tools"
+makedepends="libX11-devel libXext-devel qt6-base-devel qt6-svg-devel hunspell-devel"
+short_desc="Lightweight Qt6 plain-text editor for Linux"
 maintainer="Young Jin Park <youngjinpark20@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/tsujan/FeatherPad"
 changelog="https://github.com/tsujan/FeatherPad/raw/master/ChangeLog"
 distfiles="https://github.com/tsujan/FeatherPad/archive/V${version}.tar.gz"
-checksum=e60258388ca3039e434d7b661548113057a85443a1a288843b5ec6044b4206dc
+checksum=2826b3dc26877284d7bb5b62430e99b4fbcf45862af89549e4b4e9f40b16c3c5

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

* Re: FeatherPad: update to 1.5.1
  2024-10-17  7:49 [PR PATCH] FeatherPad: update to 1.5.1 voidisnull
  2024-11-01 17:11 ` toadwastoast
  2024-11-02 11:32 ` [PR PATCH] [Updated] " voidisnull
@ 2024-11-02 11:43 ` voidisnull
  2025-02-01  2:00 ` github-actions
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: voidisnull @ 2024-11-02 11:43 UTC (permalink / raw)
  To: ml

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

New comment by voidisnull on void-packages repository

https://github.com/void-linux/void-packages/pull/52662#issuecomment-2452963226

Comment:
Thanks for your help!!

I have implemented your suggested changes

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

* Re: FeatherPad: update to 1.5.1
  2024-10-17  7:49 [PR PATCH] FeatherPad: update to 1.5.1 voidisnull
                   ` (2 preceding siblings ...)
  2024-11-02 11:43 ` voidisnull
@ 2025-02-01  2:00 ` github-actions
  2025-02-01 16:49 ` [PR PATCH] [Updated] " voidisnull
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: github-actions @ 2025-02-01  2:00 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/52662#issuecomment-2628683922

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Updated] FeatherPad: update to 1.5.1
  2024-10-17  7:49 [PR PATCH] FeatherPad: update to 1.5.1 voidisnull
                   ` (3 preceding siblings ...)
  2025-02-01  2:00 ` github-actions
@ 2025-02-01 16:49 ` voidisnull
  2025-02-01 16:59 ` voidisnull
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: voidisnull @ 2025-02-01 16:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/voidisnull/void-packages FeatherPad
https://github.com/void-linux/void-packages/pull/52662

FeatherPad: update to 1.5.1
#### 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-musl)
- I built this PR locally for these architectures:
  - x86_64-glibc
  - i686
<br/>
@yjp20 could you please review the changes??
And thanks for your time

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

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

From 0f2cc994a7525556da6c2f57e55812f123ed2b4c Mon Sep 17 00:00:00 2001
From: Saksham Verma <voidisnull@duck.com>
Date: Thu, 17 Oct 2024 13:18:17 +0530
Subject: [PATCH] FeatherPad: update to 1.5.1

---
 srcpkgs/FeatherPad/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/FeatherPad/template b/srcpkgs/FeatherPad/template
index 205e8f50e37cfc..fc901115531d51 100644
--- a/srcpkgs/FeatherPad/template
+++ b/srcpkgs/FeatherPad/template
@@ -1,14 +1,14 @@
 # Template file for 'FeatherPad'
 pkgname=FeatherPad
-version=1.4.1
+version=1.5.1
 revision=1
 build_style=cmake
-hostmakedepends="qt5-qmake qt5-host-tools pkg-config"
-makedepends="libX11-devel libXext-devel qt5-x11extras-devel qt5-svg-devel hunspell-devel"
-short_desc="Lightweight Qt5 plain-text editor for Linux"
+hostmakedepends="pkg-config qt6-base qt6-tools"
+makedepends="libX11-devel libXext-devel qt6-base-devel qt6-svg-devel hunspell-devel"
+short_desc="Lightweight Qt6 plain-text editor for Linux"
 maintainer="Young Jin Park <youngjinpark20@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/tsujan/FeatherPad"
 changelog="https://github.com/tsujan/FeatherPad/raw/master/ChangeLog"
 distfiles="https://github.com/tsujan/FeatherPad/archive/V${version}.tar.gz"
-checksum=e60258388ca3039e434d7b661548113057a85443a1a288843b5ec6044b4206dc
+checksum=2826b3dc26877284d7bb5b62430e99b4fbcf45862af89549e4b4e9f40b16c3c5

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

* Re: [PR PATCH] [Updated] FeatherPad: update to 1.5.1
  2024-10-17  7:49 [PR PATCH] FeatherPad: update to 1.5.1 voidisnull
                   ` (4 preceding siblings ...)
  2025-02-01 16:49 ` [PR PATCH] [Updated] " voidisnull
@ 2025-02-01 16:59 ` voidisnull
  2025-02-01 17:29 ` FeatherPad: update to 1.6.0 voidisnull
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: voidisnull @ 2025-02-01 16:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/voidisnull/void-packages FeatherPad
https://github.com/void-linux/void-packages/pull/52662

FeatherPad: update to 1.5.1
#### 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-musl)
- I built this PR locally for these architectures:
  - x86_64-glibc
  - i686
<br/>
@yjp20 could you please review the changes??
And thanks for your time

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

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

From 7da5fa498788483d6af600193404b877331af14c Mon Sep 17 00:00:00 2001
From: Saksham Verma <voidisnull@duck.com>
Date: Thu, 17 Oct 2024 13:18:17 +0530
Subject: [PATCH] FeatherPad: update to 1.6.0

---
 srcpkgs/FeatherPad/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/FeatherPad/template b/srcpkgs/FeatherPad/template
index 205e8f50e37cfc..ee0dc9618fef76 100644
--- a/srcpkgs/FeatherPad/template
+++ b/srcpkgs/FeatherPad/template
@@ -1,14 +1,14 @@
 # Template file for 'FeatherPad'
 pkgname=FeatherPad
-version=1.4.1
+version=1.6.0
 revision=1
 build_style=cmake
-hostmakedepends="qt5-qmake qt5-host-tools pkg-config"
-makedepends="libX11-devel libXext-devel qt5-x11extras-devel qt5-svg-devel hunspell-devel"
-short_desc="Lightweight Qt5 plain-text editor for Linux"
+hostmakedepends="pkg-config qt6-base qt6-tools"
+makedepends="libX11-devel libXext-devel qt6-base-devel qt6-svg-devel hunspell-devel"
+short_desc="Lightweight Qt6 plain-text editor for Linux"
 maintainer="Young Jin Park <youngjinpark20@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/tsujan/FeatherPad"
 changelog="https://github.com/tsujan/FeatherPad/raw/master/ChangeLog"
 distfiles="https://github.com/tsujan/FeatherPad/archive/V${version}.tar.gz"
-checksum=e60258388ca3039e434d7b661548113057a85443a1a288843b5ec6044b4206dc
+checksum=05a4a1d109b045760417f6f6be03655270af10c9e602ede4f470d0e66bce84e0

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

* Re: FeatherPad: update to 1.6.0
  2024-10-17  7:49 [PR PATCH] FeatherPad: update to 1.5.1 voidisnull
                   ` (5 preceding siblings ...)
  2025-02-01 16:59 ` voidisnull
@ 2025-02-01 17:29 ` voidisnull
  2025-02-01 19:20 ` yjp20
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: voidisnull @ 2025-02-01 17:29 UTC (permalink / raw)
  To: ml

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

New comment by voidisnull on void-packages repository

https://github.com/void-linux/void-packages/pull/52662#issuecomment-2629038161

Comment:
bump


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

* Re: FeatherPad: update to 1.6.0
  2024-10-17  7:49 [PR PATCH] FeatherPad: update to 1.5.1 voidisnull
                   ` (6 preceding siblings ...)
  2025-02-01 17:29 ` FeatherPad: update to 1.6.0 voidisnull
@ 2025-02-01 19:20 ` yjp20
  2025-02-01 20:07 ` voidisnull
  2025-02-01 20:09 ` [PR PATCH] [Updated] " voidisnull
  9 siblings, 0 replies; 11+ messages in thread
From: yjp20 @ 2025-02-01 19:20 UTC (permalink / raw)
  To: ml

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

New comment by yjp20 on void-packages repository

https://github.com/void-linux/void-packages/pull/52662#issuecomment-2629078579

Comment:
Hey, I no longer maintain void packages, though the changes look good to me.

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

* Re: FeatherPad: update to 1.6.0
  2024-10-17  7:49 [PR PATCH] FeatherPad: update to 1.5.1 voidisnull
                   ` (7 preceding siblings ...)
  2025-02-01 19:20 ` yjp20
@ 2025-02-01 20:07 ` voidisnull
  2025-02-01 20:09 ` [PR PATCH] [Updated] " voidisnull
  9 siblings, 0 replies; 11+ messages in thread
From: voidisnull @ 2025-02-01 20:07 UTC (permalink / raw)
  To: ml

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

New comment by voidisnull on void-packages repository

https://github.com/void-linux/void-packages/pull/52662#issuecomment-2629093753

Comment:
Thanks for your time to review the package!!
As you aren't maintaining this package, I'll adopt it

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

* Re: [PR PATCH] [Updated] FeatherPad: update to 1.6.0
  2024-10-17  7:49 [PR PATCH] FeatherPad: update to 1.5.1 voidisnull
                   ` (8 preceding siblings ...)
  2025-02-01 20:07 ` voidisnull
@ 2025-02-01 20:09 ` voidisnull
  9 siblings, 0 replies; 11+ messages in thread
From: voidisnull @ 2025-02-01 20:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/voidisnull/void-packages FeatherPad
https://github.com/void-linux/void-packages/pull/52662

FeatherPad: update to 1.6.0
#### 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-musl)
- I built this PR locally for these architectures:
  - x86_64-glibc
  - i686
<br/>
@yjp20 could you please review the changes??
And thanks for your time

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

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

From 3d64149e213c01a7361e31a2d5e737a14ef74a7a Mon Sep 17 00:00:00 2001
From: Saksham Verma <voidisnull@duck.com>
Date: Thu, 17 Oct 2024 13:18:17 +0530
Subject: [PATCH] FeatherPad: update to 1.6.0

---
 srcpkgs/FeatherPad/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/FeatherPad/template b/srcpkgs/FeatherPad/template
index 205e8f50e37cfc..b023222ffc2766 100644
--- a/srcpkgs/FeatherPad/template
+++ b/srcpkgs/FeatherPad/template
@@ -1,14 +1,14 @@
 # Template file for 'FeatherPad'
 pkgname=FeatherPad
-version=1.4.1
+version=1.6.0
 revision=1
 build_style=cmake
-hostmakedepends="qt5-qmake qt5-host-tools pkg-config"
-makedepends="libX11-devel libXext-devel qt5-x11extras-devel qt5-svg-devel hunspell-devel"
-short_desc="Lightweight Qt5 plain-text editor for Linux"
-maintainer="Young Jin Park <youngjinpark20@gmail.com>"
+hostmakedepends="pkg-config qt6-base qt6-tools"
+makedepends="libX11-devel libXext-devel qt6-base-devel qt6-svg-devel hunspell-devel"
+short_desc="Lightweight Qt6 plain-text editor for Linux"
+maintainer="Saksham <voidisnull@duck.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/tsujan/FeatherPad"
 changelog="https://github.com/tsujan/FeatherPad/raw/master/ChangeLog"
 distfiles="https://github.com/tsujan/FeatherPad/archive/V${version}.tar.gz"
-checksum=e60258388ca3039e434d7b661548113057a85443a1a288843b5ec6044b4206dc
+checksum=05a4a1d109b045760417f6f6be03655270af10c9e602ede4f470d0e66bce84e0

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

end of thread, other threads:[~2025-02-01 20:09 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-17  7:49 [PR PATCH] FeatherPad: update to 1.5.1 voidisnull
2024-11-01 17:11 ` toadwastoast
2024-11-02 11:32 ` [PR PATCH] [Updated] " voidisnull
2024-11-02 11:43 ` voidisnull
2025-02-01  2:00 ` github-actions
2025-02-01 16:49 ` [PR PATCH] [Updated] " voidisnull
2025-02-01 16:59 ` voidisnull
2025-02-01 17:29 ` FeatherPad: update to 1.6.0 voidisnull
2025-02-01 19:20 ` yjp20
2025-02-01 20:07 ` voidisnull
2025-02-01 20:09 ` [PR PATCH] [Updated] " voidisnull

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