Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] qownnotes: update to 24.1.5
@ 2024-02-11 21:04 cinerea0
  2024-02-13 22:18 ` [PR PATCH] [Updated] " cinerea0
  2024-02-14  2:57 ` [PR PATCH] [Merged]: qownnotes: update to 24.2.1 cinerea0
  0 siblings, 2 replies; 3+ messages in thread
From: cinerea0 @ 2024-02-11 21:04 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/48660

qownnotes: update to 24.1.5
#### Testing the changes
- I tested the changes in this PR: **YES**



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

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

From 5a1521400ae98b417f18320bf8c8c6d782ef11cc Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sun, 11 Feb 2024 16:03:29 -0500
Subject: [PATCH] qownnotes: update to 24.1.5

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

diff --git a/srcpkgs/qownnotes/template b/srcpkgs/qownnotes/template
index 9d8192e6e5025..68d333454d7c8 100644
--- a/srcpkgs/qownnotes/template
+++ b/srcpkgs/qownnotes/template
@@ -1,6 +1,6 @@
 # Template file for 'qownnotes'
 pkgname=qownnotes
-version=23.6.5
+version=24.1.5
 revision=1
 build_style=qmake
 hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
@@ -12,8 +12,8 @@ maintainer="travankor <travankor@tuta.io>"
 license="GPL-2.0-only"
 homepage="https://www.qownnotes.org"
 changelog="https://www.qownnotes.org/changelog.html"
-distfiles="https://download.tuxfamily.org/qownnotes/src/qownnotes-${version}.tar.xz"
-checksum=1531a9b69e9159525874b5ed0c8e5cca6b756cdafed321e4d302c23ae4dbc651
+distfiles="https://github.com/pbek/QOwnNotes/releases/download/v${version}/qownnotes-${version}.tar.xz"
+checksum=8b0dcc76c4b58bb07c457664d865f088e45e4940b5217e73d0c4c493d0789cc3
 
 pre_build() {
 	vsed -i '5i USE_SYSTEM_BOTAN = 1' libraries/botan/botan.pri

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

* Re: [PR PATCH] [Updated] qownnotes: update to 24.1.5
  2024-02-11 21:04 [PR PATCH] qownnotes: update to 24.1.5 cinerea0
@ 2024-02-13 22:18 ` cinerea0
  2024-02-14  2:57 ` [PR PATCH] [Merged]: qownnotes: update to 24.2.1 cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2024-02-13 22:18 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/48660

qownnotes: update to 24.1.5
#### Testing the changes
- I tested the changes in this PR: **YES**



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

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

From 0ccf89737dc1b92ec74d03b750747c742c8c877c Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Tue, 13 Feb 2024 17:17:55 -0500
Subject: [PATCH] qownnotes: update to 24.2.1

---
 srcpkgs/qownnotes/template | 21 +++++++++------------
 1 file changed, 9 insertions(+), 12 deletions(-)

diff --git a/srcpkgs/qownnotes/template b/srcpkgs/qownnotes/template
index 9d8192e6e5025..bd5e780067948 100644
--- a/srcpkgs/qownnotes/template
+++ b/srcpkgs/qownnotes/template
@@ -1,20 +1,17 @@
 # Template file for 'qownnotes'
 pkgname=qownnotes
-version=23.6.5
+version=24.2.1
 revision=1
 build_style=qmake
-hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
-makedepends="botan-devel qt5-declarative-devel qt5-svg-devel
- qt5-xmlpatterns-devel qt5-websockets-devel qt5-x11extras-devel"
-depends="qt5-plugin-sqlite"
+configure_args="USE_SYSTEM_BOTAN=1"
+hostmakedepends="pkg-config qt6-base"
+makedepends="botan-devel qt6-base-devel qt6-declarative-devel
+ qt6-qt5compat-devel qt6-svg-devel qt6-websockets-devel"
+depends="qt6-plugin-sqlite qt6-svg"
 short_desc="Plain-text file notepad and todo-list manager with markdown support"
 maintainer="travankor <travankor@tuta.io>"
 license="GPL-2.0-only"
 homepage="https://www.qownnotes.org"
-changelog="https://www.qownnotes.org/changelog.html"
-distfiles="https://download.tuxfamily.org/qownnotes/src/qownnotes-${version}.tar.xz"
-checksum=1531a9b69e9159525874b5ed0c8e5cca6b756cdafed321e4d302c23ae4dbc651
-
-pre_build() {
-	vsed -i '5i USE_SYSTEM_BOTAN = 1' libraries/botan/botan.pri
-}
+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=683a565df5087cb8c3844cb0eb1cae62b478650a1c905bfe25b0b5b6f305e994

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

* Re: [PR PATCH] [Merged]: qownnotes: update to 24.2.1
  2024-02-11 21:04 [PR PATCH] qownnotes: update to 24.1.5 cinerea0
  2024-02-13 22:18 ` [PR PATCH] [Updated] " cinerea0
@ 2024-02-14  2:57 ` cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2024-02-14  2:57 UTC (permalink / raw)
  To: ml

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

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

qownnotes: update to 24.2.1
https://github.com/void-linux/void-packages/pull/48660

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



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

end of thread, other threads:[~2024-02-14  2:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-11 21:04 [PR PATCH] qownnotes: update to 24.1.5 cinerea0
2024-02-13 22:18 ` [PR PATCH] [Updated] " cinerea0
2024-02-14  2:57 ` [PR PATCH] [Merged]: qownnotes: update to 24.2.1 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).