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/kubrick: 23.04.1 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
37 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 kubrick-22.12.3.tar.xz 348236 BLAKE2B 2b62a1dec4a33bc7773f6ffb71343c85b5abf5e4626d23eeb6d623316b0be856cb03c44edc42bb3670a9493d08d722a222ac7fff1f25220c2baca88dc5515c7e SHA512 f227bb53bf8ebb3da89b9455a8df92058e642be9c6283e95663017969f8f92bb918c8f7003b358f15b7389b1673e258d29b9640a1255be9d8c0e9829ed5991fa | ||
DIST kubrick-23.04.0.tar.xz 348332 BLAKE2B 68d34e2672415ce0d853c54b4bf77cb3efdbd10e1c1ca41835c3c9928a19becd682c170507a405006cb25f6b02927be8059e7b665564946ec857cf5abfdbeaca SHA512 1eb63710e3654b78394d71b1492ed30e430f166d7969325dd7d6856c6674e30b869927e99275c15f78561fcc1c4ae228ccb8e5df126828f8dcddb370a1be06ce | ||
DIST kubrick-23.04.1.tar.xz 348356 BLAKE2B bbefeb9269f30cb2aad6933d297addabe82fb6af15df8284b738ce305d58ed025031edf46b9e3c0d5c1227e591f1cb4021ab255450f985790b34119ae732d991 SHA512 9e6ce3962f35f89cbfe0fe9c8b8f11304c61a998334fab59d1d9909c798ac9d3cd7a562aafdf934bbf44b1a2de371cdcf819bb86d9504180620bf054bc4375dd |
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,36 @@ | ||
# Copyright 1999-2023 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
ECM_HANDBOOK="forceoptional" | ||
PVCUT=$(ver_cut 1-3) | ||
KFMIN=5.104.0 | ||
QTMIN=5.15.5 | ||
inherit ecm gear.kde.org | ||
|
||
DESCRIPTION="Game based on the \"Rubik's Cube\" puzzle by KDE" | ||
HOMEPAGE="https://apps.kde.org/kubrick/" | ||
|
||
LICENSE="GPL-2" # TODO: CHECK | ||
SLOT="5" | ||
KEYWORDS="~amd64 ~arm64 ~riscv ~x86" | ||
IUSE="" | ||
|
||
DEPEND=" | ||
>=dev-qt/qtgui-${QTMIN}:5 | ||
>=dev-qt/qtopengl-${QTMIN}:5 | ||
>=dev-qt/qtsvg-${QTMIN}:5 | ||
>=dev-qt/qtwidgets-${QTMIN}:5 | ||
>=kde-apps/libkdegames-${PVCUT}:5 | ||
>=kde-frameworks/kconfig-${KFMIN}:5 | ||
>=kde-frameworks/kconfigwidgets-${KFMIN}:5 | ||
>=kde-frameworks/kcoreaddons-${KFMIN}:5 | ||
>=kde-frameworks/kcrash-${KFMIN}:5 | ||
>=kde-frameworks/ki18n-${KFMIN}:5 | ||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5 | ||
>=kde-frameworks/kxmlgui-${KFMIN}:5 | ||
virtual/glu | ||
virtual/opengl | ||
" | ||
RDEPEND="${DEPEND}" |