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-frameworks/kwidgetsaddons: 5.104.0 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
29 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 kwidgetsaddons-5.102.0.tar.xz 4293552 BLAKE2B a1df3eedeb5310f9f4abb2d46d65e43c3dcaf0770b4a060b75a71bbc5d602ada465d09643735207c0a117500ee405830b1ad0474900df8029bc60dd9a768643d SHA512 8b0feb251251a645f9081d484a4c95857ba3275671ab733c5c9f3aa0eb73176b9d8ae2b3d34eba577c51528ced1714f413fc11b1084511c0586bf372d4582ff9 | ||
DIST kwidgetsaddons-5.103.0.tar.xz 4270704 BLAKE2B bd58250f51e422afa9ca8bb1fccc9a4a37702daf63de74c1bfae7968276bd2c00419f3612d3ca918a359960a8e6fcebdce01664db6e2865e09b9ad94c0d818cd SHA512 dee021f455e57c58cca7238fc2a143d25e80332a3c2294dd3ed4646b43e180bd5e6d8b78877fc24e75581b5f913e9c17f179562f054c8a7245ce45016e9e5c09 | ||
DIST kwidgetsaddons-5.104.0.tar.xz 4270984 BLAKE2B 301d2b9feb56e0c861a4fe145553fbc84926e99e0d21b7bee13520252013da773aa6bcaf351c5dca143e92fc84c26afbd5fb7780417a6c6cfcaed424fd275ac3 SHA512 6aa32b46cac285455e2f1fc8f4d97c34e682e81ba0d8a766eccf8c9f3b1fb089a10b98089dd482914cf4fb21df06d11c56620bef8066257929668a5a94f16139 |
28 changes: 28 additions & 0 deletions
28
kde-frameworks/kwidgetsaddons/kwidgetsaddons-5.104.0.ebuild
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,28 @@ | ||
# Copyright 1999-2023 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
ECM_DESIGNERPLUGIN="true" | ||
QTMIN=5.15.5 | ||
VIRTUALX_REQUIRED="test" | ||
inherit ecm frameworks.kde.org | ||
|
||
DESCRIPTION="An assortment of high-level widgets for common tasks" | ||
|
||
LICENSE="LGPL-2.1+" | ||
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" | ||
IUSE="" | ||
|
||
DEPEND=" | ||
>=dev-qt/qtgui-${QTMIN}:5 | ||
>=dev-qt/qtwidgets-${QTMIN}:5 | ||
" | ||
RDEPEND="${DEPEND}" | ||
BDEPEND=">=dev-qt/linguist-tools-${QTMIN}:5" | ||
|
||
src_test() { | ||
# bug 650216, 653186, 697866, 808216 | ||
local myctestargs=( -E "(kdatecomboboxtest|ksqueezedtextlabelautotest|ktwofingertaptest|ktwofingerswipetest)" ) | ||
ecm_src_test | ||
} |