From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-voip/discover-overlay/
Date: Fri, 10 Jan 2025 15:44:23 +0000 (UTC) [thread overview]
Message-ID: <1736506916.210fcea9209738c892a493cfc29b93f6a0edde21.julien@gentoo> (raw)
commit: 210fcea9209738c892a493cfc29b93f6a0edde21
Author: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Fri Jan 10 11:01:56 2025 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Fri Jan 10 11:01:56 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=210fcea9
net-voip/discover-overlay: add 0.7.8
Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>
net-voip/discover-overlay/Manifest | 1 +
.../discover-overlay/discover-overlay-0.7.8.ebuild | 31 ++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/net-voip/discover-overlay/Manifest b/net-voip/discover-overlay/Manifest
index 28dcd3d71..a6da75762 100644
--- a/net-voip/discover-overlay/Manifest
+++ b/net-voip/discover-overlay/Manifest
@@ -1,2 +1,3 @@
DIST discover-overlay-0.6.9.gh.tar.gz 103339 BLAKE2B dec639ac361146bcf4d7951193163226bb19a71ab0614aa8facd5014c1d4ce58f8aa2ac26fe6edde4944c76aa3fb749a44b72385d769ffd8aaec52c112f00bdb SHA512 6cc1196fcfc86a60f0fc1bbd073c5b531813862412a1c9ac10edcb2311d7c4f623aa4fc8c271398b7a781b14186967d00edbc2ab50f3e2a9199873884b22bec9
DIST discover-overlay-0.7.4.gh.tar.gz 112860 BLAKE2B cb812473be6d0d0a948ed590d06b932b81bbaf83fc81501ec3c0890e824456eb33b5f542f11244729b28e5fab432e11ebde1bb01f70340336fb63885ce2ba798 SHA512 6b0f75ee42f47ebb99b83d1db5e9384669d930c1b1f77dd88bec4f63c497c30fd7d4843d73423ae22e60be5764a525153e6286236dcb62e80939227cbd5ff3f8
+DIST discover-overlay-0.7.8.gh.tar.gz 115082 BLAKE2B a0b195c01d4349d095a8b900cd84ed6e2c8cb502b5568a5b88dd690baa21e8c381f39146056b3009da5fa3fa8685ad328df8f5d0fbeb1f8d42cd7760deace1ac SHA512 10fbe0f20c794990e44e3f07fc8d20bad41a680dfe39813b903a22316416f7b0c0a665fc4e6ecca07108d6db4bfd0512adc48e8919a8adf994846e1b639a8ea1
diff --git a/net-voip/discover-overlay/discover-overlay-0.7.8.ebuild b/net-voip/discover-overlay/discover-overlay-0.7.8.ebuild
new file mode 100644
index 000000000..0ad061b92
--- /dev/null
+++ b/net-voip/discover-overlay/discover-overlay-0.7.8.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 xdg
+
+DESCRIPTION="Yet another Discord overlay for Linux written in Python using GTK3"
+HOMEPAGE="https://github.com/trigg/Discover"
+SRC_URI="https://github.com/trigg/Discover/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+S="${WORKDIR}/Discover-${PV}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+IUSE="wayland"
+
+RDEPEND="
+ >=dev-python/pygobject-3.22[${PYTHON_USEDEP}]
+ dev-python/websocket-client[${PYTHON_USEDEP}]
+ dev-python/pyxdg[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
+ dev-python/pillow[${PYTHON_USEDEP}]
+ dev-python/python-xlib[${PYTHON_USEDEP}]
+ dev-python/pulsectl-asyncio[${PYTHON_USEDEP}]
+ wayland? ( gui-libs/gtk-layer-shell[introspection(+)] )
+"
next reply other threads:[~2025-01-10 15:44 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-10 15:44 Julien Roy [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-13 22:21 [gentoo-commits] repo/proj/guru:dev commit in: net-voip/discover-overlay/ Julien Roy
2024-05-13 22:38 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-05-13 22:21 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-05-13 22:38 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-05-13 17:48 Julien Roy
2024-03-06 11:42 Julien Roy
2024-02-07 10:10 David Roman
2023-10-13 10:31 David Roman
2023-09-25 10:00 Florian Schmaus
2023-06-10 10:56 Florian Schmaus
2022-12-19 10:56 Viorel Munteanu
2022-11-16 19:33 Florian Schmaus
2022-11-16 19:33 Florian Schmaus
2022-09-26 9:48 Andrew Ammerlaan
2022-08-02 10:55 Haelwenn Monnier
2022-07-11 6:54 Andrew Ammerlaan
2022-05-30 11:58 Andrew Ammerlaan
2022-05-02 7:17 Florian Schmaus
2022-03-16 20:48 Arthur Zamarin
2022-03-10 14:03 Ronny Gutbrod
2022-01-14 23:21 Theo Anderson
2021-07-24 16:02 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=1736506916.210fcea9209738c892a493cfc29b93f6a0edde21.julien@gentoo \
--to=julien@jroy.ca \
--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