Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] xfce4-terminal: update to 1.0.0.
@ 2022-04-09 18:07 mobinmob
  2022-04-09 18:49 ` steinex
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: mobinmob @ 2022-04-09 18:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages xfce4-terminal
https://github.com/void-linux/void-packages/pull/36603

xfce4-terminal: update to 1.0.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

@steinex 

<!--
#### 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 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, (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/36603.patch is attached

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

From f76403cb251379ce582947e94233422b0c8b9862 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 9 Apr 2022 21:06:11 +0300
Subject: [PATCH] xfce4-terminal: update to 1.0.0.

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

diff --git a/srcpkgs/xfce4-terminal/template b/srcpkgs/xfce4-terminal/template
index b25c1f0ab755..f866bbf31a6e 100644
--- a/srcpkgs/xfce4-terminal/template
+++ b/srcpkgs/xfce4-terminal/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-terminal'
 pkgname=xfce4-terminal
-version=0.8.10
-revision=3
+version=1.0.0
+revision=1
 build_style=gnu-configure
 configure_args="--with-locales-dir=/usr/share/locale"
 hostmakedepends="intltool pkg-config"
@@ -12,4 +12,4 @@ maintainer="Frank Steinborn <steinex@nognu.de>"
 license="GPL-2.0-or-later"
 homepage="https://docs.xfce.org/apps/xfce4-terminal/start"
 distfiles="https://archive.xfce.org/src/apps/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
-checksum=7a3337c198e01262a0412384823185753ac8a0345be1d6776a7e9bbbcbf33dc7
+checksum=593b6a7bd9b18851e51854e075990109b7896a22713b5dd8b913b23f21db6576

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

* Re: xfce4-terminal: update to 1.0.0.
  2022-04-09 18:07 [PR PATCH] xfce4-terminal: update to 1.0.0 mobinmob
@ 2022-04-09 18:49 ` steinex
  2022-04-10 11:53 ` [PR REVIEW] " paper42
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: steinex @ 2022-04-09 18:49 UTC (permalink / raw)
  To: ml

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

New comment by steinex on void-packages repository

https://github.com/void-linux/void-packages/pull/36603#issuecomment-1094105702

Comment:
:+1: 

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

* Re: [PR REVIEW] xfce4-terminal: update to 1.0.0.
  2022-04-09 18:07 [PR PATCH] xfce4-terminal: update to 1.0.0 mobinmob
  2022-04-09 18:49 ` steinex
@ 2022-04-10 11:53 ` paper42
  2022-04-15 17:52 ` steinex
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: paper42 @ 2022-04-10 11:53 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/36603#discussion_r846767436

Comment:
```suggestion
homepage="https://docs.xfce.org/apps/xfce4-terminal/start"
changelog="https://gitlab.xfce.org/apps/xfce4-terminal/-/raw/master/NEWS"
```

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

* Re: xfce4-terminal: update to 1.0.0.
  2022-04-09 18:07 [PR PATCH] xfce4-terminal: update to 1.0.0 mobinmob
  2022-04-09 18:49 ` steinex
  2022-04-10 11:53 ` [PR REVIEW] " paper42
@ 2022-04-15 17:52 ` steinex
  2022-04-17 13:23 ` [PR PATCH] [Updated] " mobinmob
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: steinex @ 2022-04-15 17:52 UTC (permalink / raw)
  To: ml

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

New comment by steinex on void-packages repository

https://github.com/void-linux/void-packages/pull/36603#issuecomment-1100261328

Comment:
1.0.1 is out

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

* Re: [PR PATCH] [Updated] xfce4-terminal: update to 1.0.0.
  2022-04-09 18:07 [PR PATCH] xfce4-terminal: update to 1.0.0 mobinmob
                   ` (2 preceding siblings ...)
  2022-04-15 17:52 ` steinex
@ 2022-04-17 13:23 ` mobinmob
  2022-04-17 13:24 ` [PR REVIEW] " mobinmob
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: mobinmob @ 2022-04-17 13:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages xfce4-terminal
https://github.com/void-linux/void-packages/pull/36603

xfce4-terminal: update to 1.0.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

@steinex 

<!--
#### 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 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, (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/36603.patch is attached

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

From c814e6c89812d94e2eca68d6f13f62beda949ead Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 9 Apr 2022 21:06:11 +0300
Subject: [PATCH] xfce4-terminal: update to 1.0.1.

---
 srcpkgs/xfce4-terminal/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/xfce4-terminal/template b/srcpkgs/xfce4-terminal/template
index b25c1f0ab755..07c3bfaa46e5 100644
--- a/srcpkgs/xfce4-terminal/template
+++ b/srcpkgs/xfce4-terminal/template
@@ -1,7 +1,7 @@
 # Template file for 'xfce4-terminal'
 pkgname=xfce4-terminal
-version=0.8.10
-revision=3
+version=1.0.1
+revision=1
 build_style=gnu-configure
 configure_args="--with-locales-dir=/usr/share/locale"
 hostmakedepends="intltool pkg-config"
@@ -11,5 +11,6 @@ short_desc="Modern terminal emulator primarly for the Xfce desktop environment"
 maintainer="Frank Steinborn <steinex@nognu.de>"
 license="GPL-2.0-or-later"
 homepage="https://docs.xfce.org/apps/xfce4-terminal/start"
+changelog="https://gitlab.xfce.org/apps/xfce4-terminal/-/raw/master/NEWS"
 distfiles="https://archive.xfce.org/src/apps/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
-checksum=7a3337c198e01262a0412384823185753ac8a0345be1d6776a7e9bbbcbf33dc7
+checksum=1d3690871d3fe97f8be0908ace0443819e513f6366f851682aafe17059e1eba5

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

* Re: [PR REVIEW] xfce4-terminal: update to 1.0.0.
  2022-04-09 18:07 [PR PATCH] xfce4-terminal: update to 1.0.0 mobinmob
                   ` (3 preceding siblings ...)
  2022-04-17 13:23 ` [PR PATCH] [Updated] " mobinmob
@ 2022-04-17 13:24 ` mobinmob
  2022-04-17 13:24 ` mobinmob
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: mobinmob @ 2022-04-17 13:24 UTC (permalink / raw)
  To: ml

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

New review comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/36603#discussion_r851755927

Comment:
Done, thanx for the review.

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

* Re: xfce4-terminal: update to 1.0.0.
  2022-04-09 18:07 [PR PATCH] xfce4-terminal: update to 1.0.0 mobinmob
                   ` (4 preceding siblings ...)
  2022-04-17 13:24 ` [PR REVIEW] " mobinmob
@ 2022-04-17 13:24 ` mobinmob
  2022-04-17 16:58 ` [PR PATCH] [Merged]: xfce4-terminal: update to 1.0.1 paper42
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: mobinmob @ 2022-04-17 13:24 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/36603#issuecomment-1100874932

Comment:
> 1.0.1 is out

Thanks, updated, rebased and pushed ;)

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

* Re: [PR PATCH] [Merged]: xfce4-terminal: update to 1.0.1.
  2022-04-09 18:07 [PR PATCH] xfce4-terminal: update to 1.0.0 mobinmob
                   ` (5 preceding siblings ...)
  2022-04-17 13:24 ` mobinmob
@ 2022-04-17 16:58 ` paper42
  2022-04-23 13:51 ` AngryPhantom
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: paper42 @ 2022-04-17 16:58 UTC (permalink / raw)
  To: ml

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

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

xfce4-terminal: update to 1.0.1.
https://github.com/void-linux/void-packages/pull/36603

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

@steinex 

<!--
#### 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 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

* Re: xfce4-terminal: update to 1.0.1.
  2022-04-09 18:07 [PR PATCH] xfce4-terminal: update to 1.0.0 mobinmob
                   ` (6 preceding siblings ...)
  2022-04-17 16:58 ` [PR PATCH] [Merged]: xfce4-terminal: update to 1.0.1 paper42
@ 2022-04-23 13:51 ` AngryPhantom
  2022-04-23 14:07 ` steinex
  2022-04-23 16:33 ` AngryPhantom
  9 siblings, 0 replies; 11+ messages in thread
From: AngryPhantom @ 2022-04-23 13:51 UTC (permalink / raw)
  To: ml

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

New comment by AngryPhantom on void-packages repository

https://github.com/void-linux/void-packages/pull/36603#issuecomment-1107475494

Comment:
Please update to 1.0.2 since there is a regression related to switch/move tab accelerators. Ctrl+PageUp or PageDown doesn't work in Midnight Commander for me personally. I dunno what else is affected by the bug but it's there. Got updated manually and everything is OK again. (Sorry I don't know how to make a PR here. Just tried and cannot figure it out how to create a new one.)

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

* Re: xfce4-terminal: update to 1.0.1.
  2022-04-09 18:07 [PR PATCH] xfce4-terminal: update to 1.0.0 mobinmob
                   ` (7 preceding siblings ...)
  2022-04-23 13:51 ` AngryPhantom
@ 2022-04-23 14:07 ` steinex
  2022-04-23 16:33 ` AngryPhantom
  9 siblings, 0 replies; 11+ messages in thread
From: steinex @ 2022-04-23 14:07 UTC (permalink / raw)
  To: ml

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

New comment by steinex on void-packages repository

https://github.com/void-linux/void-packages/pull/36603#issuecomment-1107477741

Comment:
@AngryPhantom Thanks for the heads up, PR is here: https://github.com/void-linux/void-packages/pull/36831

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

* Re: xfce4-terminal: update to 1.0.1.
  2022-04-09 18:07 [PR PATCH] xfce4-terminal: update to 1.0.0 mobinmob
                   ` (8 preceding siblings ...)
  2022-04-23 14:07 ` steinex
@ 2022-04-23 16:33 ` AngryPhantom
  9 siblings, 0 replies; 11+ messages in thread
From: AngryPhantom @ 2022-04-23 16:33 UTC (permalink / raw)
  To: ml

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

New comment by AngryPhantom on void-packages repository

https://github.com/void-linux/void-packages/pull/36603#issuecomment-1107530949

Comment:
Thank you!

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

end of thread, other threads:[~2022-04-23 16:33 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-09 18:07 [PR PATCH] xfce4-terminal: update to 1.0.0 mobinmob
2022-04-09 18:49 ` steinex
2022-04-10 11:53 ` [PR REVIEW] " paper42
2022-04-15 17:52 ` steinex
2022-04-17 13:23 ` [PR PATCH] [Updated] " mobinmob
2022-04-17 13:24 ` [PR REVIEW] " mobinmob
2022-04-17 13:24 ` mobinmob
2022-04-17 16:58 ` [PR PATCH] [Merged]: xfce4-terminal: update to 1.0.1 paper42
2022-04-23 13:51 ` AngryPhantom
2022-04-23 14:07 ` steinex
2022-04-23 16:33 ` AngryPhantom

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