mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
games-puzzle/colorcode: add 0.8.7, EAPI-8
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST ColorCode-0.8.5.tar.gz 233676 BLAKE2B aa474cf7990cb425edd9452d0241dfe9ae9b8156200b14985a270897cb42fe2f86190503bf2eff72e8831416fb03312e7bdc148f1f26bb391cf95239ea4f856d SHA512 55f935944a91441ae09b1636fe85c8174de53ba10e04df0d9cef6c4f2441879735230ac0fe313b91cf9870777df24bc95d975767f27940156b5698716b78b507
|
||||
DIST ColorCode-0.8.7.tar.gz 217212 BLAKE2B e5eff2c0641bc6552bf0962bab814496d0d51d449e6c9f847ae4b94e4aef1b5368a70aa756d9b4563b5af90bfb1ed35033ed64fed2a3787cbb91cc2047ddc6d5 SHA512 36b6c0d36588e29a01e7ed863806ef143a7a12ae5022a6e964113019552c53a7b948ed178a2289447a8ac94b7954ce1ed24c368e58994ce586d3835d28143ba4
|
||||
|
||||
39
games-puzzle/colorcode/colorcode-0.8.7.ebuild
Normal file
39
games-puzzle/colorcode/colorcode-0.8.7.ebuild
Normal file
@@ -0,0 +1,39 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
MY_PN=ColorCode
|
||||
inherit desktop qmake-utils
|
||||
|
||||
DESCRIPTION="Free advanced MasterMind clone"
|
||||
HOMEPAGE="http://colorcode.laebisch.com/"
|
||||
SRC_URI="http://${PN}.laebisch.com/download/${MY_PN}-${PV}.tar.gz"
|
||||
S="${WORKDIR}/${MY_PN}-${PV}/src"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtwidgets:5
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
sed -i -e '/FLAGS/d' ${PN}.pro || die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
eqmake5
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin ${PN}
|
||||
newicon img/cc64.png ${PN}.png
|
||||
make_desktop_entry ${PN} ${MY_PN}
|
||||
}
|
||||
Reference in New Issue
Block a user