From: "Eli Schwartz" <eschwartz@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/onlyoffice-bin/
Date: Fri, 1 Nov 2024 16:25:15 +0000 (UTC) [thread overview]
Message-ID: <1730478282.55829d45c1803da54071293590aa052844e920b9.eschwartz@gentoo> (raw)
commit: 55829d45c1803da54071293590aa052844e920b9
Author: Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Mon Oct 28 12:54:01 2024 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Fri Nov 1 16:24:42 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55829d45
app-office/onlyoffice-bin: drop 8.1.0
Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/39139
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
app-office/onlyoffice-bin/Manifest | 1 -
.../onlyoffice-bin/onlyoffice-bin-8.1.0.ebuild | 85 ----------------------
2 files changed, 86 deletions(-)
diff --git a/app-office/onlyoffice-bin/Manifest b/app-office/onlyoffice-bin/Manifest
index ab3541512698..16384e1b3a4b 100644
--- a/app-office/onlyoffice-bin/Manifest
+++ b/app-office/onlyoffice-bin/Manifest
@@ -1,3 +1,2 @@
-DIST onlyoffice-bin-8.1.0_amd64.deb 208372598 BLAKE2B 9483c652429a61a87a20f95352db34dc176c65d60f7aef45738e4f7175cb5c6a39c918133c488d6f7bae1bdf2677235f0053f53b11e890717670869e4742d088 SHA512 f755ca7b29cdce3c520cf0ccb386f8be2be229989f6c6baba51b5741d6969ba3f101463f1f4aeb9c7a4cfc8e6d592c3f90c3ad19277ea3e6218a3c87ce6ddd42
DIST onlyoffice-bin-8.1.1_amd64.deb 208387824 BLAKE2B 274cc27eb2a364fcc93c5363e38ac80db55e151ab3ff2e5f82fdd04dbab3f55f0facb7043ee67ab5324ac528811f723136498b8dae2390e2092af70ecb8be5d1 SHA512 883d87b1cb3936792bde01da018d838ada4e53796a7f2fdf07a21d592a1b8c190923b03a5c21408efceeba8665cfbe80c614a93e9d211a819780b6083583e5bd
DIST onlyoffice-bin-8.2.0_amd64.deb 286395820 BLAKE2B 28040305346b77d3b6493244795f8e8de98cddf814d7547565abb45c119acde7fe62ffc0cf01f29e3343a7c1e08114db49c54e02c574dc650121e59977fde07b SHA512 83a80d0da1004746957acce2e411fecd774872e2593c7b199580981a2b87327414e1a8b1104c98ffdec18a8554021f88038143491a7775e87afdd7e0fc1d61ab
diff --git a/app-office/onlyoffice-bin/onlyoffice-bin-8.1.0.ebuild b/app-office/onlyoffice-bin/onlyoffice-bin-8.1.0.ebuild
deleted file mode 100644
index a284a31d72eb..000000000000
--- a/app-office/onlyoffice-bin/onlyoffice-bin-8.1.0.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 2020-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop unpacker xdg
-
-MY_P="ONLYOFFICE-DesktopEditors-"${PV}""
-
-DESCRIPTION="Onlyoffice is an office productivity suite (binary version)"
-HOMEPAGE="https://www.onlyoffice.com/"
-SRC_URI="
- amd64? (
- https://github.com/ONLYOFFICE/DesktopEditors/releases/download/v"${PV}"/onlyoffice-desktopeditors_amd64.deb
- -> "${P}"_amd64.deb
- )
-"
-S="${WORKDIR}"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-RESTRICT="mirror strip test"
-
-RDEPEND="
- >=app-accessibility/at-spi2-core-2.46.0:2
- dev-libs/expat
- dev-libs/glib:2
- dev-libs/nspr
- dev-libs/nss
- dev-qt/qtdeclarative:5
- dev-qt/qtgui:5[eglfs]
- media-libs/alsa-lib
- media-libs/fontconfig
- media-libs/freetype
- media-libs/gst-plugins-base:1.0
- media-libs/gstreamer:1.0
- media-libs/libglvnd
- media-libs/mesa
- net-print/cups
- sys-apps/dbus
- sys-devel/gcc
- sys-libs/glibc
- x11-libs/cairo
- x11-libs/gtk+:3
- x11-libs/libICE
- x11-libs/libSM
- x11-libs/libX11
- x11-libs/libXcomposite
- x11-libs/libXdamage
- x11-libs/libXext
- x11-libs/libXfixes
- x11-libs/libXi
- x11-libs/libXrandr
- x11-libs/libdrm
- x11-libs/libxcb
- x11-libs/libxkbcommon
- x11-libs/pango
- || (
- media-libs/libpulse
- media-sound/apulse
- )
-"
-
-QA_PREBUILT="*"
-
-src_prepare() {
- default
-
- # Allow launching the ONLYOFFICE on ALSA systems via
- # media-sound/apulse
- sed -i -e 's|\(export LD_LIBRARY_PATH=$DIR$LDLPATH\)|\1:'"${EPREFIX}"'/usr/'$(get_libdir)'/apulse|' \
- "${S}"/usr/bin/onlyoffice-desktopeditors || die
-}
-
-src_install() {
- domenu usr/share/applications/onlyoffice-desktopeditors.desktop
- for size in {16,24,32,48,64,128,256}; do
- newicon -s "${size}" opt/onlyoffice/desktopeditors/asc-de-"${size}".png onlyoffice-desktopeditors.png
- done
-
- dobin usr/bin/desktopeditors usr/bin/onlyoffice-desktopeditors
- doins -r opt
- fperms +x /opt/onlyoffice/desktopeditors/{DesktopEditors,editors_helper,converter/x2t}
-}
next reply other threads:[~2024-11-01 16:25 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-01 16:25 Eli Schwartz [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-05 18:12 [gentoo-commits] repo/gentoo:master commit in: app-office/onlyoffice-bin/ Pacho Ramos
2025-02-15 12:24 Pacho Ramos
2025-02-15 12:24 Pacho Ramos
2024-12-08 13:52 Pacho Ramos
2024-12-08 13:52 Pacho Ramos
2024-11-17 12:11 Pacho Ramos
2024-11-01 16:25 Eli Schwartz
2024-11-01 16:25 Eli Schwartz
2024-08-24 10:45 Sam James
2024-07-17 8:52 Pacho Ramos
2024-07-05 17:08 Pacho Ramos
2024-06-01 11:44 Pacho Ramos
2024-06-01 11:44 Pacho Ramos
2024-03-03 19:39 Pacho Ramos
2024-03-03 19:39 Pacho Ramos
2024-02-02 17:31 Pacho Ramos
2024-02-02 17:31 Pacho Ramos
2023-11-24 10:26 Pacho Ramos
2023-11-24 10:26 Pacho Ramos
2023-10-20 13:14 Pacho Ramos
2023-09-10 8:19 Pacho Ramos
2023-09-10 8:19 Pacho Ramos
2023-07-31 9:46 Pacho Ramos
2023-07-31 9:46 Pacho Ramos
2023-06-19 13:07 Pacho Ramos
2023-03-16 12:18 Pacho Ramos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1730478282.55829d45c1803da54071293590aa052844e920b9.eschwartz@gentoo \
--to=eschwartz@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox