Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: Update Flameshot to v11.0.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35194@inbox.vuxu.org>
  2022-01-23 11:20 ` Update Flameshot to v11.0.0 oreo639
@ 2022-01-23 11:21 ` oreo639
  2022-01-23 11:27 ` oreo639
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 18+ messages in thread
From: oreo639 @ 2022-01-23 11:21 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/35194#issuecomment-1019463291

Comment:
Again, it needs to be `<pkgname>: update to <version>` with pkgname being the same case as the package name (in this case all lowercase) and version being the package version without any other identifiers (i.e. no `v`)
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md

As the contributing guide mentions in the `Review` section, just use `git commit --amend` to update the commit message.

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

* Re: Update Flameshot to v11.0.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35194@inbox.vuxu.org>
  2022-01-23 11:20 ` Update Flameshot to v11.0.0 oreo639
  2022-01-23 11:21 ` oreo639
@ 2022-01-23 11:27 ` oreo639
  2022-01-23 12:13 ` [PR PATCH] [Updated] " prateekmedia
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 18+ messages in thread
From: oreo639 @ 2022-01-23 11:27 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/35194#issuecomment-1019463291

Comment:
Again, it needs to be `<pkgname>: update to <version>` with pkgname being the same case as the package name (in this case all lowercase) and version being the package version as described in the template without any other extra identifiers (i.e. no `v`)
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md

As the contributing guide mentions in the `Review` section, just use `git commit --amend` to update the commit message.

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

* Re: [PR PATCH] [Updated] Update Flameshot to v11.0.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35194@inbox.vuxu.org>
                   ` (2 preceding siblings ...)
  2022-01-23 11:27 ` oreo639
@ 2022-01-23 12:13 ` prateekmedia
  2022-01-23 12:14 ` prateekmedia
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 18+ messages in thread
From: prateekmedia @ 2022-01-23 12:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/prateekmedia/void-packages master
https://github.com/void-linux/void-packages/pull/35194

Update Flameshot to v11.0.0
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From bd6dacb45741fbc7eaa81679c405a42675aab1f5 Mon Sep 17 00:00:00 2001
From: Prateek Sunal <41370460+prateekmedia@users.noreply.github.com>
Date: Sun, 23 Jan 2022 16:43:04 +0530
Subject: [PATCH] flameshot: update to v11.0.0

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

diff --git a/srcpkgs/flameshot/template b/srcpkgs/flameshot/template
index 365fd20e0033..dc3f7a8a1edb 100644
--- a/srcpkgs/flameshot/template
+++ b/srcpkgs/flameshot/template
@@ -1,6 +1,6 @@
 # Template file for 'flameshot'
 pkgname=flameshot
-version=0.10.2
+version=11.0.0
 revision=1
 build_style=cmake
 hostmakedepends="qt5-qmake qt5-host-tools"
@@ -11,4 +11,4 @@ maintainer="Neel Chotai <neel@chot.ai>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/lupoDharkael/flameshot"
 distfiles="https://github.com/lupoDharkael/flameshot/archive/v${version}.tar.gz"
-checksum=951c8170b7be2f12e4446f6367e8fa176eb3489fe24c0cef8dfda0bd180e61f9
+checksum=4cd158719031e97c97ecb6db1c14dd8ded44bf531c062bce496fc63be18bc2cf

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

* Re: Update Flameshot to v11.0.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35194@inbox.vuxu.org>
                   ` (3 preceding siblings ...)
  2022-01-23 12:13 ` [PR PATCH] [Updated] " prateekmedia
@ 2022-01-23 12:14 ` prateekmedia
  2022-01-23 12:21 ` paper42
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 18+ messages in thread
From: prateekmedia @ 2022-01-23 12:14 UTC (permalink / raw)
  To: ml

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

New comment by prateekmedia on void-packages repository

https://github.com/void-linux/void-packages/pull/35194#issuecomment-1019472428

Comment:
@oreo639 Done! I was not cloning the repo cause it was more than 400Mb in size, but anyways.

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

* Re: Update Flameshot to v11.0.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35194@inbox.vuxu.org>
                   ` (4 preceding siblings ...)
  2022-01-23 12:14 ` prateekmedia
@ 2022-01-23 12:21 ` paper42
  2022-01-23 12:23 ` prateekmedia
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 18+ messages in thread
From: paper42 @ 2022-01-23 12:21 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35194#issuecomment-1019473820

Comment:
> Done! I was not cloning the repo cause it was more than 400Mb in size, but anyways.

If you didn't clone this repository, how did you test this package? We generally require build and runtime testing.

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

* Re: Update Flameshot to v11.0.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35194@inbox.vuxu.org>
                   ` (5 preceding siblings ...)
  2022-01-23 12:21 ` paper42
@ 2022-01-23 12:23 ` prateekmedia
  2022-01-23 12:24 ` prateekmedia
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 18+ messages in thread
From: prateekmedia @ 2022-01-23 12:23 UTC (permalink / raw)
  To: ml

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

New comment by prateekmedia on void-packages repository

https://github.com/void-linux/void-packages/pull/35194#issuecomment-1019474172

Comment:
> > Done! I was not cloning the repo cause it was more than 400Mb in size, but anyways.
> 
> If you didn't clone this repository, how did you test this package? We generally require build and runtime testing.

I was using --depth 1 before so it was 12 MB in size.

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

* Re: Update Flameshot to v11.0.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35194@inbox.vuxu.org>
                   ` (6 preceding siblings ...)
  2022-01-23 12:23 ` prateekmedia
@ 2022-01-23 12:24 ` prateekmedia
  2022-01-23 12:25 ` paper42
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 18+ messages in thread
From: prateekmedia @ 2022-01-23 12:24 UTC (permalink / raw)
  To: ml

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

New comment by prateekmedia on void-packages repository

https://github.com/void-linux/void-packages/pull/35194#issuecomment-1019474172

Comment:
> > Done! I was not cloning the repo cause it was more than 400Mb in size, but anyways.
> 
> If you didn't clone this repository, how did you test this package? We generally require build and runtime testing.

I was using git clone  --depth 1 before so it was 12 MB in size + vpsm to build package.

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

* Re: Update Flameshot to v11.0.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35194@inbox.vuxu.org>
                   ` (7 preceding siblings ...)
  2022-01-23 12:24 ` prateekmedia
@ 2022-01-23 12:25 ` paper42
  2022-01-23 12:26 ` [PR PATCH] [Updated] " prateekmedia
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 18+ messages in thread
From: paper42 @ 2022-01-23 12:25 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35194#issuecomment-1019474547

Comment:
great, the commit message still needs to be fixed, <version> is not v11.0.0, but 11.0.0

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

* Re: [PR PATCH] [Updated] Update Flameshot to v11.0.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35194@inbox.vuxu.org>
                   ` (8 preceding siblings ...)
  2022-01-23 12:25 ` paper42
@ 2022-01-23 12:26 ` prateekmedia
  2022-01-23 18:37 ` flameshot: update to 11.0.0 prateekmedia
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 18+ messages in thread
From: prateekmedia @ 2022-01-23 12:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/prateekmedia/void-packages master
https://github.com/void-linux/void-packages/pull/35194

Update Flameshot to v11.0.0
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 9125e450c3146e70578e5c1fef18d92abcb06376 Mon Sep 17 00:00:00 2001
From: Prateek Sunal <41370460+prateekmedia@users.noreply.github.com>
Date: Sun, 23 Jan 2022 16:43:04 +0530
Subject: [PATCH] flameshot: update to 11.0.0

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

diff --git a/srcpkgs/flameshot/template b/srcpkgs/flameshot/template
index 365fd20e0033..dc3f7a8a1edb 100644
--- a/srcpkgs/flameshot/template
+++ b/srcpkgs/flameshot/template
@@ -1,6 +1,6 @@
 # Template file for 'flameshot'
 pkgname=flameshot
-version=0.10.2
+version=11.0.0
 revision=1
 build_style=cmake
 hostmakedepends="qt5-qmake qt5-host-tools"
@@ -11,4 +11,4 @@ maintainer="Neel Chotai <neel@chot.ai>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/lupoDharkael/flameshot"
 distfiles="https://github.com/lupoDharkael/flameshot/archive/v${version}.tar.gz"
-checksum=951c8170b7be2f12e4446f6367e8fa176eb3489fe24c0cef8dfda0bd180e61f9
+checksum=4cd158719031e97c97ecb6db1c14dd8ded44bf531c062bce496fc63be18bc2cf

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

* Re: flameshot: update to 11.0.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35194@inbox.vuxu.org>
                   ` (9 preceding siblings ...)
  2022-01-23 12:26 ` [PR PATCH] [Updated] " prateekmedia
@ 2022-01-23 18:37 ` prateekmedia
  2022-01-23 18:42 ` oreo639
  2022-01-23 21:41 ` [PR PATCH] [Merged]: " paper42
  12 siblings, 0 replies; 18+ messages in thread
