From 75ee65304bcbc50f6263fcfcfb8d82e288a09c13 Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Wed, 24 May 2023 16:34:54 +0200 Subject: [PATCH] Added paperplane --- net-im/paper-plane/Manifest | 1 + .../paper-plane-0.1.0_beta1.ebuild | 43 +++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 net-im/paper-plane/Manifest create mode 100644 net-im/paper-plane/paper-plane-0.1.0_beta1.ebuild diff --git a/net-im/paper-plane/Manifest b/net-im/paper-plane/Manifest new file mode 100644 index 0000000..06eceb2 --- /dev/null +++ b/net-im/paper-plane/Manifest @@ -0,0 +1 @@ +DIST v0.1.0-beta.1.tar.gz 498660 BLAKE2B 0f437ecb42a7f7bd1e94ace9db02abcd42922fe098083eabb222fec23f8283351c49e7e08ad0d3bd7cb555c5d0f1ab5e619318a3845c0f5c89253aaa886a1388 SHA512 f08a194f7e584276dc615d4e3f52dc82cec3e583667b9495a9b67128e32621e2f1b139baa736093687d344cf8a6fa364d5e9d13703ded2bf01da18ab4ad8653c 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 new file mode 100644 index 0000000..a346fd0 --- /dev/null +++ b/net-im/paper-plane/paper-plane-0.1.0_beta1.ebuild @@ -0,0 +1,43 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit gnome2-utils meson vala xdg + +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" + +S="${WORKDIR}/Tuba-${PV}" + +RDEPEND=" +" + +DEPEND="${RDEPEND}" + +BDEPEND=" + $(vala_depend) + virtual/pkgconfig +" +src_prepare() { + default + vala_setup +} + +pkg_postinst() { + gnome2_schemas_update + xdg_pkg_postinst +} + +pkg_postrm() { + gnome2_schemas_update + xdg_pkg_postrm +}