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: gui-libs/amtk/
Date: Mon, 21 Nov 2022 15:13:57 +0000 (UTC)	[thread overview]
Message-ID: <1669043632.3a7199f74166c751767622d7c3c2e7296ab265b8.mattst88@gentoo> (raw)

commit:     3a7199f74166c751767622d7c3c2e7296ab265b8
Author:     Guillermo Joandet <gjoandet <AT> gmail <DOT> com>
AuthorDate: Thu Nov 17 15:35:11 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Nov 21 15:13:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a7199f7

gui-libs/amtk: Version bump to 5.6.1

Signed-off-by: Guillermo Joandet <gjoandet <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/28311
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 gui-libs/amtk/Manifest          |  1 +
 gui-libs/amtk/amtk-5.6.1.ebuild | 38 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/gui-libs/amtk/Manifest b/gui-libs/amtk/Manifest
index fcb8b237e223..9ed498782295 100644
--- a/gui-libs/amtk/Manifest
+++ b/gui-libs/amtk/Manifest
@@ -1,2 +1,3 @@
 DIST amtk-5.4.1.tar.xz 58024 BLAKE2B aa65a5b8e9e4105d0ba699eef7e505ba3acb95a7014da1217b9569b68cb1ae7e7abf6debc1bd79935baa376e5a36ef197add3c3d326d97e89c7107c42ff4e582 SHA512 6257295c9c4756de622df48dd915cb591e5f3bf2d5d17dcb26f835e69c885d50e48a2634d8f7b9537638e7bdc531462670697823301ca2d257403192f6f8062c
 DIST amtk-5.6.0.tar.xz 58720 BLAKE2B 76770eef7148ce934621e8183fd0ed45e63e6078767a6af63160e406c2cb09320f6c79476d21f46e41ec2b7532216cab734931f6f3771b920e956c700145f5b8 SHA512 63e2d2a9f6d66cad9db4d18c2cfd6955aeb2cdcaf6bef7f1925f20e07507befd0d7ce9b9bee6edd9ac936cdb17c8ec5e4004ec5454b6c78740e85452b74f23f0
+DIST amtk-5.6.1.tar.xz 58472 BLAKE2B 3c31ba010c2711f8b85cd704de1595100f17b2f3471b2d6036bae1c414f5af669b11105288bcc70b07e035334575bd8e0ac35f9bf6d69affe2ba1b5491408df2 SHA512 668519d2977e951d6b5d78add44a3f829ec169ff115be1aa4ab986e902b06653568135a3793653725a4aad95ec82cb171f0e8d16a2f83485659a14ed3e932c34

diff --git a/gui-libs/amtk/amtk-5.6.1.ebuild b/gui-libs/amtk/amtk-5.6.1.ebuild
new file mode 100644
index 000000000000..4d45ba1a85dc
--- /dev/null
+++ b/gui-libs/amtk/amtk-5.6.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome2 meson
+
+DESCRIPTION="Actions, Menus and Toolbars Kit for GTK+ applications"
+HOMEPAGE="https://gitlab.gnome.org/World/amtk"
+
+LICENSE="LGPL-2.1+"
+SLOT="5/0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="+introspection gtk-doc"
+
+RDEPEND="
+	>=dev-libs/glib-2.56:2
+	>=x11-libs/gtk+-3.22:3
+	introspection? ( >=dev-libs/gobject-introspection-1.42:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	dev-util/glib-utils
+	gtk-doc? (
+		>=dev-util/gtk-doc-1.25
+		app-text/docbook-xml-dtd:4.3
+	)
+	>=sys-devel/gettext-0.19.6
+	virtual/pkgconfig
+"
+
+src_configure() {
+	local emesonargs=(
+		$(meson_use gtk-doc gtk_doc)
+		$(meson_use introspection gobject_introspection)
+	)
+	meson_src_configure
+}


             reply	other threads:[~2022-11-21 15:14 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-21 15:13 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-07-27  5:46 [gentoo-commits] repo/gentoo:master commit in: gui-libs/amtk/ WANG Xuerui
2022-11-04 18:00 Matt Turner
2022-10-30 23:21 Matt Turner
2022-07-18 23:41 Sam James
2022-05-28  1:58 Matt Turner
2022-05-03 13:48 Matt Turner
2021-10-17 11:36 Mart Raudsepp
2021-01-05 18:30 Matt Turner
2021-01-05 18:30 Matt Turner
2020-07-18 21:50 Sam James
2020-04-25 20:17 Mart Raudsepp
2020-01-31 10:45 Mart Raudsepp
2019-12-23 22:02 Mart Raudsepp
2019-09-07 11:00 Mart Raudsepp
2019-05-10 17:39 Mikle Kolyada
2019-05-02 21:13 Mikle Kolyada
2019-04-07 20:55 Sergei Trofimovich
2019-03-26  6:09 Mart Raudsepp
2019-03-25 21:21 Mikle Kolyada
2019-03-24 20:04 Sergei Trofimovich
2019-03-24 20:02 Sergei Trofimovich
2019-03-24 13:08 Sergei Trofimovich
2019-03-22 21:37 Mart Raudsepp

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=1669043632.3a7199f74166c751767622d7c3c2e7296ab265b8.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