mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-office/onlyoffice-bin: drop 8.3.0
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
DIST onlyoffice-bin-8.3.0_amd64.deb 288699292 BLAKE2B 0dbda0e98004f87911c9ce58558db4f2cae9f3aabaf7d7259a106a1ddb98755c80c3f1568ff1542752ff6161d93867b04308b56d50cf6ae83552a6ee792496d7 SHA512 262e65613ff13f16767cf6f1350d27ffe5c9894956318ff3a513d9a032c6c3cfdc879a05e3b4deb7c214392e90f1e271350c35a52045ac08daf6a76de656f29e
|
||||
DIST onlyoffice-bin-8.3.2_amd64.deb 288687152 BLAKE2B 56ec27fbb33b800f19c08599734e101daab34eb6ad2d62319edc612f48434c8ee1f691dd9396d64a38b67f7a5359e700476c2887349eac57ab26890748001321 SHA512 196f8728dd581a85e374ea7284cb3d9ec759a80958afdca2e5d1c152d94b2f58b79dc66dc21aa649a5a610eaf1b6cb0a13960f194e6e4fd85747e62760254c34
|
||||
DIST onlyoffice-bin-8.3.3_amd64.deb 288628396 BLAKE2B 8494af2cb8ce401e5d3935bc2d416936048a92362e2082626ed26e10974cf4d05e6d5e9fb9eea7678ea33a1de63c3d89e913d7710062d4c6fda6d79a634830c4 SHA512 0d75de7bc52909223e6cc618342ec5b12f7bbc51e40b8ac18e06403120ae9f8071f3b9a63c93dbbe1e5db29ae7c67ce3b8596a1a4cd50f35b34228bcfac6836b
|
||||
|
||||
@@ -1,84 +0,0 @@
|
||||
# Copyright 2020-2025 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 "/^export LD_LIBRARY_PATH=/ s|$|:${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
|
||||
doicon -s ${size} usr/share/icons/hicolor/${size}x${size}/apps/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}
|
||||
}
|
||||
Reference in New Issue
Block a user