mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
net-im/whatsapp-for-linux: fix ebuild
Signed-off-by: Andrea Postiglione <andrea.postiglione@gmail.com>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ inherit cmake xdg
|
|||||||
|
|
||||||
DESCRIPTION="An unofficial WhatsApp desktop application for Linux"
|
DESCRIPTION="An unofficial WhatsApp desktop application for Linux"
|
||||||
HOMEPAGE="https://github.com/eneshecan/whatsapp-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"
|
KEYWORDS="~amd64"
|
||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
@@ -19,3 +19,7 @@ RDEPEND="
|
|||||||
dev-libs/libappindicator:3
|
dev-libs/libappindicator:3
|
||||||
"
|
"
|
||||||
DEPEND="${RDEPEND}"
|
DEPEND="${RDEPEND}"
|
||||||
|
|
||||||
|
src_prepare() {
|
||||||
|
cmake_src_prepare
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user