Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tint2: update to 17.0.2.
@ 2021-12-17 11:06 4ricci
  2021-12-17 12:43 ` [PR REVIEW] " paper42
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: 4ricci @ 2021-12-17 11:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/4ricci/void-packages tint2
https://github.com/void-linux/void-packages/pull/34586

tint2: update to 17.0.2.
<!-- 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/34586.patch is attached

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

From 331331412fd8f6c3501583eccf26ced4a728b983 Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Tue, 14 Dec 2021 12:04:10 +0100
Subject: [PATCH] tint2: update to 17.0.2.

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

diff --git a/srcpkgs/tint2/template b/srcpkgs/tint2/template
index b912618dc219..cc3979a93ed5 100644
--- a/srcpkgs/tint2/template
+++ b/srcpkgs/tint2/template
@@ -1,6 +1,6 @@
 # Template file for 'tint2'
 pkgname=tint2
-version=17.0.1
+version=17.0.2
 revision=1
 wrksrc="tint2-v${version}"
 build_style=cmake
@@ -15,7 +15,7 @@ license="GPL-2.0-or-later"
 homepage="https://gitlab.com/o9000/tint2"
 changelog="https://gitlab.com/o9000/tint2/blob/master/ChangeLog"
 distfiles="https://gitlab.com/o9000/tint2/-/archive/v${version}/tint2-v${version}.tar.bz2"
-checksum=9d4d11708de71d7677330ad5e3938c38fc227c3fbe20a4d3dc57ec8f4e3ae98c
+checksum=329de800a82faa92b3d4c3afb76351e41b22de29fbcdae8a9eb3984a38eba65c
 
 tint2conf_package() {
 	short_desc+=" - configuration tools"

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

* Re: [PR REVIEW] tint2: update to 17.0.2.
  2021-12-17 11:06 [PR PATCH] tint2: update to 17.0.2 4ricci
@ 2021-12-17 12:43 ` paper42
  2021-12-17 13:09 ` [PR PATCH] [Updated] " 4ricci
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2021-12-17 12:43 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/34586#discussion_r771366414

Comment:
```suggestion
changelog="https://gitlab.com/o9000/tint2/-/raw/master/ChangeLog"
```

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

* Re: [PR PATCH] [Updated] tint2: update to 17.0.2.
  2021-12-17 11:06 [PR PATCH] tint2: update to 17.0.2 4ricci
  2021-12-17 12:43 ` [PR REVIEW] " paper42
@ 2021-12-17 13:09 ` 4ricci
  2021-12-17 13:09 ` 4ricci
  2021-12-17 18:23 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: 4ricci @ 2021-12-17 13:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/4ricci/void-packages tint2
https://github.com/void-linux/void-packages/pull/34586

tint2: update to 17.0.2.
<!-- 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/34586.patch is attached

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

From 0feb83acba32bf0bd992e64b2dd5b43f4ac0fe74 Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Tue, 14 Dec 2021 12:04:10 +0100
Subject: [PATCH] tint2: update to 17.0.2.

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

diff --git a/srcpkgs/tint2/template b/srcpkgs/tint2/template
index b912618dc219..cc3979a93ed5 100644
--- a/srcpkgs/tint2/template
+++ b/srcpkgs/tint2/template
@@ -1,6 +1,6 @@
 # Template file for 'tint2'
 pkgname=tint2
-version=17.0.1
+version=17.0.2
 revision=1
 wrksrc="tint2-v${version}"
 build_style=cmake
@@ -15,7 +15,7 @@ license="GPL-2.0-or-later"
 homepage="https://gitlab.com/o9000/tint2"
 changelog="https://gitlab.com/o9000/tint2/blob/master/ChangeLog"
 distfiles="https://gitlab.com/o9000/tint2/-/archive/v${version}/tint2-v${version}.tar.bz2"
-checksum=9d4d11708de71d7677330ad5e3938c38fc227c3fbe20a4d3dc57ec8f4e3ae98c
+checksum=329de800a82faa92b3d4c3afb76351e41b22de29fbcdae8a9eb3984a38eba65c
 
 tint2conf_package() {
 	short_desc+=" - configuration tools"

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

* Re: [PR PATCH] [Updated] tint2: update to 17.0.2.
  2021-12-17 11:06 [PR PATCH] tint2: update to 17.0.2 4ricci
  2021-12-17 12:43 ` [PR REVIEW] " paper42
  2021-12-17 13:09 ` [PR PATCH] [Updated] " 4ricci
@ 2021-12-17 13:09 ` 4ricci
  2021-12-17 18:23 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: 4ricci @ 2021-12-17 13:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/4ricci/void-packages tint2
https://github.com/void-linux/void-packages/pull/34586

tint2: update to 17.0.2.
<!-- 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/34586.patch is attached

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

From c8a5234e8ff2d3cb72b1a88f7cd1a51e8c192e06 Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Tue, 14 Dec 2021 12:04:10 +0100
Subject: [PATCH] tint2: update to 17.0.2.

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

diff --git a/srcpkgs/tint2/template b/srcpkgs/tint2/template
index b912618dc219..2b61ce862a43 100644
--- a/srcpkgs/tint2/template
+++ b/srcpkgs/tint2/template
@@ -1,6 +1,6 @@
 # Template file for 'tint2'
 pkgname=tint2
-version=17.0.1
+version=17.0.2
 revision=1
 wrksrc="tint2-v${version}"
 build_style=cmake
@@ -13,9 +13,9 @@ short_desc="Simple panel/taskbar made for modern X window managers"
 maintainer="Frank Steinborn <steinex@nognu.de>"
 license="GPL-2.0-or-later"
 homepage="https://gitlab.com/o9000/tint2"
-changelog="https://gitlab.com/o9000/tint2/blob/master/ChangeLog"
+changelog="https://gitlab.com/o9000/tint2/-/raw/master/ChangeLog"
 distfiles="https://gitlab.com/o9000/tint2/-/archive/v${version}/tint2-v${version}.tar.bz2"
-checksum=9d4d11708de71d7677330ad5e3938c38fc227c3fbe20a4d3dc57ec8f4e3ae98c
+checksum=329de800a82faa92b3d4c3afb76351e41b22de29fbcdae8a9eb3984a38eba65c
 
 tint2conf_package() {
 	short_desc+=" - configuration tools"

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

* Re: [PR PATCH] [Merged]: tint2: update to 17.0.2.
  2021-12-17 11:06 [PR PATCH] tint2: update to 17.0.2 4ricci
                   ` (2 preceding siblings ...)
  2021-12-17 13:09 ` 4ricci
@ 2021-12-17 18:23 ` ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-12-17 18:23 UTC (permalink / raw)
  To: ml

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

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

tint2: update to 17.0.2.
https://github.com/void-linux/void-packages/pull/34586

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] 5+ messages in thread

end of thread, other threads:[~2021-12-17 18:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-17 11:06 [PR PATCH] tint2: update to 17.0.2 4ricci
2021-12-17 12:43 ` [PR REVIEW] " paper42
2021-12-17 13:09 ` [PR PATCH] [Updated] " 4ricci
2021-12-17 13:09 ` 4ricci
2021-12-17 18:23 ` [PR PATCH] [Merged]: " ericonr

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