commit: 43ef042b9a22eb59fa867530b087d3f3601df97f Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Mon Mar 7 18:39:52 2022 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Tue Mar 8 10:02:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=43ef042b
net-im/whatsapp-for-linux: update deps Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in> .../whatsapp-for-linux-1.3.2-r1.ebuild | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/net-im/whatsapp-for-linux/whatsapp-for-linux-1.3.2-r1.ebuild b/net-im/whatsapp-for-linux/whatsapp-for-linux-1.3.2-r1.ebuild new file mode 100644 index 000000000..b2034f3f6 --- /dev/null +++ b/net-im/whatsapp-for-linux/whatsapp-for-linux-1.3.2-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake xdg + +DESCRIPTION="An unofficial WhatsApp desktop application for Linux" +HOMEPAGE="https://github.com/eneshecan/whatsapp-for-linux" +SRC_URI="https://github.com/eneshecan/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +KEYWORDS="~amd64" +LICENSE="GPL-3" +SLOT="0" + +RDEPEND=" + dev-cpp/atkmm + dev-cpp/glibmm:2 + dev-cpp/gtkmm:3.0 + dev-libs/glib:2 + dev-libs/libappindicator:3 + dev-libs/libsigc++:2 + net-libs/webkit-gtk:4= + x11-libs/gtk+:3 +" +DEPEND="${RDEPEND}"
