Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Add msitools package.
@ 2023-04-07 13:11 afranchuk
  2023-04-07 13:49 ` [PR REVIEW] New package: msitools paper42
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: afranchuk @ 2023-04-07 13:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/afranchuk/void-packages msitools
https://github.com/void-linux/void-packages/pull/43321

Add msitools package.
<!-- 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**

<!-- 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, x86_64-glibc


A patch file from https://github.com/void-linux/void-packages/pull/43321.patch is attached

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

From c8c1741e17c629d738b2e933f817c0c0619482da Mon Sep 17 00:00:00 2001
From: Alex Franchuk <afranchuk@mozilla.com>
Date: Fri, 7 Apr 2023 09:03:16 -0400
Subject: [PATCH] Add msitools package.

---
 srcpkgs/msitools/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/msitools/template

diff --git a/srcpkgs/msitools/template b/srcpkgs/msitools/template
new file mode 100644
index 000000000000..5d562a2338fc
--- /dev/null
+++ b/srcpkgs/msitools/template
@@ -0,0 +1,12 @@
+# Template file for 'msitools'
+pkgname=msitools
+version=0.101
+revision=1
+short_desc="A set of programs to inspect and build Windows Installer (.MSI) files"
+maintainer="Alex Franchuk <alex.franchuk@gmail.com>"
+license="LGPL-2.1-or-later"
+homepage="https://wiki.gnome.org/msitools"
+distfiles="https://download.gnome.org/sources/msitools/${version}/msitools-${version}.tar.xz"
+checksum="0cc4d2e0d108fa6f2b4085b9a97dd5bc6d9fcadecdd933f2094f86bafdbe85fe"
+build_style=meson
+hostmakedepends="bison gcab-devel glib-devel gobject-introspection libgsf-devel perl pkg-config vala"

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

* Re: [PR REVIEW] New package: msitools
  2023-04-07 13:11 [PR PATCH] Add msitools package afranchuk
@ 2023-04-07 13:49 ` paper42
  2023-04-07 14:01 ` afranchuk
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: paper42 @ 2023-04-07 13:49 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/43321#discussion_r1160714886

Comment:
The copyright file suggests it's not this simple https://gitlab.gnome.org/GNOME/msitools/-/blob/master/copyright

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

* Re: [PR REVIEW] New package: msitools
  2023-04-07 13:11 [PR PATCH] Add msitools package afranchuk
  2023-04-07 13:49 ` [PR REVIEW] New package: msitools paper42
@ 2023-04-07 14:01 ` afranchuk
  2023-04-07 14:21 ` [PR PATCH] [Updated] " afranchuk
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: afranchuk @ 2023-04-07 14:01 UTC (permalink / raw)
  To: ml

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

New review comment by afranchuk on void-packages repository

https://github.com/void-linux/void-packages/pull/43321#discussion_r1160722890

Comment:
Ah, I see. I was negligent in reading the specification of the copyright file and assumed that `Files: *` meant that all files were permissible under that license.

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

* Re: [PR PATCH] [Updated] New package: msitools
  2023-04-07 13:11 [PR PATCH] Add msitools package afranchuk
  2023-04-07 13:49 ` [PR REVIEW] New package: msitools paper42
  2023-04-07 14:01 ` afranchuk
@ 2023-04-07 14:21 ` afranchuk
  2023-04-07 14:23 ` [PR REVIEW] " afranchuk
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: afranchuk @ 2023-04-07 14:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/afranchuk/void-packages msitools
https://github.com/void-linux/void-packages/pull/43321

New package: msitools
<!-- 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**

<!-- 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, x86_64-glibc


A patch file from https://github.com/void-linux/void-packages/pull/43321.patch is attached

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

From 73f1040f2e6275fa23f94bd7d45ada0298de8b6b Mon Sep 17 00:00:00 2001
From: Alex Franchuk <afranchuk@mozilla.com>
Date: Fri, 7 Apr 2023 09:03:16 -0400
Subject: [PATCH] Add msitools package.

---
 srcpkgs/msitools/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/msitools/template

