* [PR PATCH] FeatherPad: update to 1.5.1
@ 2024-10-17 7:49 voidisnull
2024-11-01 17:11 ` toadwastoast
` (2 more replies)
0 siblings, 3 replies; 4+ 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] 4+ 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
2 siblings, 0 replies; 4+ 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] 4+ 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
2 siblings, 0 replies; 4+ 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] 4+ 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
2 siblings, 0 replies; 4+ 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] 4+ messages in thread
end of thread, other threads:[~2024-11-02 11:43 UTC | newest]
Thread overview: 4+ 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
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).