dev-util/geany: suggest gvfs for editing remote files

Closes: https://bugs.gentoo.org/319465
Signed-off-by: Chris Mayo <aklhfex@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/35753
Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
Chris Mayo
2024-03-14 19:24:00 +00:00
committed by Florian Schmaus
parent 84294d1881
commit be06a50a55

View File

@@ -3,7 +3,7 @@
EAPI=8
inherit strip-linguas xdg
inherit optfeature strip-linguas xdg
LANGS="ar ast be bg ca cs de el en_GB es et eu fa fi fr gl he hi hu id it ja kk ko ku lb lt mn nl nn pl pt pt_BR ro ru si sk sl sr sv tr uk vi zh_CN ZH_TW"
NOSHORTLANGS="en_GB zh_CN zh_TW"
@@ -73,6 +73,8 @@ pkg_preinst() {
pkg_postinst() {
xdg_pkg_postinst
optfeature "editing files outside the local filesystem" gnome-base/gvfs
}
pkg_postrm() {