public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgnome-games-support/
Date: Thu, 11 Nov 2021 13:52:19 +0000 (UTC)	[thread overview]
Message-ID: <1636638725.3adeec5cd6e97056f8681b66d9ba172e3cc03b8e.pacho@gentoo> (raw)

commit:     3adeec5cd6e97056f8681b66d9ba172e3cc03b8e
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 11 13:18:31 2021 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Nov 11 13:52:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3adeec5c

dev-libs/libgnome-games-support: Bump to 1.8.2

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 dev-libs/libgnome-games-support/Manifest           |  1 +
 .../libgnome-games-support-1.8.2.ebuild            | 32 ++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-libs/libgnome-games-support/Manifest b/dev-libs/libgnome-games-support/Manifest
index 2f2f7458df7..ef84504c4fe 100644
--- a/dev-libs/libgnome-games-support/Manifest
+++ b/dev-libs/libgnome-games-support/Manifest
@@ -1 +1,2 @@
 DIST libgnome-games-support-1.8.1.tar.xz 45264 BLAKE2B a2bb36bcff92d3e24e3f6092437cf1e2fc93de6a891ce85448d0b68d42e0b717a084fd0af927a0ec0203af79b6f7ccc67c64c4f6b7a23473bc624cba8e0489c2 SHA512 ed5ba94db9ab3d6193e7bb2d0956e20c42577b9fdba4d1d31acb252c43d248cc9b478c807b5f9489dfc88d6757bf95206405d0adf4fb68aa50b8f9d1b6ec59bf
+DIST libgnome-games-support-1.8.2.tar.xz 45328 BLAKE2B 6df5e49629f65a12a683b6c026afa0629132ef3462d714f751fe75595a74dc3d3ab24c50c4a05e893999271ca66cd8395f36fc56ad01139a16b7f0c610fa2def SHA512 6c622b8a64df02be53b56cf8f2da6c9bc866f30042eb61c621db5ab38c4b88e90151c81a71eeba4f8d182b76d581df31f822409e633b45ee928737001f65f16e

diff --git a/dev-libs/libgnome-games-support/libgnome-games-support-1.8.2.ebuild b/dev-libs/libgnome-games-support/libgnome-games-support-1.8.2.ebuild
new file mode 100644
index 00000000000..dd3881c3568
--- /dev/null
+++ b/dev-libs/libgnome-games-support/libgnome-games-support-1.8.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome.org meson vala xdg
+
+DESCRIPTION="Library for code common to GNOME games"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/libgnome-games-support"
+
+LICENSE="LGPL-3+"
+SLOT="1/3"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE=""
+
+# glib dep in meson is 2.40, but vala is passed 2.44 target
+RDEPEND="
+	>=dev-libs/libgee-0.14.0:0.8=
+	>=dev-libs/glib-2.44:2
+	>=x11-libs/gtk+-3.19.2:3
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	>=sys-devel/gettext-0.19.8
+	virtual/pkgconfig
+	$(vala_depend)
+"
+
+src_prepare() {
+	vala_src_prepare
+	xdg_src_prepare
+}


             reply	other threads:[~2021-11-11 13:52 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-11 13:52 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-21  0:07 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgnome-games-support/ Ionen Wolkens
2022-10-30  1:50 Matt Turner
2022-03-22  2:46 Matt Turner
2021-04-12 21:59 Matt Turner
2021-03-27 20:41 Matt Turner
2021-03-21 22:00 Matt Turner
2020-08-22  9:14 Mart Raudsepp
2020-08-22  9:14 Mart Raudsepp
2020-03-15 12:23 Mikle Kolyada
2019-12-23 21:26 Mart Raudsepp
2019-09-15 11:43 Pacho Ramos
2019-05-18 19:59 Mart Raudsepp
2019-04-14 15:30 Aaron Bauman
2018-12-28 23:58 Gilles Dartiguelongue
2017-12-20 20:23 Mart Raudsepp
2017-12-19 19:14 Thomas Deutschmann
2017-09-12  6:28 Gilles Dartiguelongue
2017-07-08  0:16 Mart Raudsepp
2017-07-08  0:16 Mart Raudsepp
2016-10-30 11:44 Gilles Dartiguelongue

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=1636638725.3adeec5cd6e97056f8681b66d9ba172e3cc03b8e.pacho@gentoo \
    --to=pacho@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