app-office/onlyoffice-bin: treeclean
Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
parent
5d7b8a0471
commit
6e014b85fe
@ -1 +0,0 @@
|
|||||||
DIST onlyoffice-bin-7.3.0_amd64.deb 195732428 BLAKE2B cd92ec797b15a5dbcc9a21306834668b3005e152f8e119ef6e9b52ebb8259b0f3eca84d1444bdc2a11212fa92678a897ddbc78bcea3fc2775c9bb3e5215b3e65 SHA512 6f7102ce52e429215f3174d9d8e4f01482bc65d6dc215b25a75ea23e6dc1b91328312a76daf4f4e7d58863143d9bdc525a1af94ec9cd6b03853a3b0556787a3d
|
|
@ -1,11 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
||||||
<pkgmetadata>
|
|
||||||
<maintainer type="person">
|
|
||||||
<email>parona@protonmail.com</email>
|
|
||||||
<name>Alfred Wingate</name>
|
|
||||||
</maintainer>
|
|
||||||
<upstream>
|
|
||||||
<remote-id type="github">ONLYOFFICE/DesktopEditors</remote-id>
|
|
||||||
</upstream>
|
|
||||||
</pkgmetadata>
|
|
@ -1,79 +0,0 @@
|
|||||||
# Copyright 2020-2023 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
|
|
||||||
)
|
|
||||||
"
|
|
||||||
|
|
||||||
LICENSE="AGPL-3"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="~amd64"
|
|
||||||
RESTRICT="mirror strip test"
|
|
||||||
|
|
||||||
RDEPEND="
|
|
||||||
>=app-accessibility/at-spi2-core-2.46.0
|
|
||||||
!app-office/onlyoffice
|
|
||||||
dev-libs/expat
|
|
||||||
dev-libs/glib:2
|
|
||||||
dev-libs/nspr
|
|
||||||
dev-libs/nss
|
|
||||||
dev-libs/wayland
|
|
||||||
dev-qt/qtgui:5
|
|
||||||
dev-qt/qtdeclarative:5
|
|
||||||
dev-qt/qtwayland:5
|
|
||||||
media-libs/alsa-lib
|
|
||||||
media-libs/fontconfig
|
|
||||||
media-libs/freetype
|
|
||||||
media-libs/gst-plugins-base:1.0
|
|
||||||
media-libs/gstreamer:1.0
|
|
||||||
media-libs/harfbuzz
|
|
||||||
media-libs/libglvnd
|
|
||||||
media-libs/libpulse
|
|
||||||
net-print/cups
|
|
||||||
sys-apps/dbus
|
|
||||||
x11-libs/cairo
|
|
||||||
x11-libs/gdk-pixbuf:2
|
|
||||||
x11-libs/gtk+:3
|
|
||||||
x11-libs/libdrm
|
|
||||||
x11-libs/libICE
|
|
||||||
x11-libs/libSM
|
|
||||||
x11-libs/libX11
|
|
||||||
x11-libs/libxcb
|
|
||||||
x11-libs/libXcomposite
|
|
||||||
x11-libs/libXcursor
|
|
||||||
x11-libs/libXdamage
|
|
||||||
x11-libs/libXext
|
|
||||||
x11-libs/libXfixes
|
|
||||||
x11-libs/libXi
|
|
||||||
x11-libs/libXrandr
|
|
||||||
x11-libs/libXrender
|
|
||||||
x11-libs/libXScrnSaver
|
|
||||||
x11-libs/libXtst
|
|
||||||
x11-libs/pango
|
|
||||||
"
|
|
||||||
|
|
||||||
S="${WORKDIR}"
|
|
||||||
|
|
||||||
QA_PREBUILT="*"
|
|
||||||
|
|
||||||
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}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user