diff --git a/srcpkgs/msitools/template b/srcpkgs/msitools/template
new file mode 100644
index 000000000000..22bfd94d863e
--- /dev/null
+++ b/srcpkgs/msitools/template
@@ -0,0 +1,12 @@
+# Template file for 'msitools'
+pkgname=msitools
+version=0.101
+revision=1
+short_desc="Programs to inspect and build Windows Installer (.MSI) files"
+maintainer="Alex Franchuk <alex.franchuk@gmail.com>"
+license="LGPL-2.1-or-later, GPL-2.0-or-later, GPL-3.0-or-later, MS-RL"
+homepage="https://wiki.gnome.org/msitools"
+build_style=meson
+hostmakedepends="bison gcab-devel glib-devel gobject-introspection libgsf-devel perl pkg-config vala"
+distfiles="https://download.gnome.org/sources/msitools/${version}/msitools-${version}.tar.xz"
+checksum="0cc4d2e0d108fa6f2b4085b9a97dd5bc6d9fcadecdd933f2094f86bafdbe85fe"

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

* Re: [PR REVIEW] New package: msitools
  2023-04-07 13:11 [PR PATCH] Add msitools package afranchuk
                   ` (2 preceding siblings ...)
  2023-04-07 14:21 ` [PR PATCH] [Updated] " afranchuk
@ 2023-04-07 14:23 ` afranchuk
  2023-04-07 14:23 ` afranchuk
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: afranchuk @ 2023-04-07 14:23 UTC (permalink / raw)
  To: ml

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

New review comment by afranchuk on void-packages repository

https://github.com/void-linux/void-packages/pull/43321#discussion_r1160736828

Comment:
I've updated it. The `DISCLAIMED` copyright is omitted since it is explicitly releasing any copyright.

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

* Re: [PR REVIEW] New package: msitools
  2023-04-07 13:11 [PR PATCH] Add msitools package afranchuk
                   ` (3 preceding siblings ...)
  2023-04-07 14:23 ` [PR REVIEW] " afranchuk
@ 2023-04-07 14:23 ` afranchuk
  2023-04-07 14:24 ` afranchuk
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: afranchuk @ 2023-04-07 14:23 UTC (permalink / raw)
  To: ml

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

New review comment by afranchuk on void-packages repository

https://github.com/void-linux/void-packages/pull/43321#discussion_r1160736828

Comment:
I've updated it. The `DISCLAIMED` copyright is omitted since it is explicitly releasing any copyright, though if that doesn't track with what is usually done we can distribute a copy of the license.

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

* Re: New package: msitools
  2023-04-07 13:11 [PR PATCH] Add msitools package afranchuk
                   ` (4 preceding siblings ...)
  2023-04-07 14:23 ` afranchuk
@ 2023-04-07 14:24 ` afranchuk
  2023-04-07 14:25 ` afranchuk
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: afranchuk @ 2023-04-07 14:24 UTC (permalink / raw)
  To: ml

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

New comment by afranchuk on void-packages repository

https://github.com/void-linux/void-packages/pull/43321#issuecomment-1500337898

Comment:
I'm not exactly sure why the `do_check` is failing in CI; I cannot reproduce the failure locally.

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

* Re: New package: msitools
  2023-04-07 13:11 [PR PATCH] Add msitools package afranchuk
                   ` (5 preceding siblings ...)
  2023-04-07 14:24 ` afranchuk
@ 2023-04-07 14:25 ` afranchuk
  2023-04-07 20:13 ` [PR PATCH] [Updated] " afranchuk
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: afranchuk @ 2023-04-07 14:25 UTC (permalink / raw)
  To: ml

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

New comment by afranchuk on void-packages repository

https://github.com/void-linux/void-packages/pull/43321#issuecomment-1500337898

Comment:
I'm not exactly sure why the `do_check` is failing in CI; I cannot reproduce the failure locally. Does the masterdir chroot effectively ignore my own installed packages when running checks? That's the first potential difference that comes to mind.

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

* Re: [PR PATCH] [Updated] New package: msitools
  2023-04-07 13:11 [PR PATCH] Add msitools package afranchuk
                   ` (6 preceding siblings ...)
  2023-04-07 14:25 ` afranchuk
@ 2023-04-07 20:13 ` afranchuk
  2023-07-07  2:06 ` github-actions
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: afranchuk @ 2023-04-07 20:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/afranchuk/void-packages msitools
https://github.com/void-linux/void-packages/pull/43321

New package: msitools
<!-- 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**

<!-- 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, x86_64-glibc


A patch file from https://github.com/void-linux/void-packages/pull/43321.patch is attached

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

