QA fix
This commit is contained in:
parent
8cb7ee11eb
commit
dc5f7c1201
@ -101,7 +101,7 @@ inherit gnome2-utils meson cargo
|
|||||||
DESCRIPTION="Telegram client"
|
DESCRIPTION="Telegram client"
|
||||||
HOMEPAGE="https://github.com/paper-plane-developers/"
|
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="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
|
#allready added for final release
|
||||||
#SRC_URI="https://github.com/paper-plane-developers/${PN}/archive/refs/tags/v${PV}.tar.gz"
|
#SRC_URI="https://github.com/paper-plane-developers/${PN}/archive/refs/tags/v${PV}.tar.gz"
|
||||||
@ -129,13 +129,13 @@ RDEPEND="${DEPEND}"
|
|||||||
|
|
||||||
BDEPEND="${DEPEND}"
|
BDEPEND="${DEPEND}"
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
|
default
|
||||||
local emesonargs=(
|
local emesonargs=(
|
||||||
"-Dtg_api_id=25355557"
|
"-Dtg_api_id=25355557"
|
||||||
"-Dtg_api_hash=5721a74e34aeb9d45c09a9ff51f14fdf"
|
"-Dtg_api_hash=5721a74e34aeb9d45c09a9ff51f14fdf"
|
||||||
)
|
)
|
||||||
|
|
||||||
meson_src_configure
|
meson_src_configure
|
||||||
default
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_postinst() {
|
pkg_postinst() {
|
||||||
|
Loading…
Reference in New Issue
Block a user