Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] octoxbps: update to 0.3.3
@ 2024-01-07  2:20 LucentW
  2024-01-16 22:23 ` [PR PATCH] [Updated] " LucentW
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: LucentW @ 2024-01-07  2:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LucentW/void-packages patch-1
https://github.com/void-linux/void-packages/pull/48095

octoxbps: update to 0.3.3
#### Testing the changes
- I tested the changes in this PR: **yes** (it fixes the polkit woes to have it update the package list automatically through its notifier)

#### Local build testing
- I built this PR locally for my native architecture, amd64-glibc


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

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

From 4a87eef35fdc00741e1b3be3bb1b149fa95649da Mon Sep 17 00:00:00 2001
From: LucentW <LucentW@users.noreply.github.com>
Date: Sun, 7 Jan 2024 03:10:50 +0100
Subject: [PATCH] octoxbps: update to 0.3.3

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

diff --git a/srcpkgs/octoxbps/template b/srcpkgs/octoxbps/template
index a6b55fcb84773..2c084fc503c8c 100644
--- a/srcpkgs/octoxbps/template
+++ b/srcpkgs/octoxbps/template
@@ -1,6 +1,6 @@
 # Template file for 'octoxbps'
 pkgname=octoxbps
-version=0.3.2
+version=0.3.3
 revision=1
 build_style=qmake
 hostmakedepends="qt5-qmake pkg-config qt5-host-tools"
@@ -12,7 +12,7 @@ license="GPL-2.0-or-later"
 homepage="https://tintaescura.com/projects/octopi/"
 changelog="https://raw.githubusercontent.com/aarnt/octoxbps/master/CHANGELOG"
 distfiles="https://github.com/aarnt/octoxbps/archive/v${version}.tar.gz"
-checksum=8fe3ec0bb5eb55f94e8db08dc570ef10f61c929dfd0c12d8415d6f8d83e1c9ed
+checksum=bf00fca7416b9ecad5e8c6e85d8e3215e8c4ef73c23a2b2c3cbe6773491ff4d5
 
 post_configure() {
 	local qmake_args

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

* Re: [PR PATCH] [Updated] octoxbps: update to 0.3.3
  2024-01-07  2:20 [PR PATCH] octoxbps: update to 0.3.3 LucentW
@ 2024-01-16 22:23 ` LucentW
  2024-01-16 22:28 ` classabbyamp
  2024-01-16 22:28 ` [PR PATCH] [Closed]: " classabbyamp
  2 siblings, 0 replies; 5+ messages in thread
From: LucentW @ 2024-01-16 22:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LucentW/void-packages patch-1
https://github.com/void-linux/void-packages/pull/48095

octoxbps: update to 0.3.3
#### Testing the changes
- I tested the changes in this PR: **yes** (it fixes the polkit woes to have it update the package list automatically through its notifier)

#### Local build testing
- I built this PR locally for my native architecture, amd64-glibc


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

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

From 380ca4b521f48b85f2acc30e38f7acfadb409218 Mon Sep 17 00:00:00 2001
From: LucentW <lucent@zebes.info>
Date: Sun, 7 Jan 2024 03:10:50 +0100
Subject: [PATCH] octoxbps: update to 0.3.3

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

diff --git a/srcpkgs/octoxbps/template b/srcpkgs/octoxbps/template
index a6b55fcb84773..2c084fc503c8c 100644
--- a/srcpkgs/octoxbps/template
+++ b/srcpkgs/octoxbps/template
@@ -1,6 +1,6 @@
 # Template file for 'octoxbps'
 pkgname=octoxbps
-version=0.3.2
+version=0.3.3
 revision=1
 build_style=qmake
 hostmakedepends="qt5-qmake pkg-config qt5-host-tools"
@@ -12,7 +12,7 @@ license="GPL-2.0-or-later"
 homepage="https://tintaescura.com/projects/octopi/"
 changelog="https://raw.githubusercontent.com/aarnt/octoxbps/master/CHANGELOG"
 distfiles="https://github.com/aarnt/octoxbps/archive/v${version}.tar.gz"