From c6b75e8008e127c1527858cb7357481ba887a20d Mon Sep 17 00:00:00 2001
From: Alex Franchuk <afranchuk@mozilla.com>
Date: Fri, 7 Apr 2023 09:03:16 -0400
Subject: [PATCH] Add msitools package.

---
 srcpkgs/msitools/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/msitools/template

diff --git a/srcpkgs/msitools/template b/srcpkgs/msitools/template
new file mode 100644
index 000000000000..a7c8685b61e3
--- /dev/null
+++ b/srcpkgs/msitools/template
@@ -0,0 +1,12 @@
+# Template file for 'msitools'
+pkgname=msitools
+version=0.101
+revision=1
+build_style=meson
+hostmakedepends="bison gcab-devel glib-devel gobject-introspection libgsf-devel perl pkg-config vala"
+short_desc="Programs to inspect and build Windows Installer (.MSI) files"
+maintainer="Alex Franchuk <alex.franchuk@gmail.com>"
+license="LGPL-2.1-or-later, GPL-2.0-or-later, GPL-3.0-or-later, MS-RL"
+homepage="https://wiki.gnome.org/msitools"
+distfiles="https://download.gnome.org/sources/msitools/${version}/msitools-${version}.tar.xz"
+checksum="0cc4d2e0d108fa6f2b4085b9a97dd5bc6d9fcadecdd933f2094f86bafdbe85fe"

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

* Re: New package: msitools
  2023-04-07 13:11 [PR PATCH] Add msitools package afranchuk
                   ` (7 preceding siblings ...)
  2023-04-07 20:13 ` [PR PATCH] [Updated] " afranchuk
@ 2023-07-07  2:06 ` github-actions
  2023-07-07 14:49 ` afranchuk
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: github-actions @ 2023-07-07  2:06 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/43321#issuecomment-1624538799

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: New package: msitools
  2023-04-07 13:11 [PR PATCH] Add msitools package afranchuk
                   ` (8 preceding siblings ...)
  2023-07-07  2:06 ` github-actions
@ 2023-07-07 14:49 ` afranchuk
  2023-10-07  1:45 ` github-actions
  2023-10-22  1:46 ` [PR PATCH] [Closed]: " github-actions
  11 siblings, 0 replies; 13+ messages in thread
From: afranchuk @ 2023-07-07 14:49 UTC (permalink / raw)
  To: ml

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

New comment by afranchuk on void-packages repository

https://github.com/void-linux/void-packages/pull/43321#issuecomment-1625529106

Comment:
If someone with more familiarity could figure out the CI issue I'd appreciate it. Otherwise this will have to be stale-closed I guess.

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

* Re: New package: msitools
  2023-04-07 13:11 [PR PATCH] Add msitools package afranchuk
                   ` (9 preceding siblings ...)
  2023-07-07 14:49 ` afranchuk
@ 2023-10-07  1:45 ` github-actions
  2023-10-22  1:46 ` [PR PATCH] [Closed]: " github-actions
  11 siblings, 0 replies; 13+ messages in thread
From: github-actions @ 2023-10-07  1:45 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/43321#issuecomment-1751552206

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: msitools
  2023-04-07 13:11 [PR PATCH] Add msitools package afranchuk
                   ` (10 preceding siblings ...)
  2023-10-07  1:45 ` github-actions
@ 2023-10-22  1:46 ` github-actions
  11 siblings, 0 replies; 13+ messages in thread
From: github-actions @ 2023-10-22  1:46 UTC (permalink / raw)
  To: ml

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

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

New package: msitools
https://github.com/void-linux/void-packages/pull/43321

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**

<!-- 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, x86_64-glibc


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

end of thread, other threads:[~2023-10-22  1:46 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-07 13:11 [PR PATCH] Add msitools package afranchuk
2023-04-07 13:49 ` [PR REVIEW] New package: msitools paper42
2023-04-07 14:01 ` afranchuk
2023-04-07 14:21 ` [PR PATCH] [Updated] " afranchuk
2023-04-07 14:23 ` [PR REVIEW] " afranchuk
2023-04-07 14:23 ` afranchuk
2023-04-07 14:24 ` afranchuk
2023-04-07 14:25 ` afranchuk
2023-04-07 20:13 ` [PR PATCH] [Updated] " afranchuk
2023-07-07  2:06 ` github-actions
2023-07-07 14:49 ` afranchuk
2023-10-07  1:45 ` github-actions
2023-10-22  1:46 ` [PR PATCH] [Closed]: " github-actions

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