media-gfx/appimage-thumbnailer - 4.0.0 (guru)

Search

Install

Install this version:

emerge -a =media-gfx/appimage-thumbnailer-4.0.0

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

autounmask =media-gfx/appimage-thumbnailer-4.0.0

Or alternatively:

emerge --autounmask-write -a =media-gfx/appimage-thumbnailer-4.0.0

Package Information

Description:
Generates AppImage thumbnails for Linux desktops
Homepage:
https://github.com/kem-a/appimage-thumbnailer
License:
MIT

Ebuild Details

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

EAPI=8

inherit meson

DESCRIPTION="Generates AppImage thumbnails for Linux desktops"
HOMEPAGE="https://github.com/kem-a/appimage-thumbnailer"
SRC_URI="https://github.com/kem-a/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64"

RDEPEND="
	gnome-base/librsvg:2
	sys-fs/dwarfs
	sys-fs/squashfs-tools
	x11-libs/cairo"

DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"

src_configure() {
	local emesonargs=(
		-Dbundle_dwarfs=false
		-Dbundle_squashfs=false
	)
	meson_src_configure
}

src_install() {
	meson_src_install
	einstalldocs
}

Inherited Eclasses

Dependencies

DEPEND

	gnome-base/librsvg:2
	sys-fs/dwarfs
	sys-fs/squashfs-tools
	x11-libs/cairo

RDEPEND

	gnome-base/librsvg:2
	sys-fs/dwarfs
	sys-fs/squashfs-tools
	x11-libs/cairo

BDEPEND

virtual/pkgconfig

Manifest for 4.0.0

Type File Size Source URLs
DIST appimage-thumbnailer-4.0.0.tar.gz 51586 bytes https://github.com/kem-a/appimage-thumbnailer/archive/refs/tags/v4.0.0.tar.gz