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.04.1 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,2 +1,3 @@ | ||
DIST kajongg-20.12.3.tar.xz 4471984 BLAKE2B 0101613bada0322e27640135fe103980b5436c34593d2214093adeb8426fbc95a1b7258f027229488daf378a84f44f232ea8ebfb54f39b97b397b06093a85a53 SHA512 6821c06c1eb7aa9f55872234289de9ffe503dbe6183bb208aee104769fe8fa1af4cc2e34448f5902046c576e0823c1724f215a0bc9a3f60ef25b59b81d85ffa6 | ||
DIST kajongg-21.04.0.tar.xz 4472996 BLAKE2B 6aa58f7c8903d4aa76db2333a8f733080662156287c5fed618df3dd61ca63aea1456b9250c0c608bb4dfbee7bd7cc22eeca43610e7fd39d478d455300536f4ed SHA512 88143faf29323cd6cc7e1789174484e89a44ff6acc5ed0546c768567006c1554b4cd5459c4b9cf82b06be7f7feba33da96084875e9a56a475f887f83cd7f73b0 | ||
DIST kajongg-21.04.1.tar.xz 4472984 BLAKE2B 04d369b7741801e65e3a622f329497f4db4eb0f2b2df08a0eca27f36cc1938796e70db8e6a45452bba45d5b42bf4a759cc110756e25acbbc727f25a89f5e8aea SHA512 5ce17ec4cbc837101defd8783e2fedd32641ead8b7d93018352995305f4f8ffebe6258df25869e3e093781d3342ecd4e1c432ac146e217eebeae9574e8cf8a33 |
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=7 | ||
|
||
ECM_HANDBOOK="forceoptional" | ||
PYTHON_COMPAT=( python3_{7,8,9} ) | ||
PVCUT=$(ver_cut 1-3) | ||
KFMIN=5.80.0 | ||
QTMIN=5.15.2 | ||
inherit python-single-r1 ecm kde.org | ||
|
||
DESCRIPTION="Classical Mah Jongg for four players" | ||
HOMEPAGE="https://apps.kde.org/en/kajongg" | ||
|
||
LICENSE="GPL-2" # TODO: CHECK | ||
SLOT="5" | ||
KEYWORDS="~amd64 ~arm64 ~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_MULTI_USEDEP}] | ||
>=dev-python/twisted-16.6.0[${PYTHON_MULTI_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 | ||
} |