Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mousepad: update to 0.6.0.
@ 2023-02-26 20:15 mobinmob
  2023-02-28 22:49 ` [PR REVIEW] " paper42
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: mobinmob @ 2023-02-26 20:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages mousepad
https://github.com/void-linux/void-packages/pull/42469

mousepad: update to 0.6.0.
<!-- 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/42469.patch is attached

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

From bf16f11aa19122aa2bb704a3e766b26fb76d3e17 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Feb 2023 22:14:33 +0200
Subject: [PATCH] mousepad: update to 0.6.0.

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

diff --git a/srcpkgs/mousepad/template b/srcpkgs/mousepad/template
index 39c0f10c460d..b95bbbd6290a 100644
--- a/srcpkgs/mousepad/template
+++ b/srcpkgs/mousepad/template
@@ -1,6 +1,6 @@
 # Template file for 'mousepad'
 pkgname=mousepad
-version=0.5.10
+version=0.6.0
 revision=1
 build_style=gnu-configure
 configure_args="--with-locales-dir=/usr/share/locale"
@@ -13,4 +13,4 @@ license="GPL-2.0-or-later"
 homepage="https://xfce.org/"
 changelog="https://gitlab.xfce.org/apps/mousepad/-/raw/master/NEWS"
 distfiles="https://archive.xfce.org/src/apps/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
-checksum=6ebaf38d52bee5560d9650c52a693f8a6ed0a67d88cc938d73f7d5ce13552bad
+checksum=2253a5c582b8a899d842a8e4311d6b760435ad7cca493ff4edf305b89c1913d4

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

* Re: [PR REVIEW] mousepad: update to 0.6.0.
  2023-02-26 20:15 [PR PATCH] mousepad: update to 0.6.0 mobinmob
@ 2023-02-28 22:49 ` paper42
  2023-03-05 15:24 ` [PR PATCH] [Updated] " mobinmob
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2023-02-28 22:49 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/42469#discussion_r1120893031

Comment:
```suggestion
distfiles="https://archive.xfce.org/src/apps/mousepad/${version%.*}/mousepad-${version}.tar.bz2"
```

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

* Re: [PR PATCH] [Updated] mousepad: update to 0.6.0.
  2023-02-26 20:15 [PR PATCH] mousepad: update to 0.6.0 mobinmob
  2023-02-28 22:49 ` [PR REVIEW] " paper42
@ 2023-03-05 15:24 ` mobinmob
  2023-03-05 15:24 ` [PR REVIEW] " mobinmob
  2023-03-07 21:05 ` [PR PATCH] [Merged]: " abenson
  3 siblings, 0 replies; 5+ messages in thread
From: mobinmob @ 2023-03-05 15:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages mousepad
https://github.com/void-linux/void-packages/pull/42469

mousepad: update to 0.6.0.
<!-- 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/42469.patch is attached

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

From 1e6e99661ff50b2bad7bb9ad77b777447d195330 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 26 Feb 2023 22:14:33 +0200
Subject: [PATCH] mousepad: update to 0.6.0.

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

diff --git a/srcpkgs/mousepad/template b/srcpkgs/mousepad/template
index 39c0f10c460d..188a49d25150 100644
--- a/srcpkgs/mousepad/template
+++ b/srcpkgs/mousepad/template
@@ -1,6 +1,6 @@
 # Template file for 'mousepad'
 pkgname=mousepad
-version=0.5.10
+version=0.6.0
 revision=1
 build_style=gnu-configure
 configure_args="--with-locales-dir=/usr/share/locale"
@@ -12,5 +12,5 @@ maintainer="mobinmob <mobinmob@disroot.org>"
 license="GPL-2.0-or-later"
 homepage="https://xfce.org/"
 changelog="https://gitlab.xfce.org/apps/mousepad/-/raw/master/NEWS"
-distfiles="https://archive.xfce.org/src/apps/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
-checksum=6ebaf38d52bee5560d9650c52a693f8a6ed0a67d88cc938d73f7d5ce13552bad
+distfiles="https://archive.xfce.org/src/apps/mousepad/${version%.*}/mousepad-${version}.tar.bz2"
+checksum=2253a5c582b8a899d842a8e4311d6b760435ad7cca493ff4edf305b89c1913d4

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

* Re: [PR REVIEW] mousepad: update to 0.6.0.
  2023-02-26 20:15 [PR PATCH] mousepad: update to 0.6.0 mobinmob
  2023-02-28 22:49 ` [PR REVIEW] " paper42
  2023-03-05 15:24 ` [PR PATCH] [Updated] " mobinmob
@ 2023-03-05 15:24 ` mobinmob
  2023-03-07 21:05 ` [PR PATCH] [Merged]: " abenson
  3 siblings, 0 replies; 5+ messages in thread
From: mobinmob @ 2023-03-05 15:24 UTC (permalink / raw)
  To: ml

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

New review comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/42469#discussion_r1125685725

Comment:
Done, thanx!

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

* Re: [PR PATCH] [Merged]: mousepad: update to 0.6.0.
  2023-02-26 20:15 [PR PATCH] mousepad: update to 0.6.0 mobinmob
                   ` (2 preceding siblings ...)
  2023-03-05 15:24 ` [PR REVIEW] " mobinmob
@ 2023-03-07 21:05 ` abenson
  3 siblings, 0 replies; 5+ messages in thread
From: abenson @ 2023-03-07 21:05 UTC (permalink / raw)
  To: ml

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

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

mousepad: update to 0.6.0.
https://github.com/void-linux/void-packages/pull/42469

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

end of thread, other threads:[~2023-03-07 21:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-26 20:15 [PR PATCH] mousepad: update to 0.6.0 mobinmob
2023-02-28 22:49 ` [PR REVIEW] " paper42
2023-03-05 15:24 ` [PR PATCH] [Updated] " mobinmob
2023-03-05 15:24 ` [PR REVIEW] " mobinmob
2023-03-07 21:05 ` [PR PATCH] [Merged]: " 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).