From: prateekmedia @ 2022-01-23 18:37 UTC (permalink / raw)
  To: ml

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

New comment by prateekmedia on void-packages repository

https://github.com/void-linux/void-packages/pull/35194#issuecomment-1019542314

Comment:
@oreo639 It is passing all test, what next?

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

* Re: flameshot: update to 11.0.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35194@inbox.vuxu.org>
                   ` (10 preceding siblings ...)
  2022-01-23 18:37 ` flameshot: update to 11.0.0 prateekmedia
@ 2022-01-23 18:42 ` oreo639
  2022-01-23 21:41 ` [PR PATCH] [Merged]: " paper42
  12 siblings, 0 replies; 18+ messages in thread
From: oreo639 @ 2022-01-23 18:42 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/35194#issuecomment-1019543019

Comment:
That's it. Just be patient.

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

* Re: [PR PATCH] [Merged]: flameshot: update to 11.0.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35194@inbox.vuxu.org>
                   ` (11 preceding siblings ...)
  2022-01-23 18:42 ` oreo639
@ 2022-01-23 21:41 ` paper42
  12 siblings, 0 replies; 18+ messages in thread
From: paper42 @ 2022-01-23 21:41 UTC (permalink / raw)
  To: ml

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

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

flameshot: update to 11.0.0
https://github.com/void-linux/void-packages/pull/35194

Description:
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

* Re: Update Flameshot to v11.0.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35194@inbox.vuxu.org>
@ 2022-01-23 11:20 ` oreo639
  2022-01-23 11:21 ` oreo639
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 18+ messages in thread
From: oreo639 @ 2022-01-23 11:20 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/35194#issuecomment-1019463291

Comment:
Again, it needs to be `<pkgname>: update to <version>` with pkgname being the same case as the package name (in this case all lowercase)
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md

As the contributing guide mentions in the `Review` section, just use `git commit --amend` to update the commit message.

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

* Re: Update Flameshot to v11.0.0
  2022-01-23 10:38 [PR PATCH] Update Flameshot to v11.0.0 prateekmedia
                   ` (3 preceding siblings ...)
  2022-01-23 11:16 ` oreo639
@ 2022-01-23 11:17 ` oreo639
  4 siblings, 0 replies; 18+ messages in thread
