summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-04-29 21:35:51 +0200
committerMichał Górny <mgorny@gentoo.org>2024-04-29 21:48:20 +0200
commita176d2051115851d8db696c58488e538970b3ba3 (patch)
tree0699c59c4e6ff39fe9073926c430859f1bcb4f99 /net-misc/tuba
parentvirtual/dist-kernel: Bump to 6.1.89 (diff)
downloadgentoo-a176d2051115851d8db696c58488e538970b3ba3.tar.gz
gentoo-a176d2051115851d8db696c58488e538970b3ba3.tar.bz2
gentoo-a176d2051115851d8db696c58488e538970b3ba3.zip
net-misc/tuba: Remove the live ebuild
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-misc/tuba')
-rw-r--r--net-misc/tuba/tuba-9999.ebuild66
1 files changed, 0 insertions, 66 deletions
diff --git a/net-misc/tuba/tuba-9999.ebuild b/net-misc/tuba/tuba-9999.ebuild
deleted file mode 100644
index e6f63c24642f..000000000000
--- a/net-misc/tuba/tuba-9999.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit git-r3 gnome2-utils meson optfeature vala
-
-DESCRIPTION="Browse the Fediverse (GTK client)"
-HOMEPAGE="
- https://tuba.geopjr.dev/
- https://github.com/GeopJr/Tuba/
-"
-EGIT_REPO_URI="https://github.com/GeopJr/Tuba.git"
-
-LICENSE="GPL-3 CC-BY-SA-4.0"
-SLOT="0"
-
-# TODO: optional dep on libspelling-1
-DEPEND="
- app-crypt/libsecret[introspection,vala]
- >=dev-libs/glib-2.76.0:2
- >=dev-libs/json-glib-1.4.4[introspection]
- >=dev-libs/libgee-0.8.5:0.8[introspection]
- dev-libs/libxml2
- >=gui-libs/gtk-4.11.3:4[gstreamer,introspection]
- >=gui-libs/libadwaita-1.4:1[introspection,vala]
- >=gui-libs/gtksourceview-5.6.0:5[introspection,vala]
- net-libs/libsoup:3.0[introspection,vala]
-"
-RDEPEND="
- ${DEPEND}
-"
-BDEPEND="
- $(vala_depend)
- sys-devel/gettext
- virtual/pkgconfig
-"
-
-src_configure() {
- local emesonargs=(
- # disable calling updaters (see pkg_post*)
- -Ddistro=true
- )
-
- 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
-}