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/khangman: 20.08.1 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
47 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 khangman-20.04.3.tar.xz 7110980 BLAKE2B bd0eee2d95216d4e64fa812e4c03c88c3fad4e4ca28fdce711ca8ee3072d6a17f17364b849737bb76eb7044a566254c02456d78cecee8d0ed8fa70a569577f44 SHA512 d70def96ffbfed0dfca4e3ac21613639f0344520d8364793d22fe8e90cea376ac7024959007660ffa9e9849fa66158752db83333acd15103e09467a5f5cf5037 | ||
DIST khangman-20.08.0.tar.xz 7407868 BLAKE2B 8ecaac73c1c348efa3bcc9dd5cebea33a750aaf4ba1902d5087a9abd9c6d452d1db7283c9dc48d9a26d7440d832fdcefaad8ebfbadca5c78d94633d94245e2ec SHA512 3dd593dd0a9b4d7366a570fb2f4e0ae6ec067e7fde0beb2232b6d404d2f9a715a1c277a93115a66bd08381fdcbdb7f37cacde81577aba34ba8623959a6a429c3 | ||
DIST khangman-20.08.1.tar.xz 7407376 BLAKE2B 96184c85b85a0d7db661150f8cd43f5d3f7db863a389314a084e4d1d19f86229c4ff2bc2a541bfca9a5bb8d2a7698a04e2a74e80f45f5b45d2996d2bdd877cf6 SHA512 e158c4478de86b9b775caa6f967643932cae7a7944279c46abe7aaf82b5e02a6c66f67e2db6b6d7792043a8d998366abd5d8b579bb2c2cf6cd0a4fbbe8562cac |
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,46 @@ | ||
# Copyright 1999-2020 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=7 | ||
|
||
ECM_HANDBOOK="forceoptional" | ||
PVCUT=$(ver_cut 1-3) | ||
KFMIN=5.72.0 | ||
QTMIN=5.14.2 | ||
inherit ecm kde.org | ||
|
||
DESCRIPTION="Classical hangman game by KDE" | ||
HOMEPAGE="https://kde.org/applications/education/org.kde.khangman | ||
https://edu.kde.org/khangman/" | ||
|
||
LICENSE="GPL-2" # TODO: CHECK | ||
SLOT="5" | ||
KEYWORDS="~amd64 ~arm64 ~x86" | ||
IUSE="" | ||
|
||
DEPEND=" | ||
>=dev-qt/qtdeclarative-${QTMIN}:5 | ||
>=dev-qt/qtgui-${QTMIN}:5 | ||
>=dev-qt/qtsvg-${QTMIN}:5 | ||
>=dev-qt/qtwidgets-${QTMIN}:5 | ||
>=dev-qt/qtxml-${QTMIN}:5 | ||
>=kde-apps/libkeduvocdocument-${PVCUT}:5 | ||
>=kde-frameworks/kcompletion-${KFMIN}:5 | ||
>=kde-frameworks/kconfig-${KFMIN}:5 | ||
>=kde-frameworks/kconfigwidgets-${KFMIN}:5 | ||
>=kde-frameworks/kcoreaddons-${KFMIN}:5 | ||
>=kde-frameworks/kcrash-${KFMIN}:5 | ||
>=kde-frameworks/kdeclarative-${KFMIN}:5 | ||
>=kde-frameworks/ki18n-${KFMIN}:5 | ||
>=kde-frameworks/knewstuff-${KFMIN}:5 | ||
>=kde-frameworks/knotifications-${KFMIN}:5 | ||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5 | ||
>=kde-frameworks/kxmlgui-${KFMIN}:5 | ||
>=media-libs/phonon-4.11.0 | ||
" | ||
RDEPEND="${DEPEND} | ||
>=dev-qt/qtgraphicaleffects-${QTMIN}:5 | ||
>=dev-qt/qtmultimedia-${QTMIN}:5 | ||
>=dev-qt/qtquickcontrols-${QTMIN}:5 | ||
>=kde-apps/kdeedu-data-${PVCUT}:5 | ||
" |