Gentoo Archives: gentoo-commits

From: Jian Lin <jlin.gentoo@×××××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-im/chatty/
Date: Thu, 24 Jun 2021 12:22:44
Message-Id: 1624376416.552f3f4b31030eea83a966c2f439b4ba069b3d60.jian@gentoo
1 commit: 552f3f4b31030eea83a966c2f439b4ba069b3d60
2 Author: Marco Scardovi <marco <AT> scardovi <DOT> com>
3 AuthorDate: Tue Jun 22 15:40:16 2021 +0000
4 Commit: Jian Lin <jlin.gentoo <AT> outlook <DOT> com>
5 CommitDate: Tue Jun 22 15:40:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=552f3f4b
7
8 net-im/chatty: add new package
9
10 Chatty is the SMS/MMS app for phosh
11
12 Package-Manager: Portage-3.0.20, Repoman-3.0.3
13 Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>
14
15 net-im/chatty/Manifest | 1 +
16 net-im/chatty/chatty-0.3.1.ebuild | 40 +++++++++++++++++++++++++++++++++++++++
17 net-im/chatty/metadata.xml | 11 +++++++++++
18 3 files changed, 52 insertions(+)
19
20 diff --git a/net-im/chatty/Manifest b/net-im/chatty/Manifest
21 new file mode 100644
22 index 000000000..e6ba97fdf
23 --- /dev/null
24 +++ b/net-im/chatty/Manifest
25 @@ -0,0 +1 @@
26 +DIST chatty-v0.3.1.tar.gz 440910 BLAKE2B f2e3024fa44c4305a81ec6f340aefa9a1a1fed21be7483ac298da51f6e0bcb7bf506335d7257b589ccd1608c94a8390f18448be4b909751c047eb179cd1b00c3 SHA512 1283ea8f0a59659b219a1b01536389de74ecfbbb9a790788a91c54738f404bd1cbd77cf3b65074526a6b756817c198312cbd9d07ded6844d2baaa4af852c377a
27
28 diff --git a/net-im/chatty/chatty-0.3.1.ebuild b/net-im/chatty/chatty-0.3.1.ebuild
29 new file mode 100644
30 index 000000000..bf045d351
31 --- /dev/null
32 +++ b/net-im/chatty/chatty-0.3.1.ebuild
33 @@ -0,0 +1,40 @@
34 +# Copyright 1999-2021 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=7
38 +
39 +inherit gnome2-utils meson xdg
40 +
41 +MY_P="${PN}-v${PV}"
42 +
43 +DESCRIPTION="Messaging client"
44 +HOMEPAGE="https://source.puri.sm/Librem5/chatty"
45 +SRC_URI="https://source.puri.sm/Librem5/chatty/-/archive/v0.3.1/${MY_P}.tar.gz"
46 +
47 +LICENSE="GPL-3"
48 +SLOT="0"
49 +KEYWORDS="~amd64 ~arm64"
50 +
51 +S="${WORKDIR}/${MY_P}"
52 +
53 +DEPEND="
54 + dev-libs/libphonenumber
55 + dev-libs/feedbackd
56 + >=gui-libs/libhandy-1.1.90
57 + dev-libs/olm
58 + net-im/jabber-base
59 + x11-libs/gtk+:3
60 + x11-plugins/purple-mm-sms
61 +"
62 +RDEPEND="${DEPEND}"
63 +BDEPEND="${DEPEND}"
64 +
65 +pkg_postinst() {
66 + xdg_pkg_postinst
67 + gnome2_schemas_update
68 +}
69 +
70 +pkg_postrm() {
71 + xdg_pkg_postrm
72 + gnome2_schemas_update
73 +}
74
75 diff --git a/net-im/chatty/metadata.xml b/net-im/chatty/metadata.xml
76 new file mode 100644
77 index 000000000..a0b29038e
78 --- /dev/null
79 +++ b/net-im/chatty/metadata.xml
80 @@ -0,0 +1,11 @@
81 +<?xml version='1.0' encoding='UTF-8'?>
82 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
83 +<pkgmetadata>
84 + <maintainer type="person">
85 + <email>marco@××××××××.com</email>
86 + <name>Marco Scardovi</name>
87 + </maintainer>
88 + <upstream>
89 + <remote-id type="github">atom/atom</remote-id>
90 + </upstream>
91 +</pkgmetadata>