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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 99277158F56 for ; Tue, 17 Aug 2021 06:33:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37E67E0855; Tue, 17 Aug 2021 06:33:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4E9EBE0844 for ; Tue, 17 Aug 2021 06:33:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1375D335D50 for ; Tue, 17 Aug 2021 06:33:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E55785C for ; Tue, 17 Aug 2021 06:32:59 +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: <1629181970.8551c280bfff8400bd575a373ba92342433d7cf4.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.2.ebuild X-VCS-Directories: games-board/tali/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 8551c280bfff8400bd575a373ba92342433d7cf4 X-VCS-Branch: master Date: Tue, 17 Aug 2021 06:32:59 +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: 8cdf21ca-25d9-48b5-965e-8f16509f1644 X-Archives-Hash: 28563dc33df837b1cc16d9e61b0b48ce commit: 8551c280bfff8400bd575a373ba92342433d7cf4 Author: Matt Turner gentoo org> AuthorDate: Tue Aug 17 06:07:14 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Aug 17 06:32:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8551c280 games-board/tali: Version bump to 40.2 Signed-off-by: Matt Turner gentoo.org> games-board/tali/Manifest | 1 + games-board/tali/tali-40.2.ebuild | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/games-board/tali/Manifest b/games-board/tali/Manifest index 90397f7e625..58b267a17fb 100644 --- a/games-board/tali/Manifest +++ b/games-board/tali/Manifest @@ -1 +1,2 @@ DIST tali-40.1.tar.xz 1608352 BLAKE2B 73d5c7ac17c6290ab4d253efe93f31fe3de94f5a45b9a4e10a8477da35e7104f861865d083aa2213bb3a88b261d690b74963243adc7f39fffba103b2ced26120 SHA512 75312999f918234a95021fa31999d57b3df5a59f8d1ce227a7570aeea0490c8428ba396c519e8e210a77d65479681ccdefdfb0a9f74de3b2c2eefbd4b3cbdc3c +DIST tali-40.2.tar.xz 1610264 BLAKE2B 5af5b06838ec0785ce5c9fcd2f1222995c639ba3f7ce45ec709079718b0e9ef1d45439ee62ebf23b834bc56de1ba17f104d6b1d1154c3e1c0f5c12f98f01cb4d SHA512 6f9202853c3528d19665f242443c095a23a8540dc215599e40bb393e11848502f28b6d50d1807f2355ffb6690462348e5f1aab256349c864747cb251982304ab diff --git a/games-board/tali/tali-40.2.ebuild b/games-board/tali/tali-40.2.ebuild new file mode 100644 index 00000000000..800f4c899b9 --- /dev/null +++ b/games-board/tali/tali-40.2.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{7..10} ) +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" + +LICENSE="GPL-2+ FDL-1.1+" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~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 +}