summaryrefslogtreecommitdiff
path: root/app-office/texmacs
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-06-29 12:04:12 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-06-29 12:04:12 +0100
commit0f558761aa2dee1017b4751e4017205e015a9560 (patch)
tree037df795519468a25d9362b4e95cdaeb84eb1cf9 /app-office/texmacs
parent752d6256e5204b958b0ef7905675a940b5e9172f (diff)
gentoo resync : 29.12.2022
Diffstat (limited to 'app-office/texmacs')
-rw-r--r--app-office/texmacs/Manifest2
-rw-r--r--app-office/texmacs/texmacs-2.1.ebuild8
2 files changed, 5 insertions, 5 deletions
diff --git a/app-office/texmacs/Manifest b/app-office/texmacs/Manifest
index bfb6a2513a58..bc55bd317295 100644
--- a/app-office/texmacs/Manifest
+++ b/app-office/texmacs/Manifest
@@ -1,3 +1,3 @@
DIST TeXmacs-2.1-src.tar.gz 35851289 BLAKE2B e29cf78d4c0f8b9d8bf89fd448775979efceaecd409c407bf66622cfa0e0aa166fe9a0abc146a282d71d989cdf03b21a8e17545a93196b868190ecb5fff3e993 SHA512 9e33bfb0a74ca6f6947cfa632adc162776083ae5e5ab46bc85fc8dac5e531457a2f888da5e552d6da39db16e543849a7b86f0fc6918b62e911d35ff725e47a2b
-EBUILD texmacs-2.1.ebuild 1332 BLAKE2B 2ce4ee726959e8db244b9494aa089ab6e8882d099e1b4a4ca0725c6a43d5b9562bd1c48325d38399f0770b479fed49f0b429ddad7dd48778875dbe55afd9fe2b SHA512 51d17a346aee52357286f949f4355e7772115ad1eb91ca5f8abf3690673b429082345154943437908415f7da71c57ff3e00a56ed0112e082b1eb4b52fa800458
+EBUILD texmacs-2.1.ebuild 1309 BLAKE2B 1e427c985e9d31a27809ce726cad429fade9399152741d92204374273e9c6b86fe114060a5b57c5f43f59c793886be8047732fbf9aacf7a27ed02dc54db6c334 SHA512 6cf65c9756070a894b565a5ea0e4571dfe04e4aba4b18865963b32441869e437a268c98effc382fd17a7f3bcc038ade244b10fe2d8eb5cb955edf4aaad24686e
MISC metadata.xml 550 BLAKE2B 6b9e5f132e681b3d4ee67216215e0f884d43b4731082cdda9eb4ad612e49d07172ea33ed1c3efd2576cd0e182673565400956050a8f5601f9df31a316b42fcf4 SHA512 e46f2ac6a80b1890be49363bf094d8500b734dc9e343ed42ed9d7c480f62cee582caf3dd7b36da1507db474279c5fc7b1d8e16294cb85220f28520c5c7e3aae9
diff --git a/app-office/texmacs/texmacs-2.1.ebuild b/app-office/texmacs/texmacs-2.1.ebuild
index e0775e242482..84148ee39858 100644
--- a/app-office/texmacs/texmacs-2.1.ebuild
+++ b/app-office/texmacs/texmacs-2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -8,8 +8,8 @@ inherit cmake xdg-utils
MY_P=${P/tex/TeX}-src
DESCRIPTION="Wysiwyg text processor with high-quality maths"
-HOMEPAGE="http://www.texmacs.org/"
-SRC_URI="http://www.texmacs.org/Download/ftp/tmftp/source/${MY_P}.tar.gz"
+HOMEPAGE="https://www.texmacs.org/"
+SRC_URI="https://www.texmacs.org/Download/ftp/tmftp/source/${MY_P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
@@ -28,7 +28,7 @@ RDEPEND="
>=dev-qt/qtwidgets-5.9.1:5
>=dev-qt/qtprintsupport-5.9.1:5
sqlite? ( dev-db/sqlite )
- jpeg? ( || ( media-gfx/imagemagick media-gfx/jpeg2ps ) )
+ jpeg? ( media-gfx/imagemagick )
netpbm? ( media-libs/netpbm )
spell? ( app-text/aspell )
svg? ( || ( media-gfx/inkscape gnome-base/librsvg:2 ) )