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/artikulate: 22.12.2 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 artikulate-22.08.3.tar.xz 1097080 BLAKE2B 6737fda2c147fc1aafefc4a77eef999cfa368cf0a69a696d3423b17d718e52e0f43df4a4753638ab21097711a56cbf1583e639293b6bd2258c9fad15f9363ee1 SHA512 d63c237fe0ed035a467fc63d25c2dd3b551edd324e0e9103f3d1fd25027a14ab415f02a2c69670f0a154f8d9a791b73c163e7ef3487f8c0af9494ac2aa02cf86 | ||
DIST artikulate-22.12.1.tar.xz 1094124 BLAKE2B 67ace9327fc50d8b570dbc9675cbc4f5472c732be48580ec5580e411a699ba37b3a93a972370862867b4ced0ad7d250cfe0ab5f9344ff05db436f66ceecbd9f0 SHA512 96c6eccf7ce15916158d2aa6a0770bae3a1da84e3d58f03aa777c6c5130d099b5e751c2f46e136086d6ee745b1ec53c488a659d36446ba21730b2875f33fbc60 | ||
DIST artikulate-22.12.2.tar.xz 1094256 BLAKE2B 321e7f99459f29256a092cfd6745fef1d2bb5ecb1b689beac2f96950765bdf931ef9386cbb1467ead5faca42c205a2e901ec225b286433120cbd227dbb892b0e SHA512 69b3eb88cdf9a0e287b1f559b955614a70feb6bfa3210726a4789339d1be90ce108e4232eb3bf1c137934ad1eb8897faef58cb999848e59a9a76b34df65745bc |
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-2023 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
ECM_HANDBOOK="optional" | ||
ECM_TEST="forceoptional" | ||
KFMIN=5.101.0 | ||
QTMIN=5.15.5 | ||
inherit ecm gear.kde.org | ||
|
||
DESCRIPTION="Language learning application that helps improving pronunciation skills" | ||
HOMEPAGE="https://apps.kde.org/artikulate/" | ||
|
||
LICENSE="GPL-2" # TODO: CHECK | ||
SLOT="5" | ||
KEYWORDS="~amd64 ~arm64 ~riscv ~x86" | ||
IUSE="" | ||
|
||
DEPEND=" | ||
>=dev-qt/qtdeclarative-${QTMIN}:5 | ||
>=dev-qt/qtgui-${QTMIN}:5 | ||
>=dev-qt/qtmultimedia-${QTMIN}:5 | ||
>=dev-qt/qtsql-${QTMIN}:5 | ||
>=dev-qt/qtxml-${QTMIN}:5 | ||
>=dev-qt/qtxmlpatterns-${QTMIN}:5 | ||
>=kde-frameworks/karchive-${KFMIN}: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/kirigami-${KFMIN}:5 | ||
>=kde-frameworks/knewstuff-${KFMIN}:5 | ||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5 | ||
" | ||
RDEPEND="${DEPEND} | ||
>=dev-qt/qtquickcontrols2-${QTMIN}:5 | ||
" | ||
|
||
src_configure() { | ||
local mycmakeargs=( | ||
-DBUILD_autotests=$(usex test) | ||
) | ||
ecm_src_configure | ||
} |