Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] dooble: update to 2023.12.25.
@ 2023-12-24 21:24 Eloitor
  2023-12-26 10:16 ` [PR PATCH] [Updated] " Eloitor
  2023-12-28  4:51 ` [PR PATCH] [Merged]: " sgn
  0 siblings, 2 replies; 3+ messages in thread
From: Eloitor @ 2023-12-24 21:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages dooble
https://github.com/void-linux/void-packages/pull/47900

dooble: update to 2023.12.25.
#### 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-glibc)


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

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

From 66360f117815c4a63f81464a303b35c625acb3b8 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@duck.com>
Date: Sun, 24 Dec 2023 21:49:35 +0100
Subject: [PATCH] dooble: update to 2023.12.25.

---
 srcpkgs/dooble/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/dooble/template b/srcpkgs/dooble/template
index cb03df1b69b4d..1347e1077eefb 100644
--- a/srcpkgs/dooble/template
+++ b/srcpkgs/dooble/template
@@ -1,6 +1,6 @@
 # Template file for 'dooble'
 pkgname=dooble
-version=2023.11.30
+version=2023.12.25
 revision=1
 build_style=qmake
 archs="x86_64* aarch64*"
@@ -13,7 +13,7 @@ maintainer="Eloi Torrents <eloitor@disroot.org>"
 license="BSD-3-Clause"
 homepage="https://textbrowser.github.io/dooble/"
 distfiles="https://github.com/textbrowser/dooble/archive/refs/tags/${version}.tar.gz"
-checksum=bc8d930f929111d8eb29e4d830b96ac9f2608be5d7a33e9a24d6efba637f213f
+checksum=f5e67fd052af762b7658f70e268dd73af8e1f39f2eb335a0848c34242ca70315
 
 do_install() {
 	vbin Dooble dooble

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

* Re: [PR PATCH] [Updated] dooble: update to 2023.12.25.
  2023-12-24 21:24 [PR PATCH] dooble: update to 2023.12.25 Eloitor
@ 2023-12-26 10:16 ` Eloitor
  2023-12-28  4:51 ` [PR PATCH] [Merged]: " sgn
  1 sibling, 0 replies; 3+ messages in thread
From: Eloitor @ 2023-12-26 10:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages dooble
https://github.com/void-linux/void-packages/pull/47900

dooble: update to 2023.12.25.
#### 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-glibc)


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

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

From eccd446507f4de43e00c82d677d261c94b0b6382 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@duck.com>
Date: Sun, 24 Dec 2023 21:49:35 +0100
Subject: [PATCH] dooble: update to 2023.12.25.

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

diff --git a/srcpkgs/dooble/template b/srcpkgs/dooble/template
index cb03df1b69b4d..f30cd52f17bda 100644
--- a/srcpkgs/dooble/template
+++ b/srcpkgs/dooble/template
@@ -1,9 +1,9 @@
 # Template file for 'dooble'
 pkgname=dooble
-version=2023.11.30
+version=2023.12.25
 revision=1
-build_style=qmake
 archs="x86_64* aarch64*"
+build_style=qmake
 configure_args="dooble.pro"
 hostmakedepends="qt6-webengine qt6-declarative-devel"
 makedepends="qt6-charts-devel qt6-webengine-devel qt6-webchannel-devel qt6-location-devel qt6-charts-devel qt6-wayland python3-QtPy"
@@ -13,7 +13,7 @@ maintainer="Eloi Torrents <eloitor@disroot.org>"
 license="BSD-3-Clause"
 homepage="https://textbrowser.github.io/dooble/"
 distfiles="https://github.com/textbrowser/dooble/archive/refs/tags/${version}.tar.gz"
-checksum=bc8d930f929111d8eb29e4d830b96ac9f2608be5d7a33e9a24d6efba637f213f
+checksum=f5e67fd052af762b7658f70e268dd73af8e1f39f2eb335a0848c34242ca70315
 
 do_install() {
 	vbin Dooble dooble

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

* Re: [PR PATCH] [Merged]: dooble: update to 2023.12.25.
  2023-12-24 21:24 [PR PATCH] dooble: update to 2023.12.25 Eloitor
  2023-12-26 10:16 ` [PR PATCH] [Updated] " Eloitor
@ 2023-12-28  4:51 ` sgn
  1 sibling, 0 replies; 3+ messages in thread
From: sgn @ 2023-12-28  4:51 UTC (permalink / raw)
  To: ml

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

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

dooble: update to 2023.12.25.
https://github.com/void-linux/void-packages/pull/47900

Description:
#### 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-glibc)


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

end of thread, other threads:[~2023-12-28  4:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-24 21:24 [PR PATCH] dooble: update to 2023.12.25 Eloitor
2023-12-26 10:16 ` [PR PATCH] [Updated] " Eloitor
2023-12-28  4:51 ` [PR PATCH] [Merged]: " sgn

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