summaryrefslogtreecommitdiff
path: root/app-office
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-11-10 21:02:07 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-11-10 21:02:07 +0000
commit0ca3f86640e2f1f361da895b997c43bac22090a1 (patch)
tree029b42e7b1425ce16f4299635e5caad713501ead /app-office
parentbe94ae04eee564451203d45977c2ef7c7ace1580 (diff)
gentoo auto-resync : 10:11:2024 - 21:02:06
Diffstat (limited to 'app-office')
-rw-r--r--app-office/Manifest.gzbin8421 -> 8415 bytes
-rw-r--r--app-office/sc-im/Manifest3
-rw-r--r--app-office/sc-im/files/sc-im-0.8.3-malloc.patch21
-rw-r--r--app-office/sc-im/sc-im-0.8.3-r1.ebuild4
-rw-r--r--app-office/texmacs/Manifest1
-rw-r--r--app-office/texmacs/texmacs-2.1-r1.ebuild59
6 files changed, 27 insertions, 61 deletions
diff --git a/app-office/Manifest.gz b/app-office/Manifest.gz
index c0948fbd8f81..63f0e755edd5 100644
--- a/app-office/Manifest.gz
+++ b/app-office/Manifest.gz
Binary files differ
diff --git a/app-office/sc-im/Manifest b/app-office/sc-im/Manifest
index a2f4c2402d3c..7024ac3e74ae 100644
--- a/app-office/sc-im/Manifest
+++ b/app-office/sc-im/Manifest
@@ -1,3 +1,4 @@
+AUX sc-im-0.8.3-malloc.patch 551 BLAKE2B 25d38843c41be4907957832cbfcef003ab310b89b45b15b8af783714c4bd9c95ca974f3f91771f4c8accf9ac3eb75a028206a090f5454a21676b1d2ce18fd772 SHA512 aca88b37e57ca312aca2c957404af78fc230300b51ccb182685ca916f66f629fa348382b91e39f1b9a9e1fe01402c80654a9c83af90de7a7857c797d4f917e11
DIST sc-im-0.8.3.tar.gz 1664440 BLAKE2B 9f02e265ecd39b4f3a5e3ab61222094a1424f9591c04ff3ddf745576f2aa1c89345ea2e4d4c95a0565d7f287985e81d9eba849113f5b7aa61744cf69284ce312 SHA512 a3d7cf99c7c959d24ebf7e525abb665c02690674c9b3cdf5b234dcdb376fd73e9488bda522106802932084bbfd239928e39b35743c7051178aa14edf61ec2cb8
-EBUILD sc-im-0.8.3-r1.ebuild 3981 BLAKE2B 1ee080a846f67206d04a90e66f2967a36aac4286b0b127c4c26a5aa0cabdcf974d64058615847c71c3c6b1fb07b72571ba6741341f10d09ea95bf2e66ccfaa80 SHA512 8d1bed158c9ec553adec02b050b0b75369690ce340fa628a171baf86ffe892a660451ee5fa7bae7d3dfaa1c54cb0ca0aa2f6c389fdd74c79728bd424ac94d6c6
+EBUILD sc-im-0.8.3-r1.ebuild 4027 BLAKE2B 104689fadf808cfb3c5c698aab774f6f6ac67d0be86e217ac442cd87d0f561234abb19b617baf3c37f79e18ccb8af75b52e7ecfdf2ace22adc742c9e1f3788e0 SHA512 f52c3a1d979aad470017748b6919a8eabfb5c3153c8c95ea5621d02c2e41fbc496e50fef248b5473987bf53bb7487f99790f2280cea536a2391120240d29e069
MISC metadata.xml 974 BLAKE2B 2e46ac845ba9978e8b646007003dcf2b53844e5dd2a86f4cbdf812d58850e41f3636ba2807503aa56d6c69a8e04033d868534415c7fd71d424444af1eea392a9 SHA512 1f66c4340b79c43daca9d66be2b3e20e59405fc501a793d0159cbe40e7f541af79b036f53905bca0ea8001a14a9f4d17cb3fd060ce95cfbbc0b0ef9c8e521dff
diff --git a/app-office/sc-im/files/sc-im-0.8.3-malloc.patch b/app-office/sc-im/files/sc-im-0.8.3-malloc.patch
new file mode 100644
index 000000000000..a4aae6458e9d
--- /dev/null
+++ b/app-office/sc-im/files/sc-im-0.8.3-malloc.patch
@@ -0,0 +1,21 @@
+From b6fcd0658d566dac0fa0b7e83235c8721877d7a0 Mon Sep 17 00:00:00 2001
+From: Ryan Jaskulski <ryan.jaskulski@gmail.com>
+Date: Fri, 17 May 2024 20:57:46 -0400
+Subject: [PATCH] fixed compiler error related to missing include
+
+---
+ formats/ods.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/formats/ods.c b/formats/ods.c
+index a2e701a5..f7d7372d 100644
+--- a/formats/ods.c
++++ b/formats/ods.c
+@@ -50,6 +50,7 @@
+ #include <errno.h>
+ #include <zip.h>
+ #include <libxml/parser.h>
++#include <stdlib.h>
+
+ #include "../tui.h"
+ #include "../cmds/cmds.h"
diff --git a/app-office/sc-im/sc-im-0.8.3-r1.ebuild b/app-office/sc-im/sc-im-0.8.3-r1.ebuild
index bf62fb3ad657..044188f182b4 100644
--- a/app-office/sc-im/sc-im-0.8.3-r1.ebuild
+++ b/app-office/sc-im/sc-im-0.8.3-r1.ebuild
@@ -44,6 +44,10 @@ RDEPEND="${DEPEND}"
BDEPEND="app-alternatives/yacc
virtual/pkgconfig"
+PATCHES=(
+ "${FILESDIR}/${P}-malloc.patch"
+)
+
pkg_setup() {
CONFLICTING=$(usex tmux "tmux " "")$(usex wayland "wayland " "")$(usex X "X" "")
if ( use tmux && ( use wayland || use X ) ) ; then
diff --git a/app-office/texmacs/Manifest b/app-office/texmacs/Manifest
index c85dc6806b92..cf975bee400e 100644
--- a/app-office/texmacs/Manifest
+++ b/app-office/texmacs/Manifest
@@ -1,4 +1,3 @@
DIST TeXmacs-2.1-src.tar.gz 35851289 BLAKE2B e29cf78d4c0f8b9d8bf89fd448775979efceaecd409c407bf66622cfa0e0aa166fe9a0abc146a282d71d989cdf03b21a8e17545a93196b868190ecb5fff3e993 SHA512 9e33bfb0a74ca6f6947cfa632adc162776083ae5e5ab46bc85fc8dac5e531457a2f888da5e552d6da39db16e543849a7b86f0fc6918b62e911d35ff725e47a2b
-EBUILD texmacs-2.1-r1.ebuild 1322 BLAKE2B 8ac2b134e776afc2a4528b2fc70505e3394d52e3dafa56e9aa34a0d370f998976da159d992995cf405705cc079819c2edee19438221e8d46e6afb131ccdf93da SHA512 b0de1d9188543c379b22f8b1a2fe57799c39408a3b15eeca820c4375ce22039d228626d61ffd7ce2323225109f97caba2a0552b52de72921ff0f10fbc748ad55
EBUILD texmacs-2.1-r100.ebuild 1366 BLAKE2B c9c11372c3bd1802dcc052338fda6982a7ba26d951071680c6a1f2cd4638cce51760e925c2980764e668437f7df0e3a4cd4490d3cad3e8d0dcebbc0fcb31d303 SHA512 044708fa57a97912978a700163d63c53622b358c0cda6e95a30b39621723aa54c3d4b8aab48f81bd86a9b2d18ef39e8e16a605d8b9ebe16caf4319afb0421d1c
MISC metadata.xml 550 BLAKE2B 6b9e5f132e681b3d4ee67216215e0f884d43b4731082cdda9eb4ad612e49d07172ea33ed1c3efd2576cd0e182673565400956050a8f5601f9df31a316b42fcf4 SHA512 e46f2ac6a80b1890be49363bf094d8500b734dc9e343ed42ed9d7c480f62cee582caf3dd7b36da1507db474279c5fc7b1d8e16294cb85220f28520c5c7e3aae9
diff --git a/app-office/texmacs/texmacs-2.1-r1.ebuild b/app-office/texmacs/texmacs-2.1-r1.ebuild
deleted file mode 100644
index 882a51c9116f..000000000000
--- a/app-office/texmacs/texmacs-2.1-r1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake xdg-utils
-
-MY_P=${P/tex/TeX}-src
-
-DESCRIPTION="Wysiwyg text processor with high-quality maths"
-HOMEPAGE="https://www.texmacs.org/"
-SRC_URI="https://www.texmacs.org/Download/ftp/tmftp/source/${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="debug jpeg netpbm sqlite svg spell"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
- app-text/ghostscript-gpl
- <dev-scheme/guile-1.9:12[debug?,deprecated]
- media-libs/freetype
- x11-apps/xmodmap
- x11-libs/libXext
- virtual/latex-base
- >=dev-qt/qtcore-5.9.1:5
- >=dev-qt/qtgui-5.9.1:5
- >=dev-qt/qtwidgets-5.9.1:5
- >=dev-qt/qtprintsupport-5.9.1:5
- sqlite? ( dev-db/sqlite )
- jpeg? ( virtual/imagemagick-tools[jpeg] )
- netpbm? ( media-libs/netpbm )
- spell? ( app-text/aspell )
- svg? ( || ( media-gfx/inkscape gnome-base/librsvg:2 ) )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="x11-base/xorg-proto"
-
-S="${WORKDIR}/${MY_P}"
-
-src_configure() {
- local mycmakeargs=(
- -DUSE_SQLITE3=$(usex sqlite 1 0)
- -DDEBUG_ASSERT=$(usex debug 1 0)
- )
- cmake_src_configure
-}
-
-pkg_postinst() {
- xdg_desktop_database_update
- xdg_mimeinfo_database_update
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
- xdg_mimeinfo_database_update
- xdg_icon_cache_update
-}