Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/zotero-bin/
Date: Mon, 22 Aug 2022 14:47:46
Message-Id: 1661179632.076d6c09d5140787a40b01ca1f8a9712c82b9d23.andrewammerlaan@gentoo
1 commit: 076d6c09d5140787a40b01ca1f8a9712c82b9d23
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 22 14:47:12 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 22 14:47:12 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=076d6c09
7
8 app-text/zotero-bin: add 6.0.13
9
10 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
11
12 app-text/zotero-bin/Manifest | 2 +
13 app-text/zotero-bin/zotero-bin-6.0.13.ebuild | 87 ++++++++++++++++++++++++++++
14 2 files changed, 89 insertions(+)
15
16 diff --git a/app-text/zotero-bin/Manifest b/app-text/zotero-bin/Manifest
17 index b903b5a2984c..d382ffd6d98c 100644
18 --- a/app-text/zotero-bin/Manifest
19 +++ b/app-text/zotero-bin/Manifest
20 @@ -1,2 +1,4 @@
21 DIST zotero-bin-6.0.10.tar.bz2 68712203 BLAKE2B 45e4ff33de1cf84c9c6bf9177de4096eb52abfaeb3347153376598d1dd8ad0d90a11383a4a1c62f77e8234f167cf0950fbfa4f58b74d33f48ec073a22a8bc832 SHA512 06ac2a21f8ec7576c759b6375a66e7e9370ac81f6e8832b7ca4850311a2d7e208d17b5fe2cda372763f80756fbaccaffc75afc828014611723931ace2958f19a
22 +DIST zotero-bin-6.0.13-amd64.tar.bz2 68738437 BLAKE2B d70dd479b8f9517f7eb0017c9be891df39e74b919719f4308e6fb8cea064920f41717377ab8072af3ed2b60c28deeb75fba918e7a2b03f7d40eef08c15c38446 SHA512 150ad3f213ad7289e09f79422f4840a4a288d80bfe661a9c06d330198c52018efe01bc68629485fd822647902df59ec5862bee5df13d1de106a2ccd84b647944
23 +DIST zotero-bin-6.0.13-x86.tar.bz2 70376898 BLAKE2B dc16790081cdf9fbb35febd537b180192f43a28dabd8ee012ef721ebeabd516f422bd04e2bb8820571dabfd26a5039d72822e07b9df7f457be0834762ec75eb4 SHA512 4bf71e788cb97497e4acb18150dc7865fe4d2e90a2d658e660c54b2312ec3939365226f30bc65f736c0b38316a238b97ddde0555ccf12b95c449d396d7872c1d
24 DIST zotero-bin-6.0.9.tar.bz2 68609695 BLAKE2B a921b6558d53b162ef2d3ef23db73dfd20f9f87f2fa533b28d95fe33f5e20c1c9d341b72d7a51f4780f3081f6f925991b40193ae5287565f3de0a4d937ec9333 SHA512 4610d0e7ae8fe228ffe6ceff9cd9724bc47b8fa7b6b0d0cdac3e539b67af037aeaaeb5d7f0935306f2e6bb719ca16bcad266a576e6389674f6717b15d610643c
25
26 diff --git a/app-text/zotero-bin/zotero-bin-6.0.13.ebuild b/app-text/zotero-bin/zotero-bin-6.0.13.ebuild
27 new file mode 100644
28 index 000000000000..a31cabce92e9
29 --- /dev/null
30 +++ b/app-text/zotero-bin/zotero-bin-6.0.13.ebuild
31 @@ -0,0 +1,87 @@
32 +# Copyright 1999-2022 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=8
36 +
37 +inherit desktop xdg
38 +
39 +DESCRIPTION="Helps you collect, organize, cite, and share your research sources"
40 +HOMEPAGE="https://www.zotero.org"
41 +SRC_URI="
42 + amd64? ( https://www.zotero.org/download/client/dl?channel=release&platform=linux-x86_64&version=${PV} -> ${P}-amd64.tar.bz2 )
43 + x86? ( https://www.zotero.org/download/client/dl?channel=release&platform=linux-i686&version=${PV} -> ${P}-x86.tar.bz2 )
44 +"
45 +S="${WORKDIR}"
46 +
47 +LICENSE="AGPL-3"
48 +SLOT="0"
49 +KEYWORDS="-* ~amd64 ~x86"
50 +
51 +RDEPEND="
52 + dev-libs/atk
53 + dev-libs/dbus-glib
54 + dev-libs/glib
55 + dev-libs/nspr
56 + dev-libs/nss
57 + media-libs/fontconfig
58 + media-libs/freetype
59 + sys-apps/dbus
60 + sys-libs/glibc
61 + x11-libs/cairo
62 + x11-libs/gdk-pixbuf
63 + x11-libs/gtk+:2
64 + x11-libs/gtk+:3
65 + x11-libs/libX11
66 + x11-libs/libxcb
67 + x11-libs/libXcomposite
68 + x11-libs/libXcursor
69 + x11-libs/libXdamage
70 + x11-libs/libXext
71 + x11-libs/libXfixes
72 + x11-libs/libXi
73 + x11-libs/libXrender
74 + x11-libs/libXt
75 + x11-libs/pango
76 +"
77 +
78 +QA_PREBUILT="opt/zotero/*"
79 +
80 +src_prepare() {
81 + if use amd64; then
82 + cd Zotero_linux-x86_64 || die
83 + elif use x86; then
84 + cd Zotero_linux-i686 || die
85 + fi
86 +
87 + # disable auto-update
88 + sed -i -e 's/\(pref("app.update.enabled"\).*/\1, false);/' defaults/preferences/prefs.js || die
89 +
90 + # disable default oo installation questions - manual installation is still possible
91 + sed -i -e 's/\(pref("extensions.zoteroOpenOfficeIntegration.skipInstallation"\).*/\1, true);/' \
92 + extensions/zoteroOpenOfficeIntegration@××××××.org/defaults/preferences/zoteroOpenOfficeIntegration.js || die
93 +
94 + # fix desktop-file
95 + sed -i -e 's#^Exec=.*#Exec=zotero#' zotero.desktop || die
96 + sed -i -e 's#Icon=zotero.*#Icon=zotero#' zotero.desktop || die
97 +
98 + default
99 +}
100 +
101 +src_install() {
102 + if use amd64; then
103 + cd Zotero_linux-x86_64 || die
104 + elif use x86; then
105 + cd Zotero_linux-i686 || die
106 + fi
107 +
108 + dodir opt/zotero
109 + cp -a * "${ED}/opt/zotero" || die
110 +
111 + dosym ../../opt/zotero/zotero usr/bin/zotero
112 +
113 + domenu zotero.desktop
114 +
115 + for size in 16 32 48 256; do
116 + newicon -s ${size} chrome/icons/default/default${size}.png zotero.png
117 + done
118 +}