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 63A7015800F for ; Tue, 24 Jan 2023 04:23:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F79BE0794; Tue, 24 Jan 2023 04:23:53 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 68212E0794 for ; Tue, 24 Jan 2023 04:23:53 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 93E0E340E1E for ; Tue, 24 Jan 2023 04:23:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB4F9771 for ; Tue, 24 Jan 2023 04:23:50 +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: <1674534031.86f7474488c70554c9b24827ff010abef8d284e0.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/gnome-sudoku/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-puzzle/gnome-sudoku/Manifest games-puzzle/gnome-sudoku/gnome-sudoku-43.1.ebuild X-VCS-Directories: games-puzzle/gnome-sudoku/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 86f7474488c70554c9b24827ff010abef8d284e0 X-VCS-Branch: master Date: Tue, 24 Jan 2023 04:23:50 +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: 6cc20be5-a42d-4589-82d4-16bc4af6f737 X-Archives-Hash: cde252822abd8d2a4b321ed92eeb9fe9 commit: 86f7474488c70554c9b24827ff010abef8d284e0 Author: Guillermo Joandet gmail com> AuthorDate: Tue Jan 24 02:57:37 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Jan 24 04:20:31 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86f74744 games-puzzle/gnome-sudoku: Version bump to 43.1 Signed-off-by: Guillermo Joandet gmail.com> Closes: https://github.com/gentoo/gentoo/pull/29235 Signed-off-by: Matt Turner gentoo.org> games-puzzle/gnome-sudoku/Manifest | 1 + games-puzzle/gnome-sudoku/gnome-sudoku-43.1.ebuild | 48 ++++++++++++++++++++++ 2 files changed, 49 insertions(+) diff --git a/games-puzzle/gnome-sudoku/Manifest b/games-puzzle/gnome-sudoku/Manifest index 78dadbbfba46..91da6537527f 100644 --- a/games-puzzle/gnome-sudoku/Manifest +++ b/games-puzzle/gnome-sudoku/Manifest @@ -1 +1,2 @@ DIST gnome-sudoku-43.0.tar.xz 388612 BLAKE2B 31572ca651e8c21a073bed15edd99679f33fe9dc6ce020c84014120e7c29e1ff23c16ace0e543c8ade9c4f24745641dfd540e250f1ecc45e851479eb5514e073 SHA512 159209689061c437a42e5298e8dc51ef462e1a7d94e4ec7ddb6d1364977d4ea47ae3b0ebf601fd654104d58306b99155b24d3a3a47e334800ec380ccb851ae1b +DIST gnome-sudoku-43.1.tar.xz 388640 BLAKE2B 51208b5d2f2662f46cd3660cf7e49cb67bb7d5da3ba048e434e632595c2db7b015f3e02fc6e367f90e25c557a315f37f435d28e33e59cb63a875c8f3e3345810 SHA512 20535d26af516f53e4c6381cb5b0d0c474759e3e9ac41a1b392e868f809daeb8b593d2a4240f9171133c2d4aa369adaa13d65131a77140bf8e9c2fe882810fbe diff --git a/games-puzzle/gnome-sudoku/gnome-sudoku-43.1.ebuild b/games-puzzle/gnome-sudoku/gnome-sudoku-43.1.ebuild new file mode 100644 index 000000000000..fae40b8023b2 --- /dev/null +++ b/games-puzzle/gnome-sudoku/gnome-sudoku-43.1.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit gnome.org gnome2-utils meson vala xdg + +DESCRIPTION="Test your logic skills in this number grid puzzle" +HOMEPAGE="https://wiki.gnome.org/Apps/Sudoku https://gitlab.gnome.org/GNOME/gnome-sudoku" + +LICENSE="GPL-3+ CC-BY-SA-3.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" + +RDEPEND=" + >=dev-libs/glib-2.40:2 + dev-libs/libgee:0.8=[introspection] + >=x11-libs/gtk+-3.24.0:3[introspection] + dev-libs/json-glib + >=dev-libs/qqwing-1.3.4:= + x11-libs/gdk-pixbuf:2[introspection] + x11-libs/pango[introspection] +" +DEPEND="${RDEPEND}" +BDEPEND=" + ${PYTHON_DEPS} + $(vala_depend) + dev-libs/appstream-glib + dev-util/itstool + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig +" + +src_prepare() { + default + vala_setup + xdg_environment_reset +} + +pkg_postinst() { + xdg_pkg_postinst + gnome2_schemas_update +} + +pkg_postrm() { + xdg_pkg_postrm + gnome2_schemas_update +}