From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D938E158041 for ; Sun, 17 Mar 2024 13:53:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76191E29BE; Sun, 17 Mar 2024 13:53:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4381AE29B0 for ; Sun, 17 Mar 2024 13:53:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2FF9133D9AD for ; Sun, 17 Mar 2024 13:53:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89F981526 for ; Sun, 17 Mar 2024 13:53:14 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1710683556.be06a50a5569c334ddafcd8d4447100983a20596.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/geany/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/geany/geany-2.0.ebuild X-VCS-Directories: dev-util/geany/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: be06a50a5569c334ddafcd8d4447100983a20596 X-VCS-Branch: master Date: Sun, 17 Mar 2024 13:53:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7c9f8bad-d856-4cae-b34a-bcfbea2a28cf X-Archives-Hash: a89c63f53f0a7f074c97b12b1db0b7dc commit: be06a50a5569c334ddafcd8d4447100983a20596 Author: Chris Mayo gmail com> AuthorDate: Thu Mar 14 19:24:00 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sun Mar 17 13:52:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be06a50a dev-util/geany: suggest gvfs for editing remote files Closes: https://bugs.gentoo.org/319465 Signed-off-by: Chris Mayo gmail.com> Closes: https://github.com/gentoo/gentoo/pull/35753 Signed-off-by: Florian Schmaus gentoo.org> dev-util/geany/geany-2.0.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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() {