From: oreo639 @ 2022-01-23 11:17 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/35193#issuecomment-1019462569

Comment:
You don't need to.
You can clone the fork to your computer using `git clone <repo> -b <branch>`, then do `git reset --soft HEAD~2`, then do `git diff --cached` to make sure everything looks good (you can use `git add srcpkgs/flameshot` to add any new changes), then do `git commit` and do `git push -f`.

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

* Re: Update Flameshot to v11.0.0
  2022-01-23 10:38 [PR PATCH] Update Flameshot to v11.0.0 prateekmedia
                   ` (2 preceding siblings ...)
  2022-01-23 11:15 ` oreo639
@ 2022-01-23 11:16 ` oreo639
  2022-01-23 11:17 ` oreo639
  4 siblings, 0 replies; 18+ messages in thread
From: oreo639 @ 2022-01-23 11:16 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/35193#issuecomment-1019462569

Comment:
You don't need to.
You can clone the fork to your computer using `git clone <repo> -b <branch>`, then do `git reset --soft HEAD~2`, then do `git diff --cached` to make sure everything looks good (you can use `git add srcpkgs/flameshot` to add any new changes), then make the commit and do `git push -f`.

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

* Re: Update Flameshot to v11.0.0
  2022-01-23 10:38 [PR PATCH] Update Flameshot to v11.0.0 prateekmedia
  2022-01-23 10:42 ` oreo639
  2022-01-23 11:13 ` prateekmedia
@ 2022-01-23 11:15 ` oreo639
  2022-01-23 11:16 ` oreo639
  2022-01-23 11:17 ` oreo639
  4 siblings, 0 replies; 18+ messages in thread
From: oreo639 @ 2022-01-23 11:15 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/35193#issuecomment-1019462569

Comment:
You don't need to.
You can clone the fork to your computer using `git clone <repo> -b <branch>`, then do `git reset --soft HEAD~2`, then do `git diff --cached` to make sure everything looks good, then make the commit and do `git push -f`.

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

* Re: Update Flameshot to v11.0.0
  2022-01-23 10:38 [PR PATCH] Update Flameshot to v11.0.0 prateekmedia
  2022-01-23 10:42 ` oreo639
@ 2022-01-23 11:13 ` prateekmedia
  2022-01-23 11:15 ` oreo639
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 18+ messages in thread
From: prateekmedia @ 2022-01-23 11:13 UTC (permalink / raw)
  To: ml

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

New comment by prateekmedia on void-packages repository

https://github.com/void-linux/void-packages/pull/35193#issuecomment-1019462145

Comment:
Ok I will create a new PR then #35194

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

* Re: Update Flameshot to v11.0.0
  2022-01-23 10:38 [PR PATCH] Update Flameshot to v11.0.0 prateekmedia
@ 2022-01-23 10:42 ` oreo639
  2022-01-23 11:13 ` prateekmedia
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 18+ messages in thread
From: oreo639 @ 2022-01-23 10:42 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/35193#issuecomment-1019457364

Comment:
Make sure you follow the commit styleguide (and one commit per package):
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md

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

end of thread, other threads:[~2022-01-23 21:41 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35194@inbox.vuxu.org>
2022-01-23 11:20 ` Update Flameshot to v11.0.0 oreo639
2022-01-23 11:21 ` oreo639
2022-01-23 11:27 ` oreo639
2022-01-23 12:13 ` [PR PATCH] [Updated] " prateekmedia
2022-01-23 12:14 ` prateekmedia
2022-01-23 12:21 ` paper42
2022-01-23 12:23 ` prateekmedia
2022-01-23 12:24 ` prateekmedia
2022-01-23 12:25 ` paper42
2022-01-23 12:26 ` [PR PATCH] [Updated] " prateekmedia
2022-01-23 18:37 ` flameshot: update to 11.0.0 prateekmedia
2022-01-23 18:42 ` oreo639
2022-01-23 21:41 ` [PR PATCH] [Merged]: " paper42
2022-01-23 10:38 [PR PATCH] Update Flameshot to v11.0.0 prateekmedia
2022-01-23 10:42 ` oreo639
2022-01-23 11:13 ` prateekmedia
2022-01-23 11:15 ` oreo639
2022-01-23 11:16 ` oreo639
2022-01-23 11:17 ` oreo639

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