diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-06-10 09:26:46 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-06-10 09:32:11 +0200 |
| commit | de44b70b1cd3c8ef54e0a429a81cb41ad432ef1e (patch) | |
| tree | 765d912bb2e0c31b5868902d508bbcd4426dba3a /kde-frameworks/frameworkintegration | |
| parent | e98124f0874e2a0c8d23131fa12f7c031e438087 (diff) | |
| download | kde-de44b70b1cd3c8ef54e0a429a81cb41ad432ef1e.tar.gz kde-de44b70b1cd3c8ef54e0a429a81cb41ad432ef1e.tar.bz2 kde-de44b70b1cd3c8ef54e0a429a81cb41ad432ef1e.zip | |
kde-frameworks/frameworkintegration: 5.95.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/frameworkintegration')
| -rw-r--r-- | kde-frameworks/frameworkintegration/Manifest | 1 | ||||
| -rw-r--r-- | kde-frameworks/frameworkintegration/frameworkintegration-5.95.0.ebuild | 43 |
2 files changed, 44 insertions, 0 deletions
diff --git a/kde-frameworks/frameworkintegration/Manifest b/kde-frameworks/frameworkintegration/Manifest new file mode 100644 index 00000000000..6b6262c42d3 --- /dev/null +++ b/kde-frameworks/frameworkintegration/Manifest @@ -0,0 +1 @@ +DIST frameworkintegration-5.95.0.tar.xz 1758292 BLAKE2B 54588bd57289f2b42dcadc230257d031345b0d0cbce5bf674547431b654be418e209aac2692e693e64c86175b0a08cc01ad97294cad7dfcb65c918411d47e695 SHA512 a6fbc2bdeac9a3e2aecf0b6e2bfa0169b36e02d03665758230abc2497015a1540d33e58cb0283ec8333713debb58289deb423a679f726e041ada2d325833d743 diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.95.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.95.0.ebuild new file mode 100644 index 00000000000..1f7f33acb63 --- /dev/null +++ b/kde-frameworks/frameworkintegration/frameworkintegration-5.95.0.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2022 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.3 +VIRTUALX_REQUIRED="test" +inherit ecm kde.org + +DESCRIPTION="Framework for integrating Qt applications with KDE Plasma workspaces" + +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~arm64 ~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 +} |
