app-misc/metadata-cleaner - 4.0.0 (guru)

Search

Install

Install this version:

emerge -a =app-misc/metadata-cleaner-4.0.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-misc/metadata-cleaner-4.0.0

Or alternatively:

emerge --autounmask-write -a =app-misc/metadata-cleaner-4.0.0

Package Information

Description:
Python GTK application to view and clean metadata in files, using mat2.
Homepage:
https://gitlab.com/metadatacleaner/metadatacleaner
License:
GPL-3+ CC-BY-SA-4.0

Ebuild Details

Version EAPI Keywords Slot
4.0.0 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{12..14} )

inherit gnome2-utils meson python-single-r1

DESCRIPTION="Python GTK application to view and clean metadata in files, using mat2."
HOMEPAGE="https://gitlab.com/metadatacleaner/metadatacleaner"
SRC_URI="https://gitlab.com/metadatacleaner/metadatacleaner/-/archive/v${PV}/metadatacleaner-v${PV}.tar.bz2"
S=${WORKDIR}/metadatacleaner-v${PV}

LICENSE="GPL-3+ CC-BY-SA-4.0"
SLOT="0"
KEYWORDS="~amd64"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

RDEPEND="
	${PYTHON_DEPS}
	gui-libs/gtk:4
	gui-libs/libadwaita
	$(python_gen_cond_dep '
		app-misc/mat2[${PYTHON_USEDEP}]
	')
"
DEPEND="${RDEPEND}"

pkg_postinst() {
	gnome2_schemas_update
	xdg_desktop_database_update
	xdg_icon_cache_update
}

pkg_postrm() {
	gnome2_schemas_update
	xdg_desktop_database_update
	xdg_icon_cache_update
}

Inherited Eclasses

Dependencies

DEPEND

	${PYTHON_DEPS}
	gui-libs/gtk:4
	gui-libs/libadwaita
	$(python_gen_cond_dep '
		app-misc/mat2[${PYTHON_USEDEP}]
	')

RDEPEND

	${PYTHON_DEPS}
	gui-libs/gtk:4
	gui-libs/libadwaita
	$(python_gen_cond_dep '
		app-misc/mat2[${PYTHON_USEDEP}]
	')

Manifest for 4.0.0

Type File Size Source URLs
DIST metadatacleaner-v4.0.0.tar.bz2 313559 bytes https://gitlab.com/metadatacleaner/metadatacleaner/-/archive/v4.0.0/metadatacleaner-v4.0.0.tar.bz2