Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] megatools: update to 1.11.0.
@ 2022-05-20  3:37 RunningDroid
  2022-05-29  2:35 ` [PR PATCH] [Updated] " RunningDroid
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: RunningDroid @ 2022-05-20  3:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RunningDroid/void-packages update_megatools
https://github.com/void-linux/void-packages/pull/37204

megatools: update to 1.11.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 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/37204.patch is attached

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

From 4579df98f1b3a3bd7fb5a955f3cc6e8a72373e6a Mon Sep 17 00:00:00 2001
From: RunningDroid <runningdroid@zoho.com>
Date: Thu, 19 May 2022 23:28:00 -0400
Subject: [PATCH] megatools: update to 1.11.0.

---
 srcpkgs/megatools/template | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/megatools/template b/srcpkgs/megatools/template
index bb7e53221866..2296f9ac7748 100644
--- a/srcpkgs/megatools/template
+++ b/srcpkgs/megatools/template
@@ -1,21 +1,23 @@
 # Template file for 'megatools'
 pkgname=megatools
-version=1.10.3
-revision=3
-build_style=gnu-configure
-hostmakedepends="pkg-config asciidoc"
+version=1.11.0
+revision=1
+_release_date=20220519
+wrksrc="megatools-${version}.${_release_date}"
+build_style=meson
+hostmakedepends="pkg-config asciidoc docbook2x"
 makedepends="glib-networking gobject-introspection openssl-devel libcurl-devel fuse-devel libsodium-devel glib-devel"
 short_desc="Command line client for Mega.nz file sharing service"
 maintainer="RunningDroid <runningdroid@zoho.com>"
 license="GPL-2.0-or-later"
 homepage="https://megatools.megous.com/"
-distfiles="${homepage}/builds/megatools-${version}.tar.gz"
-checksum=8dc1ca348633fd49de7eb832b323e8dc295f1c55aefb484d30e6475218558bdb
+distfiles="${homepage}/builds/megatools-${version}.${_release_date}.tar.gz"
+checksum=b30b1d87d916570f7aa6d36777dd378e83215d75ea5a2c14106028b6bddc261b
 
 post_install() {
 	vinstall contrib/bash-completion/megatools 644 usr/share/bash-completion/completions
 
-	for i in megadl megadf megamkdir megaget megareg megarm megaput megals megacopy; do
+	for i in megadl megadf megamkdir megaget megareg megarm megaput megals megacopy megaexport megatest; do
 		ln -sf megatools "${DESTDIR}/usr/share/bash-completion/completions/${i}"
 	done
 }

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

* Re: [PR PATCH] [Updated] megatools: update to 1.11.0.
  2022-05-20  3:37 [PR PATCH] megatools: update to 1.11.0 RunningDroid
@ 2022-05-29  2:35 ` RunningDroid
  2022-05-29  8:34 ` [PR REVIEW] " paper42
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: RunningDroid @ 2022-05-29  2:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RunningDroid/void-packages update_megatools
https://github.com/void-linux/void-packages/pull/37204

megatools: update to 1.11.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 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/37204.patch is attached

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

From 641c70515fd5f56d2fe309b0ce0dd56ab5df7eb4 Mon Sep 17 00:00:00 2001
From: RunningDroid <runningdroid@zoho.com>
Date: Thu, 19 May 2022 23:28:00 -0400
Subject: [PATCH] megatools: update to 1.11.0.

---
 srcpkgs/megatools/template | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/megatools/template b/srcpkgs/megatools/template
index bb7e53221866..2296f9ac7748 100644
--- a/srcpkgs/megatools/template
+++ b/srcpkgs/megatools/template
@@ -1,21 +1,23 @@
 # Template file for 'megatools'
 pkgname=megatools
-version=1.10.3
-revision=3
-build_style=gnu-configure
-hostmakedepends="pkg-config asciidoc"
+version=1.11.0
+revision=1
+_release_date=20220519
+wrksrc="megatools-${version}.${_release_date}"
+build_style=meson
+hostmakedepends="pkg-config asciidoc docbook2x"
 makedepends="glib-networking gobject-introspection openssl-devel libcurl-devel fuse-devel libsodium-devel glib-devel"
 short_desc="Command line client for Mega.nz file sharing service"
 maintainer="RunningDroid <runningdroid@zoho.com>"
 license="GPL-2.0-or-later"
 homepage="https://megatools.megous.com/"
-distfiles="${homepage}/builds/megatools-${version}.tar.gz"
-checksum=8dc1ca348633fd49de7eb832b323e8dc295f1c55aefb484d30e6475218558bdb
+distfiles="${homepage}/builds/megatools-${version}.${_release_date}.tar.gz"
+checksum=b30b1d87d916570f7aa6d36777dd378e83215d75ea5a2c14106028b6bddc261b
 
 post_install() {
 	vinstall contrib/bash-completion/megatools 644 usr/share/bash-completion/completions
 
-	for i in megadl megadf megamkdir megaget megareg megarm megaput megals megacopy; do
+	for i in megadl megadf megamkdir megaget megareg megarm megaput megals megacopy megaexport megatest; do
 		ln -sf megatools "${DESTDIR}/usr/share/bash-completion/completions/${i}"
 	done
 }

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

* Re: [PR REVIEW] megatools: update to 1.11.0.
  2022-05-20  3:37 [PR PATCH] megatools: update to 1.11.0 RunningDroid
  2022-05-29  2:35 ` [PR PATCH] [Updated] " RunningDroid
@ 2022-05-29  8:34 ` paper42
  2022-05-30  0:44 ` RunningDroid
  2022-06-01 20:18 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-05-29  8:34 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/37204#discussion_r884233324

Comment:
```suggestion
version=1.11.0.20220519
revision=1
```
what would you think about this?

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

* Re: [PR REVIEW] megatools: update to 1.11.0.
  2022-05-20  3:37 [PR PATCH] megatools: update to 1.11.0 RunningDroid
  2022-05-29  2:35 ` [PR PATCH] [Updated] " RunningDroid
  2022-05-29  8:34 ` [PR REVIEW] " paper42
@ 2022-05-30  0:44 ` RunningDroid
  2022-06-01 20:18 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: RunningDroid @ 2022-05-30  0:44 UTC (permalink / raw)
  To: ml

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

New review comment by RunningDroid on void-packages repository

https://github.com/void-linux/void-packages/pull/37204#discussion_r884349769

Comment:
I'd prefer to leave the (user facing) version as 1.11.0 because that's how upstream refers to it most of the time, but I don't have any strong feelings about it either way.

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

* Re: [PR PATCH] [Merged]: megatools: update to 1.11.0.
  2022-05-20  3:37 [PR PATCH] megatools: update to 1.11.0 RunningDroid
                   ` (2 preceding siblings ...)
  2022-05-30  0:44 ` RunningDroid
@ 2022-06-01 20:18 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-06-01 20:18 UTC (permalink / raw)
  To: ml

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

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

megatools: update to 1.11.0.
https://github.com/void-linux/void-packages/pull/37204

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 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:[~2022-06-01 20:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-20  3:37 [PR PATCH] megatools: update to 1.11.0 RunningDroid
2022-05-29  2:35 ` [PR PATCH] [Updated] " RunningDroid
2022-05-29  8:34 ` [PR REVIEW] " paper42
2022-05-30  0:44 ` RunningDroid
2022-06-01 20:18 ` [PR PATCH] [Merged]: " paper42

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