diff --git a/net-im/paper-plane/paper-plane-0.1.0_beta1.ebuild b/net-im/paper-plane/paper-plane-0.1.0_beta1.ebuild index 54aa57b..077ac64 100644 --- a/net-im/paper-plane/paper-plane-0.1.0_beta1.ebuild +++ b/net-im/paper-plane/paper-plane-0.1.0_beta1.ebuild @@ -101,7 +101,7 @@ inherit gnome2-utils meson cargo DESCRIPTION="Telegram client" HOMEPAGE="https://github.com/paper-plane-developers/" SRC_URI="https://github.com/paper-plane-developers/${PN}/archive/refs/tags/v0.1.0-beta.1.tar.gz" -SRC_URI+="$(cargo_crate_uris)" +SRC_URI+=" $(cargo_crate_uris)" #allready added for final release #SRC_URI="https://github.com/paper-plane-developers/${PN}/archive/refs/tags/v${PV}.tar.gz" @@ -129,13 +129,13 @@ RDEPEND="${DEPEND}" BDEPEND="${DEPEND}" src_prepare() { + default local emesonargs=( "-Dtg_api_id=25355557" "-Dtg_api_hash=5721a74e34aeb9d45c09a9ff51f14fdf" - ) - + ) meson_src_configure - default + } pkg_postinst() {