From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/poppler-data/
Date: Sun, 5 Feb 2023 00:02:11 +0000 (UTC) [thread overview]
Message-ID: <1675555284.e647fdc8f99057a7747c11863348e094c0ce7ab9.sam@gentoo> (raw)
commit: e647fdc8f99057a7747c11863348e094c0ce7ab9
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 5 00:01:24 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 5 00:01:24 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e647fdc8
app-text/poppler-data: add 0.4.12
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-text/poppler-data/Manifest | 1 +
app-text/poppler-data/poppler-data-0.4.12.ebuild | 27 ++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/app-text/poppler-data/Manifest b/app-text/poppler-data/Manifest
index 9ad957e67027..8e27a6198e35 100644
--- a/app-text/poppler-data/Manifest
+++ b/app-text/poppler-data/Manifest
@@ -1,2 +1,3 @@
DIST poppler-data-0.4.11-2-extra.tar.xz 3124 BLAKE2B 8ae0cb7613d36e2ceddb77736b04a61353cf4bcd3ac74e6cc65e7ddf727b65b98aa57c31bc02782cd74318119f0577cb3b187c9192ee0bb47dc8666e908a919b SHA512 3e43bc37b1a9affe4fabf68c3ea3490cbae0892286b3fd01f60f2fd232da68bc863fe0b058821d7d2e4ac4d7427b0ab02f8374abeba2cad704d578a155f46885
DIST poppler-data-0.4.11.tar.gz 4497282 BLAKE2B 01f0f9f3d933f45683a702c4d538d8fc59874512290f199b601c16f98f9b596ff249fbc992574d046931cc80f3685f94733248450d3a54f2f961951cdeda7c39 SHA512 a5b7ace28d1677e12f7500ab6345b277dc22cd48ace8d472c083933416879edf4da4efe8217b0e11f75a3387ed98d832fe50567884095b6c0e09ebd8802b0f32
+DIST poppler-data-0.4.12.tar.gz 4504754 BLAKE2B 0d34ff1fcc9120b5db2baded9d931ca37128106eecdd54892d0256f9736f799d52eacd4017741797432048def914dd13150c6e3bf8d9ea5b8597a799a497d1c7 SHA512 75f201e4c586ba47eb9a48a33ef6663fe353d0694b602feb7db282d73da7f0daffb0ff7e18e4a6cb40324305efa2413df562666939f4214e2dfd7ff00288f3de
diff --git a/app-text/poppler-data/poppler-data-0.4.12.ebuild b/app-text/poppler-data/poppler-data-0.4.12.ebuild
new file mode 100644
index 000000000000..f30dc0b9ffac
--- /dev/null
+++ b/app-text/poppler-data/poppler-data-0.4.12.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+POPPLER_DATA_EXTRA_VERSION="0.4.11-2"
+DESCRIPTION="Data files for poppler to support uncommon encodings without xpdfrc"
+HOMEPAGE="https://poppler.freedesktop.org/"
+SRC_URI="https://poppler.freedesktop.org/${P}.tar.gz"
+SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${PN}-${POPPLER_DATA_EXTRA_VERSION}-extra.tar.xz"
+
+# AGPL-3+ for the extra files needed by ghostscript, bug #844115
+LICENSE="AGPL-3+ BSD GPL-2 MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+
+src_install() {
+ emake prefix="${EPREFIX}"/usr DESTDIR="${D}" install
+
+ # We need to include extra cMaps for ghostscript, bug #844115
+ cp "${WORKDIR}"/${PN}-${POPPLER_DATA_EXTRA_VERSION}-extra/Identity-* "${ED}"/usr/share/poppler/cMap || die
+
+ # bug #409361
+ dodir /usr/share/poppler/cMaps
+ cd "${ED}"/usr/share/poppler/cMaps || die
+ find ../cMap -type f -exec ln -s {} . \; || die
+}
next reply other threads:[~2023-02-05 0:02 UTC|newest]
Thread overview: 60+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-05 0:02 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-09-04 13:29 [gentoo-commits] repo/gentoo:master commit in: app-text/poppler-data/ Andreas Sturmlechner
2023-09-03 16:46 Arthur Zamarin
2023-09-03 16:46 Arthur Zamarin
2023-08-19 12:39 Arthur Zamarin
2023-08-19 12:19 Arthur Zamarin
2023-08-19 12:19 Arthur Zamarin
2023-08-19 11:46 Arthur Zamarin
2023-08-19 11:46 Arthur Zamarin
2023-08-19 11:38 Sam James
2023-01-24 21:50 Andreas Sturmlechner
2022-11-18 19:42 Arthur Zamarin
2022-11-18 19:42 Arthur Zamarin
2022-10-20 19:06 Arthur Zamarin
2022-10-15 7:06 Jakov Smolić
2022-10-15 7:06 Jakov Smolić
2022-10-14 21:01 Arthur Zamarin
2022-10-13 23:19 Sam James
2022-10-13 23:01 Sam James
2022-10-02 3:15 Sam James
2022-10-01 6:56 Sam James
2022-08-17 16:21 Matt Turner
2022-05-17 12:48 WANG Xuerui
2022-02-23 4:40 Arthur Zamarin
2022-02-19 15:07 Arthur Zamarin
2022-02-19 13:43 Arthur Zamarin
2022-02-19 13:22 Jakov Smolić
2022-02-19 13:15 Jakov Smolić
2022-02-19 12:48 Arthur Zamarin
2022-02-19 9:35 Arthur Zamarin
2022-02-19 8:58 Arthur Zamarin
2021-09-07 17:12 Sam James
2021-09-07 6:48 Lars Wendler
2021-01-06 13:46 Fabian Groffen
2020-12-27 14:01 Fabian Groffen
2020-12-12 21:59 Andreas Sturmlechner
2020-11-24 19:06 Sergei Trofimovich
2020-11-24 7:43 Agostino Sarubbo
2020-11-23 9:47 Sam James
2020-11-23 9:44 Sam James
2020-11-23 4:52 Sam James
2020-11-23 3:58 Sam James
2020-11-23 0:29 Sam James
2020-11-23 0:29 Sam James
2020-11-22 23:51 Sam James
2020-10-24 16:16 Lars Wendler
2019-02-12 20:45 Andreas Sturmlechner
2019-02-12 13:29 Mart Raudsepp
2019-02-10 18:10 Mikle Kolyada
2019-02-10 18:10 Mikle Kolyada
2019-02-07 13:24 Mikle Kolyada
2019-02-04 19:41 Sergei Trofimovich
2019-02-02 19:18 Sergei Trofimovich
2019-02-01 20:00 Tobias Klausmann
2019-01-31 22:15 Thomas Deutschmann
2018-06-22 9:56 Mikle Kolyada
2018-04-26 10:52 Lars Wendler
2017-08-15 9:21 Lars Wendler
2017-03-29 0:01 Michael Weber
2017-01-29 15:24 Fabian Groffen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1675555284.e647fdc8f99057a7747c11863348e094c0ce7ab9.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox