Skip to content

Commit

Permalink
kde-frameworks/kconfigwidgets: 5.79.0 version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Feb 13, 2021
1 parent 0dd3db3 commit 0ff5fd1
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
1 change: 1 addition & 0 deletions kde-frameworks/kconfigwidgets/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DIST kconfigwidgets-5.77.0.tar.xz 387264 BLAKE2B c9fe1f2c6ac98e643c85ac7472e824380fb0041576e02f486c033e04d17381bf6bf91527f50cd5ed8316ab079b1b23a2db6a501323f2e699d1da8605af9ca534 SHA512 2b3c13860993fdaee4a715aef5a87d25e0c85ef7b8ba78b731258c06ca051094269b0404737be8b7a29d88fb78f8200ff3ec5b2d577d5f76a0725aeccdc0b9d5
DIST kconfigwidgets-5.78.0.tar.xz 389240 BLAKE2B a16aeca09a7282ef30aeaf9dfc40eccd50a963cabfcc214f2f890e878d642fd0a88c4974eba4b901b24d5de1359869070d73d6ff422afe6eaeb5e06e12106e24 SHA512 6a7727c393bf87f6f6dec20e156a7888444848f721eb3318696c8783affff38521cd76a186956945e9bef96b0abc102f1198ccc01e912dff3e4cf37764a6e95b
DIST kconfigwidgets-5.79.0.tar.xz 389448 BLAKE2B bda895d970c092b3db06ca6411707937467e40ca75d5b1c98248ad0c2c2daf9918bdf713699bf824b02a8e40ac59e324980848e0fcbd3f630a3dd82ed88fc148 SHA512 14e4d85407f9702eb1ec8846e94a9ad54c03cd4d7ec5910262f8376d9c06499835ce2a0fb938cf638de085cf029c5a69b7d8edfda5c1dde9855a83e9cfbf549c
41 changes: 41 additions & 0 deletions kde-frameworks/kconfigwidgets/kconfigwidgets-5.79.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

ECM_DESIGNERPLUGIN="true"
PVCUT=$(ver_cut 1-2)
QTMIN=5.15.2
VIRTUALX_REQUIRED="test"
inherit ecm kde.org

DESCRIPTION="Framework providing an assortment of configuration-related widgets"
LICENSE="LGPL-2+"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
IUSE="+man"

BDEPEND="
man? ( >=kde-frameworks/kdoctools-${PVCUT}:5 )
"
DEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtwidgets-${QTMIN}:5
=kde-frameworks/kauth-${PVCUT}*:5
=kde-frameworks/kcodecs-${PVCUT}*:5
=kde-frameworks/kconfig-${PVCUT}*:5
=kde-frameworks/kcoreaddons-${PVCUT}*:5
=kde-frameworks/kguiaddons-${PVCUT}*:5
=kde-frameworks/ki18n-${PVCUT}*:5
=kde-frameworks/kwidgetsaddons-${PVCUT}*:5
"
RDEPEND="${DEPEND}"

src_configure() {
local mycmakeargs=(
-DCMAKE_DISABLE_FIND_PACKAGE_PythonModuleGeneration=ON # bug 746866
$(cmake_use_find_package man KF5DocTools)
)

ecm_src_configure
}

0 comments on commit 0ff5fd1

Please sign in to comment.