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 4850E1382C5 for ; Thu, 21 May 2020 19:21:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74F45E09B7; Thu, 21 May 2020 19:21:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 58294E09B7 for ; Thu, 21 May 2020 19:21:48 +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 0D29C34F2A2 for ; Thu, 21 May 2020 19:21:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10318230 for ; Thu, 21 May 2020 19:21:45 +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: <1590088891.7cad416af6279d27f13c83a5ff3a2f069115cba1.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/simsu/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/simsu/Manifest games-board/simsu/simsu-1.3.9.ebuild X-VCS-Directories: games-board/simsu/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7cad416af6279d27f13c83a5ff3a2f069115cba1 X-VCS-Branch: master Date: Thu, 21 May 2020 19:21:45 +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: 595dee06-235c-4186-9b96-16be92cb1d28 X-Archives-Hash: 104b26e01b962afb118fd4ef2071580a commit: 7cad416af6279d27f13c83a5ff3a2f069115cba1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu May 21 19:16:34 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu May 21 19:21:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cad416a games-board/simsu: 1.3.9 version bump Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> games-board/simsu/Manifest | 1 + games-board/simsu/simsu-1.3.9.ebuild | 46 ++++++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+) diff --git a/games-board/simsu/Manifest b/games-board/simsu/Manifest index b5bf182fdda..15e0e512f46 100644 --- a/games-board/simsu/Manifest +++ b/games-board/simsu/Manifest @@ -1 +1,2 @@ DIST simsu-1.3.6-src.tar.bz2 597982 BLAKE2B acf13fe4e3e228cecc76a16352a4df06f14cf58307008f5679b63f1209b4cf191b28544ed3b002375afdf0de8cd92ce179f3cb367f9a5201099da99a806d60c5 SHA512 04e60ccab8345002078b7dbd253bc2a9701f9b8edbbdd9a01ac3ddffd9a5f3ccd32399216b9e497b309b6718646db11a55717e5bd201bfd2aaa80ad9b171cb94 +DIST simsu-1.3.9-src.tar.bz2 594107 BLAKE2B ac347f46bc80dd5045124e7a69668191f4996ac17e64b6da897f0bcdb66f10683944e8bc90a7c98a2000a9275b1925710938ef9ebc384a5b633de5e6c999b79c SHA512 04f46850628c113bca9c44085e073966ecf10aa727112a630894821e378ce35c14502264560c27a85df02c0ea5761e3835501f4869625cd98f50bb0a5e7afeae diff --git a/games-board/simsu/simsu-1.3.9.ebuild b/games-board/simsu/simsu-1.3.9.ebuild new file mode 100644 index 00000000000..788697df6d4 --- /dev/null +++ b/games-board/simsu/simsu-1.3.9.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit desktop qmake-utils xdg-utils + +DESCRIPTION="Basic sudoku game" +HOMEPAGE="https://gottcode.org/simsu/" +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/qtwidgets:5 +" +DEPEND="${RDEPEND}" + +src_configure() { + eqmake5 +} + +src_install() { + dobin ${PN} + insinto /usr/share/${PN}/translations + doins translations/*qm + dodoc ChangeLog + doicon -s scalable icons/hicolor/scalable/apps/${PN}.svg + domenu icons/${PN}.desktop +} + +pkg_postinst() { + xdg_icon_cache_update +} + +pkg_postrm() { + xdg_icon_cache_update +}