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: Tue, 14 Mar 2023 22:07:26
Message-Id: 1678831627.9873e920bf423b68a68ad4a4f765e77ab7879884.voyageur@gentoo
1 commit: 9873e920bf423b68a68ad4a4f765e77ab7879884
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 14 21:28:57 2023 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 14 22:07:07 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9873e920
7
8 net-ftp/filezilla: add 3.63.2
9
10 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
11
12 net-ftp/filezilla/Manifest | 1 +
13 net-ftp/filezilla/filezilla-3.63.2.ebuild | 72 +++++++++++++++++++++++++++++++
14 2 files changed, 73 insertions(+)
15
16 diff --git a/net-ftp/filezilla/Manifest b/net-ftp/filezilla/Manifest
17 index aa6bd9cc8b65..5e27b9f5fbf3 100644
18 --- a/net-ftp/filezilla/Manifest
19 +++ b/net-ftp/filezilla/Manifest
20 @@ -2,3 +2,4 @@ DIST FileZilla_3.61.0_src.tar.bz2 4939127 BLAKE2B 2c2096b7cb49223b02bea7ae363dde
21 DIST FileZilla_3.62.2_src.tar.bz2 4944158 BLAKE2B 84febe912d1e5337c085c3ae515969a10609444c5753270756d7e7dbd0f2a2c22f9b01c623f7eec8b7de5c4ae4da4acbc56fe65eca762fe1ea3f943192caea3a SHA512 a7dec07f6b6fe6fe1a54481e67e9ad2cb057bf84db6e6128f5e853f2edac3c34583a84f25c206f382f8bac6fa4ab48ea54a2a2f7efe8cc6c9d18cb1d3eba0255
22 DIST FileZilla_3.63.0_src.tar.bz2 4949450 BLAKE2B 6fd21ece9615c6c16c63edecf769034a9c2b3a7183dfb7b6b9ae2effe710695ee1a078ca88c549f489d9d156fa884d9694c2a2ba3728527db482e3a813aeec87 SHA512 47065cfbc1944cd9f8b2c4d3b2a2bb1e9e169b083a46d79fe477cc3a628e91241822c739f308ce614212710f431c333f33193b9261f9b5ec677eb8c62a634364
23 DIST FileZilla_3.63.1_src.tar.bz2 4950427 BLAKE2B 8d3fb5be0030b0cbfacfe80c2c2564fa9974860f4ce7d9f5d222208bb751b05c0f3f5c527a9b48b538586d12c499ce49e0e59328bed71bcd3600a15b8742d0a6 SHA512 c4f70eb772c868508dc10e1d3a5c9300bc034523f1ee374b30178048ded8e70be3d6307769509d4f8c0921126726dafbcbfda0066fe6d2c5f93af369196618c0
24 +DIST FileZilla_3.63.2_src.tar.bz2 4962731 BLAKE2B 6e405575d09ef771a946dabe24e5e80200b21dbafa0a3c2989ef1622690c1b6f3518ab970eec71d76ce02df7311cccfe23f96f8d2d51912c61ae56c0095263fe SHA512 235400ff51624449866caea480fadd509c346ef105116cc284d4d70646280169769723402f2c8a3bf0abfbef9f9cffbb2502878a72842ec0a4ccadd75a2b824e
25
26 diff --git a/net-ftp/filezilla/filezilla-3.63.2.ebuild b/net-ftp/filezilla/filezilla-3.63.2.ebuild
27 new file mode 100644
28 index 000000000000..43c5a48aba4d
29 --- /dev/null
30 +++ b/net-ftp/filezilla/filezilla-3.63.2.ebuild
31 @@ -0,0 +1,72 @@
32 +# Copyright 1999-2023 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=8
36 +
37 +WX_GTK_VER="3.2-gtk3"
38 +
39 +inherit autotools wxwidgets xdg
40 +
41 +MY_PV="${PV/_/-}"
42 +MY_P="FileZilla_${MY_PV}"
43 +
44 +DESCRIPTION="FTP client with lots of useful features and an intuitive interface"
45 +HOMEPAGE="https://filezilla-project.org/"
46 +SRC_URI="https://download.filezilla-project.org/client/${MY_P}_src.tar.bz2"
47 +S="${WORKDIR}/${PN}-${MY_PV}"
48 +
49 +LICENSE="GPL-2"
50 +SLOT="0"
51 +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86"
52 +IUSE="dbus nls test"
53 +RESTRICT="!test? ( test )"
54 +
55 +# pugixml 1.7 minimal dependency is for c++11 proper configuration
56 +RDEPEND="
57 + >=dev-libs/nettle-3.1:=
58 + >=dev-db/sqlite-3.7
59 + >=dev-libs/libfilezilla-0.40.0:=
60 + >=dev-libs/pugixml-1.7
61 + >=net-libs/gnutls-3.5.7
62 + x11-libs/wxGTK:${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 + "${FILESDIR}"/${PN}-3.60.1-desktop.patch
78 + "${FILESDIR}"/${PN}-3.63.1-wxversion.patch
79 +)
80 +
81 +src_prepare() {
82 + default
83 + eautoreconf
84 +}
85 +
86 +src_configure() {
87 + setup-wxwidgets
88 +
89 + local myeconfargs=(
90 + --disable-autoupdatecheck
91 + --with-pugixml=system
92 + $(use_enable nls locales)
93 + $(use_with dbus)
94 + )
95 + econf "${myeconfargs[@]}"
96 +}
97 +
98 +src_install() {
99 + default
100 +
101 + # no static archives
102 + find "${ED}" -name '*.la' -delete || die
103 +}