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

54 lines
1.2 KiB
Bash
Raw Normal View History

2024-05-24 09:48:00 +02:00
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit meson gnome2-utils xdg
LIBCM_COMMIT="6c260ee37bd2eff096ee44c29690f30718566c1c"
2024-05-24 10:31:25 +02:00
COMMIT="3046c457f82e677e828b575901859fa52c958684"
2024-05-24 09:48:00 +02:00
DESCRIPTION="XMPP and SMS messaging via libpurple and Modemmanager"
2024-05-27 13:36:56 +02:00
HOMEPAGE="https://gitlab.gnome.org/World/Chatty"
2024-05-24 09:48:00 +02:00
SRC_URI="
https://source.puri.sm/Librem5/libcmatrix/-/archive/${LIBCM_COMMIT}/libcmatrix-${LIBCM_COMMIT}.tar.gz
https://gitlab.gnome.org/World/Chatty/-/archive/v${PV}/${PN}-v${PV}.tar.gz
"
LICENSE="GPL-3"
SLOT="0"
IUSE=""
KEYWORDS="~arm64"
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
x11-plugins/lurch
2024-05-24 10:01:10 +02:00
app-text/libspelling
2024-05-24 09:48:00 +02:00
"
RDEPEND="${DEPEND}"
BDEPEND="${DEPEND}"
2024-05-24 10:33:54 +02:00
S="${WORKDIR}/Chatty-v${PV}-${COMMIT}"
2024-05-24 09:48:00 +02:00
src_prepare() {
default
eapply_user
rm -r "${S}"/subprojects/libcmatrix || die
mv "${WORKDIR}"/libcmatrix-"${LIBCM_COMMIT}" "${S}"/subprojects/libcmatrix || die
}
pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update
}
pkg_postrm() {
xdg_pkg_postrm
gnome2_schemas_update
}