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 6057713835A for ; Thu, 21 May 2020 10:07:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D7FDE089E; Thu, 21 May 2020 10:07:35 +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 63671E089E for ; Thu, 21 May 2020 10:07:35 +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 3238234F689 for ; Thu, 21 May 2020 10:07:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D5844242 for ; Thu, 21 May 2020 10:07:32 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1590055630.5a68c5c768d2d54a705399455ea676c7c6aeadf8.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/cutemaze/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-puzzle/cutemaze/Manifest games-puzzle/cutemaze/cutemaze-1.2.6.ebuild X-VCS-Directories: games-puzzle/cutemaze/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5a68c5c768d2d54a705399455ea676c7c6aeadf8 X-VCS-Branch: master Date: Thu, 21 May 2020 10:07:32 +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: 233f9201-26aa-4d04-8273-e16a2d566f51 X-Archives-Hash: 31772948fdcdd1dd2d50f6ca1b253898 commit: 5a68c5c768d2d54a705399455ea676c7c6aeadf8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu May 21 10:07:10 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu May 21 10:07:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a68c5c7 games-puzzle/cutemaze: 1.2.6 version bump Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> games-puzzle/cutemaze/Manifest | 1 + games-puzzle/cutemaze/cutemaze-1.2.6.ebuild | 42 +++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) diff --git a/games-puzzle/cutemaze/Manifest b/games-puzzle/cutemaze/Manifest index baff05ae9b9..7886d839f84 100644 --- a/games-puzzle/cutemaze/Manifest +++ b/games-puzzle/cutemaze/Manifest @@ -1 +1,2 @@ DIST cutemaze-1.2.3-src.tar.bz2 938593 BLAKE2B 004a793ce12cae345f00eb5a018d69d13b2c99d24424938da5a00420fe3c25403ea02fb04603cb662c87c170cc6d8b6daf36228e2ac002c3e4692ee01caafcf3 SHA512 d864cc8e61047948272e9b910c7b90d393ac974ce1ca63475c7d308cfc3c96d771edd87f3a5a93803a777dcddf6049feacc2f373d21529187a83de03aa5f08ea +DIST cutemaze-1.2.6-src.tar.bz2 929663 BLAKE2B 3b1b8cf8b4fb6aed601618022622afcac1560557b9a49c1c7daf703a0dabae5ebe6cf98f4f67d3da8163db9c17e2793bd9ec3e4fe22c52b68147c8c615c47281 SHA512 ec0e0d256057f91758ed4e7be1f25d025c0e6ba99a8597f665da141e0f71fc70ab50a28262f1438ea9470c696bf37e3c976259c26d09a4654dfc525eb9694f51 diff --git a/games-puzzle/cutemaze/cutemaze-1.2.6.ebuild b/games-puzzle/cutemaze/cutemaze-1.2.6.ebuild new file mode 100644 index 00000000000..dfc9820e85e --- /dev/null +++ b/games-puzzle/cutemaze/cutemaze-1.2.6.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit qmake-utils xdg-utils + +DESCRIPTION="Simple, top-down game in which mazes are randomly generated" +HOMEPAGE="https://gottcode.org/cutemaze/" +SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +BDEPEND=" + dev-qt/linguist-tools:5 +" +RDEPEND=" + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtsvg:5 + dev-qt/qtwidgets:5 +" +DEPEND="${RDEPEND}" + +src_configure() { + eqmake5 PREFIX="/usr" +} + +src_install() { + emake INSTALL_ROOT="${D}" install +} + +pkg_postinst() { + xdg_icon_cache_update +} + +pkg_postrm() { + xdg_icon_cache_update +}