net-libs/libuplink: add 1.10.1

net-ftp/filezilla: copy gentoo repo 3.69.5 and add storj support

Signed-off-by: David Reed <david-gentoo@reedfam.email>
This commit is contained in:
David Reed
2025-11-19 18:41:23 -08:00
parent 2c6c0ef92e
commit 69970b80ec
11 changed files with 244 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST FileZilla_3.69.5_src.tar.xz 4167108 BLAKE2B dc3430a9c64720578f78b5bbcfb50775510660472ad98ab5fd1acd460742af7358a37cf029162df8ce395026c6052cb9526d50ed2611c9c01f89df115f63c32e SHA512 ef31535d8c1ca21c37577f30c2960c3cddec35a993d398460f105e2c8cfecb1c517cc092ce4042e4cde49b255afdeb245db1007d88a6bfdc8901afdde991db82

View File

@@ -0,0 +1,12 @@
--- filezilla-3.22.1/configure.ac
+++ filezilla-3.22.1/configure.ac
@@ -36,9 +36,7 @@
if test "X$GCC" = Xyes; then
AX_APPEND_FLAG(-Wall, CFLAGS)
- AX_APPEND_FLAG(-g, CFLAGS)
AX_APPEND_FLAG(-Wall, CXXFLAGS)
- AX_APPEND_FLAG(-g, CXXFLAGS)
fi
# Do this early: Compiler and linker flags to work around a nasty bug in Xcode.

View File

@@ -0,0 +1,13 @@
diff -Naur filezilla-3.47.2.1.orig/configure.ac filezilla-3.47.2.1/configure.ac
--- filezilla-3.47.2.1.orig/configure.ac 2020-03-11 12:24:12.000000000 +0100
+++ filezilla-3.47.2.1/configure.ac 2020-05-09 16:09:23.832476049 +0200
@@ -130,9 +130,6 @@
"$ac_abs_confdir/src/fzshellext/configure" --prefix="$prefix" --exec-prefix="$exec_prefix" --host=i686-w64-mingw32 || exit 1
cd "$OLD_DIR/src/fzshellext/64" || exit 1
"$ac_abs_confdir/src/fzshellext/configure" --prefix="$prefix" --exec-prefix="$exec_prefix" --host=x86_64-w64-mingw32 || exit 1
-else
- cd "$OLD_DIR/src/fzshellext/64" || exit 1
- "$ac_abs_confdir/src/fzshellext/configure" --disable-shellext || exit 1
fi
cd "$OLD_DIR"

View File

@@ -0,0 +1,11 @@
--- filezilla-3.47.0/data/Makefile.am
+++ filezilla-3.47.0/data/Makefile.am
@@ -75,7 +75,7 @@
desktopentrydir = $(datadir)/applications
dist_desktopentry_DATA = filezilla.desktop
-appdatadir = $(datadir)/appdata
+appdatadir = $(datadir)/metainfo
dist_appdata_DATA = filezilla.appdata.xml
clean-local:

View File

@@ -0,0 +1,24 @@
This fixes compilation with slibtool instead of GNU libtool
--- filezilla-3.52.2/src/engine/Makefile.am
+++ filezilla-3.52.2/src/engine/Makefile.am
@@ -146,6 +146,8 @@
libfzclient_private_la_LDFLAGS += $(LIBFILEZILLA_LIBS)
libfzclient_private_la_LDFLAGS += $(IDN_LIB)
+libfzclient_private_la_LIBADD = $(PUGIXML_LIBS)
+
dist_noinst_DATA = engine.vcxproj
CLEANFILES = filezilla.h.gch
--- filezilla-3.52.2/src/interface/Makefile.am
+++ filezilla-3.52.2/src/interface/Makefile.am
@@ -309,7 +309,7 @@
if HAVE_DBUS
filezilla_DEPENDENCIES += ../dbus/libfzdbus.a
-filezilla_LDFLAGS += ../dbus/libfzdbus.a $(LIBDBUS_LIBS)
+filezilla_LDADD = ../dbus/libfzdbus.a $(LIBDBUS_LIBS)
endif
filezilla_LDFLAGS += $(WX_LIBS)

View File

@@ -0,0 +1,7 @@
--- a/data/filezilla.desktop 2020-06-04 13:18:01.000000000 +0300
+++ b/data/filezilla.desktop 2022-06-16 02:16:03.727229995 +0300
@@ -14,3 +14,4 @@
Type=Application
Categories=Network;FileTransfer;
Version=1.0
+MimeType=x-scheme-handler/ftp;

View File

