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.08.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-21.04.3.tar.xz 4473068 BLAKE2B 240ab96013f0a0eff469c2fff6a80f852010563390cfac1ebc9c80f450d63169fd7e7b59ac9147fb67cb2839ee31caac2887c31c584e0ab7fb8c69bacc9c44ba SHA512 1eec0c3dc0f0bbdd8f10afe0d701eb83a6cc8ae4116776f123319b0949cace331476196d80fbd1b81aeee8757644787b3e842386472350486358774fa6358178 | ||
DIST kajongg-21.08.0.tar.xz 4560436 BLAKE2B c55fd968e04810cec4ddf3ce4e1dbd181cb1bf4c190169c666408f682776ea5245e224a179e63a5ff9f0c200024b6a7e123faf62b69a578386106bfef0457fb8 SHA512 fa4ab82d28b986acc048c3cdff71280ca73a82208cea4ff094f203d93879c21351123ebae1036156ee3062d2dafc1dbabde8af2c4df59e87d846d797c2e4b076 | ||
DIST kajongg-21.08.1.tar.xz 4560268 BLAKE2B 598ae45eeb126291d068c98ff8e242363b2d3a54a3ce3b647fd1d71f2ffeaa6e0f073bdf02c4e4e299fd88c59383ab52da4ec94e663a09a29ae2f62c2845ec35 SHA512 710c6233eb2dd348239252d9e78d04482beb391fd8e4811a1a729fec95ad665d81dd3871a915b119f47c56b8c09754e3670526691fa4954d03ba1b1448c8ebd0 |
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.84.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 ~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 | ||
} |