# Contributor: Rasmus Thomsen # Maintainer: Rasmus Thomsen pkgname=fractal pkgver=4.2.0 pkgrel=0 pkgdesc="Matrix group messaging app" url="https://wiki.gnome.org/Apps/Fractal" arch="x86_64 armhf armv7 aarch64 ppc64le" # limited by Rust license="GPL-3.0-or-later" makedepends="meson gtk+3.0-dev dbus-dev openssl-dev gspell-dev libhandy-dev gtksourceview-dev gstreamer-dev gst-plugins-base-dev gst-plugins-bad-dev gst-editing-services-dev glib-dev cargo gmp-dev" options="!check" # no tests subpackages="$pkgname-lang" source="https://gitlab.gnome.org/GNOME/fractal/-/archive/$pkgver/fractal-$pkgver.tar.gz" prepare() { default_prepare # Need latest version of these to work with musl's built-in gettext support sed 's|git = "https://github.com/danigm/gettext-rs"|version = "0.4.2"|' \ -i fractal-gtk/Cargo.toml sed '/branch = "no-gettext"/d' -i fractal-gtk/Cargo.toml cat >> fractal-gtk/Cargo.toml <