app-misc/rox-filer: add optional WebP thumbnail support

Signed-off-by: Gary <admin@garyshood.com>
Signed-off-by: Gary <admin@metart.com>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/740
Merges: https://codeberg.org/gentoo/gentoo/pulls/740
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Gary
2026-04-25 09:49:49 -07:00
committed by Joonas Niilola
parent 81cea685a0
commit 5db7b088f7

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit desktop virtualx
inherit desktop optfeature virtualx
DESCRIPTION="ROX-Filer a drag and drop spatial file manager"
HOMEPAGE="http://rox.sourceforge.net/desktop/ROX-Filer.html"
@@ -73,3 +73,7 @@ src_install() {
domenu "${FILESDIR}"/rox.desktop
}
pkg_postinst() {
optfeature "WebP image thumbnails" gui-libs/gdk-pixbuf-loader-webp
}