public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtimezonemap/
Date: Fri, 29 May 2020 00:11:52 +0000 (UTC)	[thread overview]
Message-ID: <1590711044.fe2b82f20e4cc47aae6b872344e3cf0a468cf7c4.mattst88@gentoo> (raw)

commit:     fe2b82f20e4cc47aae6b872344e3cf0a468cf7c4
Author:     Matthew Turnbull <sparky <AT> bluefang-logic <DOT> com>
AuthorDate: Wed May 13 02:01:58 2020 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri May 29 00:10:44 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe2b82f2

dev-libs/libtimezonemap: Add version 0.4.6

Add libtimezonemap 0.4.6 to the tree. This widget
is used by cinnamon (cinnamon-settings) in the
Date & Time options as a visual time zone display
and picker.

Bug: https://bugs.gentoo.org/704532
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Matthew S. Turnbull <sparky <AT> bluefang-logic.com>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 dev-libs/libtimezonemap/Manifest                   |  1 +
 .../libtimezonemap/libtimezonemap-0.4.6.ebuild     | 35 ++++++++++++++++++++++
 dev-libs/libtimezonemap/metadata.xml               | 19 ++++++++++++
 3 files changed, 55 insertions(+)

diff --git a/dev-libs/libtimezonemap/Manifest b/dev-libs/libtimezonemap/Manifest
new file mode 100644
index 00000000000..c721d4362ef
--- /dev/null
+++ b/dev-libs/libtimezonemap/Manifest
@@ -0,0 +1 @@
+DIST libtimezonemap_0.4.6.tar.gz 2872895 BLAKE2B ec9da9efe4f58cd7c3cd6cb502ffc23d1331f8b8352021d30c4157d4a6fec983702c049725af672136f332e450191e03bb0c36c752cbd496c37a7e0bf64c4514 SHA512 3cbd4f577684254a91f1e745ecb49e58fe3c75e28c172a6115fbe68e7868c33ff4c68b80ef1d7f5c759f67d288e29a2a057e00e1788a57c4e55e0cbfef351761

diff --git a/dev-libs/libtimezonemap/libtimezonemap-0.4.6.ebuild b/dev-libs/libtimezonemap/libtimezonemap-0.4.6.ebuild
new file mode 100644
index 00000000000..a109233b6fe
--- /dev/null
+++ b/dev-libs/libtimezonemap/libtimezonemap-0.4.6.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools xdg
+
+DESCRIPTION="GTK+3 timezone map widget"
+HOMEPAGE="https://launchpad.net/timezonemap"
+SRC_URI="mirror://ubuntu/pool/main/libt/${PN}/${PN}_${PV}.tar.gz"
+RESTRICT="mirror"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-libs/glib:2
+	dev-libs/gobject-introspection:0=
+	dev-libs/json-glib
+	net-libs/libsoup
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf
+	x11-libs/gtk+:3"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	eautoreconf
+	default
+}
+
+src_install() {
+	default
+
+	find "${D}" -name '*.la' -delete || die
+}

diff --git a/dev-libs/libtimezonemap/metadata.xml b/dev-libs/libtimezonemap/metadata.xml
new file mode 100644
index 00000000000..72451521d14
--- /dev/null
+++ b/dev-libs/libtimezonemap/metadata.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>cinnamon@gentoo.org</email>
+		<name>Cinnamon Project</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+	<maintainer type="person">
+		<email>sparky@bluefang-logic.com</email>
+		<name>Matthew Turnbull</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="launchpad">timezonemap</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2020-05-29  0:12 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-29  0:11 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-09-15 14:20 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtimezonemap/ Joonas Niilola
2020-12-16 22:30 Sam James
2020-12-27  5:06 Sam James
2020-12-29 17:14 Sam James
2021-01-06  1:05 Sam James
2021-09-16 19:11 Sam James
2021-11-23  1:25 Yixun Lan
2022-11-21 17:46 Arthur Zamarin
2023-09-26 15:59 WANG Xuerui

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=1590711044.fe2b82f20e4cc47aae6b872344e3cf0a468cf7c4.mattst88@gentoo \
    --to=mattst88@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