Skip to content

Commit

Permalink
kde-frameworks/frameworkintegration: 5.104.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 Mar 11, 2023
1 parent 9a986fb commit d135014
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
1 change: 1 addition & 0 deletions kde-frameworks/frameworkintegration/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DIST frameworkintegration-5.102.0.tar.xz 1760000 BLAKE2B 72116627d1229c273b04bb9c2f714b83bfa58a43f88d517b245e5f169868f5bb63ff2b9bd4dca4febc5ce7b47b2a3626643ad30f9852c153fc80b9671db20e92 SHA512 2cbddc96e120371219ec626b491b68f0c1d7d738e65e9087829dee596e26a6263f5ff5f26d42e0de622f1940c32b92763a14f7f3aafa7bd8976897373287a06a
DIST frameworkintegration-5.103.0.tar.xz 1760004 BLAKE2B 7156b5995ca99f0607037450236e6630162abd44cfb3ce73bf3f58f61664f548cfaddde2d20e642531b43a6155da492d783fb6a178212856f038bdfb9286ca9b SHA512 604b3a75a64b91fcf2991e84a5703cd33832342a4c931c90cba15d453cc89287ea248ead8f31f643d0333c4f63c12d93f61bf531e8f7eb99cadd9af72f6e0ea1
DIST frameworkintegration-5.104.0.tar.xz 1759964 BLAKE2B 83dbd951eefea03d8ad544a7f1ca1e39609ec7ed565b17c02a40ce3be795cc8386593fea09727a041e4ddec41dd795a7642901a24c8cdfc955a8cca5f77d9254 SHA512 2c5130b555b93cb72ce36be3708868fd35ebcda0a226e5099efe337477d53f938f066fd35a7e90efddadd3a51f427810b1b412028bbe6222e9208915afa06a74
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

ECM_QTHELP="false"
PVCUT=$(ver_cut 1-2)
QTMIN=5.15.5
VIRTUALX_REQUIRED="test"
inherit ecm frameworks.kde.org

DESCRIPTION="Framework for integrating Qt applications with KDE Plasma workspaces"

LICENSE="LGPL-2+"
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
IUSE=""

# requires running Plasma environment
RESTRICT="test"

RDEPEND="
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtwidgets-${QTMIN}:5
=kde-frameworks/kconfig-${PVCUT}*:5
=kde-frameworks/kconfigwidgets-${PVCUT}*:5
=kde-frameworks/ki18n-${PVCUT}*:5
=kde-frameworks/kiconthemes-${PVCUT}*:5
=kde-frameworks/knewstuff-${PVCUT}*:5
=kde-frameworks/knotifications-${PVCUT}*:5
"
DEPEND="${RDEPEND}
=kde-frameworks/kpackage-${PVCUT}*:5
=kde-frameworks/kwidgetsaddons-${PVCUT}*:5
"

src_configure() {
local mycmakeargs=(
-DCMAKE_DISABLE_FIND_PACKAGE_AppStreamQt=ON
-DCMAKE_DISABLE_FIND_PACKAGE_packagekitqt5=ON
)

ecm_src_configure
}

0 comments on commit d135014

Please sign in to comment.