This commit is contained in:
Gerben Jan Dijkman 2023-05-25 14:08:13 +02:00
parent 8cb7ee11eb
commit dc5f7c1201
1 changed files with 4 additions and 4 deletions

View File

@ -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() {