Gentoo Archives: gentoo-commits

From: Sobhan Mohammadpour <sobhan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-calculator/
Date: Fri, 05 Jul 2019 01:56:35
Message-Id: 1562291593.1c751b43dac8ce32aa1ac38237cb61f5c5cc8118.sobhan@gentoo
1 commit: 1c751b43dac8ce32aa1ac38237cb61f5c5cc8118
2 Author: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 5 01:51:54 2019 +0000
4 Commit: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 5 01:53:13 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c751b43
7
8 gnome-extra/gnome-calculator: 3.30.1 → 3.32.2
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.14
11 RepoMan-Options: --force
12 Signed-off-by: Sobhan Mohammadpour <sobhan <AT> gentoo.org>
13
14 gnome-extra/gnome-calculator/Manifest | 1 +
15 .../gnome-calculator-3.32.2.ebuild | 49 ++++++++++++++++++++++
16 2 files changed, 50 insertions(+)
17
18 diff --git a/gnome-extra/gnome-calculator/Manifest b/gnome-extra/gnome-calculator/Manifest
19 index f4a18199fb2..ad3fc32a4ec 100644
20 --- a/gnome-extra/gnome-calculator/Manifest
21 +++ b/gnome-extra/gnome-calculator/Manifest
22 @@ -1 +1,2 @@
23 DIST gnome-calculator-3.30.1.tar.xz 1070308 BLAKE2B dca8e16f754d7ae7ac3371dbe65fcaacf51c251d377cc696c7c9a9ca6b4d9c0f6431acd06c3091e3d3e0f468cc599953452cbbe4de33473e365425ca3add602f SHA512 4c909f36d1e6ff594b9ab76419a6b50962cf4b5de606c4996d311e5ef6511a20d5c3b310919b271b1a0120ed6a0794644faf5a390d94b71ec6bb89883d498565
24 +DIST gnome-calculator-3.32.2.tar.xz 947096 BLAKE2B 7c511e4d22971b008587aaa9ee7a44bfa663b663ebaddd6b5d4426f673e0f8975506c3b6aaba2781e3ccbe9ab7b9eb9b9d876c1b8acae9e14b195bfbeb207c42 SHA512 ef30ddad8b68367f71c2b894f041affe2b88c8aa90ad40d6128d03e0dc4871fd57d632809a365b14bac0b53dad37a73df564d237b8f45d4c42c38e118cb26de1
25
26 diff --git a/gnome-extra/gnome-calculator/gnome-calculator-3.32.2.ebuild b/gnome-extra/gnome-calculator/gnome-calculator-3.32.2.ebuild
27 new file mode 100644
28 index 00000000000..a4ff4383308
29 --- /dev/null
30 +++ b/gnome-extra/gnome-calculator/gnome-calculator-3.32.2.ebuild
31 @@ -0,0 +1,49 @@
32 +# Copyright 1999-2019 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +inherit gnome.org gnome2-utils meson vala xdg
37 +
38 +DESCRIPTION="A calculator application for GNOME"
39 +HOMEPAGE="https://wiki.gnome.org/Apps/Calculator"
40 +
41 +LICENSE="GPL-3+"
42 +SLOT="0"
43 +IUSE=""
44 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
45 +
46 +# gtksourceview vapi definitions in dev-lang/vala itself are too old, and newer vala removes them
47 +# altogether, thus we need them installed by gtksourceview[vala]
48 +RDEPEND="
49 + >=dev-libs/glib-2.40:2
50 + >=x11-libs/gtk+-3.19.3:3
51 + x11-libs/gtksourceview:4[vala]
52 + >=net-libs/libsoup-2.42:2.4
53 + dev-libs/libxml2:2
54 + dev-libs/mpc:=
55 + dev-libs/mpfr:0=
56 +"
57 +DEPEND="${RDEPEND}
58 + $(vala_depend)
59 + dev-libs/appstream-glib
60 + dev-util/itstool
61 + >=sys-devel/gettext-0.19.8
62 + virtual/pkgconfig
63 +"
64 +
65 +src_prepare() {
66 + vala_src_prepare
67 + xdg_src_prepare
68 +}
69 +
70 +pkg_postinst() {
71 + xdg_pkg_postinst
72 + gnome2_icon_cache_update
73 + gnome2_schemas_update
74 +}
75 +
76 +pkg_postrm() {
77 + xdg_pkg_postrm
78 + gnome2_icon_cache_update
79 + gnome2_schemas_update
80 +}