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/blinken: 21.11.90 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
38 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 blinken-21.08.3.tar.xz 2714060 BLAKE2B a664ab96e45e16d4f003fccfb5f875f49b8b47630f763742d5eaf2ebed1a3bf9622f6ba925ee546a4717932222e223033473f864b99a0c4f4581d9783385d24d SHA512 f3befb99992c062fadb955d68dc53eff9f164dd3963dc168368288b946cd53867186be30b32f3a5f61555db90ac5d11f1429cd2fee8d13b2af6116c849fe361e | ||
DIST blinken-21.11.90.tar.xz 2714120 BLAKE2B 18215fb8b1cb4603294522033254b7350d7bece9a2f0431cb927986ce928f6d152db8721546d92aa15484c08865d9adc4302ee47acf938900b913369a0f765c7 SHA512 661a5af79b3451cf5ecd33ea3990faaf71c837ef09e3c082634e2c1b4c47dc91b90ba230f15445f11aea83296eb58decc222fbfb7adfde400364d0e44888992a |
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,37 @@ | ||
# Copyright 1999-2021 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
ECM_HANDBOOK="forceoptional" | ||
KFMIN=5.88.0 | ||
QTMIN=5.15.2 | ||
inherit ecm kde.org | ||
|
||
DESCRIPTION="Memory enhancement game based on KDE Frameworks" | ||
HOMEPAGE="https://apps.kde.org/blinken/ https://edu.kde.org/blinken/" | ||
|
||
LICENSE="GPL-2" # TODO: CHECK | ||
SLOT="5" | ||
KEYWORDS="~amd64 ~arm64 ~riscv ~x86" | ||
IUSE="" | ||
|
||
DEPEND=" | ||
>=dev-qt/qtgui-${QTMIN}:5 | ||
>=dev-qt/qtsvg-${QTMIN}:5 | ||
>=dev-qt/qtwidgets-${QTMIN}:5 | ||
>=kde-frameworks/kconfig-${KFMIN}:5 | ||
>=kde-frameworks/kcoreaddons-${KFMIN}:5 | ||
>=kde-frameworks/kcrash-${KFMIN}:5 | ||
>=kde-frameworks/kdbusaddons-${KFMIN}:5 | ||
>=kde-frameworks/kguiaddons-${KFMIN}:5 | ||
>=kde-frameworks/ki18n-${KFMIN}:5 | ||
>=kde-frameworks/kxmlgui-${KFMIN}:5 | ||
>=media-libs/phonon-4.11.0 | ||
" | ||
RDEPEND="${DEPEND}" | ||
|
||
src_install() { | ||
ecm_src_install | ||
rm "${ED}"/usr/share/${PN}/README.packagers || die | ||
} |