-checksum=8fe3ec0bb5eb55f94e8db08dc570ef10f61c929dfd0c12d8415d6f8d83e1c9ed
+checksum=bf00fca7416b9ecad5e8c6e85d8e3215e8c4ef73c23a2b2c3cbe6773491ff4d5
 
 post_configure() {
 	local qmake_args

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

* Re: [PR PATCH] [Closed]: octoxbps: update to 0.3.3
  2024-01-07  2:20 [PR PATCH] octoxbps: update to 0.3.3 LucentW
  2024-01-16 22:23 ` [PR PATCH] [Updated] " LucentW
  2024-01-16 22:28 ` classabbyamp
@ 2024-01-16 22:28 ` classabbyamp
  2 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2024-01-16 22:28 UTC (permalink / raw)
  To: ml

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

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

octoxbps: update to 0.3.3
https://github.com/void-linux/void-packages/pull/48095

Description:
#### Testing the changes
- I tested the changes in this PR: **yes** (it fixes the polkit woes to have it update the package list automatically through its notifier)

#### Local build testing
- I built this PR locally for my native architecture, amd64-glibc


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

* Re: octoxbps: update to 0.3.3
  2024-01-07  2:20 [PR PATCH] octoxbps: update to 0.3.3 LucentW
  2024-01-16 22:23 ` [PR PATCH] [Updated] " LucentW
@ 2024-01-16 22:28 ` classabbyamp
  2024-01-16 22:28 ` [PR PATCH] [Closed]: " classabbyamp
  2 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2024-01-16 22:28 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/48095#issuecomment-1894624255

Comment:
https://github.com/void-linux/void-packages/pull/48221

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

* [PR PATCH] octoxbps: update to 0.3.3.
@ 2024-01-15 16:28 dexgs
  0 siblings, 0 replies; 5+ messages in thread
From: dexgs @ 2024-01-15 16:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dexgs/void-packages octoxbps
https://github.com/void-linux/void-packages/pull/48221

octoxbps: update to 0.3.3.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### 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/48221.patch is attached

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

From 2c3f63bac375c31108ccfba1df58c063f5ad0474 Mon Sep 17 00:00:00 2001
From: Dexter Gaon-Shatford <dexter.gaonshatford@gmail.com>
Date: Mon, 15 Jan 2024 11:27:24 -0500
Subject: [PATCH] octoxbps: update to 0.3.3.

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

diff --git a/srcpkgs/octoxbps/template b/srcpkgs/octoxbps/template
index a6b55fcb84773..2c084fc503c8c 100644
--- a/srcpkgs/octoxbps/template
+++ b/srcpkgs/octoxbps/template
@@ -1,6 +1,6 @@
 # Template file for 'octoxbps'
 pkgname=octoxbps
-version=0.3.2
+version=0.3.3
 revision=1
 build_style=qmake
 hostmakedepends="qt5-qmake pkg-config qt5-host-tools"
@@ -12,7 +12,7 @@ license="GPL-2.0-or-later"
 homepage="https://tintaescura.com/projects/octopi/"
 changelog="https://raw.githubusercontent.com/aarnt/octoxbps/master/CHANGELOG"
 distfiles="https://github.com/aarnt/octoxbps/archive/v${version}.tar.gz"
-checksum=8fe3ec0bb5eb55f94e8db08dc570ef10f61c929dfd0c12d8415d6f8d83e1c9ed
+checksum=bf00fca7416b9ecad5e8c6e85d8e3215e8c4ef73c23a2b2c3cbe6773491ff4d5
 
 post_configure() {
 	local qmake_args

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

end of thread, other threads:[~2024-01-16 22:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-07  2:20 [PR PATCH] octoxbps: update to 0.3.3 LucentW
2024-01-16 22:23 ` [PR PATCH] [Updated] " LucentW
2024-01-16 22:28 ` classabbyamp
2024-01-16 22:28 ` [PR PATCH] [Closed]: " classabbyamp
2024-01-15 16:28 [PR PATCH] " dexgs

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