From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C59B515800F for ; Sun, 8 Jan 2023 17:56:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A61E8E07D8; Sun, 8 Jan 2023 17:56:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8CFDEE07D8 for ; Sun, 8 Jan 2023 17:56:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7878E3408DD for ; Sun, 8 Jan 2023 17:56:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B48D801 for ; Sun, 8 Jan 2023 17:56:34 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1673200575.a216d0bc36edd7b5777c1e375cd30d4c01f3b6be.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/tali/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/tali/Manifest games-board/tali/tali-40.9.ebuild X-VCS-Directories: games-board/tali/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: a216d0bc36edd7b5777c1e375cd30d4c01f3b6be X-VCS-Branch: master Date: Sun, 8 Jan 2023 17:56:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 04cc1c95-b5a0-4741-910a-7bf082d7a6bd X-Archives-Hash: d472c683fadac3c8c04af3cceb23090e commit: a216d0bc36edd7b5777c1e375cd30d4c01f3b6be Author: Guillermo Joandet gmail com> AuthorDate: Sun Jan 8 14:28:39 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Jan 8 17:56:15 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a216d0bc games-board/tali: Version bump to 40.9 Signed-off-by: Guillermo Joandet gmail.com> Closes: https://github.com/gentoo/gentoo/pull/29011 Signed-off-by: Matt Turner gentoo.org> games-board/tali/Manifest | 1 + games-board/tali/tali-40.9.ebuild | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/games-board/tali/Manifest b/games-board/tali/Manifest index 20bbbfea894c..b4cdffa85877 100644 --- a/games-board/tali/Manifest +++ b/games-board/tali/Manifest @@ -1 +1,2 @@ DIST tali-40.8.tar.xz 1686244 BLAKE2B ad55838f199cce1c5a9b9ff0fa97d8c933900d4917c7339ec3d78f39203802f0ef9b8008a3400a5bddffce62d5ab9daba2af3855ba8bd4c35c69c2fce8984e75 SHA512 fe7a0a0a58c32f09264c270402af94f71e790926bd3f3523d57049628c43bfaf8b0e1ed5c676ef02b817f354d6c3fe183799ee9ff9d7a5e2198e4a4066f3e93a +DIST tali-40.9.tar.xz 1672980 BLAKE2B 124935274373b95c915938da7bf47f4a7bea33c95424e81d8c25586382e547786d68d3fe0128dc5d812651bd2f619a8f02aaf1ede3f36d8daa2d735edcdf4e48 SHA512 8c38919519be574e9a44a0fef3208f3ac1ca371cd9127fa0cff34f2572b50f8706c9872193d9414b6ad91f57d1a084861d395078fcb01ccde5dfd35717a063d8 diff --git a/games-board/tali/tali-40.9.ebuild b/games-board/tali/tali-40.9.ebuild new file mode 100644 index 000000000000..417b0a30933d --- /dev/null +++ b/games-board/tali/tali-40.9.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +PYTHON_COMPAT=( python3_{8..11} ) +inherit gnome.org gnome2-utils meson python-any-r1 xdg + +DESCRIPTION="Beat the odds in a poker-style dice game" +HOMEPAGE="https://wiki.gnome.org/Apps/Tali https://gitlab.gnome.org/GNOME/tali" + +LICENSE="GPL-2+ FDL-1.1+" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" + +DEPEND=" + dev-libs/glib:2 + >=x11-libs/gtk+-3.16:3 + dev-libs/libgnome-games-support:1= +" +RDEPEND="${DEPEND} + >=gnome-base/librsvg-2.32:2 +" +BDEPEND=" + ${PYTHON_DEPS} + dev-libs/appstream-glib + dev-util/itstool + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig +" + +pkg_postinst() { + xdg_pkg_postinst + gnome2_schemas_update +} + +pkg_postrm() { + xdg_pkg_postrm + gnome2_schemas_update +}