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.04.3 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
46 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-21.12.3.tar.xz 1091460 BLAKE2B 53927896d964b427b0a08c8c95c9a71014db6c9b3702e2d802ffe025f687573adb5d9860829a8c0dbf7135ba89f76d5c1f1062cec638cfdaf0319f20ec142640 SHA512 7d70ba2b96562919b1d6e104a5a020838ef7023f97d4f782b6d5b81c0886c20b1580df5dad05f95d6dd065af2893a44b75375a0a40074fe4f847fdbf49329cac | ||
DIST artikulate-22.04.2.tar.xz 1094468 BLAKE2B 0d3f847337f9df6502a82228a5bcbf6a4b96bab55ffe51a57384f97bf97bac71dea91d40affd310cd23574005b6e452e10d5a0079f21de6ef671ab7e77b922db SHA512 a6c19200869f6c693ca28c130a6b62674ef3908169fa01e1e406f83ae3d2d616bfe14417c61c28766f42708c842e061c218c00a37c9a07103cf33d8df773e5d0 | ||
DIST artikulate-22.04.3.tar.xz 1094472 BLAKE2B 6d44e069a78061c159e2a52e3722bae5582a4284795429be99ea4060c244b5610efd58e0fd6f4c62018490cdf3eae92dcfe702dd731d04b90d3b8ec9edf88959 SHA512 0f85d9298ce34238fba373e4320f698dd475a14b98acdc5a979f27f7d6c6fe4c463082be3662878de1cafaf76db4f9ceeedbfa10ba9931297573a86aea24ff47 |
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,45 @@ | ||
# Copyright 1999-2022 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
ECM_HANDBOOK="optional" | ||
KFMIN=5.92.0 | ||
QTMIN=5.15.4 | ||
inherit ecm 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/qtwidgets-${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/knewstuff-${KFMIN}:5 | ||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5 | ||
" | ||
RDEPEND="${DEPEND}" | ||
|
||
src_configure() { | ||
local mycmakeargs=( | ||
-DBUILD_GSTREAMER_PLUGIN=OFF | ||
-DBUILD_QTMULTIMEDIA_PLUGIN=ON | ||
) | ||
|
||
ecm_src_configure | ||
} |