From 1b309e476d2468f3d845f671a37b6494dd8a4bc1 Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Mon, 16 Jan 2023 11:30:00 +0100 Subject: [PATCH] Added whatsapp for linux --- net-im/whatsapp-for-linux/Manifest.txt | 1 + net-im/whatsapp-for-linux/metadata.xml | 9 +++++++ .../whatsapp-for-linux-1.3.2-r1.ebuild | 26 +++++++++++++++++++ .../whatsapp-for-linux-1.3.2.ebuild | 24 +++++++++++++++++ 4 files changed, 60 insertions(+) create mode 100644 net-im/whatsapp-for-linux/Manifest.txt create mode 100644 net-im/whatsapp-for-linux/metadata.xml create mode 100644 net-im/whatsapp-for-linux/whatsapp-for-linux-1.3.2-r1.ebuild create mode 100644 net-im/whatsapp-for-linux/whatsapp-for-linux-1.3.2.ebuild diff --git a/net-im/whatsapp-for-linux/Manifest.txt b/net-im/whatsapp-for-linux/Manifest.txt new file mode 100644 index 0000000..891797a --- /dev/null +++ b/net-im/whatsapp-for-linux/Manifest.txt @@ -0,0 +1 @@ +DIST whatsapp-for-linux-1.3.2.tar.gz 314151 BLAKE2B cbe5b6cae469a8d0e40634ce16e5af509cb10ae2f2f07f953044be0c85137a6f8116d64b431f69b1dd45fdeddf34be8b710ff37ad8fb296e4823f9859d6a7be6 SHA512 e8d08261aa68b72c54d41a5c0a2404bfe4bc2566837e53f5b1ceb31273e8eee5d0c7afaf89984e9551c9ee56158d9210eafcb93659d3d591cf2ef361b1057090 diff --git a/net-im/whatsapp-for-linux/metadata.xml b/net-im/whatsapp-for-linux/metadata.xml new file mode 100644 index 0000000..ad6f3aa --- /dev/null +++ b/net-im/whatsapp-for-linux/metadata.xml @@ -0,0 +1,9 @@ + + + + + + eneshecan/whatsapp-for-linux + https://github.com/eneshecan/whatsapp-for-linux/issues + + 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 0000000..b2034f3 --- /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}" diff --git a/net-im/whatsapp-for-linux/whatsapp-for-linux-1.3.2.ebuild b/net-im/whatsapp-for-linux/whatsapp-for-linux-1.3.2.ebuild new file mode 100644 index 0000000..a9d20b4 --- /dev/null +++ b/net-im/whatsapp-for-linux/whatsapp-for-linux-1.3.2.ebuild @@ -0,0 +1,24 @@ +# 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/gtkmm:3.0 + net-libs/webkit-gtk + dev-libs/libappindicator:3" + +DEPEND="${RDEPEND}" + +src_prepare() { + cmake_src_prepare +}