gjdwebserver-overlay/net-im/chatty/chatty-0.4.0.ebuild

43 lines
846 B
Bash
Raw Normal View History

2021-07-24 21:03:58 +02:00
# Copyright 1999-2021 Gentoo Authors
2021-07-19 14:41:59 +02:00
# Distributed under the terms of the GNU General Public License v2
EAPI=7
2021-07-24 03:49:41 +02:00
inherit meson gnome2-utils xdg
COMMIT="501805ee4e013470c1c9eb17e930f9fe914e3671"
2021-07-19 14:41:59 +02:00
2022-01-31 14:20:51 +01:00
DESCRIPTION="XMPP and SMS messaging via libpurple and Modemmanager"
2021-07-19 14:41:59 +02:00
HOMEPAGE="https://source.puri.sm/Librem5/chatty"
2021-08-17 11:44:27 +02:00
SRC_URI="https://source.puri.sm/Librem5/chatty/-/archive/v${PV}/${PN}-v${PV}.tar.gz"
2021-07-24 03:49:41 +02:00
2021-07-19 14:41:59 +02:00
LICENSE="GPL-3"
SLOT="0"
IUSE=""
2022-01-31 14:20:51 +01:00
KEYWORDS="~arm64"
2021-07-19 14:41:59 +02:00
2022-01-19 14:31:39 +01:00
DEPEND=" gnome-extra/evolution-data-server[phonenumber]
2021-07-19 14:41:59 +02:00
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}"
2021-08-17 11:57:49 +02:00
S="${WORKDIR}/${PN}-v${PV}"
2021-07-19 14:41:59 +02:00
pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update
}
pkg_postrm() {
xdg_pkg_postrm
gnome2_schemas_update
}