From 5db7b088f7ea3c5f58f2aa21943efb2d28c26dd1 Mon Sep 17 00:00:00 2001 From: Gary Date: Sat, 25 Apr 2026 09:49:49 -0700 Subject: [PATCH] app-misc/rox-filer: add optional WebP thumbnail support Signed-off-by: Gary Signed-off-by: Gary Part-of: https://codeberg.org/gentoo/gentoo/pulls/740 Merges: https://codeberg.org/gentoo/gentoo/pulls/740 Signed-off-by: Joonas Niilola --- app-misc/rox-filer/rox-filer-2.11-r1.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/app-misc/rox-filer/rox-filer-2.11-r1.ebuild b/app-misc/rox-filer/rox-filer-2.11-r1.ebuild index aa172236a8d99..937f730eb2496 100644 --- a/app-misc/rox-filer/rox-filer-2.11-r1.ebuild +++ b/app-misc/rox-filer/rox-filer-2.11-r1.ebuild @@ -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 +}