This commit is contained in:
Gerben Jan Dijkman 2023-05-25 14:28:51 +02:00
parent 07f110c852
commit 1462c3a1cb
1 changed files with 7 additions and 3 deletions

View File

@ -181,18 +181,22 @@ DEPEND="
"
RDEPEND="${DEPEND}"
BDEPEND="${DEPEND}"
src_prepare() {
default
local emesonargs=(
"-Dtg_api_id=25355557"
"-Dtg_api_hash=5721a74e34aeb9d45c09a9ff51f14fdf"
)
meson_src_configure
}
src_configure() {
cargo_src_configure --frozen
meson_src_configure
}
pkg_postinst() {
gnome2_schemas_update
}