public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-logs/
Date: Wed, 19 Feb 2020 22:39:05 +0000 (UTC)	[thread overview]
Message-ID: <1582151770.1d9d3464c39dfb6ccc24c54a19b805d00e44334f.leio@gentoo> (raw)

commit:     1d9d3464c39dfb6ccc24c54a19b805d00e44334f
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 19 22:16:28 2020 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Wed Feb 19 22:36:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d9d3464

gnome-extra/gnome-logs: bump to 3.32.1

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 gnome-extra/gnome-logs/Manifest                 |  1 +
 gnome-extra/gnome-logs/gnome-logs-3.32.1.ebuild | 54 +++++++++++++++++++++++++
 2 files changed, 55 insertions(+)

diff --git a/gnome-extra/gnome-logs/Manifest b/gnome-extra/gnome-logs/Manifest
index ce7dc39cb92..a895138dc23 100644
--- a/gnome-extra/gnome-logs/Manifest
+++ b/gnome-extra/gnome-logs/Manifest
@@ -1 +1,2 @@
 DIST gnome-logs-3.30.0.tar.xz 1289980 BLAKE2B 51c99c335b72039eab96feae8acff55f17c65b44959ce7b0f6a310a71dc4d372fd7e225a73650896a7177650ca77df6cf340a91cdbbff0cd18dfc1b2fd658d1b SHA512 940aa6883538aad28ce86e313425e28f2633d68f55dc3b17260bd81f6232799b29234d9a26dfd0cd26af0d0debf0cb832e76b5b8743d95b8e32514ac5fe6ece0
+DIST gnome-logs-3.32.1.tar.xz 459524 BLAKE2B c3330257df4e6baddb7cfe6053787d2084ea50ca36b2d792c940be997a07b198a3b1277ab5e0d9ccaa272ffead8df05d27cf7f9cd637f882ba0fd23b0b199a91 SHA512 bb2bec86c68ed9850bae99420d5ca7855ae557acb5712ec17c67c071faf98b84e8562d27acf09c7feb08a62eb1570d0c72d28a1415924304b2ade36692428da7

diff --git a/gnome-extra/gnome-logs/gnome-logs-3.32.1.ebuild b/gnome-extra/gnome-logs/gnome-logs-3.32.1.ebuild
new file mode 100644
index 00000000000..e5c5db38656
--- /dev/null
+++ b/gnome-extra/gnome-logs/gnome-logs-3.32.1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome.org gnome2-utils meson virtualx xdg
+
+DESCRIPTION="Log messages and event viewer"
+HOMEPAGE="https://wiki.gnome.org/Apps/Logs"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	gnome-base/gsettings-desktop-schemas
+	>=dev-libs/glib-2.43.90:2
+	>=x11-libs/gtk+-3.22:3
+	sys-apps/systemd:=
+"
+DEPEND="${RDEPEND}
+	dev-util/glib-utils
+	>=sys-devel/gettext-0.19.8
+	app-text/docbook-xml-dtd:4.3
+	dev-libs/libxml2:2
+	dev-libs/libxslt
+	dev-util/itstool
+	virtual/pkgconfig
+"
+
+RESTRICT="!test? ( test )"
+
+src_configure() {
+	local emesonargs=(
+		$(meson_use test tests)
+		-Dman=true
+	)
+	meson_src_configure
+}
+
+src_test() {
+	virtx meson_src_test
+}
+
+pkg_postinst() {
+	xdg_pkg_postinst
+	gnome2_schemas_update
+}
+
+pkg_postrm() {
+	xdg_pkg_postrm
+	gnome2_schemas_update
+}


             reply	other threads:[~2020-02-19 22:39 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-19 22:39 Mart Raudsepp [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-01 11:53 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-logs/ Pacho Ramos
2024-06-01 11:53 Pacho Ramos
2022-11-23 17:52 Jakov Smolić
2022-10-30 22:29 Matt Turner
2022-10-01 14:39 Matt Turner
2022-03-30  5:50 Matt Turner
2022-01-13  2:04 Georgy Yakovlev
2022-01-03 12:10 Georgy Yakovlev
2020-08-30 18:09 Sam James
2020-07-18  8:45 Mart Raudsepp
2020-04-20 20:42 Mart Raudsepp
2020-04-08  6:48 Mart Raudsepp
2019-05-18 21:24 Mart Raudsepp
2019-03-14 18:38 Mart Raudsepp
2018-12-01 18:25 Gilles Dartiguelongue
2018-12-01 18:25 Gilles Dartiguelongue
2018-02-03 22:35 Mart Raudsepp
2018-01-18  3:27 Mikle Kolyada
2017-08-12  9:42 Gilles Dartiguelongue
2016-10-21  7:33 Gilles Dartiguelongue
2016-10-21  7:33 Gilles Dartiguelongue
2016-06-25 18:43 Pacho Ramos
2016-06-25 18:43 Pacho Ramos
2016-03-06 18:58 Mikle Kolyada
2015-11-26 10:51 Gilles Dartiguelongue
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=1582151770.1d9d3464c39dfb6ccc24c54a19b805d00e44334f.leio@gentoo \
    --to=leio@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