Package Details: msitools-git r825.7ac1e76-1

Git Clone URL: https://aur.archlinux.org/msitools-git.git (read-only, click to copy)
Package Base: msitools-git
Description: Set of programs to inspect and build Windows Installer (.MSI) files (Git)
Upstream URL: https://wiki.gnome.org/msitools
Licenses: GPL
Conflicts: msitools
Provides: msitools
Submitter: arcnmx
Maintainer: None
Last Packager: TheGoliath
Votes: 0
Popularity: 0.000000
First Submitted: 2018-03-30 02:45 (UTC)
Last Updated: 2020-05-27 17:17 (UTC)

Dependencies (5)

Required by (8)

Sources (1)

Latest Comments

WORMSTweaker commented on 2024-03-12 16:36 (UTC)

Package is missing some build dependencies (meson and gobject-introspection), plus it fails to install because "LICENSE" has been renamed to "copyright", patch for anyone interested:

diff -rupN msitools-git/PKGBUILD msitools-git-fix/PKGBUILD
--- msitools-git/PKGBUILD       2024-03-12 17:24:30.063075383 +0100
+++ msitools-git-fix/PKGBUILD   2024-03-12 17:28:29.693625515 +0100
@@ -4,14 +4,14 @@

_pkgname=msitools
pkgname=$_pkgname-git
-pkgver=r825.7ac1e76
+pkgver=r1003.2c64967
pkgrel=1
pkgdesc="Set of programs to inspect and build Windows Installer (.MSI) files (Git)"
arch=('i686' 'x86_64')
url="https://wiki.gnome.org/msitools"
license=('GPL')
depends=('libgsf' 'gcab')
-makedepends=('intltool' 'git' 'vala')
+makedepends=('intltool' 'git' 'vala' 'meson' 'gobject-introspection')
conflicts=('msitools')
provides=('msitools')
source=(git+https://github.com/GNOME/msitools.git)
@@ -41,5 +41,5 @@ check() {
package() {
cd "$srcdir/$_pkgname"
DESTDIR="$pkgdir" meson install -C $srcdir/$_pkgname/build
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$_pkgname/LICENSE"
+  install -Dm644 copyright "$pkgdir/usr/share/licenses/$_pkgname/copyright"
}

AkechiShiro commented on 2021-10-28 07:16 (UTC)

Hi I'm hitting this error, there seem to need a "LICENSE" file which is not present.

install: cannot stat 'LICENSE': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...
aura >>= There was a makepkg failure.
aura >>= Would you like to continue anyway? [Y/n] n
aura >>= Building failed.

Thanks for any help regarding that matter.

oprypin commented on 2020-08-09 14:35 (UTC)

Regarding the latter, I opened the issue: https://gitlab.gnome.org/GNOME/msitools/-/issues/23, workaround included.

oprypin commented on 2020-08-06 23:58 (UTC)

msitools-git/PKGBUILD: line 32: arch-meson: command not found

arch-meson may be found in the following packages: extra/meson 0.54.3-1 /usr/bin/arch-meson


libmsi/meson.build:72:2: ERROR: Program(s) ['g-ir-scanner'] not found or not executable

g-ir-scanner may be found in the following packages: extra/gobject-introspection 1.64.1-2 /usr/bin/g-ir-scanner


So these should probably be makedepends. Then after installing this and running msiextract I get:

msiextract: error while loading shared libraries: libmsi.so: cannot open shared object file: No such file or directory