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 F2A3513835A for ; Sat, 22 Aug 2020 12:09:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34E1AE084E; Sat, 22 Aug 2020 12:09:58 +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 1C0A4E084E for ; Sat, 22 Aug 2020 12:09:58 +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 C8FC8340E63 for ; Sat, 22 Aug 2020 12:09:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50E9732D for ; Sat, 22 Aug 2020 12:09:55 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1598098020.d6ec67ad8876e9cf1abcce8192a7d968decf458b.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/gnome-klotski/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-puzzle/gnome-klotski/Manifest games-puzzle/gnome-klotski/gnome-klotski-3.36.3.ebuild X-VCS-Directories: games-puzzle/gnome-klotski/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: d6ec67ad8876e9cf1abcce8192a7d968decf458b X-VCS-Branch: master Date: Sat, 22 Aug 2020 12:09:55 +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: e9cdee90-e70e-4c3e-bd9f-fd6b0487cbba X-Archives-Hash: 1f4636e493385213b6144a26c4606f52 commit: d6ec67ad8876e9cf1abcce8192a7d968decf458b Author: Mart Raudsepp gentoo org> AuthorDate: Sat Aug 22 12:05:11 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Aug 22 12:07:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6ec67ad games-puzzle/gnome-klotski: bump to 3.36.3 Package-Manager: Portage-2.3.103, Repoman-2.3.20 Signed-off-by: Mart Raudsepp gentoo.org> games-puzzle/gnome-klotski/Manifest | 1 + .../gnome-klotski/gnome-klotski-3.36.3.ebuild | 48 ++++++++++++++++++++++ 2 files changed, 49 insertions(+) diff --git a/games-puzzle/gnome-klotski/Manifest b/games-puzzle/gnome-klotski/Manifest index 60c399bb209..ffe44c874a3 100644 --- a/games-puzzle/gnome-klotski/Manifest +++ b/games-puzzle/gnome-klotski/Manifest @@ -1 +1,2 @@ DIST gnome-klotski-3.34.4.tar.xz 847220 BLAKE2B d9abfcadfa770caa5fe7896b33a5e576022fd04dc6cb8eca49069988db16fbf50f36b296fc8cef985a42eb26e071595295e527dcbb04466c56bbe030af076914 SHA512 eccdfb40d386f873ccb49b9034807917b647338c339afacd419b3b83d8f3a5171427ac9dae8ce5e61c9484a726d009ec87819bd148d721d6d5cbcfcee5c57688 +DIST gnome-klotski-3.36.3.tar.xz 903456 BLAKE2B f8890d3e3c20fdd3df1933c5abfe81f4a7aa55678b62285c8992e899612c8ed361a57328b9a1b3ac190b9cbb6492f2cfd8b9dc93d77deea5752c4ca0552a19d2 SHA512 7e47ecad366e3c43108422263de0c1c01692f9eacd27622c2db8e673782b0f20c5e3085fbc4f33490c0a48e8b537141537bcd9fba4284a47ab151449034398a9 diff --git a/games-puzzle/gnome-klotski/gnome-klotski-3.36.3.ebuild b/games-puzzle/gnome-klotski/gnome-klotski-3.36.3.ebuild new file mode 100644 index 00000000000..bbc53d58378 --- /dev/null +++ b/games-puzzle/gnome-klotski/gnome-klotski-3.36.3.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +VALA_MIN_API_VERSION="0.40" + +inherit gnome.org gnome2-utils meson vala xdg + +DESCRIPTION="Slide blocks to solve the puzzle" +HOMEPAGE="https://wiki.gnome.org/Apps/Klotski" + +LICENSE="GPL-3+ FDL-1.1+" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +RDEPEND=" + dev-libs/libgee:0.8= + >=dev-libs/glib-2.42.0:2 + dev-libs/libgnome-games-support:1= + >=x11-libs/gtk+-3.22.23:3 + >=gnome-base/librsvg-2.32.0:2 +" +DEPEND="${RDEPEND} + gnome-base/librsvg:2[vala] +" +BDEPEND=" + $(vala_depend) + dev-libs/appstream-glib + dev-util/itstool + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig +" + +src_prepare() { + xdg_src_prepare + vala_src_prepare +} + +pkg_postinst() { + xdg_pkg_postinst + gnome2_schemas_update +} + +pkg_postrm() { + xdg_pkg_postrm + gnome2_schemas_update +}