mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user