commit:     9522c8162f581bc700591c40c946ccccb14a9b29
Author:     Gerben Jan Dijkman <gjdijkman <AT> gjdwebserver <DOT> nl>
AuthorDate: Sat Jul 24 01:05:05 2021 +0000
Commit:     Gerben Jan Dijkman <gjdijkman <AT> gjdwebserver <DOT> nl>
CommitDate: Sat Jul 24 01:05:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9522c816

net-im/chatty: Adding for PinePhone use

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --force
Signed-off-by: Gerben jan Dijkman <gjdijkman <AT> gjdwebserver.nl>

 net-im/chatty/Manifest            |  1 +
 net-im/chatty/chatty-0.3.3.ebuild | 40 +++++++++++++++++++++++++++++++++++++++
 net-im/chatty/metadata.xml        | 15 +++++++++++++++
 3 files changed, 56 insertions(+)

diff --git a/net-im/chatty/Manifest b/net-im/chatty/Manifest
new file mode 100644
index 000000000..fbffcc1d1
--- /dev/null
+++ b/net-im/chatty/Manifest
@@ -0,0 +1 @@
+DIST chatty-0.3.3.tar.gz 458463 BLAKE2B 
4f07af0162742f8779bac2af89ea5288cb4dacf4f135d452620ad5e3362450fbd3861ec96b74f4a1dfac4d3065dfe9b5beb780453aec7f6f6746adad0b6f4a03
 SHA512 
d075faad5760f0892facad6637e8142f1a9c467d7f7a71e64ac7c6379dbff967ebb4da74a4327c97c0b4fc07e4f5d184e43470300f29a94779c648cb0f4686e8

diff --git a/net-im/chatty/chatty-0.3.3.ebuild 
b/net-im/chatty/chatty-0.3.3.ebuild
new file mode 100644
index 000000000..3878212b3
--- /dev/null
+++ b/net-im/chatty/chatty-0.3.3.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson gnome2-utils xdg
+
+COMMIT="501805ee4e013470c1c9eb17e930f9fe914e3671"
+
+DESCRIPTION="Messaging client"
+HOMEPAGE="https://source.puri.sm/Librem5/chatty";
+SRC_URI="https://source.puri.sm/Librem5/chatty/-/archive//${COMMIT}.tar.gz -> 
${P}.tar.gz"
+
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64 ~arm64 ~arm ~x86"
+
+DEPEND="gnome-extra/evolution-data-server[phonenumber]
+               dev-libs/feedbackd
+               gui-libs/libhandy
+               x11-plugins/purple-mm-sms
+               dev-libs/olm
+               dev-libs/libphonenumber
+               x11-libs/gtk+:3
+               net-im/jabber-base
+"
+RDEPEND="${DEPEND}"
+BDEPEND="${DEPEND}"
+
+pkg_postinst() {
+       xdg_pkg_postinst
+       gnome2_schemas_update
+}
+
+pkg_postrm() {
+       xdg_pkg_postrm
+       gnome2_schemas_update
+}

diff --git a/net-im/chatty/metadata.xml b/net-im/chatty/metadata.xml
new file mode 100644
index 000000000..aaf92b5c3
--- /dev/null
+++ b/net-im/chatty/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Gerben Jan Dijkman</name>
+       </maintainer>
+       <longdescription lang="en">
+       XMPP and SMS messaging via libpurple and Modemmanager.
+       </longdescription>
+       <upstream>
+               <doc>https://source.puri.sm/Librem5/chatty</doc>
+               
<bugs-to>https://source.puri.sm/Librem5/chatty/-/issues</bugs-to>
+       </upstream>
+</pkgmetadata>

Reply via email to