diff options
| author | root <root@alpha.trunkmasters.com> | 2026-08-26 03:04:35 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-08-26 03:04:35 -0500 |
| commit | a5b204c853f6ce1d5c74fb57a0c5c64567baeab6 (patch) | |
| tree | 0f53706c599b08fce57e6d273f4da9ebdba26036 /net-misc | |
| parent | 4929cb9b608bff3b91ed50301ce7781760c58a88 (diff) | |
| download | baldeagleos-repo-a5b204c853f6ce1d5c74fb57a0c5c64567baeab6.tar.gz baldeagleos-repo-a5b204c853f6ce1d5c74fb57a0c5c64567baeab6.tar.xz baldeagleos-repo-a5b204c853f6ce1d5c74fb57a0c5c64567baeab6.zip | |
Adding metadata
Diffstat (limited to 'net-misc')
| -rw-r--r-- | net-misc/dropbox/Manifest | 1 | ||||
| -rw-r--r-- | net-misc/dropbox/dropbox-266.4.3911.ebuild | 123 | ||||
| -rw-r--r-- | net-misc/sb-hosts/Manifest | 2 | ||||
| -rw-r--r-- | net-misc/sb-hosts/sb-hosts-3.16.109.ebuild (renamed from net-misc/sb-hosts/sb-hosts-3.16.107.ebuild) | 0 |
4 files changed, 125 insertions, 1 deletions
diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest index e602031b0585..7aa5f4b6b686 100644 --- a/net-misc/dropbox/Manifest +++ b/net-misc/dropbox/Manifest @@ -4,3 +4,4 @@ DIST dropbox-lnx.x86_64-260.4.2926.tar.gz 93456704 BLAKE2B 520ab9165180dd04cced9 DIST dropbox-lnx.x86_64-262.4.3183.tar.gz 93286722 BLAKE2B 3f10bc5d805d7a8401143edc43370cfcfc8bf465d5c30613597ca0a34da61434329e7f58c3fa2d904f32d29fcc4120b96c1e57e013b7b96a286660bb472cb256 SHA512 b913edc768462d8153e239e82b8d2ac07a3857c9e575ace5e74a838a5ca55405f1ccd5d5e05d841c48e0a520011f743a491328ec159fdb1aa0780d8695d9ef0a DIST dropbox-lnx.x86_64-264.4.3385.tar.gz 90371562 BLAKE2B 9cff9f125c8092cfb8c0b9d1b76801a754f3d97696027382547f0edb794a8761156f5ae3f85fe58185bc695daa2af1da6899fd844a8db26057d2acd69bba4ce8 SHA512 f9f04a9c408dcd545cc1005c61263455354c064ded8ea3ee1d3cd9064f42cfc96100e426411b16db3ddaa92471c60d9c75d622c4d836729c3b259f951887e860 DIST dropbox-lnx.x86_64-264.4.3421.tar.gz 90372037 BLAKE2B f64538400e722f2385558000e9961120ab4cb42ec8955530bd4c710ffee925bcca5a779d4906a49219e51c28124c3e701fec2f6001bbc150d8f07b277fc3788b SHA512 a45db308282571f7a7c778d490f4927abef7f4de9ec4a2455c29c25b0cd5d4b219ef204d2003b340a06e369ac251faf332fa26360b5202c8c47b9711484739fb +DIST dropbox-lnx.x86_64-266.4.3911.tar.gz 89812733 BLAKE2B 4eae1980fd8dc8bcc698e7ac26ca56e5f10fce97fc52fc597215321ebe9e738035e47c73f0af0dd9a6fd5fab3ceba845d048f688f71631597a882c61c9fb2c9d SHA512 aff67cb0c0d31b8507449d5b3b95246ee12ef6fc78e944dcb8dde8ede1dcf4cbbc8cd4da16b2363c916e6346f35a1436b5906d1679885252e18fd20093dd21ed diff --git a/net-misc/dropbox/dropbox-266.4.3911.ebuild b/net-misc/dropbox/dropbox-266.4.3911.ebuild new file mode 100644 index 000000000000..0144d8d28c87 --- /dev/null +++ b/net-misc/dropbox/dropbox-266.4.3911.ebuild @@ -0,0 +1,123 @@ +# 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" + +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:0/8 + 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.8* || die + + if use X ; then + mv images/hicolor/16x16/status "${T}" || die + else + rm -vrf images || die + fi + 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" + + # Bug 972885 + dosym ../libdropbox_tprt.so "${targetdir}/python-pyext/libdropbox_tprt.so" + + 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 + +} diff --git a/net-misc/sb-hosts/Manifest b/net-misc/sb-hosts/Manifest index 58b4fe534724..45d20a74ef15 100644 --- a/net-misc/sb-hosts/Manifest +++ b/net-misc/sb-hosts/Manifest @@ -1,2 +1,2 @@ -DIST sb-hosts-3.16.107.tar.gz 23275246 BLAKE2B 4dd7f97ecd17d50e08e4bcb2e598e6ca487b8b6dcdcffb362ccf46c3ec789d4263ef27d4557e2edf277795d2f3dbb8c0c7c6ebc91f3b1ba3e386429618e28bfb SHA512 44507d44e280fedd7c623a1e91b84ed5be740c517e115899ae3317618bd166a1b4b3acff33fcbb14c8d6619120c41e1eccfe786e93d3766a0f506c83745df131 DIST sb-hosts-3.16.108.tar.gz 23040296 BLAKE2B 29d1f9afa45158bd21542bcd8db751d74abc238576e43bedae3e6a4eaba73562cd9fc8fc0e6da98eb17dab95412085bf77e291b80a11c8151cc38146c27417c4 SHA512 e3324f8f35c6efee1fd97400c174794c7c37e60c4caf2905183e9c97352edb97092e090ecd6e8fd661da7d08afceddcb9c6d535e819db05b5da64353efcab466 +DIST sb-hosts-3.16.109.tar.gz 21678966 BLAKE2B 34255963b3b1bdb85d25e348ac567673216454c442512974d63d61f6ec8a59252c082809343131f98cdc2e825daf4299200a860f62f992c36d6f79e10c208b5e SHA512 cbdc7af176f69983afd80c3e114349a649b8c73ce8f2a17dfdd4887ee950073eed00c6414cca43429247460cc0607b60d0b5d5165183d94415c32e04546356dd diff --git a/net-misc/sb-hosts/sb-hosts-3.16.107.ebuild b/net-misc/sb-hosts/sb-hosts-3.16.109.ebuild index 941876ea977f..941876ea977f 100644 --- a/net-misc/sb-hosts/sb-hosts-3.16.107.ebuild +++ b/net-misc/sb-hosts/sb-hosts-3.16.109.ebuild |
