Initial version of filezillapro.

This commit is contained in:
Ronald Farrer 2021-09-30 14:59:23 -07:00
parent 45da426b13
commit 61476837c2
3 changed files with 73 additions and 0 deletions

View file

@ -0,0 +1,2 @@
EBUILD filezillapro-3.55.1.ebuild 1326 BLAKE2B c892b57ae1528d9e98cc7d434f9b9bbb555be0e92a3985d144f58bb7d5fb60e1244c180ac407ab2d16f21bdc726be71c291760330e217ea817391f7582c059d5 SHA512 2ac16d24206b1d1c2a7f5ef12b0d5132d6f194ec985979fe0b3860d9acc245ab81654da389ff4cb216eed58a707c9ed76305355470f6174b668652995e2a0528
MISC metadata.xml 253 BLAKE2B 47cb56f9e5d3702254fa6819023e7a71e929a1a96caa8d9631cd6d777ba768441f60225db6b292414315c66aa75c90c28fc626589988f0d8bff045a6d10097f6 SHA512 5fe3ab58191244f019bce4c35455181f33ade3644bd73091a1bdbea999b5f1964e822fa06f09e8436db86bdf33364b49bcb9ca8bc61f7a760cb0c3b400957f3a

View file

@ -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
}

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>canutethegreat@gmail.com</email>
<name>Ronald Farrer</name>
</maintainer>
</pkgmetadata>