Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] qownnotes: update to 24.5.0
@ 2024-05-04 18:44 cinerea0
  2024-05-04 20:21 ` [PR PATCH] [Updated] " cinerea0
  0 siblings, 1 reply; 2+ 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] 2+ 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
  0 siblings, 0 replies; 2+ 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] 2+ messages in thread

end of thread, other threads:[~2024-05-04 20:21 UTC | newest]

Thread overview: 2+ 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

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