From aef6cdfd11db1665e080743e388eee385f266eba Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 4 Jul 2024 05:55:48 +0200 Subject: net-im/fractal: Bump to 8_beta MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- net-im/fractal/fractal-8_beta.ebuild | 110 +++++++++++++++++++++++++++++++++++ 1 file changed, 110 insertions(+) create mode 100644 net-im/fractal/fractal-8_beta.ebuild (limited to 'net-im/fractal/fractal-8_beta.ebuild') diff --git a/net-im/fractal/fractal-8_beta.ebuild b/net-im/fractal/fractal-8_beta.ebuild new file mode 100644 index 000000000000..067729086773 --- /dev/null +++ b/net-im/fractal/fractal-8_beta.ebuild @@ -0,0 +1,110 @@ +# Copyright 2023-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +CRATES=" +" + +declare -A GIT_CRATES=( + [matrix-sdk-base]='https://github.com/matrix-org/matrix-rust-sdk;0a7184e594d1dc0c00e5d5773f206f50a6c0939a;matrix-rust-sdk-%commit%/crates/matrix-sdk-base' + [matrix-sdk-common]='https://github.com/matrix-org/matrix-rust-sdk;0a7184e594d1dc0c00e5d5773f206f50a6c0939a;matrix-rust-sdk-%commit%/crates/matrix-sdk-common' + [matrix-sdk-crypto]='https://github.com/matrix-org/matrix-rust-sdk;0a7184e594d1dc0c00e5d5773f206f50a6c0939a;matrix-rust-sdk-%commit%/crates/matrix-sdk-crypto' + [matrix-sdk-indexeddb]='https://github.com/matrix-org/matrix-rust-sdk;0a7184e594d1dc0c00e5d5773f206f50a6c0939a;matrix-rust-sdk-%commit%/crates/matrix-sdk-indexeddb' + [matrix-sdk-qrcode]='https://github.com/matrix-org/matrix-rust-sdk;0a7184e594d1dc0c00e5d5773f206f50a6c0939a;matrix-rust-sdk-%commit%/crates/matrix-sdk-qrcode' + [matrix-sdk-sqlite]='https://github.com/matrix-org/matrix-rust-sdk;0a7184e594d1dc0c00e5d5773f206f50a6c0939a;matrix-rust-sdk-%commit%/crates/matrix-sdk-sqlite' + [matrix-sdk-store-encryption]='https://github.com/matrix-org/matrix-rust-sdk;0a7184e594d1dc0c00e5d5773f206f50a6c0939a;matrix-rust-sdk-%commit%/crates/matrix-sdk-store-encryption' + [matrix-sdk-ui]='https://github.com/matrix-org/matrix-rust-sdk;0a7184e594d1dc0c00e5d5773f206f50a6c0939a;matrix-rust-sdk-%commit%/crates/matrix-sdk-ui' + [matrix-sdk]='https://github.com/matrix-org/matrix-rust-sdk;0a7184e594d1dc0c00e5d5773f206f50a6c0939a;matrix-rust-sdk-%commit%/crates/matrix-sdk' + [ruma-client-api]='https://github.com/ruma/ruma;e5a370f7e5fcebb0da6e4945e51c5fafba9aa5f0;ruma-%commit%/crates/ruma-client-api' + [ruma-common]='https://github.com/ruma/ruma;e5a370f7e5fcebb0da6e4945e51c5fafba9aa5f0;ruma-%commit%/crates/ruma-common' + [ruma-events]='https://github.com/ruma/ruma;e5a370f7e5fcebb0da6e4945e51c5fafba9aa5f0;ruma-%commit%/crates/ruma-events' + [ruma-federation-api]='https://github.com/ruma/ruma;e5a370f7e5fcebb0da6e4945e51c5fafba9aa5f0;ruma-%commit%/crates/ruma-federation-api' + [ruma-html]='https://github.com/ruma/ruma;e5a370f7e5fcebb0da6e4945e51c5fafba9aa5f0;ruma-%commit%/crates/ruma-html' + [ruma-identifiers-validation]='https://github.com/ruma/ruma;e5a370f7e5fcebb0da6e4945e51c5fafba9aa5f0;ruma-%commit%/crates/ruma-identifiers-validation' + [ruma-macros]='https://github.com/ruma/ruma;e5a370f7e5fcebb0da6e4945e51c5fafba9aa5f0;ruma-%commit%/crates/ruma-macros' + [ruma-push-gateway-api]='https://github.com/ruma/ruma;e5a370f7e5fcebb0da6e4945e51c5fafba9aa5f0;ruma-%commit%/crates/ruma-push-gateway-api' + [ruma]='https://github.com/ruma/ruma;e5a370f7e5fcebb0da6e4945e51c5fafba9aa5f0;ruma-%commit%/crates/ruma' + [vodozemac]='https://github.com/matrix-org/vodozemac;4ef989c6a8eba0bc809e285a081c56320a9bbf1e;vodozemac-%commit%' +) + +inherit cargo gnome2-utils meson + +MY_P=${P/_/.} +DESCRIPTION="Matrix messaging app for GNOME written in Rust" +HOMEPAGE=" + https://wiki.gnome.org/Apps/Fractal + https://gitlab.gnome.org/World/fractal/ +" +SRC_URI=" + https://gitlab.gnome.org/World/fractal/-/archive/${PV/_/.}/${MY_P}.tar.bz2 + ${CARGO_CRATE_URIS} +" +if [[ ${PKGBUMPING} != ${PVR} ]]; then + SRC_URI+=" + https://dev.gentoo.org/~mgorny/dist/${P}-crates.tar.xz + " +fi +S=${WORKDIR}/${MY_P} + +LICENSE="GPL-3+" +# Dependent crate licenses +LICENSE+=" + Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD Boost-1.0 ISC + MIT MPL-2.0 MPL-2.0 Unicode-DFS-2016 ZLIB +" +SLOT="0" +KEYWORDS="~amd64 ~arm64" + +DEPEND=" + >=dev-libs/glib-2.76 + >=gui-libs/gtk-4.12.0:4 + >=gui-libs/libadwaita-1.5.0:1 + + >=media-libs/gstreamer-1.20:1.0 + >=media-libs/gst-plugins-bad-1.20:1.0 + >=media-libs/gst-plugins-base-1.20:1.0 + + >=gui-libs/gtksourceview-5.0.0:5 + >=media-video/pipewire-0.3.0:=[gstreamer] + >=dev-libs/openssl-1.0.1:= + >=media-libs/libshumate-1.0.0:1.0 + >=dev-db/sqlite-3.24.0:3 + >=sys-apps/xdg-desktop-portal-1.14.1 +" +RDEPEND=" + ${DEPEND} + virtual/secret-service +" +# clang needed by bindgen +BDEPEND=" + sys-devel/clang + >=virtual/rust-1.75.0 +" + +# Rust +QA_FLAGS_IGNORED="usr/bin/fractal" + +src_prepare() { + default + + # upstream dev settings are insane + sed -i -e 's:profile\.dev:ignored.insanity:' Cargo.toml || die +} + +src_configure() { + meson_src_configure + ln -s "${CARGO_HOME}" "${BUILD_DIR}/cargo-home" || die +} + +pkg_postinst() { + gnome2_schemas_update + xdg_desktop_database_update + xdg_icon_cache_update +} + +pkg_postrm() { + gnome2_schemas_update + xdg_desktop_database_update + xdg_icon_cache_update +} -- cgit v1.2.3-65-gdbad