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 AFDC1138206 for ; Fri, 19 Jan 2018 01:04:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BAEF1E0923; Fri, 19 Jan 2018 01:04:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 9336DE0923 for ; Fri, 19 Jan 2018 01:04:33 +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 BBE7C335C43 for ; Fri, 19 Jan 2018 01:04:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1640D1B0 for ; Fri, 19 Jan 2018 01:04:30 +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: <1516323824.ea708fdbcb21500ebc592016170a017c06d6ee15.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.4.ebuild X-VCS-Directories: games-board/simsu/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ea708fdbcb21500ebc592016170a017c06d6ee15 X-VCS-Branch: master Date: Fri, 19 Jan 2018 01:04:30 +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-Archives-Salt: c61c301b-bed2-48d2-ba98-3bef495aeaaa X-Archives-Hash: 25a8e7deebbbf5347d87249b39f054b6 commit: ea708fdbcb21500ebc592016170a017c06d6ee15 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jan 19 01:03:44 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jan 19 01:03:44 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea708fdb games-board/simsu: 1.3.4 version bump Bug: https://bugs.gentoo.org/619376 Package-Manager: Portage-2.3.19, Repoman-2.3.6 games-board/simsu/Manifest | 1 + games-board/simsu/simsu-1.3.4.ebuild | 45 ++++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/games-board/simsu/Manifest b/games-board/simsu/Manifest index 8deb7778ac2..e109b2914c0 100644 --- a/games-board/simsu/Manifest +++ b/games-board/simsu/Manifest @@ -1 +1,2 @@ DIST simsu-1.2.3-src.tar.bz2 328020 BLAKE2B 565315ed68dad69ded9da49b0f3e3d416c7a27bb0ec20f763319193a7b8422dd997567f272970b136948271f87612987f81d3367086625a5906052394c365fab SHA512 52e19c9f7de5d8d2d2c986cbcaefa61a21ee1d8eca8a8315e9689034e9d4a9e63db02cb163daa7354a368d8e34789c1f623f0482ad9fbb52fdb447cce7505b44 +DIST simsu-1.3.4-src.tar.bz2 465505 BLAKE2B ef958ab943acd0e012cd2b5e794662ca70e2e5a5f5f4dc3744960af6abe5ae429a39f6d76b8ffd28f71e996a589139dd490ffd03501be47d414784a022ce6940 SHA512 64a8337c522614c2a87f43daf5c0c95af42c623789df3d851c3d2aae06dc6ffccaa14361458de7410c939e4b60fa930af9883de5b7b25f2cea8092075fd80605 diff --git a/games-board/simsu/simsu-1.3.4.ebuild b/games-board/simsu/simsu-1.3.4.ebuild new file mode 100644 index 00000000000..75b793631b4 --- /dev/null +++ b/games-board/simsu/simsu-1.3.4.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit gnome2-utils qmake-utils + +DESCRIPTION="A 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="" + +RDEPEND=" + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 +" +DEPEND="${RDEPEND} + dev-qt/linguist-tools:5 +" + +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() { + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +}