Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mate-user-guide: update to 1.26.1.
@ 2023-05-21 16:30 skmpz
  2023-05-21 16:36 ` classabbyamp
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: skmpz @ 2023-05-21 16:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/skmpz/void-packages mate-user-guide-1.26.1
https://github.com/void-linux/void-packages/pull/44012

mate-user-guide: update to 1.26.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mate-user-guide-1.26.1-44012.patch --]
[-- Type: text/x-diff, Size: 1254 bytes --]

From ed907facbe6d03e95c13beb8ec5e989c5c4a2625 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Sun, 21 May 2023 19:30:36 +0300
Subject: [PATCH] mate-user-guide: update to 1.26.1.

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

diff --git a/srcpkgs/mate-user-guide/template b/srcpkgs/mate-user-guide/template
index a0b4994c783f..dd40e787822f 100644
--- a/srcpkgs/mate-user-guide/template
+++ b/srcpkgs/mate-user-guide/template
@@ -1,6 +1,6 @@
 # Template file for 'mate-user-guide'
 pkgname=mate-user-guide
-version=1.26.0
+version=1.26.1
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config intltool itstool"
@@ -9,5 +9,5 @@ maintainer="skmpz <dem.procopiou@gmail.com>"
 license="GFDL-1.1-or-later"
 homepage="https://mate-desktop.org"
 changelog="https://raw.githubusercontent.com/mate-desktop/mate-user-guide/master/NEWS"
-distfiles="https://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=0581d45053e9a1c16925c3154341b5b21140905a22b1bd3caa84619f9f05c2c0
+distfiles="https://pub.mate-desktop.org/releases/${version%.*}/mate-user-guide-${version}.tar.xz"
+checksum=5d04c974b77f2ff390424438998e85ec4add8e2267240e755a7a8e0ef77fc22f

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

* Re: mate-user-guide: update to 1.26.1.
  2023-05-21 16:30 [PR PATCH] mate-user-guide: update to 1.26.1 skmpz
@ 2023-05-21 16:36 ` classabbyamp
  2023-05-21 16:54 ` skmpz
  2023-05-23 12:30 ` [PR PATCH] [Closed]: " abenson
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-05-21 16:36 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/44012#issuecomment-1556220911

Comment:
maybe it would be better to open one PR for the whole mate update...

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

* Re: mate-user-guide: update to 1.26.1.
  2023-05-21 16:30 [PR PATCH] mate-user-guide: update to 1.26.1 skmpz
  2023-05-21 16:36 ` classabbyamp
@ 2023-05-21 16:54 ` skmpz
  2023-05-23 12:30 ` [PR PATCH] [Closed]: " abenson
  2 siblings, 0 replies; 4+ messages in thread
From: skmpz @ 2023-05-21 16:54 UTC (permalink / raw)
  To: ml

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

New comment by skmpz on void-packages repository

https://github.com/void-linux/void-packages/pull/44012#issuecomment-1556224236

Comment:
> maybe it would be better to open one PR for the whole mate update...

Since it's not a complete update to a specific version, not all packages are bumped and all changes should be standalone and backwards compatible, I thought it would be better to open separately. All the separate PRs for the updated packages are already created.

Let me know what you think :)

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

* Re: [PR PATCH] [Closed]: mate-user-guide: update to 1.26.1.
  2023-05-21 16:30 [PR PATCH] mate-user-guide: update to 1.26.1 skmpz
  2023-05-21 16:36 ` classabbyamp
  2023-05-21 16:54 ` skmpz
@ 2023-05-23 12:30 ` abenson
  2 siblings, 0 replies; 4+ messages in thread
From: abenson @ 2023-05-23 12:30 UTC (permalink / raw)
  To: ml

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

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

mate-user-guide: update to 1.26.1.
https://github.com/void-linux/void-packages/pull/44012

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

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

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


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

end of thread, other threads:[~2023-05-23 12:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-21 16:30 [PR PATCH] mate-user-guide: update to 1.26.1 skmpz
2023-05-21 16:36 ` classabbyamp
2023-05-21 16:54 ` skmpz
2023-05-23 12:30 ` [PR PATCH] [Closed]: " abenson

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