Gentoo Archives: gentoo-commits

From: Andrea Postiglione <andrea.postiglione@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-im/whatsapp-for-linux/
Date: Sat, 15 May 2021 09:54:41
Message-Id: 1621072439.4ddefdbf5bfc892116abd84fd820acd691eb4b2b.andrea_postiglione@gentoo
1 commit: 4ddefdbf5bfc892116abd84fd820acd691eb4b2b
2 Author: Andrea Postiglione <andrea.postiglione <AT> gmail <DOT> com>
3 AuthorDate: Sat May 15 09:53:59 2021 +0000
4 Commit: Andrea Postiglione <andrea.postiglione <AT> gmail <DOT> com>
5 CommitDate: Sat May 15 09:53:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4ddefdbf
7
8 net-im/whatsapp-for-linux: fix ebuild
9
10 Signed-off-by: Andrea Postiglione <andrea.postiglione <AT> gmail.com>
11
12 net-im/whatsapp-for-linux/Manifest | 2 +-
13 net-im/whatsapp-for-linux/whatsapp-for-linux-1.1.7.ebuild | 6 +++++-
14 2 files changed, 6 insertions(+), 2 deletions(-)
15
16 diff --git a/net-im/whatsapp-for-linux/Manifest b/net-im/whatsapp-for-linux/Manifest
17 index e82217af8..b25bbb1a0 100644
18 --- a/net-im/whatsapp-for-linux/Manifest
19 +++ b/net-im/whatsapp-for-linux/Manifest
20 @@ -1 +1 @@
21 -DIST v1.1.7.tar.gz 292733 BLAKE2B 542ea768bd2312ab1639320d55025aff90650170aa14807df14f5068a3d07899c730d1bcb04cbfdff4475c2a2ca9c3f28fa537529464b7b6748ad2ff45174e87 SHA512 0f52289d92afe9c65d5d04f981ecfd1111907fa606946a557d51b82972fcd8da5a4cf2abca3b7f5f567f5aaac178e402d1825558666b305538bd6246ce6de198
22 +DIST whatsapp-for-linux-1.1.7.tar.gz 292733 BLAKE2B 542ea768bd2312ab1639320d55025aff90650170aa14807df14f5068a3d07899c730d1bcb04cbfdff4475c2a2ca9c3f28fa537529464b7b6748ad2ff45174e87 SHA512 0f52289d92afe9c65d5d04f981ecfd1111907fa606946a557d51b82972fcd8da5a4cf2abca3b7f5f567f5aaac178e402d1825558666b305538bd6246ce6de198
23
24 diff --git a/net-im/whatsapp-for-linux/whatsapp-for-linux-1.1.7.ebuild b/net-im/whatsapp-for-linux/whatsapp-for-linux-1.1.7.ebuild
25 index e31eb95fa..e4e7c972f 100644
26 --- a/net-im/whatsapp-for-linux/whatsapp-for-linux-1.1.7.ebuild
27 +++ b/net-im/whatsapp-for-linux/whatsapp-for-linux-1.1.7.ebuild
28 @@ -7,7 +7,7 @@ inherit cmake xdg
29
30 DESCRIPTION="An unofficial WhatsApp desktop application for Linux"
31 HOMEPAGE="https://github.com/eneshecan/whatsapp-for-linux"
32 -SRC_URI="https://github.com/eneshecan/${PN}/archive/refs/tags/v${PV}.tar.gz"
33 +SRC_URI="https://github.com/eneshecan/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
34
35 KEYWORDS="~amd64"
36 LICENSE="GPL-3"
37 @@ -19,3 +19,7 @@ RDEPEND="
38 dev-libs/libappindicator:3
39 "
40 DEPEND="${RDEPEND}"
41 +
42 +src_prepare() {
43 + cmake_src_prepare
44 +}