public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/tuba/
Date: Sun, 31 Aug 2025 03:06:06 +0000 (UTC)	[thread overview]
Message-ID: <1756609173.c96f6ff598f41174ed4edc844a25f33a4f012997.mgorny@gentoo> (raw)

commit:     c96f6ff598f41174ed4edc844a25f33a4f012997
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 31 02:59:33 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 31 02:59:33 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c96f6ff5

net-misc/tuba: Bump to 0.10.2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-misc/tuba/Manifest           |  1 +
 net-misc/tuba/tuba-0.10.2.ebuild | 92 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 93 insertions(+)

diff --git a/net-misc/tuba/Manifest b/net-misc/tuba/Manifest
index 9da235a52d3c..00ff319742de 100644
--- a/net-misc/tuba/Manifest
+++ b/net-misc/tuba/Manifest
@@ -1,2 +1,3 @@
 DIST Tuba-0.10.1.gh.tar.gz 2845479 BLAKE2B f8e93c242d558ddd423efc71c6392bdaa412dd570e99c939cf8d4b2ae045fcf0476b1eeadbb323a3991fe09e732d976912955ff226f859e3ca742865ef70f3bd SHA512 7bc9977e12165198a3480c90fb58fa8a5d0054a64c11af0aa090fb4758c2722afae8c9d1afd45c162f5cf095a60149e0b49fbcc213c7e59912918e84b12298a5
+DIST Tuba-0.10.2.gh.tar.gz 2846919 BLAKE2B 4c907e008f5885fa01dddb630cfb0e155ea2cb355093fab4eaa515a7f38e074d2d45dcf2fcb19aad8280904856131c2b210d93898fdd352006a54f2a5eabeba0 SHA512 239d0340ac73113ff05455fb776c28a168a08727d9033c7a5194d042c4403c2152b97b59ca492ce6e351ffcca1370dad68b5f23eeadb7ece3c5619522192bcec
 DIST Tuba-0.9.2.gh.tar.gz 2190160 BLAKE2B f4d0f6c1bca6da011fb19a42a34fc3773e5f2693075a9ac7d5d30d78701371e42c326482baa548688431022cf09661e78bac71da42c7e4b99652c57fa1eb5ee8 SHA512 2243a796fd5fb6fb8ce16640d0d5d49e64ad01736413408ca9825ef0ded3ccc2caa5daf7ce45685f0cfbb85100d34703ede4a59b235d371232f2c03a7a126ae1

diff --git a/net-misc/tuba/tuba-0.10.2.ebuild b/net-misc/tuba/tuba-0.10.2.ebuild
new file mode 100644
index 000000000000..ab792bb713ef
--- /dev/null
+++ b/net-misc/tuba/tuba-0.10.2.ebuild
@@ -0,0 +1,92 @@
+# Copyright 2023-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome2-utils meson optfeature vala
+
+MY_P=${P^}
+DESCRIPTION="Browse the Fediverse (GTK client)"
+HOMEPAGE="
+	https://tuba.geopjr.dev/
+	https://github.com/GeopJr/Tuba/
+"
+SRC_URI="
+	https://github.com/GeopJr/Tuba/archive/v${PV}.tar.gz
+		-> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="GPL-3 CC-BY-SA-4.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+IUSE="exif gstreamer spell webkit"
+
+DEPEND="
+	app-crypt/libsecret[introspection,vala]
+	>=dev-libs/glib-2.80.0:2
+	dev-libs/icu:=
+	>=dev-libs/json-glib-1.4.4[introspection]
+	>=dev-libs/libgee-0.8.5:0.8[introspection]
+	dev-libs/libxml2:=
+	>=gui-libs/gtk-4.18:4[introspection]
+	>=gui-libs/libadwaita-1.7:1[introspection,vala]
+	>=gui-libs/gtksourceview-5.6.0:5[introspection,vala]
+	net-libs/libsoup:3.0[introspection,vala]
+	exif? (
+		>=media-libs/gexiv2-0.14:=[introspection,vala]
+	)
+	gstreamer? (
+		>=gui-libs/gtk-4.13.4:4[gstreamer,introspection]
+		media-libs/gstreamer[introspection]
+	)
+	spell? (
+		app-text/libspelling[vala]
+	)
+	webkit? (
+		net-libs/webkit-gtk:6
+	)
+"
+RDEPEND="
+	${DEPEND}
+"
+BDEPEND="
+	$(vala_depend)
+	sys-devel/gettext
+	virtual/pkgconfig
+"
+
+src_configure() {
+	local emesonargs=(
+		# disable calling updaters (see pkg_post*)
+		-Ddistro=true
+		$(meson_feature spell spelling)
+		# not packaged
+		-Dclapper=disabled
+		$(meson_feature gstreamer)
+		$(meson_feature webkit in-app-browser)
+		$(meson_feature exif gexiv2)
+	)
+
+	vala_setup
+	meson_src_configure
+}
+
+src_install() {
+	meson_src_install
+	dosym dev.geopjr.Tuba /usr/bin/tuba
+}
+
+pkg_postinst() {
+	optfeature "WebP image support" gui-libs/gdk-pixbuf-loader-webp
+
+	gnome2_schemas_update
+	xdg_desktop_database_update
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	gnome2_schemas_update
+	xdg_desktop_database_update
+	xdg_icon_cache_update
+}


             reply	other threads:[~2025-08-31  3:06 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-31  3:06 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-13 12:07 [gentoo-commits] repo/gentoo:master commit in: net-misc/tuba/ Sam James
2025-10-12 16:58 Sam James
2025-10-11  3:32 Michał Górny
2025-08-11  3:58 Michał Górny
2025-05-10 14:00 Michał Górny
2025-05-05  5:32 Michał Górny
2025-05-05  5:32 Michał Górny
2025-05-04 20:23 Sam James
2025-04-05 17:08 Arthur Zamarin
2025-03-29  7:40 Michał Górny
2025-03-02  3:07 Michał Górny
2025-01-11  9:29 Michał Górny
2025-01-06 17:37 Michał Górny
2024-09-28 12:04 Michał Górny
2024-09-28 11:41 Arthur Zamarin
2024-09-28 10:51 Arthur Zamarin
2024-09-14 12:32 Michał Górny
2024-09-14 11:02 Michał Górny
2024-09-10 16:28 Michał Górny
2024-09-10 16:28 Michał Górny
2024-09-07 14:16 Arthur Zamarin
2024-09-07 14:16 Arthur Zamarin
2024-08-27  7:39 Michał Górny
2024-07-19  4:25 Michał Górny
2024-07-19  4:25 Michał Górny
2024-06-24  2:41 Michał Górny
2024-06-22  6:19 Michał Górny
2024-04-29 19:48 Michał Górny
2024-04-29 19:48 Michał Górny
2024-03-06  7:34 Michał Górny
2024-02-18  3:28 Michał Górny
2024-02-18  0:15 Sam James
2024-02-17 22:26 Sam James
2024-02-11  6:01 Sam James
2024-02-11  3:39 Sam James
2024-02-03  7:22 Michał Górny
2024-02-03  7:22 Michał Górny
2024-01-16  7:02 Michał Górny
2023-12-24  7:00 Michał Górny
2023-12-23 17:35 Michał Górny
2023-12-12  6:49 Michał Górny
2023-12-11 17:42 Michał Górny
2023-12-10 19:08 Michał Górny

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=1756609173.c96f6ff598f41174ed4edc844a25f33a4f012997.mgorny@gentoo \
    --to=mgorny@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