From 61476837c2e2b57ae39b7677cb11b32a489162a6 Mon Sep 17 00:00:00 2001 From: Ronald Farrer Date: Thu, 30 Sep 2021 14:59:23 -0700 Subject: [PATCH] Initial version of filezillapro. --- net-ftp/filezillapro/Manifest | 2 + .../filezillapro/filezillapro-3.55.1.ebuild | 63 +++++++++++++++++++ net-ftp/filezillapro/metadata.xml | 8 +++ 3 files changed, 73 insertions(+) create mode 100644 net-ftp/filezillapro/Manifest create mode 100644 net-ftp/filezillapro/filezillapro-3.55.1.ebuild create mode 100644 net-ftp/filezillapro/metadata.xml diff --git a/net-ftp/filezillapro/Manifest b/net-ftp/filezillapro/Manifest new file mode 100644 index 0000000..011c07c --- /dev/null +++ b/net-ftp/filezillapro/Manifest @@ -0,0 +1,2 @@ +EBUILD filezillapro-3.55.1.ebuild 1326 BLAKE2B c892b57ae1528d9e98cc7d434f9b9bbb555be0e92a3985d144f58bb7d5fb60e1244c180ac407ab2d16f21bdc726be71c291760330e217ea817391f7582c059d5 SHA512 2ac16d24206b1d1c2a7f5ef12b0d5132d6f194ec985979fe0b3860d9acc245ab81654da389ff4cb216eed58a707c9ed76305355470f6174b668652995e2a0528 +MISC metadata.xml 253 BLAKE2B 47cb56f9e5d3702254fa6819023e7a71e929a1a96caa8d9631cd6d777ba768441f60225db6b292414315c66aa75c90c28fc626589988f0d8bff045a6d10097f6 SHA512 5fe3ab58191244f019bce4c35455181f33ade3644bd73091a1bdbea999b5f1964e822fa06f09e8436db86bdf33364b49bcb9ca8bc61f7a760cb0c3b400957f3a diff --git a/net-ftp/filezillapro/filezillapro-3.55.1.ebuild b/net-ftp/filezillapro/filezillapro-3.55.1.ebuild new file mode 100644 index 0000000..9cfede6 --- /dev/null +++ b/net-ftp/filezillapro/filezillapro-3.55.1.ebuild @@ -0,0 +1,63 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +WX_GTK_VER="3.0-gtk3" + +inherit autotools flag-o-matic wxwidgets xdg + +MY_PV="${PV/_/-}" +MY_P="FileZilla_Pro_${MY_PV}" + +DESCRIPTION="Commercial verison of FileZilla" +HOMEPAGE="https://filezillapro.com/" +#S="${WORKDIR}/${PN}-${MY_PV}" + +SLOT="0" +KEYWORDS="~amd64" +IUSE="dbus nls test" +RESTRICT="!test? ( test )" + +# pugixml 1.7 minimal dependency is for c++11 proper configuration +RDEPEND=" + !!net-ftp/filezilla + >=app-eselect/eselect-wxwidgets-0.7-r1 + >=dev-libs/nettle-3.1:= + >=dev-db/sqlite-3.7 + >=dev-libs/libfilezilla-0.31.1:= + >=dev-libs/pugixml-1.7 + >=net-libs/gnutls-3.5.7 + >=x11-libs/wxGTK-3.0.4:${WX_GTK_VER}[X] + x11-misc/xdg-utils + dbus? ( sys-apps/dbus )" +DEPEND="${RDEPEND} + test? ( >=dev-util/cppunit-1.13.0 )" +RESTRICT="fetch" + +pkg_nofetch() { + einfo "Please download" + einfo " - FileZilla_Pro_${PV}_x86_64-linux-gnu.tar.bz2" + einfo "from ${HOMEPAGE} and place it in your DISTDIR directory." +} + +src_unpack() { + unpack "FileZilla_Pro_{PV}_x86_64-linux-gnu.tar.bz2" +} + +src_install() { + doins -r usr +} + +pkg_postinst() { + xdg_desktop_database_update + xdg_mimeinfo_database_update + xdg_icon_cache_update +} + +pkg_postrm() { + xdg_desktop_database_update + xdg_mimeinfo_database_update + xdg_icon_cache_update +} + diff --git a/net-ftp/filezillapro/metadata.xml b/net-ftp/filezillapro/metadata.xml new file mode 100644 index 0000000..c93caac --- /dev/null +++ b/net-ftp/filezillapro/metadata.xml @@ -0,0 +1,8 @@ + + + + + canutethegreat@gmail.com + Ronald Farrer + +