Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/filezilla/
Date: Thu, 02 Jun 2022 15:41:32
Message-Id: 1654184470.ec7e8721225a0286aabeaa04cf6b8ce9960d4745.voyageur@gentoo
1 commit: ec7e8721225a0286aabeaa04cf6b8ce9960d4745
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 2 15:41:10 2022 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 2 15:41:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec7e8721
7
8 net-ftp/filezilla: add 3.60.1
9
10 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
11
12 net-ftp/filezilla/Manifest | 1 +
13 net-ftp/filezilla/filezilla-3.60.1.ebuild | 71 +++++++++++++++++++++++++++++++
14 2 files changed, 72 insertions(+)
15
16 diff --git a/net-ftp/filezilla/Manifest b/net-ftp/filezilla/Manifest
17 index b3eab08cd4a2..5a40ade11417 100644
18 --- a/net-ftp/filezilla/Manifest
19 +++ b/net-ftp/filezilla/Manifest
20 @@ -1,2 +1,3 @@
21 DIST FileZilla_3.58.0_src.tar.bz2 4931087 BLAKE2B c0a9ed0d14a9cbc0d392f9680c4c6c60cb4157ec87be596aa8c7edb53dff23ed21ccb234b58a32b9929cb44f1624dfc8c0a3d09690be467bdeef6ebba802b354 SHA512 f613f210d9176be2dd41046ecdf4598604f8902829edfe5981564217561417ca35029618b0c50cdb6232220ec0440bd390f098b602c05845c846efe0689d9d54
22 DIST FileZilla_3.59.0_src.tar.bz2 4946231 BLAKE2B db8651490444aed547c7e26eaa8b13a1920ba4fcf6e0343ddbc021861db44f750aa4cf537c943d895110ee2b7b2a72f17f060198d3d16a0ceaf9642db87ce50d SHA512 063de23e7b529ee7422479ebb1af00ab86a82ee25cf0e7e1e06995bf897aeeb25aab161ab202de889ea750c796a0ac1317c5a08dcb89fa1f4cbdb79caa3cbfc7
23 +DIST FileZilla_3.60.1_src.tar.bz2 4954184 BLAKE2B 94a2d95729e2e540a3ff6ed1b9ed8fc5f4ccb96eb1e4edae655476b5d099c489ecb0ed58c26cab2df97518c9ab4f7058af1f4633fead924dcb400909e1913eeb SHA512 417b97afd8e9434c625392c4025ab7d977d58fad2dfe17c8ff856233c70b5d77df22c4e1b76120d9d5dba3bce1c61453808deb26314dbde7ec425d643c4f83d9
24
25 diff --git a/net-ftp/filezilla/filezilla-3.60.1.ebuild b/net-ftp/filezilla/filezilla-3.60.1.ebuild
26 new file mode 100644
27 index 000000000000..1a1a0c69c8f1
28 --- /dev/null
29 +++ b/net-ftp/filezilla/filezilla-3.60.1.ebuild
30 @@ -0,0 +1,71 @@
31 +# Copyright 1999-2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +WX_GTK_VER="3.0-gtk3"
37 +
38 +inherit autotools wxwidgets xdg
39 +
40 +MY_PV="${PV/_/-}"
41 +MY_P="FileZilla_${MY_PV}"
42 +
43 +DESCRIPTION="FTP client with lots of useful features and an intuitive interface"
44 +HOMEPAGE="https://filezilla-project.org/"
45 +SRC_URI="https://download.filezilla-project.org/client/${MY_P}_src.tar.bz2"
46 +S="${WORKDIR}/${PN}-${MY_PV}"
47 +
48 +LICENSE="GPL-2"
49 +SLOT="0"
50 +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86"
51 +IUSE="dbus nls test"
52 +RESTRICT="!test? ( test )"
53 +
54 +# pugixml 1.7 minimal dependency is for c++11 proper configuration
55 +RDEPEND="
56 + >=app-eselect/eselect-wxwidgets-0.7-r1
57 + >=dev-libs/nettle-3.1:=
58 + >=dev-db/sqlite-3.7
59 + >=dev-libs/libfilezilla-0.37.1:=
60 + >=dev-libs/pugixml-1.7
61 + >=net-libs/gnutls-3.5.7
62 + >=x11-libs/wxGTK-3.0.4:${WX_GTK_VER}[X]
63 + x11-misc/xdg-utils
64 + dbus? ( sys-apps/dbus )"
65 +DEPEND="${RDEPEND}
66 + test? ( >=dev-util/cppunit-1.13.0 )"
67 +BDEPEND="
68 + virtual/pkgconfig
69 + >=sys-devel/libtool-1.4
70 + nls? ( >=sys-devel/gettext-0.11 )"
71 +
72 +PATCHES=(
73 + "${FILESDIR}"/${PN}-3.22.1-debug.patch
74 + "${FILESDIR}"/${PN}-3.47.0-metainfo.patch
75 + "${FILESDIR}"/${PN}-3.47.0-disable-shellext_conf.patch
76 + "${FILESDIR}"/${PN}-3.52.2-slibtool.patch
77 +)
78 +
79 +src_prepare() {
80 + default
81 + eautoreconf
82 +}
83 +
84 +src_configure() {
85 + setup-wxwidgets
86 +
87 + local myeconfargs=(
88 + --disable-autoupdatecheck
89 + --with-pugixml=system
90 + $(use_enable nls locales)
91 + $(use_with dbus)
92 + )
93 + econf "${myeconfargs[@]}"
94 +}
95 +
96 +src_install() {
97 + default
98 +
99 + # no static archives
100 + find "${ED}" -name '*.la' -delete || die
101 +}