@@ -0,0 +1,79 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
WX_GTK_VER="3.2-gtk3"
inherit autotools flag-o-matic wxwidgets xdg
MY_PV="${PV/_/-}"
MY_P="FileZilla_${MY_PV}"
DESCRIPTION="FTP client with lots of useful features and an intuitive interface"
HOMEPAGE="https://filezilla-project.org/"
# Broken URL behind CDN
SRC_URI="https://dev.gentoo.org/~dlan/distfiles/${PN}/${MY_P}_src.tar.xz"
S="${WORKDIR}/${PN}-${MY_PV}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
IUSE="cpu_flags_x86_sse2 dbus nls storj test"
RESTRICT="!test? ( test )"
# pugixml 1.7 minimal dependency is for c++11 proper configuration
RDEPEND="
>=dev-libs/nettle-3.1:=
>=dev-db/sqlite-3.7
>=dev-libs/boost-1.76.0:=
>=dev-libs/libfilezilla-0.51.1:=
>=dev-libs/pugixml-1.7
>=net-libs/gnutls-3.5.7
x11-libs/wxGTK:${WX_GTK_VER}=[X]
x11-misc/xdg-utils
dbus? ( sys-apps/dbus )
storj? ( net-libs/libuplink )"
DEPEND="${RDEPEND}
test? ( >=dev-util/cppunit-1.13.0 )"
BDEPEND="
virtual/pkgconfig
>=dev-build/libtool-1.4
nls? ( >=sys-devel/gettext-0.11 )"
PATCHES=(
"${FILESDIR}"/${PN}-3.22.1-debug.patch
"${FILESDIR}"/${PN}-3.47.0-metainfo.patch
"${FILESDIR}"/${PN}-3.47.0-disable-shellext_conf.patch
"${FILESDIR}"/${PN}-3.52.2-slibtool.patch
"${FILESDIR}"/${PN}-3.60.1-desktop.patch
)
src_prepare() {
default
eautoreconf
}
src_configure() {
if use x86 && ! use cpu_flags_x86_sse2; then
append-cppflags -D_FORCE_SOFTWARE_SHA
fi
setup-wxwidgets
local myeconfargs=(
--disable-autoupdatecheck
--with-pugixml=system
$(use_enable nls locales)
$(use_enable storj)
$(use_with dbus)
)
econf "${myeconfargs[@]}"
}
src_install() {
default
# no static archives
find "${ED}" -name '*.la' -delete || die
}

View File

@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>voyageur@gentoo.org</email>
<name>Bernard Cafarelli</name>
</maintainer>
<maintainer type="person">
<email>dlan@gentoo.org</email>
<name>Yixun Lan</name>
</maintainer>
<maintainer type="person">
<email>david-gentoo@reedfam.email</email>
<name>David Reed</name>
</maintainer>
<use>
<flag name="storj">
Enable Storj decentralized cloud storage integration using libuplink.
</flag>
</use>
<upstream>
<remote-id type="sourceforge">filezilla</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,2 @@
DIST libuplink-1.10.1.tar.gz 161116 BLAKE2B 3db8a546cf6e64054789eec0a9c35d9fd3f11ebe4e683edd8fb06676087235e6d036541f04fcc5609577493b7a90706714b330a4f32f80778a67b3a6728690ca SHA512 fa8b99e2c778005e1b83d0b2fa2b5d51cdbdad694528750fbe1da2455a994919915c4b6e6ce580c941a79bd60ddaff1718d4934972c1b989f0079732e35f651a
DIST uplink-c-1.10.1-vendor.tar.xz 1498076 BLAKE2B d19cea178a380dccff1f6e1fc98e0f7d7d13ea3011dcd40d1ae593dbcd7ac22b69fea1ea35a322fa4b495b892bf39792611eb512337fb247ae8165565706def3 SHA512 3d3771c62f80e557a78420c4d0928f8c3a10d585cabecc5bf3c62e18f1e27827d3a0dcae0dd04344d1f45b35aea47a00f0874d7b644e7181e2343415fb0dea88

View File

@@ -0,0 +1,51 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit go-module
DESCRIPTION="C library for the Storj V3 network (libuplink)"
HOMEPAGE="https://storj.io https://github.com/storj/uplink-c"
MY_PN="uplink-c"
SRC_URI="
https://github.com/storj/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
https://github.com/david-gentoo/uplink-c/releases/download/v${PVR}/${MY_PN}-${PVR}-vendor.tar.xz
"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
IUSE="static-libs"
BDEPEND="
>=dev-lang/go-1.20:=
app-arch/unzip
virtual/pkgconfig
"
src_compile() {
emake build
}
src_install() {
# Shared libs
dolib.so .build/libuplink.so || die "failed to install libuplink.so"
# Optional static libs
if use static-libs ; then
dolib.a .build/libuplink.a || die "failed to install libuplink.a"
fi
# Headers (upstream copies them into .build/uplink)
insinto /usr/include/uplink
doins .build/uplink/*.h || die "failed to install headers"
# pkg-config file
insinto /usr/$(get_libdir)/pkgconfig
doins .build/libuplink.pc || die "failed to install libuplink.pc"
}

View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>david-gentoo@reedfam.email</email>
<name>David Reed</name>
</maintainer>
<longdescription lang="en">
libuplink is the C interface library for the Storj V3 decentralized storage
network. It provides a C API for accessing Storj buckets and objects,
implemented on top of the Go-based uplink library.
</longdescription>
<upstream>
<remote-id type="github">storj/uplink-c</remote-id>
<bugs-to>https://github.com/storj/uplink-c/issues</bugs-to>
<doc>https://docs.storj.io/</doc>
</upstream>
</pkgmetadata>