diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-12-05 20:36:57 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-12-05 21:46:40 +0100 |
| commit | 88412c444a9709abcdaf04d4ef78cf7081e13b6c (patch) | |
| tree | 6372aed7f3c0e166e47ee50294c32dfd87620860 /kde-frameworks/frameworkintegration | |
| parent | e9ad4cd31feb9dc2064ce6402514c468b3e6e406 (diff) | |
| download | kde-88412c444a9709abcdaf04d4ef78cf7081e13b6c.tar.gz kde-88412c444a9709abcdaf04d4ef78cf7081e13b6c.tar.bz2 kde-88412c444a9709abcdaf04d4ef78cf7081e13b6c.zip | |
kde-frameworks/frameworkintegration: 5.77.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.77.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..8bd6b98a6a6 --- /dev/null +++ b/kde-frameworks/frameworkintegration/Manifest @@ -0,0 +1 @@ +DIST frameworkintegration-5.77.0.tar.xz 1754776 BLAKE2B 6184144a4ae91a8853de0fc8ab6e72afba493492b1ba408e428622f8028501f342a5bc9f8fd881a55935a48d2b695e5b9c920ef674e9e1613c9cd7b1803336c7 SHA512 e388fc092c0a3e3414563add6ca2a03ad6f3a3c25093293675ae0a2df594094420b75d000f2fcfa560044b1350672db5cea9f620ad9bd4349a1ebdd271624079 diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.77.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.77.0.ebuild new file mode 100644 index 00000000000..694c122e0a5 --- /dev/null +++ b/kde-frameworks/frameworkintegration/frameworkintegration-5.77.0.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_QTHELP="false" +PVCUT=$(ver_cut 1-2) +QTMIN=5.15.1 +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 ~x86" +IUSE="" + +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 +" + +# requires running Plasma environment +RESTRICT+=" test" + +src_configure() { + local mycmakeargs=( + -DCMAKE_DISABLE_FIND_PACKAGE_AppStreamQt=ON + -DCMAKE_DISABLE_FIND_PACKAGE_packagekitqt5=ON + ) + + ecm_src_configure +} |
