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 0000000..65e5344 --- /dev/null +++ b/net-im/chatty/chatty-0.3.3.ebuild @@ -0,0 +1,44 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit meson gnome2-utils xdg git-r3 + +DESCRIPTION="Messaging client" +HOMEPAGE="https://source.puri.sm/Librem5/chatty" +EGIT_REPO_URI="https://source.puri.sm/Librem5/${PN}.git" + +LICENSE="GPL-3" +SLOT="0" +IUSE="" +KEYWORDS="~amd64 ~arm64 ~arm ~x86" + +if [[ ${PV} != 9999 ]]; then + EGIT_COMMIT="tags/v${PV}" +else + KEYWORDS="" +fi + + +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 +}