From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
Date: Mon, 21 Oct 2024 12:36:30 +0000 (UTC) [thread overview]
Message-ID: <1729514184.ac29dead5d965b36c3061d1accc5ee27123a94da.juippis@gentoo> (raw)
commit: ac29dead5d965b36c3061d1accc5ee27123a94da
Author: Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Wed Sep 25 14:31:58 2024 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Oct 21 12:36:24 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac29dead
net-p2p/nicotine+: add 3.3.5
Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Closes: https://github.com/gentoo/gentoo/pull/38769
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
net-p2p/nicotine+/Manifest | 1 +
net-p2p/nicotine+/nicotine+-3.3.5.ebuild | 62 ++++++++++++++++++++++++++++++++
2 files changed, 63 insertions(+)
diff --git a/net-p2p/nicotine+/Manifest b/net-p2p/nicotine+/Manifest
index a625dbdec804..06834fad74fd 100644
--- a/net-p2p/nicotine+/Manifest
+++ b/net-p2p/nicotine+/Manifest
@@ -1,2 +1,3 @@
DIST nicotine+-3.2.9.tar.gz 2985424 BLAKE2B 1768d9f13ee15593661997ac0ad49c6c2d3aead685f83b86ae0ca05615f5fda04ea3abd3137a595d8457ef9643c4fd77adb47a76417b90d6c876bf55c56c4b31 SHA512 bc828bf8e6b194b23df8c7cce900704b918b71669ff9e0cf17b2c954838e265cc074dcb54e0abbcf563b19f10cf3199cc1980771b57e0af613ef2eed2ee4a3a8
DIST nicotine+-3.3.4.tar.gz 3838006 BLAKE2B 09660558a1f07a4393cf272ef532c5fb15f1653008e73ec796c8bd16a177bdcb03c55fb3743d8d8e573ce9db2ac42d7fa0d92544a433007179ce00733c5a2381 SHA512 5dab8a1fe718cfd6b0a3e4645e025f42ccc4c86031f65741a3cbfb67e8abfb82cefeb7fc93f5037b9d5f5972ac034cc3ef5a2bac7ae9744533edc894e6e93ef4
+DIST nicotine+-3.3.5.tar.gz 3742720 BLAKE2B 8d2b160e1609c0eb358c263a07f2dd499408e66e707f30f92f980e0d2daf7a88d6db41bd90af41bb342851ca324d09a6e03627f8fba8d70fc967af67baf91c3f SHA512 3288e71d6f05b984ab94ae67ef8a03f5fac6cc01528f6588f041b23cc7e18d5268241feb4df2b7d1393d81e8ff1b258b054b3c60a0b3d733746573c732dea384
diff --git a/net-p2p/nicotine+/nicotine+-3.3.5.ebuild b/net-p2p/nicotine+/nicotine+-3.3.5.ebuild
new file mode 100644
index 000000000000..1587ffd607aa
--- /dev/null
+++ b/net-p2p/nicotine+/nicotine+-3.3.5.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-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 optfeature xdg
+
+DESCRIPTION="Graphical client for the Soulseek peer to peer network written in Python"
+HOMEPAGE="https://nicotine-plus.org/"
+SRC_URI="https://github.com/Nicotine-Plus/nicotine-plus/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/nicotine-plus-${PV}"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+# NOTE: good link - https://github.com/nicotine-plus/nicotine-plus/blob/master/doc/DEPENDENCIES.md
+BDEPEND="
+ sys-devel/gettext
+ test? (
+ dev-python/pytest
+ || (
+ >=gui-libs/gtk-4.6.9[broadway]
+ >=x11-libs/gtk+-3.22.20:3[broadway]
+ )
+ )
+"
+RDEPEND="
+ dev-python/pygobject:3[${PYTHON_USEDEP}]
+ || (
+ >=gui-libs/gtk-4.6.9[introspection]
+ >=x11-libs/gtk+-3.22.20:3[introspection]
+ )
+"
+
+distutils_enable_tests pytest
+
+DOCS=( AUTHORS.md NEWS.md README.md TRANSLATORS.md )
+
+src_prepare() {
+ default
+ # remove update check test violating network sandbox
+ sed -i -e 's:test_update_check:_&:' \
+ "${S}"/pynicotine/tests/unit/test_version.py || die
+}
+pkg_postinst() {
+ xdg_pkg_postinst
+
+ elog "Nicotine can work with both gtk3+ and gtk4."
+ elog "The newer version is preferred but it has worse screen reader support"
+ elog "If you need it you can switch to gtk3+ by running nicotine"
+ elog "with an environmental variable like this:"
+ elog " $ NICOTINE_GTK_VERSION=3 nicotine"
+
+ optfeature "Adwaita theme on GNOME (GTK 4)" gui-libs/libadwaita
+ optfeature "Chat spellchecking (GTK 3)" app-text/gspell
+}
next reply other threads:[~2024-10-21 12:36 UTC|newest]
Thread overview: 79+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-21 12:36 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-07 21:05 [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/ Sam James
2024-12-17 20:18 Joonas Niilola
2024-12-17 20:18 Joonas Niilola
2024-11-23 16:20 Michał Górny
2024-09-25 11:55 Joonas Niilola
2024-09-23 15:31 Joonas Niilola
2024-07-22 5:43 Joonas Niilola
2024-07-20 6:42 Joonas Niilola
2024-07-20 6:42 Joonas Niilola
2024-06-07 13:15 Joonas Niilola
2024-06-07 13:15 Joonas Niilola
2024-06-07 13:15 Joonas Niilola
2024-06-02 18:57 Arthur Zamarin
2024-06-02 18:57 Arthur Zamarin
2024-06-02 14:47 Sam James
2024-05-31 13:16 Joonas Niilola
2023-09-19 17:48 Arthur Zamarin
2023-08-09 18:14 Piotr Karbowski
2023-07-26 3:33 Sam James
2023-05-05 10:24 Arthur Zamarin
2023-05-02 15:21 Arthur Zamarin
2023-05-02 15:21 Arthur Zamarin
2023-03-29 20:51 Piotr Karbowski
2023-03-29 20:51 Piotr Karbowski
2023-02-21 17:13 Arthur Zamarin
2023-02-21 17:13 Arthur Zamarin
2023-02-19 11:27 Arthur Zamarin
2023-01-08 21:30 Piotr Karbowski
2022-12-09 22:15 Arthur Zamarin
2022-12-09 21:55 Arthur Zamarin
2022-10-23 14:15 Piotr Karbowski
2022-10-19 19:51 Piotr Karbowski
2022-10-19 19:51 Piotr Karbowski
2022-07-05 2:05 Sam James
2022-06-15 7:16 Agostino Sarubbo
2022-06-14 7:10 Agostino Sarubbo
2022-06-07 19:19 Piotr Karbowski
2022-06-07 6:03 Sam James
2022-06-05 7:09 Agostino Sarubbo
2022-06-05 7:06 Agostino Sarubbo
2022-06-04 19:48 Piotr Karbowski
2022-03-06 23:36 Piotr Karbowski
2022-01-21 20:17 Arthur Zamarin
2022-01-21 12:40 Sam James
2022-01-21 12:40 Sam James
2022-01-02 0:04 Sam James
2022-01-02 0:04 Sam James
2022-01-01 11:07 Sam James
2021-12-19 20:42 Piotr Karbowski
2021-12-19 20:42 Piotr Karbowski
2021-09-27 21:18 Piotr Karbowski
2021-06-08 19:16 Piotr Karbowski
2021-04-08 21:02 Piotr Karbowski
2021-03-12 15:30 Sam James
2021-03-12 15:28 Sam James
2021-03-12 15:25 Sam James
2021-03-11 20:34 Piotr Karbowski
2021-02-05 12:31 Sam James
2021-02-05 10:40 Sam James
2021-01-06 10:07 Piotr Karbowski
2020-12-18 10:14 Sergei Trofimovich
2020-12-10 22:23 Piotr Karbowski
2020-11-25 22:30 Piotr Karbowski
2020-10-07 7:09 Agostino Sarubbo
2020-10-07 6:50 Agostino Sarubbo
2020-10-07 6:42 Agostino Sarubbo
2020-10-04 18:01 Piotr Karbowski
2020-07-19 11:43 Piotr Karbowski
2020-07-19 11:27 Piotr Karbowski
2020-07-19 11:27 Piotr Karbowski
2020-07-19 11:27 Piotr Karbowski
2020-02-09 16:47 Michał Górny
2019-01-12 10:59 Pacho Ramos
2019-01-12 10:59 Pacho Ramos
2018-04-16 17:52 Jason Donenfeld
2018-03-10 12:23 Pacho Ramos
2017-01-15 11:20 Pacho Ramos
2016-09-13 1:55 Ryan Hill
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=1729514184.ac29dead5d965b36c3061d1accc5ee27123a94da.juippis@gentoo \
--to=juippis@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