public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-characters/
Date: Fri, 11 Aug 2017 23:22:14 +0000 (UTC)	[thread overview]
Message-ID: <1502493713.3c99fb0fb83e014f9d9f94b182dc1c886c84765f.eva@gentoo> (raw)

commit:     3c99fb0fb83e014f9d9f94b182dc1c886c84765f
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 11 22:37:23 2017 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Fri Aug 11 23:21:53 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c99fb0f

gnome-extra/gnome-characters: version bump 3.22.0 → 3.24.0

Small improvements and translations updates. Switch PYTHON_COMPAT to
python3 as generator scripts have explicity references to it.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 gnome-extra/gnome-characters/Manifest              |  1 +
 .../gnome-characters-3.24.0.ebuild                 | 56 ++++++++++++++++++++++
 2 files changed, 57 insertions(+)

diff --git a/gnome-extra/gnome-characters/Manifest b/gnome-extra/gnome-characters/Manifest
index 092abaa5ebe..5ba43ab4b60 100644
--- a/gnome-extra/gnome-characters/Manifest
+++ b/gnome-extra/gnome-characters/Manifest
@@ -1 +1,2 @@
 DIST gnome-characters-3.22.0.tar.xz 1481416 SHA256 0778b625646d6d934cf252d58a2e16403889da6bfc237bdca1d3cb3258f63d4e SHA512 c04d79f9b31601e127ae6103b2f473e2e4733facebf504189a8d5721a78b430883a0f790b58537eb7772c5a4ce72013183d037909f30a237cd1482c31144905f WHIRLPOOL 83e892f6f3f0f7c7f6171d9c049e1f029865dfcb6c998c16db5fb9c47ed550d307eb9113dc46324d5c1c3a487ee04a08f9e27357c25d120a577be86b18131b9f
+DIST gnome-characters-3.24.0.tar.xz 1490304 SHA256 9ef4ff28437a63a221c47189231909fb9e4cac838c5f3cf402906fb128b52596 SHA512 28531676e3ed89cea574f800a1f0e19106eb4ccb0edc62ea493bb6680fdbe3b1ed45c3cd865a637c059a89df63b980cd4a9d69d73049778c52725b1d38fdad9d WHIRLPOOL ee087ba7daac78fff365794f09e8e547aebe3bc9288602423a6bead3a5614d99fc620dadc705ba1abae15c1352c00bd93276d5ad82aad268d07a2bbecd5be5a2

diff --git a/gnome-extra/gnome-characters/gnome-characters-3.24.0.ebuild b/gnome-extra/gnome-characters/gnome-characters-3.24.0.ebuild
new file mode 100644
index 00000000000..d6daef0506e
--- /dev/null
+++ b/gnome-extra/gnome-characters/gnome-characters-3.24.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+VALA_USE_DEPEND="vapigen"
+PYTHON_COMPAT=( python{3_4,3_5} )
+
+inherit gnome2 python-any-r1 vala virtualx
+
+DESCRIPTION="Unicode character map viewer and library"
+HOMEPAGE="https://wiki.gnome.org/Design/Apps/CharacterMap"
+
+LICENSE="GPL-2 BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	>=dev-libs/gjs-1.43.3
+	>=dev-libs/glib-2.32:2
+	>=dev-libs/gobject-introspection-1.35.9:=
+	>=dev-libs/libunistring-0.9.5
+	>=x11-libs/gtk+-3.20:3[introspection]
+	>=x11-libs/pango-1.36[introspection]
+"
+DEPEND="${RDEPEND}
+	dev-libs/appstream-glib
+	>=sys-devel/gettext-0.19.8
+	virtual/pkgconfig
+	test? (
+		${PYTHON_DEPS}
+		$(python_gen_any_dep 'dev-util/dogtail[${PYTHON_USEDEP}]') )
+"
+
+python_check_deps() {
+	use test && has_version "dev-util/dogtail[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+	use test && python-any-r1_pkg_setup
+}
+
+src_prepare() {
+	sed 's/print \(.*\)/print(\1)/' -i "${S}"/tests/smoke_test.py || die
+
+	gnome2_src_prepare
+	vala_src_prepare
+}
+
+src_configure() {
+	gnome2_src_configure $(use_enable test dogtail)
+}
+
+src_test() {
+	virtx emake check
+}


             reply	other threads:[~2017-08-11 23:22 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-11 23:22 Gilles Dartiguelongue [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-16  8:41 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-characters/ Pacho Ramos
2024-07-16  8:41 Pacho Ramos
2024-03-02 22:33 Mart Raudsepp
2024-02-18  6:09 Arthur Zamarin
2024-01-08  7:03 Sam James
2023-10-08 10:41 Pacho Ramos
2023-09-24  9:02 WANG Xuerui
2023-09-22  2:33 Matt Turner
2023-09-17 17:18 Matt Turner
2023-07-13 16:43 Matt Turner
2023-05-03  6:33 Arthur Zamarin
2023-05-02 20:05 Arthur Zamarin
2023-05-02 18:07 Arthur Zamarin
2023-03-19 23:38 Matt Turner
2022-12-05 19:28 Matt Turner
2022-11-23 17:52 Jakov Smolić
2022-11-05  5:59 Arthur Zamarin
2022-10-30 22:29 Matt Turner
2022-09-24 16:46 Matt Turner
2022-08-01  2:33 Sam James
2022-03-22  6:15 Matt Turner
2022-03-08  9:35 Sam James
2021-12-19  4:53 Matt Turner
2021-06-28  8:48 Mart Raudsepp
2021-06-07  6:22 Georgy Yakovlev
2021-04-16  4:10 Matt Turner
2020-07-04 15:07 Mart Raudsepp
2020-06-29 15:42 Mikle Kolyada
2020-06-28 14:19 Thomas Deutschmann
2020-04-12 21:52 Mart Raudsepp
2019-12-23 22:02 Mart Raudsepp
2019-10-13 12:14 Mart Raudsepp
2019-08-05 23:12 Aaron Bauman
2019-05-18 21:24 Mart Raudsepp
2019-02-27 19:30 Mart Raudsepp
2018-12-28 12:52 Gilles Dartiguelongue
2018-12-02 17:27 Mart Raudsepp
2018-11-19 23:06 Gilles Dartiguelongue
2018-09-30  0:19 Mart Raudsepp
2018-02-03 22:35 Mart Raudsepp
2018-01-18  3:39 Mikle Kolyada
2017-12-10 10:27 Pacho Ramos
2016-10-20 22:31 Gilles Dartiguelongue
2016-10-20 22:31 Gilles Dartiguelongue
2016-09-04 23:20 Gilles Dartiguelongue
2016-09-01  7:53 Gilles Dartiguelongue
2016-06-25 16:53 Pacho Ramos
2016-06-25 16:53 Pacho Ramos
2016-03-06 18:58 Mikle Kolyada
2016-02-28 19:19 Pacho Ramos
2015-11-15 10:30 Pacho Ramos
2015-09-07 21:11 Mikle Kolyada
2015-09-06 20:55 Pacho Ramos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1502493713.3c99fb0fb83e014f9d9f94b182dc1c886c84765f.eva@gentoo \
    --to=eva@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox