Added aPacakage and removed some
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST v0.1.0-beta.1.tar.gz 498660 BLAKE2B 0f437ecb42a7f7bd1e94ace9db02abcd42922fe098083eabb222fec23f8283351c49e7e08ad0d3bd7cb555c5d0f1ab5e619318a3845c0f5c89253aaa886a1388 SHA512 f08a194f7e584276dc615d4e3f52dc82cec3e583667b9495a9b67128e32621e2f1b139baa736093687d344cf8a6fa364d5e9d13703ded2bf01da18ab4ad8653c
|
||||
@@ -1,52 +0,0 @@
|
||||
# Copyright 2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License-v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit gnome2-utils meson
|
||||
|
||||
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"
|
||||
|
||||
#allready added for final release
|
||||
#SRC_URI="https://github.com/paper-plane-developers/${PN}/archive/refs/tags/v${PV}.tar.gz"
|
||||
|
||||
LICENSE="CC-BY-3.0 GPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
|
||||
RESTRICT="network-sandbox"
|
||||
|
||||
S="${WORKDIR}/paper-plane-0.1.0-beta.1"
|
||||
#S="${WORKDIR}/${PN}-${PV}"
|
||||
|
||||
|
||||
DEPEND="
|
||||
>=gui-libs/libadwaita-1.4.0_alpha
|
||||
>=gui-libs/gtk-4.10.0
|
||||
media-libs/gst-plugins-good
|
||||
media-plugins/gst-plugins-libav
|
||||
>=net-libs/td-1.8.14
|
||||
>=dev-util/blueprint-compiler-0.8.0
|
||||
media-libs/rlottie
|
||||
"
|
||||
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
local emesonargs=(
|
||||
"-Dtg_api_id=25355557"
|
||||
"-Dtg_api_hash=5721a74e34aeb9d45c09a9ff51f14fdf"
|
||||
)
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
gnome2_schemas_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
gnome2_schemas_update
|
||||
}
|
||||
Reference in New Issue
Block a user