* [PR PATCH] qownnotes: update to 24.5.0
@ 2024-05-04 18:44 cinerea0
2024-05-04 20:21 ` [PR PATCH] [Updated] " cinerea0
` (5 more replies)
0 siblings, 6 replies; 7+ messages in thread
From: cinerea0 @ 2024-05-04 18:44 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 380 bytes --]
There is a new pull request by cinerea0 against master on the void-packages repository
https://github.com/cinerea0/void-packages qown
https://github.com/void-linux/void-packages/pull/50191
qownnotes: update to 24.5.0
#### Testing the changes
- I tested the changes in this PR: **YES**
A patch file from https://github.com/void-linux/void-packages/pull/50191.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-qown-50191.patch --]
[-- Type: text/x-diff, Size: 1520 bytes --]
From c009c0a0eae266dfef6769806d2ffde2f665eb27 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sat, 4 May 2024 14:44:03 -0400
Subject: [PATCH] qownnotes: update to 24.5.0
---
srcpkgs/qownnotes/template | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/qownnotes/template b/srcpkgs/qownnotes/template
index 176d7a6b590a54..eeaa5b7bdeab0f 100644
--- a/srcpkgs/qownnotes/template
+++ b/srcpkgs/qownnotes/template
@@ -1,10 +1,11 @@
# Template file for 'qownnotes'
pkgname=qownnotes
-version=24.4.2
+version=24.5.0
revision=1
build_style=qmake
+build_helper=qemu
configure_args="USE_SYSTEM_BOTAN=1"
-hostmakedepends="pkg-config qt6-base"
+hostmakedepends="pkg-config qt6-base xvfb-run"
makedepends="botan-devel qt6-base-devel qt6-declarative-devel
qt6-qt5compat-devel qt6-svg-devel qt6-websockets-devel"
depends="qt6-plugin-sqlite qt6-svg"
@@ -14,4 +15,11 @@ license="GPL-2.0-only"
homepage="https://www.qownnotes.org"
changelog="https://raw.githubusercontent.com/pbek/QOwnNotes/main/CHANGELOG.md"
distfiles="https://github.com/pbek/QOwnNotes/releases/download/v${version}/qownnotes-${version}.tar.xz"
-checksum=1e75b121c3b2ed37ba43961f65886f213a5fb20790c3c4edfcdafefb0729c445
+checksum=aa21d6f1bcf4ca95faaba28ca19d1cc9a94b48925a204162c081e04a33bc2faa
+
+post_install() {
+ for shell in bash fish; do
+ vtargetrun xvfb-run ${DESTDIR}/usr/bin/QOwnNotes --completion ${shell} > QOwnNotes.${shell}
+ vcompletion QOwnNotes.${shell} ${shell}
+ done
+}
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR PATCH] [Updated] qownnotes: update to 24.5.0
2024-05-04 18:44 [PR PATCH] qownnotes: update to 24.5.0 cinerea0
@ 2024-05-04 20:21 ` cinerea0
2024-07-11 20:57 ` cinerea0
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: cinerea0 @ 2024-05-04 20:21 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 385 bytes --]
There is an updated pull request by cinerea0 against master on the void-packages repository
https://github.com/cinerea0/void-packages qown
https://github.com/void-linux/void-packages/pull/50191
qownnotes: update to 24.5.0
#### Testing the changes
- I tested the changes in this PR: **YES**
A patch file from https://github.com/void-linux/void-packages/pull/50191.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-qown-50191.patch --]
[-- Type: text/x-diff, Size: 1390 bytes --]
From e2ee0a849f1bb2b42c7f004c1251cf8dec06ee1d Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sat, 4 May 2024 16:20:51 -0400
Subject: [PATCH] qownnotes: update to 24.5.0
---
srcpkgs/qownnotes/template | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/qownnotes/template b/srcpkgs/qownnotes/template
index 176d7a6b590a54..cf056296bdbeaf 100644
--- a/srcpkgs/qownnotes/template
+++ b/srcpkgs/qownnotes/template
@@ -1,8 +1,9 @@
# Template file for 'qownnotes'
pkgname=qownnotes
-version=24.4.2
+version=24.5.0
revision=1
build_style=qmake
+build_helper=qemu
configure_args="USE_SYSTEM_BOTAN=1"
hostmakedepends="pkg-config qt6-base"
makedepends="botan-devel qt6-base-devel qt6-declarative-devel
@@ -14,4 +15,11 @@ license="GPL-2.0-only"
homepage="https://www.qownnotes.org"
changelog="https://raw.githubusercontent.com/pbek/QOwnNotes/main/CHANGELOG.md"
distfiles="https://github.com/pbek/QOwnNotes/releases/download/v${version}/qownnotes-${version}.tar.xz"
-checksum=1e75b121c3b2ed37ba43961f65886f213a5fb20790c3c4edfcdafefb0729c445
+checksum=aa21d6f1bcf4ca95faaba28ca19d1cc9a94b48925a204162c081e04a33bc2faa
+
+post_install() {
+ for shell in bash fish; do
+ QT_QPA_PLATFORM=offscreen vtargetrun ${DESTDIR}/usr/bin/QOwnNotes --completion ${shell} > QOwnNotes.${shell}
+ vcompletion QOwnNotes.${shell} ${shell}
+ done
+}
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR PATCH] [Updated] qownnotes: update to 24.5.0
2024-05-04 18:44 [PR PATCH] qownnotes: update to 24.5.0 cinerea0
2024-05-04 20:21 ` [PR PATCH] [Updated] " cinerea0
@ 2024-07-11 20:57 ` cinerea0
2024-07-24 17:01 ` [PR PATCH] [Updated] qownnotes: update to 24.7.1 cinerea0
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: cinerea0 @ 2024-07-11 20:57 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 385 bytes --]
There is an updated pull request by cinerea0 against master on the void-packages repository
https://github.com/cinerea0/void-packages qown
https://github.com/void-linux/void-packages/pull/50191
qownnotes: update to 24.5.0
#### Testing the changes
- I tested the changes in this PR: **YES**
A patch file from https://github.com/void-linux/void-packages/pull/50191.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-qown-50191.patch --]
[-- Type: text/x-diff, Size: 1401 bytes --]
From d6f6e5e1c195caa132d561a6ba93bc1ae4446fa9 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Thu, 11 Jul 2024 16:57:01 -0400
Subject: [PATCH] qownnotes: update to 24.7.1
---
srcpkgs/qownnotes/template | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/qownnotes/template b/srcpkgs/qownnotes/template
index 176d7a6b590a54..e756eff2a534c6 100644
--- a/srcpkgs/qownnotes/template
+++ b/srcpkgs/qownnotes/template
@@ -1,8 +1,9 @@
# Template file for 'qownnotes'
pkgname=qownnotes
-version=24.4.2
+version=24.7.1
revision=1
build_style=qmake
+build_helper=qemu
configure_args="USE_SYSTEM_BOTAN=1"
hostmakedepends="pkg-config qt6-base"
makedepends="botan-devel qt6-base-devel qt6-declarative-devel
@@ -14,4 +15,11 @@ license="GPL-2.0-only"
homepage="https://www.qownnotes.org"
changelog="https://raw.githubusercontent.com/pbek/QOwnNotes/main/CHANGELOG.md"
distfiles="https://github.com/pbek/QOwnNotes/releases/download/v${version}/qownnotes-${version}.tar.xz"
-checksum=1e75b121c3b2ed37ba43961f65886f213a5fb20790c3c4edfcdafefb0729c445
+checksum=53f653a5012861f8b20410677d28cfae26256a20b1be68ad4fb37e39741796fe
+
+post_install() {
+ for shell in bash fish; do
+ QT_QPA_PLATFORM=offscreen vtargetrun "${DESTDIR}/usr/bin/QOwnNotes" --completion "${shell}" > "QOwnNotes.${shell}"
+ vcompletion "QOwnNotes.${shell}" "${shell}"
+ done
+}
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR PATCH] [Updated] qownnotes: update to 24.7.1
2024-05-04 18:44 [PR PATCH] qownnotes: update to 24.5.0 cinerea0
2024-05-04 20:21 ` [PR PATCH] [Updated] " cinerea0
2024-07-11 20:57 ` cinerea0
@ 2024-07-24 17:01 ` cinerea0
2024-07-25 14:43 ` cinerea0
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: cinerea0 @ 2024-07-24 17:01 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 385 bytes --]
There is an updated pull request by cinerea0 against master on the void-packages repository
https://github.com/cinerea0/void-packages qown
https://github.com/void-linux/void-packages/pull/50191
qownnotes: update to 24.7.1
#### Testing the changes
- I tested the changes in this PR: **YES**
A patch file from https://github.com/void-linux/void-packages/pull/50191.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-qown-50191.patch --]
[-- Type: text/x-diff, Size: 1401 bytes --]
From 3305d1983aefec309f00184ab151629a7a4aad66 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Wed, 24 Jul 2024 13:00:49 -0400
Subject: [PATCH] qownnotes: update to 24.7.3
---
srcpkgs/qownnotes/template | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/qownnotes/template b/srcpkgs/qownnotes/template
index 176d7a6b590a54..e14531051aaf91 100644
--- a/srcpkgs/qownnotes/template
+++ b/srcpkgs/qownnotes/template
@@ -1,8 +1,9 @@
# Template file for 'qownnotes'
pkgname=qownnotes
-version=24.4.2
+version=24.7.3
revision=1
build_style=qmake
+build_helper=qemu
configure_args="USE_SYSTEM_BOTAN=1"
hostmakedepends="pkg-config qt6-base"
makedepends="botan-devel qt6-base-devel qt6-declarative-devel
@@ -14,4 +15,11 @@ license="GPL-2.0-only"
homepage="https://www.qownnotes.org"
changelog="https://raw.githubusercontent.com/pbek/QOwnNotes/main/CHANGELOG.md"
distfiles="https://github.com/pbek/QOwnNotes/releases/download/v${version}/qownnotes-${version}.tar.xz"
-checksum=1e75b121c3b2ed37ba43961f65886f213a5fb20790c3c4edfcdafefb0729c445
+checksum=566cc75601f3c48fb7c3cd886016a158f08bb87698e7643289c41e8bf3b37816
+
+post_install() {
+ for shell in bash fish; do
+ QT_QPA_PLATFORM=offscreen vtargetrun "${DESTDIR}/usr/bin/QOwnNotes" --completion "${shell}" > "QOwnNotes.${shell}"
+ vcompletion "QOwnNotes.${shell}" "${shell}"
+ done
+}
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR PATCH] [Updated] qownnotes: update to 24.7.1
2024-05-04 18:44 [PR PATCH] qownnotes: update to 24.5.0 cinerea0
` (2 preceding siblings ...)
2024-07-24 17:01 ` [PR PATCH] [Updated] qownnotes: update to 24.7.1 cinerea0
@ 2024-07-25 14:43 ` cinerea0
2024-08-11 8:54 ` [PR PATCH] [Updated] qownnotes: update to 24.7.3 cinerea0
2024-11-10 2:01 ` qownnotes: update to 24.8.4 github-actions
5 siblings, 0 replies; 7+ messages in thread
From: cinerea0 @ 2024-07-25 14:43 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 385 bytes --]
There is an updated pull request by cinerea0 against master on the void-packages repository
https://github.com/cinerea0/void-packages qown
https://github.com/void-linux/void-packages/pull/50191
qownnotes: update to 24.7.1
#### Testing the changes
- I tested the changes in this PR: **YES**
A patch file from https://github.com/void-linux/void-packages/pull/50191.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-qown-50191.patch --]
[-- Type: text/x-diff, Size: 1401 bytes --]
From 6a4ca366c01efef53fbe8109573d8d5c97edde35 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Wed, 24 Jul 2024 13:00:49 -0400
Subject: [PATCH] qownnotes: update to 24.7.3
---
srcpkgs/qownnotes/template | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/qownnotes/template b/srcpkgs/qownnotes/template
index 176d7a6b590a54..e14531051aaf91 100644
--- a/srcpkgs/qownnotes/template
+++ b/srcpkgs/qownnotes/template
@@ -1,8 +1,9 @@
# Template file for 'qownnotes'
pkgname=qownnotes
-version=24.4.2
+version=24.7.3
revision=1
build_style=qmake
+build_helper=qemu
configure_args="USE_SYSTEM_BOTAN=1"
hostmakedepends="pkg-config qt6-base"
makedepends="botan-devel qt6-base-devel qt6-declarative-devel
@@ -14,4 +15,11 @@ license="GPL-2.0-only"
homepage="https://www.qownnotes.org"
changelog="https://raw.githubusercontent.com/pbek/QOwnNotes/main/CHANGELOG.md"
distfiles="https://github.com/pbek/QOwnNotes/releases/download/v${version}/qownnotes-${version}.tar.xz"
-checksum=1e75b121c3b2ed37ba43961f65886f213a5fb20790c3c4edfcdafefb0729c445
+checksum=566cc75601f3c48fb7c3cd886016a158f08bb87698e7643289c41e8bf3b37816
+
+post_install() {
+ for shell in bash fish; do
+ QT_QPA_PLATFORM=offscreen vtargetrun "${DESTDIR}/usr/bin/QOwnNotes" --completion "${shell}" > "QOwnNotes.${shell}"
+ vcompletion "QOwnNotes.${shell}" "${shell}"
+ done
+}
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR PATCH] [Updated] qownnotes: update to 24.7.3
2024-05-04 18:44 [PR PATCH] qownnotes: update to 24.5.0 cinerea0
` (3 preceding siblings ...)
2024-07-25 14:43 ` cinerea0
@ 2024-08-11 8:54 ` cinerea0
2024-11-10 2:01 ` qownnotes: update to 24.8.4 github-actions
5 siblings, 0 replies; 7+ messages in thread
From: cinerea0 @ 2024-08-11 8:54 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 385 bytes --]
There is an updated pull request by cinerea0 against master on the void-packages repository
https://github.com/cinerea0/void-packages qown
https://github.com/void-linux/void-packages/pull/50191
qownnotes: update to 24.7.3
#### Testing the changes
- I tested the changes in this PR: **YES**
A patch file from https://github.com/void-linux/void-packages/pull/50191.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-qown-50191.patch --]
[-- Type: text/x-diff, Size: 1401 bytes --]
From 353028eaff08db1ef8ba2d2c5deef9a2f93ef0bc Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sun, 11 Aug 2024 04:54:14 -0400
Subject: [PATCH] qownnotes: update to 24.8.4
---
srcpkgs/qownnotes/template | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/qownnotes/template b/srcpkgs/qownnotes/template
index 176d7a6b590a54..e63ad8a7560b10 100644
--- a/srcpkgs/qownnotes/template
+++ b/srcpkgs/qownnotes/template
@@ -1,8 +1,9 @@
# Template file for 'qownnotes'
pkgname=qownnotes
-version=24.4.2
+version=24.8.4
revision=1
build_style=qmake
+build_helper=qemu
configure_args="USE_SYSTEM_BOTAN=1"
hostmakedepends="pkg-config qt6-base"
makedepends="botan-devel qt6-base-devel qt6-declarative-devel
@@ -14,4 +15,11 @@ license="GPL-2.0-only"
homepage="https://www.qownnotes.org"
changelog="https://raw.githubusercontent.com/pbek/QOwnNotes/main/CHANGELOG.md"
distfiles="https://github.com/pbek/QOwnNotes/releases/download/v${version}/qownnotes-${version}.tar.xz"
-checksum=1e75b121c3b2ed37ba43961f65886f213a5fb20790c3c4edfcdafefb0729c445
+checksum=b81dccb6d570efe7ba851309d94698bdc6a87cc12f913a16a4185595d7069ab2
+
+post_install() {
+ for shell in bash fish; do
+ QT_QPA_PLATFORM=offscreen vtargetrun "${DESTDIR}/usr/bin/QOwnNotes" --completion "${shell}" > "QOwnNotes.${shell}"
+ vcompletion "QOwnNotes.${shell}" "${shell}"
+ done
+}
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: qownnotes: update to 24.8.4
2024-05-04 18:44 [PR PATCH] qownnotes: update to 24.5.0 cinerea0
` (4 preceding siblings ...)
2024-08-11 8:54 ` [PR PATCH] [Updated] qownnotes: update to 24.7.3 cinerea0
@ 2024-11-10 2:01 ` github-actions
5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2024-11-10 2:01 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/50191#issuecomment-2466546036
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] 7+ messages in thread
end of thread, other threads:[~2024-11-10 2:01 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-04 18:44 [PR PATCH] qownnotes: update to 24.5.0 cinerea0
2024-05-04 20:21 ` [PR PATCH] [Updated] " cinerea0
2024-07-11 20:57 ` cinerea0
2024-07-24 17:01 ` [PR PATCH] [Updated] qownnotes: update to 24.7.1 cinerea0
2024-07-25 14:43 ` cinerea0
2024-08-11 8:54 ` [PR PATCH] [Updated] qownnotes: update to 24.7.3 cinerea0
2024-11-10 2:01 ` qownnotes: update to 24.8.4 github-actions
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).