diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2024-09-25 08:53:03 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2024-09-25 10:02:10 +0200 |
commit | b60bba4ab93cb162702b71df91fa1ff1f84de712 (patch) | |
tree | 209f3e43530c96b0ee0fc7000517c0183a81e3cb /www-plugins | |
parent | net-analyzer/zabbix: bump to 5.0.44 (diff) | |
download | gentoo-b60bba4ab93cb162702b71df91fa1ff1f84de712.tar.gz gentoo-b60bba4ab93cb162702b71df91fa1ff1f84de712.tar.bz2 gentoo-b60bba4ab93cb162702b71df91fa1ff1f84de712.zip |
www-plugins/pdfjs: add 4.6.82
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'www-plugins')
-rw-r--r-- | www-plugins/pdfjs/Manifest | 1 | ||||
-rw-r--r-- | www-plugins/pdfjs/pdfjs-4.6.82.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/www-plugins/pdfjs/Manifest b/www-plugins/pdfjs/Manifest index 87fa0d8ca772..4c6b16436765 100644 --- a/www-plugins/pdfjs/Manifest +++ b/www-plugins/pdfjs/Manifest @@ -1 +1,2 @@ DIST pdfjs-4.5.136.zip 5885918 BLAKE2B 9741c202381f845756ecb2b80299a2c85f5ce3de47fc9b89de3d264695ef039043e8455845b0ac0b5c01b2b17b31066660bfaa83e9bdc011d7a2b7f2b648a029 SHA512 1062c1794335333ec23c44f717c8c0eac683594818678078338fb839ac8b72ba72be81074a6c33492994a2044c2fa66e2d219b56fbc36364ef9a43db86337e7f +DIST pdfjs-4.6.82.zip 5971143 BLAKE2B 7ee5d313cb0e90cd059576594bced79c2b77db3c7142c5b68787635f3206910f9fe560f4d19a9b7e467c799d5287fe33427021c033444d02f9b89f66974f4788 SHA512 4981a39827b36a1f6a8ba0611504460422e7f47ea35e57bb08812750959b3d51c19395a29e0e3aef7787c2f746ca84ede11de483f80450586266c56ceb0aef76 diff --git a/www-plugins/pdfjs/pdfjs-4.6.82.ebuild b/www-plugins/pdfjs/pdfjs-4.6.82.ebuild new file mode 100644 index 000000000000..a7c66a412285 --- /dev/null +++ b/www-plugins/pdfjs/pdfjs-4.6.82.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="A PDF reader in JavaScript" +HOMEPAGE="https://mozilla.github.io/pdf.js/" +SRC_URI="https://github.com/mozilla/pdf.js/releases/download/v${PV}/${P}-dist.zip -> ${P}.zip" +S="${WORKDIR}" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +BDEPEND="app-arch/unzip" + +src_install() { + insinto /usr/share/pdf.js/ + + doins -r build + doins -r web +} |