forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kde-apps/kajongg: 21.11.90 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST kajongg-21.08.3.tar.xz 4558208 BLAKE2B 0f92104be52b61ac107d6530078fd669509d40d39dec2a27f9bf22230e3395e756e7e58f809d8536d98d0d5fb2b2312c0f26ab94de6e216a27fd2408167a514c SHA512 017f687822e5de18466333e70479bfab12b7d22f28ba69479adf16cca99ef102106c2b6aa55dea801edb2299fb2ad5de379bb30942314ff2a195beb54695ae2f | ||
DIST kajongg-21.11.90.tar.xz 4560512 BLAKE2B d441b259a0c9351ff477a90b758d8f287e49c116a95d74a37320f41ac491bc05c66c523d3e17debf73e37ff501438facef0c75c6bbabf4ddcfff43c863faeba1 SHA512 b9085b8cd47f3f0ccdd62eb49b5fffba9890e218a09df900837957765dd6271782100e46852a9d36f2dfc24ef8a2c9197a861bac36663d9b43fbc7cd901b5168 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# Copyright 1999-2021 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
ECM_HANDBOOK="forceoptional" | ||
PYTHON_COMPAT=( python3_{8..10} ) | ||
PVCUT=$(ver_cut 1-3) | ||
KFMIN=5.88.0 | ||
QTMIN=5.15.2 | ||
inherit python-single-r1 ecm kde.org | ||
|
||
DESCRIPTION="Classical Mah Jongg for four players" | ||
HOMEPAGE="https://apps.kde.org/kajongg/" | ||
|
||
LICENSE="GPL-2" # TODO: CHECK | ||
SLOT="5" | ||
KEYWORDS="~amd64 ~arm64 ~riscv ~x86" | ||
IUSE="" | ||
|
||
REQUIRED_USE="${PYTHON_REQUIRED_USE}" | ||
|
||
DEPEND="${PYTHON_DEPS} | ||
dev-db/sqlite:3 | ||
>=dev-qt/qtgui-${QTMIN}:5 | ||
>=dev-qt/qtsvg-${QTMIN}:5 | ||
>=dev-qt/qtwidgets-${QTMIN}:5 | ||
>=kde-apps/libkdegames-${PVCUT}:5 | ||
>=kde-frameworks/kconfig-${KFMIN}:5 | ||
>=kde-frameworks/ki18n-${KFMIN}:5 | ||
$(python_gen_cond_dep ' | ||
dev-python/PyQt5[gui,svg,widgets,${PYTHON_USEDEP}] | ||
>=dev-python/twisted-16.6.0[${PYTHON_USEDEP}] | ||
') | ||
" | ||
RDEPEND="${DEPEND} | ||
>=kde-apps/libkmahjongg-${PVCUT}:5 | ||
" | ||
|
||
pkg_setup() { | ||
python-single-r1_pkg_setup | ||
ecm_pkg_setup | ||
} | ||
|
||
src_prepare() { | ||
python_fix_shebang src | ||
ecm_src_prepare | ||
} |