From: "Andrey Syutkin" <syutkin@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/far2l/
Date: Wed, 4 Sep 2024 20:20:16 +0000 (UTC) [thread overview]
Message-ID: <1725481170.8334a2d04bba525dd866b6dfe5501478572c0cae.syutkin@gentoo> (raw)
commit: 8334a2d04bba525dd866b6dfe5501478572c0cae
Author: Andrey Syutkin <syutkin <AT> gmail <DOT> com>
AuthorDate: Wed Sep 4 20:19:30 2024 +0000
Commit: Andrey Syutkin <syutkin <AT> gmail <DOT> com>
CommitDate: Wed Sep 4 20:19:30 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8334a2d0
app-misc/far2l: update deps at live ebuild
Signed-off-by: Andrey Syutkin <syutkin <AT> gmail.com>
app-misc/far2l/far2l-9999.ebuild | 32 +++++++++++++++++---------------
app-misc/far2l/metadata.xml | 3 +++
2 files changed, 20 insertions(+), 15 deletions(-)
diff --git a/app-misc/far2l/far2l-9999.ebuild b/app-misc/far2l/far2l-9999.ebuild
index 1d170488c..d297445e3 100644
--- a/app-misc/far2l/far2l-9999.ebuild
+++ b/app-misc/far2l/far2l-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-WX_GTK_VER="3.0-gtk3"
+WX_GTK_VER="3.2-gtk3"
inherit cmake xdg wxwidgets
@@ -24,24 +24,26 @@ fi
LICENSE="GPL-2"
SLOT="0"
-IUSE="+ssl sftp samba nfs webdav +archive +wxwidgets"
+IUSE="+archive +chardet +colorer nfs samba sftp +ssl webdav wxwidgets X"
RESTRICT="mirror"
-BDEPEND="sys-devel/m4"
-
-RDEPEND="dev-libs/xerces-c
- dev-libs/spdlog
- app-i18n/uchardet
+RDEPEND="
wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER} )
- ssl? ( dev-libs/openssl )
- sftp? ( net-libs/libssh[sftp] )
- samba? ( net-fs/samba )
- nfs? ( net-fs/libnfs )
- webdav? ( net-libs/neon )
+ X? (
+ x11-libs/libX11
+ x11-libs/libXi
+ )
archive? (
dev-libs/libpcre2
app-arch/libarchive
- )"
+ )
+ chardet? ( app-i18n/uchardet )
+ colorer? ( dev-libs/libxml2 )
+ nfs? ( net-fs/libnfs )
+ samba? ( net-fs/samba )
+ sftp? ( net-libs/libssh[sftp] )
+ ssl? ( dev-libs/openssl )
+ webdav? ( net-libs/neon )"
DEPEND="${RDEPEND}"
@@ -56,10 +58,8 @@ pkg_setup() {
src_prepare() {
sed -e "s:execute_process(COMMAND ln -sf \../../bin/far2l \${CMAKE_INSTALL_PREFIX}/lib/far2l/far2l_askpass)::" \
-i "${S}"/CMakeLists.txt || die
-
sed -e "s:execute_process(COMMAND ln -sf \../../bin/far2l \${CMAKE_INSTALL_PREFIX}/lib/far2l/far2l_sudoapp)::" \
-i "${S}"/CMakeLists.txt || die
-
sed -e "s:execute_process(COMMAND rm -f \${CMAKE_INSTALL_PREFIX}/lib/far2l/Plugins/.*::" \
-i "${S}"/CMakeLists.txt || die
cmake_src_prepare
@@ -68,6 +68,8 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
-DUSEWX="$(usex wxwidgets)"
+ -DUSEUCD=$"$(usex chardet)"
+ -DCOLORER="$(usex colorer)"
# FIXME: add python plugins support
# We need pcpp for this
# -DPYTHON="$(usex python)"
diff --git a/app-misc/far2l/metadata.xml b/app-misc/far2l/metadata.xml
index ed7554019..74e36fa7a 100644
--- a/app-misc/far2l/metadata.xml
+++ b/app-misc/far2l/metadata.xml
@@ -10,11 +10,14 @@
</upstream>
<use>
<flag name="archive">Multiarc extended archives support</flag>
+ <flag name="chardet">Auto charset detection</flag>
+ <flag name="colorer">Colorer plugin support</flag>
<flag name="nfs">NFS support in NetRocks</flag>
<flag name="samba">SMB support in NetRocks</flag>
<flag name="sftp">SFTP support in NetRocks</flag>
<flag name="ssl">FTPS support in NetRocks</flag>
<flag name="webdav">WebDav support in NetRocks</flag>
<flag name="wxwidgets">GUI backend support</flag>
+ <flag name="X">Provides better UX for TTY backend</flag>
</use>
</pkgmetadata>
next reply other threads:[~2024-09-04 20:20 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-04 20:20 Andrey Syutkin [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-01 12:42 [gentoo-commits] repo/proj/guru:dev commit in: app-misc/far2l/ Andrey Syutkin
2024-11-18 10:01 Andrey Syutkin
2024-08-28 21:58 Andrey Syutkin
2024-07-23 20:22 Brayan
2024-07-23 20:22 Brayan
2024-01-01 10:48 Andrey Syutkin
2022-01-12 21:19 Andrey Syutkin
2022-01-12 20:03 Andrey Syutkin
2021-12-25 18:00 Andrey Syutkin
2021-12-05 6:23 Andrey Syutkin
2021-09-21 20:06 Andrey Syutkin
2021-09-19 20:17 Andrey Syutkin
2021-08-28 19:40 Anna Vyalkova
2021-07-01 6:01 Andrey Syutkin
2021-06-17 16:55 Andrey Syutkin
2021-04-26 16:54 Andrey Syutkin
2021-04-23 12:23 Andrew Ammerlaan
2021-04-22 22:11 Andrey Syutkin
2021-04-22 7:35 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-04-22 7:26 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-04-20 19:58 Andrey Syutkin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1725481170.8334a2d04bba525dd866b6dfe5501478572c0cae.syutkin@gentoo \
--to=syutkin@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox