summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Mayo <aklhfex@gmail.com>2024-03-14 19:24:00 +0000
committerFlorian Schmaus <flow@gentoo.org>2024-03-17 14:52:36 +0100
commitbe06a50a5569c334ddafcd8d4447100983a20596 (patch)
treeb39e7fa5ef51a86d3336195438185ca2a97452c6 /dev-util/geany
parentapp-misc/broot: add 1.36.1 (diff)
downloadgentoo-be06a50a5569c334ddafcd8d4447100983a20596.tar.gz
gentoo-be06a50a5569c334ddafcd8d4447100983a20596.tar.bz2
gentoo-be06a50a5569c334ddafcd8d4447100983a20596.zip
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>
Diffstat (limited to 'dev-util/geany')
-rw-r--r--dev-util/geany/geany-2.0.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-util/geany/geany-2.0.ebuild b/dev-util/geany/geany-2.0.ebuild
index 341fdc5aab81..9d7f6c56bfd8 100644
--- a/dev-util/geany/geany-2.0.ebuild
+++ b/dev-util/geany/geany-2.0.ebuild
@@ -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() {