net-misc/dropbox: add 242.4.5815

Signed-off-by: Ben Kohler <bkohler@gentoo.org>
This commit is contained in:
Ben Kohler
2026-02-19 11:58:20 -06:00
parent 47240418ac
commit 604b4fbf09
2 changed files with 130 additions and 0 deletions

View File

@@ -9,3 +9,4 @@ DIST dropbox-lnx.x86_64-240.4.8493.tar.gz 71261885 BLAKE2B adccb505159eef4d31b4f
DIST dropbox-lnx.x86_64-240.4.8609.tar.gz 71259373 BLAKE2B ba1c1db3455fa4f08925890507abe6306e5c52bb3a51f78c855077d858ef530fd18eaf50d9de70963db18f07b12b39e3458a76aed9ba91e8eaf8ba494ec1b7df SHA512 d6017a2955abab9bd1f751bf77bac1d673d8c50c1522544ffa479765ac5b4327e5e6b360c09761ec51be75b695b500507c390c1b4e633494b6f4c1a60c5a149b
DIST dropbox-lnx.x86_64-241.4.4795.tar.gz 71019369 BLAKE2B 4f2d62a8f89cbe05149ed03dbeaf5d5e6db951b3f78a0d85dd208ccfd6be3d1a3dd163cb1713af75cd222a6ec8da46d1864544bb04eb633faa4df33d23909484 SHA512 3b8a077ecaa57e2fd8526d35055fdaecefc40026a0227e2ec6020c2c135423c4acc9f4d51f065764f9b5ed97391ff844c9d176edec4fcd5c2e4760236c582eed
DIST dropbox-lnx.x86_64-241.4.4853.tar.gz 71020546 BLAKE2B 4ae3850c5692777de8035cae7db34bba55816c5a7470dd07870a685b0831c7b86032e76ecfae7034c3b642da3a4a10fdd8817c4dcbf163f20cdeee6c5cc3c079 SHA512 8c24d91b334124b25645c2c167df8fb4d60c44eab4637211023226a7c596b28e41623038da00c3199c8a46a6f5457d807346d29baa45acb7e35c78289a85e933
DIST dropbox-lnx.x86_64-242.4.5815.tar.gz 71115707 BLAKE2B fa4dcdc25da9a95c551c2d68420fdf119187466adc9fd02e906f5c4b6277bd94ae6b8812677abeb61b87d1dcb4856105344757179801b0de926e6df5fa3eb74d SHA512 9302146c467f2f696363ef20bdf5dc428dfda70b6f698e2b0c26aaf4f8270a5c1d296f1bc7ffd4471ba8b6a8d7ebf1fc041d7eb39133564117941ad7919545e1

View File

@@ -0,0 +1,129 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit desktop pax-utils systemd xdg
DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
HOMEPAGE="https://www.dropbox.com/"
SRC_URI="
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
https://uxwing.com/wp-content/themes/uxwing/download/brands-and-social-media/dropbox-icon.svg
"
LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
SLOT="0"
KEYWORDS="-* ~amd64"
IUSE="selinux X"
RESTRICT="mirror strip"
QA_PREBUILT="opt/.*"
QA_EXECSTACK="opt/dropbox/dropbox"
BDEPEND="dev-util/patchelf"
# Be sure to have GLIBCXX_3.4.9, #393125
RDEPEND="
X? (
x11-themes/hicolor-icon-theme
dev-libs/libayatana-appindicator
)
selinux? ( sec-policy/selinux-dropbox )
app-arch/bzip2
dev-libs/glib:2
dev-libs/libffi-compat:7
media-libs/fontconfig
media-libs/freetype
net-misc/wget
virtual/zlib
sys-libs/ncurses-compat:5
virtual/opengl
x11-libs/libICE
x11-libs/libSM
x11-libs/libX11
x11-libs/libXext
x11-libs/libXrender
x11-libs/libxcb
"
src_unpack() {
unpack ${A}
mkdir -p "${S}" || die
mv "${WORKDIR}"/.dropbox-dist/* "${S}" || die
mv "${S}"/dropbox-lnx.*-${PV}/* "${S}" || die
rmdir "${S}"/dropbox-lnx.*-${PV}/ || die
rmdir .dropbox-dist || die
}
src_prepare() {
default
# We supply this in RDEPEND
rm -vf libffi.so.7* || die
# Unused
rm -vf wmctrl || die
if use X ; then
mv images/hicolor/16x16/status "${T}" || die
else
rm -vrf images || die
fi
patchelf --set-rpath '$ORIGIN' \
apex._apex.*.so \
nucleus_python.*.so \
tprt.*.so \
|| die
pax-mark cm dropbox
mv README ACKNOWLEDGEMENTS "${T}" || die
}
src_install() {
local targetdir="/opt/dropbox"
insinto "${targetdir}"
doins -r *
fperms a+x "${targetdir}"/{dropbox,dropboxd}
dosym "${targetdir}/dropboxd" "/opt/bin/dropbox"
if use X; then
# symlinks for bug 955139
dosym ../../usr/$(get_libdir)/libayatana-appindicator3.so.1 ${targetdir}/libappindicator3.so.1
dosym libappindicator3.so.1 ${targetdir}/libappindicator3.so
doicon -s 16 -c status "${T}"/status
newicon -s scalable "${DISTDIR}/dropbox-icon.svg" dropbox.svg
fi
make_desktop_entry "${PN}" "Dropbox" "dropbox"
newinitd "${FILESDIR}"/dropbox.initd dropbox
newconfd "${FILESDIR}"/dropbox.conf dropbox
systemd_newunit "${FILESDIR}"/dropbox_at.service-r2 "dropbox@.service"
dodoc "${T}"/{README,ACKNOWLEDGEMENTS}
}
pkg_postinst() {
xdg_pkg_postinst
einfo "Warning: while running, dropbox may attempt to autoupdate itself in"
einfo " your user's home directory. To prevent this, run the following as"
einfo " each user who will run dropbox:"
einfo ""
einfo "install -dm0 ~/.dropbox-dist"
einfo ""
einfo "If you do allow dropbox to update/install to your user homedir, you"
einfo " will need to create some compat symlinks to keep the tray icon working:"
einfo ""
einfo "ln -sf /usr/$(get_libdir)/libayatana-appindicator3.so.1 ~/.dropbox-dist/dropbox-lnx.*/libappindicator3.so.1"
einfo "ln -sf libappindicator3.so.1 ~/.dropbox-dist/dropbox-lnx.*/libappindicator3.so"
if has_version gnome-base/gnome-shell; then
if ! has_version gnome-extra/gnome-shell-extension-appindicator; then
einfo ""
einfo "Please install gnome-extra/gnome-shell-extension-appindicator if you"
einfo " require tray icon support for Dropbox in Gnome."
fi
fi
}