From faddeff65d652bda3291eba255955adb17f1aa19 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 24 Nov 2023 16:33:11 +0000 Subject: gentoo auto-resync : 24:11:2023 - 16:33:11 --- app-office/Manifest.gz | Bin 8074 -> 8077 bytes app-office/grisbi/Manifest | 2 + app-office/grisbi/grisbi-3.0.0.ebuild | 44 ++++++++++ app-office/onlyoffice-bin/Manifest | 4 +- .../onlyoffice-bin/onlyoffice-bin-7.4.1-r1.ebuild | 89 --------------------- .../onlyoffice-bin/onlyoffice-bin-7.5.1.ebuild | 89 +++++++++++++++++++++ 6 files changed, 137 insertions(+), 91 deletions(-) create mode 100644 app-office/grisbi/grisbi-3.0.0.ebuild delete mode 100644 app-office/onlyoffice-bin/onlyoffice-bin-7.4.1-r1.ebuild create mode 100644 app-office/onlyoffice-bin/onlyoffice-bin-7.5.1.ebuild (limited to 'app-office') diff --git a/app-office/Manifest.gz b/app-office/Manifest.gz index 673ca33d6148..46bf4c537225 100644 Binary files a/app-office/Manifest.gz and b/app-office/Manifest.gz differ diff --git a/app-office/grisbi/Manifest b/app-office/grisbi/Manifest index 91ed63ef1a42..9a3d11fa81a3 100644 --- a/app-office/grisbi/Manifest +++ b/app-office/grisbi/Manifest @@ -1,3 +1,5 @@ DIST grisbi-2.0.5.tar.bz2 7465632 BLAKE2B c70fd313660d8fbc0d93d86d89f7470564a0865b8423ae0e8a2f40fc1f4dbe959ed37141963dbc5ab9e6154ff71af3120303bd4c6ccc5554d1da75200c6e8a84 SHA512 16535cbdf0647abc60878bc5a21b22d76090d6a5dab89a9e1ff4029eef25f284a627555ec0724977ba01313f33aee06489b908aaa6600a566f86a87b5f33b7f9 +DIST grisbi-3.0.0.tar.bz2 12447582 BLAKE2B 7e1f2041898811c16eb05f603b7965bea32f6d16ad7b836c1cadfc305e8d794c5ccd82865ed25e3f741b9fad6734b7f9977fcfbf8c73ebd75e84538d3d075248 SHA512 08af544378317c5e4bf67b5dc8e796145587970a530cd9d9065532acab317f7c91e9159b299e7903ec4fa0d29a3004dfae58e17b2f4efe304d8fdd3c0fbe8e04 EBUILD grisbi-2.0.5.ebuild 981 BLAKE2B 3790dc59704e8270bccebca02e305f41e0cc40e21eeae6871a07b66fb4beb78ceefddeb314b029d73f7d42e23dace4b9d088b62abde3271a30dcd33c5b894570 SHA512 e409b63a1c305e28d2f2ee64e692638cd87066d138ead34079549256d901794567f55b428cd258a75b4dd2bd59fa780b5b935e4fff7e0f9eeccd6b40c02329f7 +EBUILD grisbi-3.0.0.ebuild 982 BLAKE2B c34775be25388a337aafe705b89476e0a7096687bc79a76399ad7ef1d35455df55a2cb37474d47a30136676f80e7fbade438a57259a814edda5f50c6efa1b30b SHA512 686131710c8954c0a6dfe542070b9ad0f21f0ac2cf9b7b0bd685d9b9e4acf3467111927af7506ca39f7bc26f81d7429369700c7f4eb0a52ee5d62337cba24e77 MISC metadata.xml 747 BLAKE2B a3ed1c02ab9865c1ad704be927f386525b5b56cca7ef584f650daa121d16fb26c0241afd366efb5c4047ff767857d908f4c8db97e3ad31e12bf69c4febf807ab SHA512 54a1be10f8b0cc97cc598d26315f3363b0ce687afc7061365e7b02b92dd0089aa0ec6b75be0f5face90c111ff2ac830f98dcb3989439ea9ed2a6282f3d0f8151 diff --git a/app-office/grisbi/grisbi-3.0.0.ebuild b/app-office/grisbi/grisbi-3.0.0.ebuild new file mode 100644 index 000000000000..aa0b4628c5d6 --- /dev/null +++ b/app-office/grisbi/grisbi-3.0.0.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit gnome2 + +DESCRIPTION="Grisbi is a personal accounting application for Linux" +HOMEPAGE="http://www.grisbi.org https://github.com/grisbi/grisbi" +SRC_URI="mirror://sourceforge/${PN}/grisbi%20stable/$(ver_cut 1-2).x/${P}.tar.bz2" +IUSE="goffice nls ofx ssl" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" + +RDEPEND=" + dev-libs/glib:2 + dev-libs/libxml2:2 + gnome-extra/libgsf + sys-libs/zlib + x11-libs/cairo + x11-libs/gdk-pixbuf:2 + x11-libs/gtk+:3 + x11-libs/pango + x11-misc/xdg-utils + ssl? ( >=dev-libs/openssl-1.0.0:0= ) + ofx? ( >=dev-libs/libofx-0.9.0:= ) + goffice? ( >=x11-libs/goffice-0.10.0 ) +" +DEPEND="${RDEPEND}" +BDEPEND="dev-util/intltool + virtual/pkgconfig" + +src_configure() { + gnome2_src_configure \ + --with-libxml2 \ + --without-cunit \ + --disable-static \ + $(use_with ssl openssl) \ + $(use_with ofx) \ + $(use_with goffice) \ + $(use_enable nls) +} diff --git a/app-office/onlyoffice-bin/Manifest b/app-office/onlyoffice-bin/Manifest index 698f60eed025..ec28d3d197df 100644 --- a/app-office/onlyoffice-bin/Manifest +++ b/app-office/onlyoffice-bin/Manifest @@ -1,5 +1,5 @@ -DIST onlyoffice-bin-7.4.1_amd64.deb 202066536 BLAKE2B eb617fadb0bbffcff80d45cfe19e58a163af50d748f183ac09ae5799164bc5c20567c6e8961cfe6e151041df3ce090dd8de9de67b24e9081755cd92363ecfcc3 SHA512 8676d791ad9e32115837ffa060b208072d47b70b001abb2cbaa4fe1ff15265895756ca2bd2ae571b2f03e3af7d923534e5f3bc65f96a7a56052719e8156b6025 DIST onlyoffice-bin-7.5.0_amd64.deb 245586576 BLAKE2B 8689b8ceaee44225718546532bdafed65a4a877011c90e2ca448a9811b053f30975f08527814abe0197494289db859a4ad9c6e0dd6f30f6cb8cf0317643695b8 SHA512 136d722b4e0687433bd4d2d36616f18c9cb8735d48f38edf401b156522cefb51daba0c2b7729f66767c436c527fdfdd9fc27e0f0f678831bfbe31265b09a886e -EBUILD onlyoffice-bin-7.4.1-r1.ebuild 2028 BLAKE2B c3ff54388e63b34dbff271b7ac29a79dfaf63587133c41c1044479cfea8a17a89cbb5288b56d403e4ceb3c6f8ce454a3b6d1fd69c627fa6a4caa495024d6478b SHA512 0c277fd0f1d5322ded1ecd5e9f60e3a897640be66b226d92fb7c1f4b4b282d3c9f074f1e92f82992301b5a8186516f6312f21543263d9c50a434bcaa5717d62a +DIST onlyoffice-bin-7.5.1_amd64.deb 245522054 BLAKE2B 8802308016b9f40e24b438f713b91c4e880eed17393b45848ee534ba81809e6674befd0d17bec9f38ab188aaaf02af24797da6cf77a9c10e376580d9500a6765 SHA512 20321942fcfed23228b38370efbeeb46bdd2792b2a5acaa934c76b380cc557c7daaea81dc7c7f328a13d18c4dc520f1e489d2d5eb5545d5b4c5c0458eebfeec6 EBUILD onlyoffice-bin-7.5.0.ebuild 2028 BLAKE2B c3ff54388e63b34dbff271b7ac29a79dfaf63587133c41c1044479cfea8a17a89cbb5288b56d403e4ceb3c6f8ce454a3b6d1fd69c627fa6a4caa495024d6478b SHA512 0c277fd0f1d5322ded1ecd5e9f60e3a897640be66b226d92fb7c1f4b4b282d3c9f074f1e92f82992301b5a8186516f6312f21543263d9c50a434bcaa5717d62a +EBUILD onlyoffice-bin-7.5.1.ebuild 2028 BLAKE2B c3ff54388e63b34dbff271b7ac29a79dfaf63587133c41c1044479cfea8a17a89cbb5288b56d403e4ceb3c6f8ce454a3b6d1fd69c627fa6a4caa495024d6478b SHA512 0c277fd0f1d5322ded1ecd5e9f60e3a897640be66b226d92fb7c1f4b4b282d3c9f074f1e92f82992301b5a8186516f6312f21543263d9c50a434bcaa5717d62a MISC metadata.xml 446 BLAKE2B d5d01751407be4985806d5dc9f973f8333d34e8cb9428702c9580038530668b82153e3fd83b7e8f93d74ec45c28e3f9802690e1aa38b7ad2b0da489325092104 SHA512 896aa89e2b98b724154cfbb1321a681a219217b78cd96fe163d587c2a2c167e7bfc18cf75ce3b93eb723098699db95d92a45d0a2cb79931d9a45dc571a315a45 diff --git a/app-office/onlyoffice-bin/onlyoffice-bin-7.4.1-r1.ebuild b/app-office/onlyoffice-bin/onlyoffice-bin-7.4.1-r1.ebuild deleted file mode 100644 index b7a024eb6d59..000000000000 --- a/app-office/onlyoffice-bin/onlyoffice-bin-7.4.1-r1.ebuild +++ /dev/null @@ -1,89 +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 - dev-libs/expat - dev-libs/glib:2 - dev-libs/nspr - dev-libs/nss - dev-libs/wayland - dev-qt/qtgui:5[eglfs] - 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 - 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 - || ( - media-libs/libpulse - media-sound/apulse - ) -" - -S="${WORKDIR}" - -QA_PREBUILT="*" - -src_prepare() { - default - - # Allow launching the ONLYOFFICE on ALSA systems via media-sound/apuls - 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} -} diff --git a/app-office/onlyoffice-bin/onlyoffice-bin-7.5.1.ebuild b/app-office/onlyoffice-bin/onlyoffice-bin-7.5.1.ebuild new file mode 100644 index 000000000000..b7a024eb6d59 --- /dev/null +++ b/app-office/onlyoffice-bin/onlyoffice-bin-7.5.1.ebuild @@ -0,0 +1,89 @@ +# 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 + dev-libs/expat + dev-libs/glib:2 + dev-libs/nspr + dev-libs/nss + dev-libs/wayland + dev-qt/qtgui:5[eglfs] + 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 + 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 + || ( + media-libs/libpulse + media-sound/apulse + ) +" + +S="${WORKDIR}" + +QA_PREBUILT="*" + +src_prepare() { + default + + # Allow launching the ONLYOFFICE on ALSA systems via media-sound/apuls + 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} +} -- cgit v1.2.3