From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 155451382C5 for ; Sat, 15 May 2021 09:54:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5AC65E0848; Sat, 15 May 2021 09:54:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 45C70E0848 for ; Sat, 15 May 2021 09:54:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 20707340B65 for ; Sat, 15 May 2021 09:54:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EE885C4 for ; Sat, 15 May 2021 09:54:37 +0000 (UTC) From: "Andrea Postiglione" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrea Postiglione" Message-ID: <1621072439.4ddefdbf5bfc892116abd84fd820acd691eb4b2b.andrea_postiglione@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-im/whatsapp-for-linux/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-im/whatsapp-for-linux/Manifest net-im/whatsapp-for-linux/whatsapp-for-linux-1.1.7.ebuild X-VCS-Directories: net-im/whatsapp-for-linux/ X-VCS-Committer: andrea_postiglione X-VCS-Committer-Name: Andrea Postiglione X-VCS-Revision: 4ddefdbf5bfc892116abd84fd820acd691eb4b2b X-VCS-Branch: dev Date: Sat, 15 May 2021 09:54:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fdbf9f0e-82c1-47f7-a2d5-a15384e4cec4 X-Archives-Hash: 6891a93201296c17521755efcfb0ab21 commit: 4ddefdbf5bfc892116abd84fd820acd691eb4b2b Author: Andrea Postiglione gmail com> AuthorDate: Sat May 15 09:53:59 2021 +0000 Commit: Andrea Postiglione gmail com> CommitDate: Sat May 15 09:53:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4ddefdbf net-im/whatsapp-for-linux: fix ebuild Signed-off-by: Andrea Postiglione gmail.com> net-im/whatsapp-for-linux/Manifest | 2 +- net-im/whatsapp-for-linux/whatsapp-for-linux-1.1.7.ebuild | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/net-im/whatsapp-for-linux/Manifest b/net-im/whatsapp-for-linux/Manifest index e82217af8..b25bbb1a0 100644 --- a/net-im/whatsapp-for-linux/Manifest +++ b/net-im/whatsapp-for-linux/Manifest @@ -1 +1 @@ -DIST v1.1.7.tar.gz 292733 BLAKE2B 542ea768bd2312ab1639320d55025aff90650170aa14807df14f5068a3d07899c730d1bcb04cbfdff4475c2a2ca9c3f28fa537529464b7b6748ad2ff45174e87 SHA512 0f52289d92afe9c65d5d04f981ecfd1111907fa606946a557d51b82972fcd8da5a4cf2abca3b7f5f567f5aaac178e402d1825558666b305538bd6246ce6de198 +DIST whatsapp-for-linux-1.1.7.tar.gz 292733 BLAKE2B 542ea768bd2312ab1639320d55025aff90650170aa14807df14f5068a3d07899c730d1bcb04cbfdff4475c2a2ca9c3f28fa537529464b7b6748ad2ff45174e87 SHA512 0f52289d92afe9c65d5d04f981ecfd1111907fa606946a557d51b82972fcd8da5a4cf2abca3b7f5f567f5aaac178e402d1825558666b305538bd6246ce6de198 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 index e31eb95fa..e4e7c972f 100644 --- 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 @@ -7,7 +7,7 @@ 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" +SRC_URI="https://github.com/eneshecan/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" LICENSE="GPL-3" @@ -19,3 +19,7 @@ RDEPEND=" dev-libs/libappindicator:3 " DEPEND="${RDEPEND}" + +src_prepare() { + cmake_src_prepare +}