Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/zim/
Date: Mon, 27 Sep 2021 16:35:14
Message-Id: 1632760508.c1be568dd36811e5a165d8e53ef7f66f95bfa386.voyageur@gentoo
1 commit: c1be568dd36811e5a165d8e53ef7f66f95bfa386
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 27 16:29:51 2021 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 27 16:35:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1be568d
7
8 x11-misc/zim: 0.74.1 bump
9
10 Package-Manager: Portage-3.0.24, Repoman-3.0.3
11 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
12
13 x11-misc/zim/Manifest | 1 +
14 x11-misc/zim/zim-0.74.1.ebuild | 73 ++++++++++++++++++++++++++++++++++++++++++
15 2 files changed, 74 insertions(+)
16
17 diff --git a/x11-misc/zim/Manifest b/x11-misc/zim/Manifest
18 index ad0b51fbcd4..02c796d9019 100644
19 --- a/x11-misc/zim/Manifest
20 +++ b/x11-misc/zim/Manifest
21 @@ -1,2 +1,3 @@
22 DIST zim-0.73.5.tar.gz 2702734 BLAKE2B 494dbe8ac0cbb46c15655cdf56bc25010591bd00faec94608ccd9fa7cec01385c6756480e5a3f37b50f44984ed69d30f33570ca913dab7ede2b89a4bf0cc4016 SHA512 f2c335d4697e7d0535b2abb200af45b7d753f2964e94a35c2ec8d4fb8deae0842aef086e09430a50d4ff5ecee89eb1f6f881a0b430877209e4a8d83ee046c4f9
23 DIST zim-0.74.0.tar.gz 2917916 BLAKE2B 32b1086395142d07b46425264e3ee6d6782d62f138fb661c0bc392b09054f0664e7a2d8b75f409a843b1e85c93a11e41e041019f69ef657e11d311253ba804ae SHA512 39e3849c14bc474b90583a708c8ead287b27a8eb5f714ad63f168f205fb6584c4ff2f9df45755aa3e3b012639891587c7153ae4e0fef71276241ddce6e32c01f
24 +DIST zim-0.74.1.tar.gz 2994036 BLAKE2B 9de89ce74bc08ec0b60f34d693ffdb3b8220efe6f03e3d77686c9d3db135713d7eb5e0beed35eb6f979e489f12b9d65b9b66e0e7449c45b955711684154ae6b8 SHA512 f78bf1ee6082488efe2e581984c85ffbddbfb7e5adfdf491232e93a8376580275f329e2d02c482afd70bbc70f62ca6f0b3bce636cff58b0a1d592dd4b8194e3a
25
26 diff --git a/x11-misc/zim/zim-0.74.1.ebuild b/x11-misc/zim/zim-0.74.1.ebuild
27 new file mode 100644
28 index 00000000000..131369dc028
29 --- /dev/null
30 +++ b/x11-misc/zim/zim-0.74.1.ebuild
31 @@ -0,0 +1,73 @@
32 +# Copyright 1999-2021 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +PYTHON_COMPAT=( python3_{8,9} )
37 +PYTHON_REQ_USE="sqlite"
38 +DISTUTILS_SINGLE_IMPL=1
39 +DISTUTILS_USE_SETUPTOOLS=no
40 +inherit distutils-r1 virtualx xdg
41 +
42 +DESCRIPTION="A desktop wiki"
43 +HOMEPAGE="
44 + https://zim-wiki.org/
45 + https://github.com/zim-desktop-wiki/zim-desktop-wiki
46 +"
47 +SRC_URI="https://github.com/${PN}-desktop-wiki/${PN}-desktop-wiki/archive/${PV/_/-}.tar.gz -> ${P}.tar.gz"
48 +
49 +LICENSE="BSD GPL-2+"
50 +SLOT="0"
51 +KEYWORDS="~amd64 ~arm ~x86"
52 +RESTRICT="test"
53 +
54 +RDEPEND="
55 + $(python_gen_cond_dep '
56 + dev-python/pygobject:3[${PYTHON_USEDEP}]
57 + dev-python/pyxdg[${PYTHON_USEDEP}]
58 + ')
59 + x11-libs/gtk+:3[introspection]
60 + x11-misc/xdg-utils
61 +"
62 +DEPEND="
63 + ${RDEPEND}
64 +"
65 +DOCS=( CHANGELOG.md CONTRIBUTING.md PLUGIN_WRITING.md README.md )
66 +PATCHES=( "${FILESDIR}"/${PN}-0.60-remove-ubuntu-theme.patch )
67 +S=${WORKDIR}/${PN}-desktop-wiki-${PV/_/-}
68 +
69 +python_prepare_all() {
70 + sed -i -e "s/'USER'/'LOGNAME'/g" zim/__init__.py zim/fs.py || die
71 +
72 + if [[ ${LINGUAS} ]]; then
73 + local lingua
74 + for lingua in translations/*.po; do
75 + lingua=${lingua/.po}
76 + lingua=${lingua/translations\/}
77 + has ${lingua} ${LINGUAS} || \
78 + { rm translations/${lingua}.po || die; }
79 + done
80 + fi
81 +
82 + distutils-r1_python_prepare_all
83 + export XDG_RUNTIME_DIR=fakethis
84 +}
85 +
86 +python_install() {
87 + distutils-r1_python_install
88 +}
89 +
90 +pkg_postinst() {
91 + xdg_pkg_postinst
92 + if ! has_version ${CATEGORY}/${PN}; then
93 + elog "Please install these packages for additional functionality"
94 + elog " dev-lang/R"
95 + elog " dev-python/gtkspell-python"
96 + elog " dev-vcs/bzr"
97 + elog " media-gfx/graphviz"
98 + elog " media-gfx/imagemagick"
99 + elog " media-gfx/scrot"
100 + elog " media-sound/lilypond"
101 + elog " sci-visualization/gnuplot"
102 + elog " virtual/latex-base app-text/dvipng"
103 + fi
104 +}