I'm trying to make the foliate pack, without success.
The package.yml:
name : foliate
version : 2.6.4
release : 1
source :
- https://github.com/johnfactotum/foliate/archive/refs/tags/2.6.4.tar.gz : 4a4381bff6e398f6734e1695da23f1c593ba2a67e463e07021a089ffd0741776
homepage : https://johnfactotum.github.io/foliate/
license : GPL-3.0-or-later ; FreeBSD ; MIT
component : office.viewers
summary : A simple and modern eBook viewer for Linux desktops
description: |
A simple and modern eBook viewer for Linux desktops. Installed for home. To activate it use the command:
GSETTINGS_SCHEMA_DIR=run/share/glib-2.0/schemas ./.run/bin/foliate
builddeps :
- pkgconfig(gjs-1.0)
- gettext
- pkgconfig(gtk4)
- pkgconfig(gtk4-x11)
- pkgconfig(gtk4-wayland)
- pkgconfig(libadwaita-1)
- pkgconfig(webkit2gtk-4.0)
- hyphen-en
- hyphen-fr
- iso-codes
- pkgconfig(libhandy-1)
- pkgconfig(gspell-1)
- pkgconfig(tracker-testutils-3.0)
- pkgconfig(tracker-sparql-3.0)
- python
setup : |
# %configure
%meson_configure --prefix=/usr
build : |
%ninja_build -C
install : |
%ninja_install -C
I always get this error:
....
+ SOURCE_DATA_EPOCH=1691884800
+ unset DISPLAY SUDO_USER SUDO_GID SUDO_UID SUDO_COMMAND CDPATH LD_PRELOAD
+ --build=x86_64-solus-linux --bindir=/usr/bin --sbindir=/usr/sbin --libdir=/usr/lib64 --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var --runstatedir=/run --libexecdir=/usr/lib64/foliate
/tmp/ypkg-setuprGCTS1: line 32: --build=x86_64-solus-linux: command not found
Command '['/bin/bash', '--norc', '--noprofile', '/tmp/ypkg-setuprGCTS1']' returned non-zero exit status 127
[Build] setup failed for foliate
🕱  Failed to build packages
make[1]: *** [../Makefile.common:25: build] Errore 1
make[1]: uscita dalla directory «/home/fabio/build/foliate»
make: *** [../Makefile.common:11: complete] Errore 2
Where am I wrong?