From 7ece7f3d3bcd0184dd8dfd6653464da80184963c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 11 Jan 2024 01:05:34 +0000 Subject: gentoo auto-resync : 11:01:2024 - 01:05:34 --- kde-frameworks/frameworkintegration/Manifest | 4 +-- .../frameworkintegration-5.247.0.ebuild | 42 ---------------------- .../frameworkintegration-5.248.0.ebuild | 41 +++++++++++++++++++++ 3 files changed, 43 insertions(+), 44 deletions(-) delete mode 100644 kde-frameworks/frameworkintegration/frameworkintegration-5.247.0.ebuild create mode 100644 kde-frameworks/frameworkintegration/frameworkintegration-5.248.0.ebuild (limited to 'kde-frameworks/frameworkintegration') diff --git a/kde-frameworks/frameworkintegration/Manifest b/kde-frameworks/frameworkintegration/Manifest index a7d9929361b4..ecc0e236be65 100644 --- a/kde-frameworks/frameworkintegration/Manifest +++ b/kde-frameworks/frameworkintegration/Manifest @@ -1,5 +1,5 @@ DIST frameworkintegration-5.113.0.tar.xz 1760432 BLAKE2B f8289c33889cf8bafd51b1db44efba93d9b580a9cd69be69e2fadd957a2db728d0c981da5af4c8b4be264fc3af8b7b44d6be0e144dc2a596a601cfc35f1d6274 SHA512 a9fe7a6c262482cb8b8d392064f66413a03d2bd031263470b0bbef1466bc18749d874d93c4c637958fecc72d7ec9273eabb3d48a0d7c457533c1ea7caf419e90 -DIST frameworkintegration-5.247.0.tar.xz 54140 BLAKE2B 92c95d1733cff1100ea27d614b2febde6d0eaa65130e409841c6705e1d9c592fdd57cf841b38224f1406860d435172597b9b0f26107d1f255d7820e4e428a9df SHA512 890d780a12a72edb359fe76cd2323eadcedfdd9485657f126bc42c29e8defdca525df90ff36fd53041d3e74d5afd5a39c2f7e306a292b022333381ed6bcff6c3 +DIST frameworkintegration-5.248.0.tar.xz 54248 BLAKE2B 620b61128859bedc8cc2ed1aa8e0b349d93b59749ae8a2fd6f7517d9c68f6cdf3e47b7baba959a0fb30d1ae9e0c7444da9d4a9b5eabe2f4fe483fa922e258b93 SHA512 fae603dd539e522383424f72aa9deeae842ed5c6e037185d3da5292d5df6aa5c7a6694c0ed84f5cb74133918d03160cff417f525c203b7e406591b395c7eea3b EBUILD frameworkintegration-5.113.0.ebuild 989 BLAKE2B 504d2adc70f4c07faf344658547725746b045a7f7c393ddf2bebfdfb361233ace06ebae2a2404fcb79aca205066b0979d5aab74c8568505cc27711f9be0bbb48 SHA512 8fe87077200443e758f5dcf51526ca463e9469f151d32da33f6e5b62fb1d5d710c13f3f5c5d7eadfd5be57866d33a60ce36936017b6e46d584c902433932f9cd -EBUILD frameworkintegration-5.247.0.ebuild 948 BLAKE2B 65581807be244d79634ee98bb8087a843163aac79c3040084972644f7bd6a7afe93d038eec085e471ef61e02fe16833379a957923db633331489b0b38ed3e6c2 SHA512 48209032fef7531de321545a7c8d5bdc467803fa32be9360d28ac0af28d225a2123cf547168bb0a4070591692af1f0dcd9d2c7b98862f20d53cfc14af1482643 +EBUILD frameworkintegration-5.248.0.ebuild 934 BLAKE2B 9ae034be04fa5d34040cf3e1dcb9ba9f9a933bf4db2d90f203646e33c045bcb1a30c6b5b74749a261b739e69f48878074a0762b15620a3848bc19a501f2745ba SHA512 f242b74f5c881dc5ffe777e9bcef28ace05e26d0a71a49d26163eb12117a39d9ea2dd0f7d1955895441ff8000925e1a911a123f75c74d6d84945a0d66a72a051 MISC metadata.xml 456 BLAKE2B 4392b1cc6f304778d71236d5eb557dfbbd530143eea5cad9a3c3034e3e8b22c835f6c7f980124a21cefd35a2dd1efd5110adc0a5342170f88dfd7418b12bee99 SHA512 7ba65331cad434e2dceee012a5458d268eb2a04e0f7276b265c15644e6db5209bc7eee7d9695aa0038c435711e0f6f0dc53c7bae9d773b48f01e22a22e4dbb80 diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.247.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.247.0.ebuild deleted file mode 100644 index ff083d917e8f..000000000000 --- a/kde-frameworks/frameworkintegration/frameworkintegration-5.247.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_QTHELP="false" -KFMIN=5.245.0 -PVCUT=$(ver_cut 1-2) -QTMIN=6.6.0 -inherit ecm frameworks.kde.org - -DESCRIPTION="Framework for integrating Qt applications with KDE Plasma workspaces" - -LICENSE="LGPL-2+" -KEYWORDS="~amd64" -IUSE="" - -# requires running Plasma environment -RESTRICT="test" - -RDEPEND=" - >=dev-qt/qtbase-${QTMIN}:6[gui,widgets] - =kde-frameworks/kcolorscheme-${PVCUT}*:6 - =kde-frameworks/kconfig-${PVCUT}*:6 - =kde-frameworks/ki18n-${PVCUT}*:6 - =kde-frameworks/kiconthemes-${PVCUT}*:6 - =kde-frameworks/knewstuff-${PVCUT}*:6 - =kde-frameworks/knotifications-${PVCUT}*:6 - =kde-frameworks/kwidgetsaddons-${PVCUT}*:6 -" -DEPEND="${RDEPEND} - =kde-frameworks/kpackage-${PVCUT}*:6 -" - -src_configure() { - local mycmakeargs=( - -DCMAKE_DISABLE_FIND_PACKAGE_AppStreamQt=ON - -DCMAKE_DISABLE_FIND_PACKAGE_packagekitqt6=ON - ) - - ecm_src_configure -} diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.248.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.248.0.ebuild new file mode 100644 index 000000000000..134bdbb27a35 --- /dev/null +++ b/kde-frameworks/frameworkintegration/frameworkintegration-5.248.0.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_QTHELP="false" +PVCUT=$(ver_cut 1-2) +QTMIN=6.6.0 +inherit ecm frameworks.kde.org + +DESCRIPTION="Framework for integrating Qt applications with KDE Plasma workspaces" + +LICENSE="LGPL-2+" +KEYWORDS="~amd64" +IUSE="" + +# requires running Plasma environment +RESTRICT="test" + +RDEPEND=" + >=dev-qt/qtbase-${QTMIN}:6[gui,widgets] + =kde-frameworks/kcolorscheme-${PVCUT}*:6 + =kde-frameworks/kconfig-${PVCUT}*:6 + =kde-frameworks/ki18n-${PVCUT}*:6 + =kde-frameworks/kiconthemes-${PVCUT}*:6 + =kde-frameworks/knewstuff-${PVCUT}*:6 + =kde-frameworks/knotifications-${PVCUT}*:6 + =kde-frameworks/kwidgetsaddons-${PVCUT}*:6 +" +DEPEND="${RDEPEND} + =kde-frameworks/kpackage-${PVCUT}*:6 +" + +src_configure() { + local mycmakeargs=( + -DCMAKE_DISABLE_FIND_PACKAGE_AppStreamQt=ON + -DCMAKE_DISABLE_FIND_PACKAGE_packagekitqt6=ON + ) + + ecm_src_configure +} -- cgit v1.2.3