Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-calculator/
Date: Sun, 09 Sep 2018 14:28:55
Message-Id: 1536503323.4b984b2e1c16cdf6d1f2c23bc091cdc92a0f1825.leio@gentoo
1 commit: 4b984b2e1c16cdf6d1f2c23bc091cdc92a0f1825
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 9 14:23:19 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 9 14:28:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b984b2e
7
8 gnome-extra/gnome-calculator: bump to 3.30.0
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 gnome-extra/gnome-calculator/Manifest | 1 +
13 .../gnome-calculator-3.30.0.ebuild | 48 ++++++++++++++++++++++
14 gnome-extra/gnome-calculator/metadata.xml | 4 ++
15 3 files changed, 53 insertions(+)
16
17 diff --git a/gnome-extra/gnome-calculator/Manifest b/gnome-extra/gnome-calculator/Manifest
18 index 18a95e3e913..2ea1a98fb3b 100644
19 --- a/gnome-extra/gnome-calculator/Manifest
20 +++ b/gnome-extra/gnome-calculator/Manifest
21 @@ -1 +1,2 @@
22 DIST gnome-calculator-3.24.0.tar.xz 1358368 BLAKE2B 81ad42598418b11f2436ebf482bbf93547460990cdb464efb3107e93010081f3d687bf99c80d35d9a6576b5d838218c7ea07e81256abfa358ce78031d80b346d SHA512 55968f3a307748050089652394a3652b8e199be9abf87d43e732874526dc2f08c4521e302a69afd2c09705ffa67a890fc2217503dd31ef51959df9189364c22f
23 +DIST gnome-calculator-3.30.0.tar.xz 1069768 BLAKE2B c59848760da90f76648b8de888bd41319bc077eeabe729792142aa36ca634b439ab1d4a07318afaa335e511d5bc68937cca4aa7ce63c331064d809c8d4880283 SHA512 16d99c1919614bef4ce4e056543e369563c7ac773e77f3a9e5a09eaddd33f18077b2ba287b1a925ad39f6832236de7f7924dc7a76621ace7b02412d0166df0c2
24
25 diff --git a/gnome-extra/gnome-calculator/gnome-calculator-3.30.0.ebuild b/gnome-extra/gnome-calculator/gnome-calculator-3.30.0.ebuild
26 new file mode 100644
27 index 00000000000..54fc94cc706
28 --- /dev/null
29 +++ b/gnome-extra/gnome-calculator/gnome-calculator-3.30.0.ebuild
30 @@ -0,0 +1,48 @@
31 +# Copyright 1999-2018 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +inherit gnome.org gnome2-utils meson vala xdg
36 +
37 +DESCRIPTION="A calculator application for GNOME"
38 +HOMEPAGE="https://wiki.gnome.org/Apps/Calculator"
39 +
40 +LICENSE="GPL-3+"
41 +SLOT="0"
42 +IUSE=""
43 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
44 +
45 +# gtksourceview vapi definitions in dev-lang/vala itself are too old, and newer vala removes them
46 +# altogether, thus we need them installed by gtksourceview[vala]
47 +RDEPEND="
48 + >=dev-libs/glib-2.40:2
49 + >=x11-libs/gtk+-3.19.3:3
50 + >=x11-libs/gtksourceview-3.15.1:3.0[vala]
51 + >=net-libs/libsoup-2.42:2.4
52 + dev-libs/libxml2:2
53 + dev-libs/mpc:=
54 + dev-libs/mpfr:0=
55 +"
56 +DEPEND="${RDEPEND}
57 + $(vala_depend)
58 + dev-libs/appstream-glib
59 + >=sys-devel/gettext-0.19.8
60 + virtual/pkgconfig
61 +"
62 +
63 +src_prepare() {
64 + vala_src_prepare
65 + xdg_src_prepare
66 +}
67 +
68 +pkg_postinst() {
69 + xdg_pkg_postinst
70 + gnome2_icon_cache_update
71 + gnome2_schemas_update
72 +}
73 +
74 +pkg_postrm() {
75 + xdg_pkg_postrm
76 + gnome2_icon_cache_update
77 + gnome2_schemas_update
78 +}
79
80 diff --git a/gnome-extra/gnome-calculator/metadata.xml b/gnome-extra/gnome-calculator/metadata.xml
81 index 39980802b1d..422f1444573 100644
82 --- a/gnome-extra/gnome-calculator/metadata.xml
83 +++ b/gnome-extra/gnome-calculator/metadata.xml
84 @@ -5,4 +5,8 @@
85 <email>gnome@g.o</email>
86 <name>Gentoo GNOME Desktop</name>
87 </maintainer>
88 +<longdescription lang="en">
89 + GNOME Calculator is an application that solves mathematical equations and is
90 + suitable as a default application in a Desktop environment.
91 +</longdescription>
92 </pkgmetadata>