From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/whatsie/
Date: Sun, 20 Oct 2024 11:38:47 +0000 (UTC) [thread overview]
Message-ID: <1729424298.2eafeb8a8e413c5158ab4fd30ff313e5ae839968.andrewammerlaan@gentoo> (raw)
commit: 2eafeb8a8e413c5158ab4fd30ff313e5ae839968
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 20 11:38:18 2024 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Oct 20 11:38:18 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eafeb8a
net-im/whatsie: add 4.16.1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
net-im/whatsie/Manifest | 1 +
net-im/whatsie/whatsie-4.16.1.ebuild | 39 ++++++++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/net-im/whatsie/Manifest b/net-im/whatsie/Manifest
index 7446fb6e56de..d5c5b62bb393 100644
--- a/net-im/whatsie/Manifest
+++ b/net-im/whatsie/Manifest
@@ -1,2 +1,3 @@
DIST whatsie-4.15.5.tar.gz 21405021 BLAKE2B 26151415d0669b011391b187a28f3ac32960c7db4bce05ba44fdee93680367e0cbee44c8087d95cabc92e1bc844c118c0a0d935a0733180d154646f75d62daa2 SHA512 1ede2a1dd95b010505b3a702e3730616cac619b2460b5935d6bf3eaf48183f4b2a8d66930990db0bf6f8aeec9649b66ea2865f7b8a386cc80c22f7cdf6515e5f
DIST whatsie-4.16.0.tar.gz 21404746 BLAKE2B fb7310cbab992972e48997f3adbcb9f6087ef4034c92232b71c03b10c5dcf8366e8d4d1e1f705cfc53e8126cd480b89f78719d63b58f0110af2042fb57e7c2a2 SHA512 f4195081db17c8377ce1c7400af48577c5e52323bd25490e215ba89aa4b08d1114fb0ae9bc5e954a876e0fe7f6e164695a483d13e19ff622f3f9962cc12c72c0
+DIST whatsie-4.16.1.tar.gz 21404934 BLAKE2B 03752cdf62cde356421270ea0e75fdd5cc10a43b158c2624ef284d20d92bfca4ad933f75686acbefe0c886bc30eb699c3c91bfb9518531053510de129e630378 SHA512 6aa34128eef0a8aeb0f54a7b585830c56686558f8ca2bc13f40b6f6d4a4f231f68a7d3ebbcd93d824ec50ae0c1e4ef76bdd54b4b8ee47316bc0f4ee407e69235
diff --git a/net-im/whatsie/whatsie-4.16.1.ebuild b/net-im/whatsie/whatsie-4.16.1.ebuild
new file mode 100644
index 000000000000..8919b85b6d47
--- /dev/null
+++ b/net-im/whatsie/whatsie-4.16.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2019-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qmake-utils xdg
+
+DESCRIPTION="Qt Based WhatsApp Client"
+HOMEPAGE="https://github.com/keshavbhatt/whatsie"
+SRC_URI="https://github.com/keshavbhatt/whatsie/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${P}/src"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+QT_MIN="5.15"
+
+DEPEND="
+ x11-libs/libX11
+ x11-libs/libxcb:=
+ >=dev-qt/qtcore-${QT_MIN}:5
+ >=dev-qt/qtgui-${QT_MIN}:5
+ >=dev-qt/qtnetwork-${QT_MIN}:5
+ >=dev-qt/qtpositioning-${QT_MIN}:5
+ >=dev-qt/qtwebengine-${QT_MIN}:5[widgets]
+ >=dev-qt/qtwidgets-${QT_MIN}:5
+"
+
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ eqmake5
+}
+
+src_install() {
+ einstalldocs
+ INSTALL_ROOT="${ED}" emake install
+}
next reply other threads:[~2024-10-20 11:38 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-20 11:38 Andrew Ammerlaan [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-01 17:16 [gentoo-commits] repo/gentoo:master commit in: net-im/whatsie/ Nowa Ammerlaan
2024-11-01 20:55 Andrew Ammerlaan
2024-11-01 20:55 Andrew Ammerlaan
2024-10-26 8:36 Andrew Ammerlaan
2024-10-09 9:44 Andrew Ammerlaan
2024-10-09 9:44 Andrew Ammerlaan
2024-09-14 12:26 Andrew Ammerlaan
2024-09-04 8:22 Andrew Ammerlaan
2024-09-04 8:22 Andrew Ammerlaan
2024-05-26 12:16 Andrew Ammerlaan
2023-12-05 12:35 Andrew Ammerlaan
2023-12-05 12:35 Andrew Ammerlaan
2023-05-30 12:15 Andrew Ammerlaan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1729424298.2eafeb8a8e413c5158ab4fd30ff313e5ae839968.andrewammerlaan@gentoo \
--to=andrewammerlaan@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox