mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
net-im/whatsapp-for-linux: bump version and added myself as maintainer
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Mattia Gasparotto <gasmat04@gmail.com>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST whatsapp-for-linux-1.2.0.tar.gz 293749 BLAKE2B 7c3cad7aa0ab1a1e289bc663a29b9112bd49d4e472ee101a940fa079350bb37c0159fae4b88b5fcafca9384d9a307a40683c8cc0a68e69878bd68ff827ad4d4d SHA512 5fe415bda8761c992a5c982c30c85353b732172b3bde7ea3a598db1e4f6718a040c5ffbb79fbe2d05ae3d4d4ca07c1e26619dbf19dfc51a508692e3ead5230cd
|
||||
DIST whatsapp-for-linux-1.3.0.tar.gz 295749 BLAKE2B 4ceb77232b097be94de2408368a426e6b88f8bbc2f6089a40b845d442e2276d82f19a72ab376e902a0e1458529bc1063d87abdeda75df851d8f6b9014aa9f051 SHA512 3e8e1f861ba3361c2a87c2d0b4a58537d1b9dc993ccf5de3381b0d73a2bbb4e50459e5d740b2db0b5862d4ec6d611906b66a5bb581f505543d21a9578d5145df
|
||||
|
||||
@@ -1,7 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<!-- maintainer-needed -->
|
||||
<maintainer type="person">
|
||||
<name>Mattia Gasparotto</name>
|
||||
<email>gasmat04@gmail.com</email>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">eneshecan/whatsapp-for-linux</remote-id>
|
||||
<bugs-to>https://github.com/eneshecan/whatsapp-for-linux/issues</bugs-to>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Copyright 2019-2021 Gentoo Authors
|
||||
# Copyright 2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
inherit cmake xdg
|
||||
|
||||
@@ -13,13 +13,12 @@ KEYWORDS="~amd64"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
dev-cpp/gtkmm:3.0
|
||||
net-libs/webkit-gtk
|
||||
dev-libs/libappindicator:3
|
||||
"
|
||||
RDEPEND="dev-cpp/gtkmm:3.0
|
||||
net-libs/webkit-gtk
|
||||
dev-libs/libappindicator:3"
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
cmake_src_prepare
|
||||
cmake_src_prepare
|
||||
}
|
||||
|
||||
24
net-im/whatsapp-for-linux/whatsapp-for-linux-1.3.0.ebuild
Normal file
24
net-im/whatsapp-for-linux/whatsapp-for-linux-1.3.0.ebuild
Normal file
@@ -0,0 +1,24 @@
|
||||
# Copyright 2021 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
|
||||
}
|
||||
Reference in New Issue
Block a user