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; 14+ 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] 14+ messages in thread
* [PR PATCH] New package: msitools
@ 2024-03-25 16:57 afranchuk
  2024-03-26 17:33 ` [PR PATCH] [Closed]: " ahesford
  0 siblings, 1 reply; 14+ messages in thread
From: afranchuk @ 2024-03-25 16:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 947 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/49528

New package: msitools
Resubmitting since #43321 was closed and I needed the package on another machine!

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

Note that I've added `python3-setuptools` as a host dependency, but really `gobject-instrospection` needs this! Otherwise it breaks with python 3.12 (due to the use of `distutils` which was removed).

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-msitools-49528.patch --]
[-- Type: text/x-diff, Size: 2497 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 1/2] 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 00000000000000..a7c8685b61e304
--- /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"

From b041d972fb1ca1fea86b1cc0f3b6ce11821ed654 Mon Sep 17 00:00:00 2001
From: Alex Franchuk <afranchuk@mozilla.com>
Date: Mon, 25 Mar 2024 12:54:17 -0400
Subject: [PATCH 2/2] Update to 0.103.

Add python3-setuptools for compatibility with python 3.12.
---
 srcpkgs/msitools/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/msitools/template b/srcpkgs/msitools/template
index a7c8685b61e304..30ed38eb6b521d 100644
--- a/srcpkgs/msitools/template
+++ b/srcpkgs/msitools/template
@@ -1,12 +1,12 @@
 # Template file for 'msitools'
 pkgname=msitools
-version=0.101
+version=0.103
 revision=1
 build_style=meson
-hostmakedepends="bison gcab-devel glib-devel gobject-introspection libgsf-devel perl pkg-config vala"
+hostmakedepends="bison gcab-devel glib-devel gobject-introspection libgsf-devel perl pkg-config vala python3-setuptools"
 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"
+checksum="d17622eebbf37fa4c09b59be0bc8db08b26be300a6731c74da1ebce262bce839"

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

end of thread, other threads:[~2024-03-26 17:33 UTC | newest]

Thread overview: 14+ 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
2024-03-25 16:57 [PR PATCH] " afranchuk
2024-03-26 17:33 ` [PR PATCH] [Closed]: " ahesford

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