From 43ef042b9a22eb59fa867530b087d3f3601df97f Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Mon, 7 Mar 2022 23:39:52 +0500 Subject: [PATCH] net-im/whatsapp-for-linux: update deps Signed-off-by: Anna (cybertailor) Vyalkova --- .../whatsapp-for-linux-1.3.2-r1.ebuild | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 net-im/whatsapp-for-linux/whatsapp-for-linux-1.3.2-r1.ebuild 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 0000000000..b2034f3f6f --- /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}"