[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: e5c063e0a3511db9d480b4fa597c1fc94ea499b1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Dec 17 19:53:05 2024 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Dec 17 21:47:00 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5c063e0 kde-frameworks/kdeclarative: drop 6.8.0 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 - .../kdeclarative/kdeclarative-6.8.0.ebuild | 28 -- 2 files changed, 29 deletions(-) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index 3925b29f8182..3f82fdb90bf2 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1,4 +1,3 @@ DIST kdeclarative-5.116.0.tar.xz 2492824 BLAKE2B 118ed6f9151ea2545282593b5e95250a708e1aae3c124aa3a49ce1e428d87fa4d4a771788a4ff628e87e39d3ddcd5e506664608b35be957241fb0f88b04f230b SHA512 6118cfc64c5a600cead31deaab79e7e60fef9c24ce5d4b163b581e1bae617979069e1a00cfc610a1e4b3fb80c9ff77fa5b34dace836d1d5326dfc31a2482d4bc DIST kdeclarative-6.7.0.tar.xz 2430348 BLAKE2B d360e1ed6e88636d327af9b94741961d2de3d84d330f3e61031766757d50dcaea3a98456c62e8c7147a959d415a1fc87fc3f5693e84186654b0c57122d7ba0da SHA512 30e37122da6c66527ceca83960bb76ec795a49df33e561316cb97df1fafd2801a1627525b4acbde7eb414d6acc0b72d30d4f5b012bd74c589eaddd69e4c30634 -DIST kdeclarative-6.8.0.tar.xz 2430740 BLAKE2B 9d808e5196f13d268e899c3c19ceb9fe79f5701545ff0093982daf0d1fa90c1a99dbe5be2bc95d3e840dc8390b5017585f9c76bec3d5431b80c9b39a8ca7ef8a SHA512 f687fd80af54bbcba0fbd22bc66dc89ca3da869911bf590f883042c5f6d5bc1a3862dcb0a89619a790e7236d4929532be0341c2872c30fc7dfa82f5b55fe6fe1 DIST kdeclarative-6.9.0.tar.xz 2430796 BLAKE2B 19dd71c7c1f8041343b44bc1473a9f173256c56beb0c635fd604af6ef30dd1b10ade80d5614e1f2e614430a936e9625ac18c10d9a6b800e8b08ca4661e72b72f SHA512 0b2553e6c7fcbf4d72cf74b3bf0c1615df437c9c7f56fcc59b347857a03cd10090524997f7fb15ccdf2abfa563795859f5890884dbadef10034e8c3b3dfe9d76 diff --git a/kde-frameworks/kdeclarative/kdeclarative-6.8.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-6.8.0.ebuild deleted file mode 100644 index b0d5fc2990ac.. --- a/kde-frameworks/kdeclarative/kdeclarative-6.8.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="false" -PVCUT=$(ver_cut 1-2) -QTMIN=6.7.2 -inherit ecm frameworks.kde.org - -DESCRIPTION="Framework providing integration of QML and KDE work spaces" - -LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtbase-${QTMIN}:6[gui] - >=dev-qt/qtdeclarative-${QTMIN}:6 - =kde-frameworks/kconfig-${PVCUT}*:6 - =kde-frameworks/kcoreaddons-${PVCUT}*:6 - =kde-frameworks/kglobalaccel-${PVCUT}*:6 - =kde-frameworks/kguiaddons-${PVCUT}*:6 - =kde-frameworks/ki18n-${PVCUT}*:6 - =kde-frameworks/kservice-${PVCUT}*:6 - =kde-frameworks/kwidgetsaddons-${PVCUT}*:6 -" -RDEPEND="${DEPEND}"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: fa7602ef5296849165318a69128b1f1a172bce00 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Dec 16 21:02:46 2024 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Dec 16 22:27:33 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa7602ef kde-frameworks/kdeclarative: 6.9.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 + .../kdeclarative/kdeclarative-6.9.0.ebuild | 27 ++ 2 files changed, 28 insertions(+) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index f9892d42d444..3925b29f8182 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1,3 +1,4 @@ DIST kdeclarative-5.116.0.tar.xz 2492824 BLAKE2B 118ed6f9151ea2545282593b5e95250a708e1aae3c124aa3a49ce1e428d87fa4d4a771788a4ff628e87e39d3ddcd5e506664608b35be957241fb0f88b04f230b SHA512 6118cfc64c5a600cead31deaab79e7e60fef9c24ce5d4b163b581e1bae617979069e1a00cfc610a1e4b3fb80c9ff77fa5b34dace836d1d5326dfc31a2482d4bc DIST kdeclarative-6.7.0.tar.xz 2430348 BLAKE2B d360e1ed6e88636d327af9b94741961d2de3d84d330f3e61031766757d50dcaea3a98456c62e8c7147a959d415a1fc87fc3f5693e84186654b0c57122d7ba0da SHA512 30e37122da6c66527ceca83960bb76ec795a49df33e561316cb97df1fafd2801a1627525b4acbde7eb414d6acc0b72d30d4f5b012bd74c589eaddd69e4c30634 DIST kdeclarative-6.8.0.tar.xz 2430740 BLAKE2B 9d808e5196f13d268e899c3c19ceb9fe79f5701545ff0093982daf0d1fa90c1a99dbe5be2bc95d3e840dc8390b5017585f9c76bec3d5431b80c9b39a8ca7ef8a SHA512 f687fd80af54bbcba0fbd22bc66dc89ca3da869911bf590f883042c5f6d5bc1a3862dcb0a89619a790e7236d4929532be0341c2872c30fc7dfa82f5b55fe6fe1 +DIST kdeclarative-6.9.0.tar.xz 2430796 BLAKE2B 19dd71c7c1f8041343b44bc1473a9f173256c56beb0c635fd604af6ef30dd1b10ade80d5614e1f2e614430a936e9625ac18c10d9a6b800e8b08ca4661e72b72f SHA512 0b2553e6c7fcbf4d72cf74b3bf0c1615df437c9c7f56fcc59b347857a03cd10090524997f7fb15ccdf2abfa563795859f5890884dbadef10034e8c3b3dfe9d76 diff --git a/kde-frameworks/kdeclarative/kdeclarative-6.9.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-6.9.0.ebuild new file mode 100644 index ..75ee3ba59e39 --- /dev/null +++ b/kde-frameworks/kdeclarative/kdeclarative-6.9.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="false" +QTMIN=6.7.2 +inherit ecm frameworks.kde.org + +DESCRIPTION="Framework providing integration of QML and KDE work spaces" + +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +IUSE="" + +DEPEND=" + >=dev-qt/qtbase-${QTMIN}:6[gui] + >=dev-qt/qtdeclarative-${QTMIN}:6 + =kde-frameworks/kconfig-${KDE_CATV}*:6 + =kde-frameworks/kcoreaddons-${KDE_CATV}*:6 + =kde-frameworks/kglobalaccel-${KDE_CATV}*:6 + =kde-frameworks/kguiaddons-${KDE_CATV}*:6 + =kde-frameworks/ki18n-${KDE_CATV}*:6 + =kde-frameworks/kservice-${KDE_CATV}*:6 + =kde-frameworks/kwidgetsaddons-${KDE_CATV}*:6 +" +RDEPEND="${DEPEND}"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: d321e1889ec22e1beaf420fad97b0cea7148ab28 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Nov 29 14:52:36 2024 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Nov 29 16:25:55 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d321e188 kde-frameworks/kdeclarative: drop 6.6.0 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 - .../kdeclarative/kdeclarative-6.6.0.ebuild | 28 -- 2 files changed, 29 deletions(-) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index a66316feb89b..f9892d42d444 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1,4 +1,3 @@ DIST kdeclarative-5.116.0.tar.xz 2492824 BLAKE2B 118ed6f9151ea2545282593b5e95250a708e1aae3c124aa3a49ce1e428d87fa4d4a771788a4ff628e87e39d3ddcd5e506664608b35be957241fb0f88b04f230b SHA512 6118cfc64c5a600cead31deaab79e7e60fef9c24ce5d4b163b581e1bae617979069e1a00cfc610a1e4b3fb80c9ff77fa5b34dace836d1d5326dfc31a2482d4bc -DIST kdeclarative-6.6.0.tar.xz 2430264 BLAKE2B fae933e8d4e6c8ff2b8c9e7eb829c48e20e5ad20e088079bc14ba838e1ebabc50b6451f1cfe0e5ac5f93404693028eb948714822503b1c6dd32140bbcced2ba0 SHA512 549366ba25a8f54023c93901bb9d4488a27ccdee26eb263b5d4ef7bf2de67543fa3157ead1e91aa5839efb84e7ce4a84fd1672ed5115c6d96d13a53e11ac DIST kdeclarative-6.7.0.tar.xz 2430348 BLAKE2B d360e1ed6e88636d327af9b94741961d2de3d84d330f3e61031766757d50dcaea3a98456c62e8c7147a959d415a1fc87fc3f5693e84186654b0c57122d7ba0da SHA512 30e37122da6c66527ceca83960bb76ec795a49df33e561316cb97df1fafd2801a1627525b4acbde7eb414d6acc0b72d30d4f5b012bd74c589eaddd69e4c30634 DIST kdeclarative-6.8.0.tar.xz 2430740 BLAKE2B 9d808e5196f13d268e899c3c19ceb9fe79f5701545ff0093982daf0d1fa90c1a99dbe5be2bc95d3e840dc8390b5017585f9c76bec3d5431b80c9b39a8ca7ef8a SHA512 f687fd80af54bbcba0fbd22bc66dc89ca3da869911bf590f883042c5f6d5bc1a3862dcb0a89619a790e7236d4929532be0341c2872c30fc7dfa82f5b55fe6fe1 diff --git a/kde-frameworks/kdeclarative/kdeclarative-6.6.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-6.6.0.ebuild deleted file mode 100644 index 17982b1b1e43.. --- a/kde-frameworks/kdeclarative/kdeclarative-6.6.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="false" -PVCUT=$(ver_cut 1-2) -QTMIN=6.6.2 -inherit ecm frameworks.kde.org - -DESCRIPTION="Framework providing integration of QML and KDE work spaces" - -LICENSE="LGPL-2+" -KEYWORDS="amd64 arm64 ppc64 ~riscv ~x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtbase-${QTMIN}:6[gui] - >=dev-qt/qtdeclarative-${QTMIN}:6 - =kde-frameworks/kconfig-${PVCUT}*:6 - =kde-frameworks/kcoreaddons-${PVCUT}*:6 - =kde-frameworks/kglobalaccel-${PVCUT}*:6 - =kde-frameworks/kguiaddons-${PVCUT}*:6 - =kde-frameworks/ki18n-${PVCUT}*:6 - =kde-frameworks/kservice-${PVCUT}*:6 - =kde-frameworks/kwidgetsaddons-${PVCUT}*:6 -" -RDEPEND="${DEPEND}"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: be7a3927595559b7db9aac4281e83e9eea7ed6fb Author: Arthur Zamarin gentoo org> AuthorDate: Fri Nov 29 14:31:19 2024 + Commit: Arthur Zamarin gentoo org> CommitDate: Fri Nov 29 14:31:19 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be7a3927 kde-frameworks/kdeclarative: Stabilize 6.7.0 ppc64, #941978 Signed-off-by: Arthur Zamarin gentoo.org> kde-frameworks/kdeclarative/kdeclarative-6.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-frameworks/kdeclarative/kdeclarative-6.7.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-6.7.0.ebuild index 231a0688bb3e..17982b1b1e43 100644 --- a/kde-frameworks/kdeclarative/kdeclarative-6.7.0.ebuild +++ b/kde-frameworks/kdeclarative/kdeclarative-6.7.0.ebuild @@ -11,7 +11,7 @@ inherit ecm frameworks.kde.org DESCRIPTION="Framework providing integration of QML and KDE work spaces" LICENSE="LGPL-2+" -KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 arm64 ppc64 ~riscv ~x86" IUSE="" DEPEND="
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: 7503c3df20ff46e57bcccab5008bcc3ddbdcc0e8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Nov 8 14:28:05 2024 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Nov 8 14:38:09 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7503c3df kde-frameworks/kdeclarative: 6.8.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 + .../kdeclarative/kdeclarative-6.8.0.ebuild | 28 ++ 2 files changed, 29 insertions(+) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index 22eeaa44c51c..a66316feb89b 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1,3 +1,4 @@ DIST kdeclarative-5.116.0.tar.xz 2492824 BLAKE2B 118ed6f9151ea2545282593b5e95250a708e1aae3c124aa3a49ce1e428d87fa4d4a771788a4ff628e87e39d3ddcd5e506664608b35be957241fb0f88b04f230b SHA512 6118cfc64c5a600cead31deaab79e7e60fef9c24ce5d4b163b581e1bae617979069e1a00cfc610a1e4b3fb80c9ff77fa5b34dace836d1d5326dfc31a2482d4bc DIST kdeclarative-6.6.0.tar.xz 2430264 BLAKE2B fae933e8d4e6c8ff2b8c9e7eb829c48e20e5ad20e088079bc14ba838e1ebabc50b6451f1cfe0e5ac5f93404693028eb948714822503b1c6dd32140bbcced2ba0 SHA512 549366ba25a8f54023c93901bb9d4488a27ccdee26eb263b5d4ef7bf2de67543fa3157ead1e91aa5839efb84e7ce4a84fd1672ed5115c6d96d13a53e11ac DIST kdeclarative-6.7.0.tar.xz 2430348 BLAKE2B d360e1ed6e88636d327af9b94741961d2de3d84d330f3e61031766757d50dcaea3a98456c62e8c7147a959d415a1fc87fc3f5693e84186654b0c57122d7ba0da SHA512 30e37122da6c66527ceca83960bb76ec795a49df33e561316cb97df1fafd2801a1627525b4acbde7eb414d6acc0b72d30d4f5b012bd74c589eaddd69e4c30634 +DIST kdeclarative-6.8.0.tar.xz 2430740 BLAKE2B 9d808e5196f13d268e899c3c19ceb9fe79f5701545ff0093982daf0d1fa90c1a99dbe5be2bc95d3e840dc8390b5017585f9c76bec3d5431b80c9b39a8ca7ef8a SHA512 f687fd80af54bbcba0fbd22bc66dc89ca3da869911bf590f883042c5f6d5bc1a3862dcb0a89619a790e7236d4929532be0341c2872c30fc7dfa82f5b55fe6fe1 diff --git a/kde-frameworks/kdeclarative/kdeclarative-6.8.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-6.8.0.ebuild new file mode 100644 index ..b0d5fc2990ac --- /dev/null +++ b/kde-frameworks/kdeclarative/kdeclarative-6.8.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="false" +PVCUT=$(ver_cut 1-2) +QTMIN=6.7.2 +inherit ecm frameworks.kde.org + +DESCRIPTION="Framework providing integration of QML and KDE work spaces" + +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +IUSE="" + +DEPEND=" + >=dev-qt/qtbase-${QTMIN}:6[gui] + >=dev-qt/qtdeclarative-${QTMIN}:6 + =kde-frameworks/kconfig-${PVCUT}*:6 + =kde-frameworks/kcoreaddons-${PVCUT}*:6 + =kde-frameworks/kglobalaccel-${PVCUT}*:6 + =kde-frameworks/kguiaddons-${PVCUT}*:6 + =kde-frameworks/ki18n-${PVCUT}*:6 + =kde-frameworks/kservice-${PVCUT}*:6 + =kde-frameworks/kwidgetsaddons-${PVCUT}*:6 +" +RDEPEND="${DEPEND}"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: 7bd39a410ceaca1a26512c88e00a19bc1366a1f0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Oct 11 12:47:18 2024 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Oct 11 12:57:27 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bd39a41 kde-frameworks/kdeclarative: 6.7.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 + .../kdeclarative/kdeclarative-6.7.0.ebuild | 28 ++ 2 files changed, 29 insertions(+) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index a45263b79eb0..22eeaa44c51c 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1,2 +1,3 @@ DIST kdeclarative-5.116.0.tar.xz 2492824 BLAKE2B 118ed6f9151ea2545282593b5e95250a708e1aae3c124aa3a49ce1e428d87fa4d4a771788a4ff628e87e39d3ddcd5e506664608b35be957241fb0f88b04f230b SHA512 6118cfc64c5a600cead31deaab79e7e60fef9c24ce5d4b163b581e1bae617979069e1a00cfc610a1e4b3fb80c9ff77fa5b34dace836d1d5326dfc31a2482d4bc DIST kdeclarative-6.6.0.tar.xz 2430264 BLAKE2B fae933e8d4e6c8ff2b8c9e7eb829c48e20e5ad20e088079bc14ba838e1ebabc50b6451f1cfe0e5ac5f93404693028eb948714822503b1c6dd32140bbcced2ba0 SHA512 549366ba25a8f54023c93901bb9d4488a27ccdee26eb263b5d4ef7bf2de67543fa3157ead1e91aa5839efb84e7ce4a84fd1672ed5115c6d96d13a53e11ac +DIST kdeclarative-6.7.0.tar.xz 2430348 BLAKE2B d360e1ed6e88636d327af9b94741961d2de3d84d330f3e61031766757d50dcaea3a98456c62e8c7147a959d415a1fc87fc3f5693e84186654b0c57122d7ba0da SHA512 30e37122da6c66527ceca83960bb76ec795a49df33e561316cb97df1fafd2801a1627525b4acbde7eb414d6acc0b72d30d4f5b012bd74c589eaddd69e4c30634 diff --git a/kde-frameworks/kdeclarative/kdeclarative-6.7.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-6.7.0.ebuild new file mode 100644 index ..020efd148754 --- /dev/null +++ b/kde-frameworks/kdeclarative/kdeclarative-6.7.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="false" +PVCUT=$(ver_cut 1-2) +QTMIN=6.6.2 +inherit ecm frameworks.kde.org + +DESCRIPTION="Framework providing integration of QML and KDE work spaces" + +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +IUSE="" + +DEPEND=" + >=dev-qt/qtbase-${QTMIN}:6[gui] + >=dev-qt/qtdeclarative-${QTMIN}:6 + =kde-frameworks/kconfig-${PVCUT}*:6 + =kde-frameworks/kcoreaddons-${PVCUT}*:6 + =kde-frameworks/kglobalaccel-${PVCUT}*:6 + =kde-frameworks/kguiaddons-${PVCUT}*:6 + =kde-frameworks/ki18n-${PVCUT}*:6 + =kde-frameworks/kservice-${PVCUT}*:6 + =kde-frameworks/kwidgetsaddons-${PVCUT}*:6 +" +RDEPEND="${DEPEND}"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: ea1370bf19fe29ada5661f4affecc87b6363fad9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Oct 9 16:22:35 2024 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Oct 9 16:54:14 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea1370bf kde-frameworks/kdeclarative: drop 6.5.0 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 - .../kdeclarative/kdeclarative-6.5.0.ebuild | 28 -- 2 files changed, 29 deletions(-) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index 7c9b2422b9dd..a45263b79eb0 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1,3 +1,2 @@ DIST kdeclarative-5.116.0.tar.xz 2492824 BLAKE2B 118ed6f9151ea2545282593b5e95250a708e1aae3c124aa3a49ce1e428d87fa4d4a771788a4ff628e87e39d3ddcd5e506664608b35be957241fb0f88b04f230b SHA512 6118cfc64c5a600cead31deaab79e7e60fef9c24ce5d4b163b581e1bae617979069e1a00cfc610a1e4b3fb80c9ff77fa5b34dace836d1d5326dfc31a2482d4bc -DIST kdeclarative-6.5.0.tar.xz 2429848 BLAKE2B 3d7a8448e9131c9aba91d7d4e882e92a117a836d4aa43a2e90c4b50490393427ac5d8e38eb5b22f2ee3bc7eceebb1ec48d193463570441789eef3f196ed9b002 SHA512 f5c39c1a1dc16d48972df787c35113c3824aef6fcd48f0498bfb30a5991472159c789b7dd8eabec015c967958f369f29c07742d80ba3798a4cb2d5468691025d DIST kdeclarative-6.6.0.tar.xz 2430264 BLAKE2B fae933e8d4e6c8ff2b8c9e7eb829c48e20e5ad20e088079bc14ba838e1ebabc50b6451f1cfe0e5ac5f93404693028eb948714822503b1c6dd32140bbcced2ba0 SHA512 549366ba25a8f54023c93901bb9d4488a27ccdee26eb263b5d4ef7bf2de67543fa3157ead1e91aa5839efb84e7ce4a84fd1672ed5115c6d96d13a53e11ac diff --git a/kde-frameworks/kdeclarative/kdeclarative-6.5.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-6.5.0.ebuild deleted file mode 100644 index 17982b1b1e43.. --- a/kde-frameworks/kdeclarative/kdeclarative-6.5.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="false" -PVCUT=$(ver_cut 1-2) -QTMIN=6.6.2 -inherit ecm frameworks.kde.org - -DESCRIPTION="Framework providing integration of QML and KDE work spaces" - -LICENSE="LGPL-2+" -KEYWORDS="amd64 arm64 ppc64 ~riscv ~x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtbase-${QTMIN}:6[gui] - >=dev-qt/qtdeclarative-${QTMIN}:6 - =kde-frameworks/kconfig-${PVCUT}*:6 - =kde-frameworks/kcoreaddons-${PVCUT}*:6 - =kde-frameworks/kglobalaccel-${PVCUT}*:6 - =kde-frameworks/kguiaddons-${PVCUT}*:6 - =kde-frameworks/ki18n-${PVCUT}*:6 - =kde-frameworks/kservice-${PVCUT}*:6 - =kde-frameworks/kwidgetsaddons-${PVCUT}*:6 -" -RDEPEND="${DEPEND}"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: d6b6f5929d3ce89d4f5754f7d8f8eccff69a576a Author: Arthur Zamarin gentoo org> AuthorDate: Fri Oct 4 16:35:41 2024 + Commit: Arthur Zamarin gentoo org> CommitDate: Fri Oct 4 16:35:41 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6b6f592 kde-frameworks/kdeclarative: Stabilize 6.6.0 ppc64, #940668 Signed-off-by: Arthur Zamarin gentoo.org> kde-frameworks/kdeclarative/kdeclarative-6.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-frameworks/kdeclarative/kdeclarative-6.6.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-6.6.0.ebuild index 020efd148754..c7e91ba5d4fb 100644 --- a/kde-frameworks/kdeclarative/kdeclarative-6.6.0.ebuild +++ b/kde-frameworks/kdeclarative/kdeclarative-6.6.0.ebuild @@ -11,7 +11,7 @@ inherit ecm frameworks.kde.org DESCRIPTION="Framework providing integration of QML and KDE work spaces" LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm64 ppc64 ~riscv ~x86" IUSE="" DEPEND="
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: 1f0e81b8216182f8623a46813ce5b56e9a798d27 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Sep 13 14:16:59 2024 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 14 03:22:13 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f0e81b8 kde-frameworks/kdeclarative: 6.6.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 + .../kdeclarative/kdeclarative-6.6.0.ebuild | 28 ++ 2 files changed, 29 insertions(+) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index 456fa8904f22..7c9b2422b9dd 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1,2 +1,3 @@ DIST kdeclarative-5.116.0.tar.xz 2492824 BLAKE2B 118ed6f9151ea2545282593b5e95250a708e1aae3c124aa3a49ce1e428d87fa4d4a771788a4ff628e87e39d3ddcd5e506664608b35be957241fb0f88b04f230b SHA512 6118cfc64c5a600cead31deaab79e7e60fef9c24ce5d4b163b581e1bae617979069e1a00cfc610a1e4b3fb80c9ff77fa5b34dace836d1d5326dfc31a2482d4bc DIST kdeclarative-6.5.0.tar.xz 2429848 BLAKE2B 3d7a8448e9131c9aba91d7d4e882e92a117a836d4aa43a2e90c4b50490393427ac5d8e38eb5b22f2ee3bc7eceebb1ec48d193463570441789eef3f196ed9b002 SHA512 f5c39c1a1dc16d48972df787c35113c3824aef6fcd48f0498bfb30a5991472159c789b7dd8eabec015c967958f369f29c07742d80ba3798a4cb2d5468691025d +DIST kdeclarative-6.6.0.tar.xz 2430264 BLAKE2B fae933e8d4e6c8ff2b8c9e7eb829c48e20e5ad20e088079bc14ba838e1ebabc50b6451f1cfe0e5ac5f93404693028eb948714822503b1c6dd32140bbcced2ba0 SHA512 549366ba25a8f54023c93901bb9d4488a27ccdee26eb263b5d4ef7bf2de67543fa3157ead1e91aa5839efb84e7ce4a84fd1672ed5115c6d96d13a53e11ac diff --git a/kde-frameworks/kdeclarative/kdeclarative-6.6.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-6.6.0.ebuild new file mode 100644 index ..020efd148754 --- /dev/null +++ b/kde-frameworks/kdeclarative/kdeclarative-6.6.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="false" +PVCUT=$(ver_cut 1-2) +QTMIN=6.6.2 +inherit ecm frameworks.kde.org + +DESCRIPTION="Framework providing integration of QML and KDE work spaces" + +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +IUSE="" + +DEPEND=" + >=dev-qt/qtbase-${QTMIN}:6[gui] + >=dev-qt/qtdeclarative-${QTMIN}:6 + =kde-frameworks/kconfig-${PVCUT}*:6 + =kde-frameworks/kcoreaddons-${PVCUT}*:6 + =kde-frameworks/kglobalaccel-${PVCUT}*:6 + =kde-frameworks/kguiaddons-${PVCUT}*:6 + =kde-frameworks/ki18n-${PVCUT}*:6 + =kde-frameworks/kservice-${PVCUT}*:6 + =kde-frameworks/kwidgetsaddons-${PVCUT}*:6 +" +RDEPEND="${DEPEND}"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: f0fc435d0194cf5bb703d932d0ee80b27be8a84c Author: Arthur Zamarin gentoo org> AuthorDate: Thu Sep 12 17:19:51 2024 + Commit: Arthur Zamarin gentoo org> CommitDate: Thu Sep 12 17:19:51 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0fc435d kde-frameworks/kdeclarative: Stabilize 6.5.0 ppc64, #934478 Signed-off-by: Arthur Zamarin gentoo.org> kde-frameworks/kdeclarative/kdeclarative-6.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-frameworks/kdeclarative/kdeclarative-6.5.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-6.5.0.ebuild index 231a0688bb3e..17982b1b1e43 100644 --- a/kde-frameworks/kdeclarative/kdeclarative-6.5.0.ebuild +++ b/kde-frameworks/kdeclarative/kdeclarative-6.5.0.ebuild @@ -11,7 +11,7 @@ inherit ecm frameworks.kde.org DESCRIPTION="Framework providing integration of QML and KDE work spaces" LICENSE="LGPL-2+" -KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 arm64 ppc64 ~riscv ~x86" IUSE="" DEPEND="
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: 1038f5f9b810349e0854ea8d64f198e75abb7b72 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Aug 9 20:36:11 2024 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 10 07:56:40 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1038f5f9 kde-frameworks/kdeclarative: drop 6.4.0 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 - .../kdeclarative/kdeclarative-6.4.0.ebuild | 28 -- 2 files changed, 29 deletions(-) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index 60a38ddbc843..456fa8904f22 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1,3 +1,2 @@ DIST kdeclarative-5.116.0.tar.xz 2492824 BLAKE2B 118ed6f9151ea2545282593b5e95250a708e1aae3c124aa3a49ce1e428d87fa4d4a771788a4ff628e87e39d3ddcd5e506664608b35be957241fb0f88b04f230b SHA512 6118cfc64c5a600cead31deaab79e7e60fef9c24ce5d4b163b581e1bae617979069e1a00cfc610a1e4b3fb80c9ff77fa5b34dace836d1d5326dfc31a2482d4bc -DIST kdeclarative-6.4.0.tar.xz 2426788 BLAKE2B a82c88808930653ef8f1b9d632a605c8f5a11ef06148883f4315d6406e1a9df7156c962862b7be6cb9510e27c96156285e5262522bf5dcb03541529084a99438 SHA512 ae0793e4ef41a4b98dcf69f7b1055a051b2bff52743301bb167951771e86a9e3a03d4fe8a7fa7818925b8e77128dc73cc4fe892e9171ced9df5a3f4e562ee5d3 DIST kdeclarative-6.5.0.tar.xz 2429848 BLAKE2B 3d7a8448e9131c9aba91d7d4e882e92a117a836d4aa43a2e90c4b50490393427ac5d8e38eb5b22f2ee3bc7eceebb1ec48d193463570441789eef3f196ed9b002 SHA512 f5c39c1a1dc16d48972df787c35113c3824aef6fcd48f0498bfb30a5991472159c789b7dd8eabec015c967958f369f29c07742d80ba3798a4cb2d5468691025d diff --git a/kde-frameworks/kdeclarative/kdeclarative-6.4.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-6.4.0.ebuild deleted file mode 100644 index 020efd148754.. --- a/kde-frameworks/kdeclarative/kdeclarative-6.4.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="false" -PVCUT=$(ver_cut 1-2) -QTMIN=6.6.2 -inherit ecm frameworks.kde.org - -DESCRIPTION="Framework providing integration of QML and KDE work spaces" - -LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtbase-${QTMIN}:6[gui] - >=dev-qt/qtdeclarative-${QTMIN}:6 - =kde-frameworks/kconfig-${PVCUT}*:6 - =kde-frameworks/kcoreaddons-${PVCUT}*:6 - =kde-frameworks/kglobalaccel-${PVCUT}*:6 - =kde-frameworks/kguiaddons-${PVCUT}*:6 - =kde-frameworks/ki18n-${PVCUT}*:6 - =kde-frameworks/kservice-${PVCUT}*:6 - =kde-frameworks/kwidgetsaddons-${PVCUT}*:6 -" -RDEPEND="${DEPEND}"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: 3b06f7538d604ca710e7c2f29541d71446e3e6f8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Aug 9 11:14:25 2024 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Aug 9 13:14:05 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b06f753 kde-frameworks/kdeclarative: 6.5.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 + .../kdeclarative/kdeclarative-6.5.0.ebuild | 28 ++ 2 files changed, 29 insertions(+) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index 40867d519314..60a38ddbc843 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1,2 +1,3 @@ DIST kdeclarative-5.116.0.tar.xz 2492824 BLAKE2B 118ed6f9151ea2545282593b5e95250a708e1aae3c124aa3a49ce1e428d87fa4d4a771788a4ff628e87e39d3ddcd5e506664608b35be957241fb0f88b04f230b SHA512 6118cfc64c5a600cead31deaab79e7e60fef9c24ce5d4b163b581e1bae617979069e1a00cfc610a1e4b3fb80c9ff77fa5b34dace836d1d5326dfc31a2482d4bc DIST kdeclarative-6.4.0.tar.xz 2426788 BLAKE2B a82c88808930653ef8f1b9d632a605c8f5a11ef06148883f4315d6406e1a9df7156c962862b7be6cb9510e27c96156285e5262522bf5dcb03541529084a99438 SHA512 ae0793e4ef41a4b98dcf69f7b1055a051b2bff52743301bb167951771e86a9e3a03d4fe8a7fa7818925b8e77128dc73cc4fe892e9171ced9df5a3f4e562ee5d3 +DIST kdeclarative-6.5.0.tar.xz 2429848 BLAKE2B 3d7a8448e9131c9aba91d7d4e882e92a117a836d4aa43a2e90c4b50490393427ac5d8e38eb5b22f2ee3bc7eceebb1ec48d193463570441789eef3f196ed9b002 SHA512 f5c39c1a1dc16d48972df787c35113c3824aef6fcd48f0498bfb30a5991472159c789b7dd8eabec015c967958f369f29c07742d80ba3798a4cb2d5468691025d diff --git a/kde-frameworks/kdeclarative/kdeclarative-6.5.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-6.5.0.ebuild new file mode 100644 index ..020efd148754 --- /dev/null +++ b/kde-frameworks/kdeclarative/kdeclarative-6.5.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="false" +PVCUT=$(ver_cut 1-2) +QTMIN=6.6.2 +inherit ecm frameworks.kde.org + +DESCRIPTION="Framework providing integration of QML and KDE work spaces" + +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +IUSE="" + +DEPEND=" + >=dev-qt/qtbase-${QTMIN}:6[gui] + >=dev-qt/qtdeclarative-${QTMIN}:6 + =kde-frameworks/kconfig-${PVCUT}*:6 + =kde-frameworks/kcoreaddons-${PVCUT}*:6 + =kde-frameworks/kglobalaccel-${PVCUT}*:6 + =kde-frameworks/kguiaddons-${PVCUT}*:6 + =kde-frameworks/ki18n-${PVCUT}*:6 + =kde-frameworks/kservice-${PVCUT}*:6 + =kde-frameworks/kwidgetsaddons-${PVCUT}*:6 +" +RDEPEND="${DEPEND}"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: 191769927ab1336869c4bd45b78421dd2e935a6b Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jul 12 14:43:04 2024 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jul 12 15:02:11 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19176992 kde-frameworks/kdeclarative: drop 6.3.0 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 - .../kdeclarative/kdeclarative-6.3.0.ebuild | 28 -- 2 files changed, 29 deletions(-) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index a7ea63a229b8..40867d519314 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1,3 +1,2 @@ DIST kdeclarative-5.116.0.tar.xz 2492824 BLAKE2B 118ed6f9151ea2545282593b5e95250a708e1aae3c124aa3a49ce1e428d87fa4d4a771788a4ff628e87e39d3ddcd5e506664608b35be957241fb0f88b04f230b SHA512 6118cfc64c5a600cead31deaab79e7e60fef9c24ce5d4b163b581e1bae617979069e1a00cfc610a1e4b3fb80c9ff77fa5b34dace836d1d5326dfc31a2482d4bc -DIST kdeclarative-6.3.0.tar.xz 2426656 BLAKE2B d4608dd6070df90a63e404db3dcd987be3b47d66ff567dbb44594646ae212955ee26e9f470e42874dc8b79e8ccf3929f0226a81c75363678e203816acc86d98f SHA512 85e05a9d2ca13367670e3573490bd0900a7713acdadda51720cc4c12debac74f12248d285a57f744e84d21820b6cb796635605095335a6e43c678dbef762ae5e DIST kdeclarative-6.4.0.tar.xz 2426788 BLAKE2B a82c88808930653ef8f1b9d632a605c8f5a11ef06148883f4315d6406e1a9df7156c962862b7be6cb9510e27c96156285e5262522bf5dcb03541529084a99438 SHA512 ae0793e4ef41a4b98dcf69f7b1055a051b2bff52743301bb167951771e86a9e3a03d4fe8a7fa7818925b8e77128dc73cc4fe892e9171ced9df5a3f4e562ee5d3 diff --git a/kde-frameworks/kdeclarative/kdeclarative-6.3.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-6.3.0.ebuild deleted file mode 100644 index cfcecec96bed.. --- a/kde-frameworks/kdeclarative/kdeclarative-6.3.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="false" -PVCUT=$(ver_cut 1-2) -QTMIN=6.6.2 -inherit ecm frameworks.kde.org - -DESCRIPTION="Framework providing integration of QML and KDE work spaces" - -LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm64 ~riscv" -IUSE="" - -DEPEND=" - >=dev-qt/qtbase-${QTMIN}:6[gui] - >=dev-qt/qtdeclarative-${QTMIN}:6 - =kde-frameworks/kconfig-${PVCUT}*:6 - =kde-frameworks/kcoreaddons-${PVCUT}*:6 - =kde-frameworks/kglobalaccel-${PVCUT}*:6 - =kde-frameworks/kguiaddons-${PVCUT}*:6 - =kde-frameworks/ki18n-${PVCUT}*:6 - =kde-frameworks/kservice-${PVCUT}*:6 - =kde-frameworks/kwidgetsaddons-${PVCUT}*:6 -" -RDEPEND="${DEPEND}"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: 5db84d4df639df53e6733059a887da4342e4038a Author: Arthur Zamarin gentoo org> AuthorDate: Mon May 27 18:11:44 2024 + Commit: Arthur Zamarin gentoo org> CommitDate: Mon May 27 18:11:44 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5db84d4d kde-frameworks/kdeclarative: Stabilize 5.116.0 ppc64, #932369 Signed-off-by: Arthur Zamarin gentoo.org> kde-frameworks/kdeclarative/kdeclarative-5.116.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.116.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.116.0.ebuild index 14dfb98b1918..f4784d55c97d 100644 --- a/kde-frameworks/kdeclarative/kdeclarative-5.116.0.ebuild +++ b/kde-frameworks/kdeclarative/kdeclarative-5.116.0.ebuild @@ -11,7 +11,7 @@ inherit ecm frameworks.kde.org DESCRIPTION="Framework providing integration of QML and KDE work spaces" LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ppc64 ~riscv ~x86" IUSE="" DEPEND="
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: 59f3073fc333d6cb7d6697d2beb1a32218e91359 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon May 13 20:09:10 2024 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon May 13 20:13:33 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59f3073f kde-frameworks/kdeclarative: drop 6.1.0 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 - .../kdeclarative/kdeclarative-6.1.0.ebuild | 28 -- 2 files changed, 29 deletions(-) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index df1cb41d7bc7..7297f7f6db9a 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1,3 +1,2 @@ DIST kdeclarative-5.115.0.tar.xz 2492688 BLAKE2B 26c140a97a362ccc97d8c193c889fbf83b445532708c6e4ca99b7f5e85daeb4c13b9feb28731d48eeed1f81a8f55e2aab3c2e2360cc44191b0ff222ea4caf480 SHA512 e744d970605de5c0f32485ae471f52950c4af72a7e0e3fc3011b2320f7c951ea3e1a1a80f84916ba0fd1d4019c009b66967af70f06e5aa9ea758189c221310ce -DIST kdeclarative-6.1.0.tar.xz 2436156 BLAKE2B 9dfb3eb1916fef53020e6a57292c86a17ae273785659c73d50c4b400af728e4349e3efdea7ac0164a2dfbfa73b89170725fe73faf39430efa34532601314a5c7 SHA512 cba39ef2f03f80a1ef739b53fe2c8843574b4a67ab2ed185033295a2e6c04a76d9769a207f333d5e95944c311c73ae72bf1855cda5288a2d3f6491d6ec60c74b DIST kdeclarative-6.2.0.tar.xz 2426056 BLAKE2B 20adcc79e0f4df7f403bb5d5b78dc0fd02cf7dd59610e73dbc0c33cbf960353174c71668c7ac3aea21fbbc6eb5dfc10558b822930732009519d6ce2adf4d12bc SHA512 420a8a011e0895b597440c3b448e789ebcf8c88a21635f4e6b175e258d53b0c4027b6d679abcda380a84148b90495f0d38fde53d3050a4f589b0a2f21ba05ded diff --git a/kde-frameworks/kdeclarative/kdeclarative-6.1.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-6.1.0.ebuild deleted file mode 100644 index 100291c53016.. --- a/kde-frameworks/kdeclarative/kdeclarative-6.1.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="false" -PVCUT=$(ver_cut 1-2) -QTMIN=6.6.2 -inherit ecm frameworks.kde.org - -DESCRIPTION="Framework providing integration of QML and KDE work spaces" - -LICENSE="LGPL-2+" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=" - >=dev-qt/qtbase-${QTMIN}:6[gui] - >=dev-qt/qtdeclarative-${QTMIN}:6 - =kde-frameworks/kconfig-${PVCUT}*:6 - =kde-frameworks/kcoreaddons-${PVCUT}*:6 - =kde-frameworks/kglobalaccel-${PVCUT}*:6 - =kde-frameworks/kguiaddons-${PVCUT}*:6 - =kde-frameworks/ki18n-${PVCUT}*:6 - =kde-frameworks/kservice-${PVCUT}*:6 - =kde-frameworks/kwidgetsaddons-${PVCUT}*:6 -" -RDEPEND="${DEPEND}"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: 514b80c423a8dade97fd482d75a3219232fd59fa Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Apr 14 19:47:21 2024 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 14 20:01:30 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=514b80c4 kde-frameworks/kdeclarative: drop 6.0.0 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 - .../kdeclarative/kdeclarative-6.0.0.ebuild | 28 -- 2 files changed, 29 deletions(-) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index b0f4f52c6ded..c79f6efd48a1 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1,3 +1,2 @@ DIST kdeclarative-5.115.0.tar.xz 2492688 BLAKE2B 26c140a97a362ccc97d8c193c889fbf83b445532708c6e4ca99b7f5e85daeb4c13b9feb28731d48eeed1f81a8f55e2aab3c2e2360cc44191b0ff222ea4caf480 SHA512 e744d970605de5c0f32485ae471f52950c4af72a7e0e3fc3011b2320f7c951ea3e1a1a80f84916ba0fd1d4019c009b66967af70f06e5aa9ea758189c221310ce -DIST kdeclarative-6.0.0.tar.xz 2436416 BLAKE2B ab15728bbd513afa88a8ae7eb9f0ece071d904947d2a0c986f4f17538399f0a5e1aac42f7ef6976863bbaa9df616c2e60be72a822ba6a5ff8e2ef0c543b4e61f SHA512 cfcaf7539a60c9fa90ee8fa63fcfeb04b11c94e78acc4ea5af2ed22a8d447deb5eaa2830ee4be04802646f60e361c4c6feaabda039e49842de9f0ff3f2535667 DIST kdeclarative-6.1.0.tar.xz 2436156 BLAKE2B 9dfb3eb1916fef53020e6a57292c86a17ae273785659c73d50c4b400af728e4349e3efdea7ac0164a2dfbfa73b89170725fe73faf39430efa34532601314a5c7 SHA512 cba39ef2f03f80a1ef739b53fe2c8843574b4a67ab2ed185033295a2e6c04a76d9769a207f333d5e95944c311c73ae72bf1855cda5288a2d3f6491d6ec60c74b diff --git a/kde-frameworks/kdeclarative/kdeclarative-6.0.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-6.0.0.ebuild deleted file mode 100644 index 100291c53016.. --- a/kde-frameworks/kdeclarative/kdeclarative-6.0.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="false" -PVCUT=$(ver_cut 1-2) -QTMIN=6.6.2 -inherit ecm frameworks.kde.org - -DESCRIPTION="Framework providing integration of QML and KDE work spaces" - -LICENSE="LGPL-2+" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=" - >=dev-qt/qtbase-${QTMIN}:6[gui] - >=dev-qt/qtdeclarative-${QTMIN}:6 - =kde-frameworks/kconfig-${PVCUT}*:6 - =kde-frameworks/kcoreaddons-${PVCUT}*:6 - =kde-frameworks/kglobalaccel-${PVCUT}*:6 - =kde-frameworks/kguiaddons-${PVCUT}*:6 - =kde-frameworks/ki18n-${PVCUT}*:6 - =kde-frameworks/kservice-${PVCUT}*:6 - =kde-frameworks/kwidgetsaddons-${PVCUT}*:6 -" -RDEPEND="${DEPEND}"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: 6d5ddad053bf86cf73b4e7554a41f580eae5d8de Author: Arthur Zamarin gentoo org> AuthorDate: Fri Mar 1 13:59:19 2024 + Commit: Arthur Zamarin gentoo org> CommitDate: Fri Mar 1 13:59:19 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d5ddad0 kde-frameworks/kdeclarative: Stabilize 5.115.0 ppc64, #924308 Signed-off-by: Arthur Zamarin gentoo.org> kde-frameworks/kdeclarative/kdeclarative-5.115.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.115.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.115.0.ebuild index bd41163e6e1c..5ed05c00953d 100644 --- a/kde-frameworks/kdeclarative/kdeclarative-5.115.0.ebuild +++ b/kde-frameworks/kdeclarative/kdeclarative-5.115.0.ebuild @@ -11,7 +11,7 @@ inherit ecm frameworks.kde.org DESCRIPTION="Framework providing integration of QML and KDE work spaces" LICENSE="LGPL-2+" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm arm64 ~loong ppc64 ~riscv ~x86" IUSE="" DEPEND="
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: c9e0c398817fa1906b386c6993104a45adec1a83 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Feb 2 12:41:23 2024 + Commit: Arthur Zamarin gentoo org> CommitDate: Fri Feb 2 12:41:23 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9e0c398 kde-frameworks/kdeclarative: Stabilize 5.113.0 ppc64, #921319 Signed-off-by: Arthur Zamarin gentoo.org> kde-frameworks/kdeclarative/kdeclarative-5.113.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.113.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.113.0.ebuild index da1f547967b3..84a8b4088efe 100644 --- a/kde-frameworks/kdeclarative/kdeclarative-5.113.0.ebuild +++ b/kde-frameworks/kdeclarative/kdeclarative-5.113.0.ebuild @@ -11,7 +11,7 @@ inherit ecm frameworks.kde.org DESCRIPTION="Framework providing integration of QML and KDE work spaces" LICENSE="LGPL-2+" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" +KEYWORDS="amd64 ~arm arm64 ~loong ppc64 ~riscv x86" IUSE="" DEPEND="
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: 70fbf73a051ee99c646bea7cff9ff94ce05e1256 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Feb 1 19:52:39 2024 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Feb 1 21:17:56 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70fbf73a kde-frameworks/kdeclarative: drop 5.248.0 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 - .../kdeclarative/kdeclarative-5.248.0.ebuild | 28 -- 2 files changed, 29 deletions(-) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index 0f7e45ea0117..ce6170b2fe7f 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1,4 +1,3 @@ DIST kdeclarative-5.113.0.tar.xz 2492336 BLAKE2B 2f08d23239d8d310bdb7bcd00d2377392c86b704f10e2f160c31b6daff002a9803aa5e76cd301bc601613c156e9b8f5f633220604a67b7eb3b5dc7f05e09d47b SHA512 beefe12a3be15806fd00545a172f79070dac3e4748305d0b8bf7c4413cec8c4efd438c5c86e84985f82f61577839a479654207883c0d061b28c92f7e3438bffc DIST kdeclarative-5.114.0.tar.xz 2492600 BLAKE2B 51e29855efbe5f4e4172556e73ece545d2b3a9749847798975d124b4d9226c74a6ce06864cda1e06c983df31ebba26924ca064a88fcb23689de09cc44cab2471 SHA512 a5a65c603ae3036caddf9d09cc3254ece5c3fa5b31f89c47df976e4a9d993c8a17c1b9491d37a9ea5e23f1ef4f106ea209261e6e592fe2ea6279b53666952d48 -DIST kdeclarative-5.248.0.tar.xz 2434616 BLAKE2B d2baa3e9363ceccd8bb7654d5cddc727838cf36f9644dd589f99188e3f8488ca202b9ce538cfb7adc237b110713849e83da7392ea654867476962ff9a82c61c7 SHA512 b3f228212914d01e2b4991f8bfd3bfb6c93cc824ba5db81271f62280a512eac94a3a47d77075d29de4dd2660d9e27607630b783b04ad35882104e7b5aba3958a DIST kdeclarative-5.249.0.tar.xz 2436216 BLAKE2B e6f0c5bffe794d4bb94d6b0892889767333eb7d23f609c69714814c81aad0c029ac6629422014438cb8ee3d0cf9ceb31ba0bc932b823a5bc741f7c00b93cb6a7 SHA512 cf47c5464ce3d602dba7dbdc81a232d2577c43569031751579555668cdd188a2fa564a5b78e44149ee72d7ab14317386825098250d86d1f357be9f902beddf63 diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.248.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.248.0.ebuild deleted file mode 100644 index 101bc23d2fed.. --- a/kde-frameworks/kdeclarative/kdeclarative-5.248.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="false" -PVCUT=$(ver_cut 1-2) -QTMIN=6.6.0 -inherit ecm frameworks.kde.org - -DESCRIPTION="Framework providing integration of QML and KDE work spaces" - -LICENSE="LGPL-2+" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=" - >=dev-qt/qtbase-${QTMIN}:6[gui] - >=dev-qt/qtdeclarative-${QTMIN}:6 - =kde-frameworks/kconfig-${PVCUT}*:6 - =kde-frameworks/kcoreaddons-${PVCUT}*:6 - =kde-frameworks/kglobalaccel-${PVCUT}*:6 - =kde-frameworks/kguiaddons-${PVCUT}*:6 - =kde-frameworks/ki18n-${PVCUT}*:6 - =kde-frameworks/kservice-${PVCUT}*:6 - =kde-frameworks/kwidgetsaddons-${PVCUT}*:6 -" -RDEPEND="${DEPEND}"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: 5c80292968154fa8165d22f0fe763d4cbce62b60 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Dec 20 13:40:30 2023 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Dec 20 15:10:55 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c802929 kde-frameworks/kdeclarative: drop 5.246.0 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 - .../kdeclarative/kdeclarative-5.246.0.ebuild | 28 -- 2 files changed, 29 deletions(-) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index 50fe803b7f24..08916826cc1b 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1,4 +1,3 @@ DIST kdeclarative-5.112.0.tar.xz 2492476 BLAKE2B 2bb604cb6a4b6f4d1ba397e81a0765dbc62ad97048abcb30e783bc689cd1df73822887e7f21072fdb895671d98a0ef47c477341a4ee01e3ebf8c1c4ea6e93089 SHA512 f5a66c44c6cebffc1cfb4d3c27aa7b4daad4d4b7326814df46e95521ca5627c7c22c17699829390a180d63dbefc7737009841e8adc69324548ff010654824bbe DIST kdeclarative-5.113.0.tar.xz 2492336 BLAKE2B 2f08d23239d8d310bdb7bcd00d2377392c86b704f10e2f160c31b6daff002a9803aa5e76cd301bc601613c156e9b8f5f633220604a67b7eb3b5dc7f05e09d47b SHA512 beefe12a3be15806fd00545a172f79070dac3e4748305d0b8bf7c4413cec8c4efd438c5c86e84985f82f61577839a479654207883c0d061b28c92f7e3438bffc -DIST kdeclarative-5.246.0.tar.xz 2434504 BLAKE2B 336a22f7f5f932a3182aa69242f7072a3eff3b4d2942fb492d1a2197313915857b42152529d0275289e8962d8d5970c4b11c005ef2b5e9e23adf3be15172a4ec SHA512 92a38f4d98549b87766083d0062a9af15480d107e7cca150ddf7d98f46981387fd974fd36719320e90f1ed4454d191488a2ba0b862533d1e0474c592c2ad3a7d DIST kdeclarative-5.247.0.tar.xz 2434660 BLAKE2B 4ade08d8b4232a3255c52e768e4c4a1eede8c7448ec78459265f6347133fc05b096e3379788f67f9ff64ed0717582a13c05f072ef488168dd62289a286793f9d SHA512 79a10eab4510427035f9c422fb571191ec306140d35e56749b3383726fc7f7c8b8a99ba99bf3182edb468fc833ff97ff650e9319eaa62c3d275debae0f582f4e diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.246.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.246.0.ebuild deleted file mode 100644 index e95c19948a3a.. --- a/kde-frameworks/kdeclarative/kdeclarative-5.246.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="false" -PVCUT=$(ver_cut 1-2) -QTMIN=6.6.0 -inherit ecm frameworks.kde.org - -DESCRIPTION="Framework providing integration of QML and KDE work spaces" - -LICENSE="LGPL-2+" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=" - >=dev-qt/qtbase-${QTMIN}:6[gui] - >=dev-qt/qtdeclarative-${QTMIN}:6 - =kde-frameworks/kconfig-${PVCUT}*:6 - =kde-frameworks/kcoreaddons-${PVCUT}*:6 - =kde-frameworks/kglobalaccel-${PVCUT}*:6 - =kde-frameworks/kguiaddons-${PVCUT}*:6 - =kde-frameworks/ki18n-${PVCUT}*:6 - =kde-frameworks/kservice-${PVCUT}*:6 - =kde-frameworks/kwidgetsaddons-${PVCUT}*:6 -" -RDEPEND="${DEPEND}"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: 4fb0683d924ff4e66429a9c0057a36e06f04294c Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Nov 12 09:37:35 2023 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Nov 12 09:43:38 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fb0683d kde-frameworks/kdeclarative: drop 5.111.0 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 - .../kdeclarative/kdeclarative-5.111.0.ebuild | 38 -- 2 files changed, 39 deletions(-) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index 686872e83ada..6daa216ca302 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1,3 +1,2 @@ DIST kdeclarative-5.110.0.tar.xz 2492408 BLAKE2B 567edcc67c6d119028797178c36f30ebb7f6abac71b3e720ad1fb3326b2fb4a6a5270a3325c74c80432155b558b824c726ace4bcf332fbe6a402f7a2475b3fca SHA512 0f853cb23ab8d6f57614136e3f33306e040350f84fb0cc917273ffa2011542b2a5f60ca039fe596728f84cca727e37bef4b5fec82d287decdd9b8ab87342ec2a -DIST kdeclarative-5.111.0.tar.xz 2492200 BLAKE2B cdaa723d4033e2f34350fbb536bba54e0013cd3dfefba09afb18d4820c3d44f5521d26e1f3e13c0842eeb90fd4b8ea8f4d9243cfca67ce92a5717ec0b00d7e83 SHA512 7142680a0691e590af46b67e09f7e2cde7cafa399647ff0d4f62c7bdd68e0224f3a5eb5a1e56c3ab2ef38b1b2df8909ce66ba90586ff40650a9773086ce4122f DIST kdeclarative-5.112.0.tar.xz 2492476 BLAKE2B 2bb604cb6a4b6f4d1ba397e81a0765dbc62ad97048abcb30e783bc689cd1df73822887e7f21072fdb895671d98a0ef47c477341a4ee01e3ebf8c1c4ea6e93089 SHA512 f5a66c44c6cebffc1cfb4d3c27aa7b4daad4d4b7326814df46e95521ca5627c7c22c17699829390a180d63dbefc7737009841e8adc69324548ff010654824bbe diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.111.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.111.0.ebuild deleted file mode 100644 index 85ccd4687e1a.. --- a/kde-frameworks/kdeclarative/kdeclarative-5.111.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="false" -PVCUT=$(ver_cut 1-2) -QTMIN=5.15.9 -inherit ecm frameworks.kde.org - -DESCRIPTION="Framework providing integration of QML and KDE work spaces" - -LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtnetwork-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - =kde-frameworks/kconfig-${PVCUT}*:5 - =kde-frameworks/kcoreaddons-${PVCUT}*:5 - =kde-frameworks/kglobalaccel-${PVCUT}*:5 - =kde-frameworks/kguiaddons-${PVCUT}*:5 - =kde-frameworks/ki18n-${PVCUT}*:5 - =kde-frameworks/kiconthemes-${PVCUT}*:5 - =kde-frameworks/kio-${PVCUT}*:5 - =kde-frameworks/knotifications-${PVCUT}*:5 - =kde-frameworks/kpackage-${PVCUT}*:5 - =kde-frameworks/kservice-${PVCUT}*:5 - =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 - =kde-frameworks/kwindowsystem-${PVCUT}*:5 - media-libs/libepoxy -" -RDEPEND="${DEPEND} - >=dev-qt/qtquickcontrols2-${QTMIN}:5 -"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: 6fe6c3117ab1368f51ae0db1449e37b34ecbc3a0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Oct 19 14:33:29 2023 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Oct 19 15:10:54 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fe6c311 kde-frameworks/kdeclarative: 5.111.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 + .../kdeclarative/kdeclarative-5.111.0.ebuild | 38 ++ 2 files changed, 39 insertions(+) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index c47672be6651..b9a176e9b12e 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1 +1,2 @@ DIST kdeclarative-5.110.0.tar.xz 2492408 BLAKE2B 567edcc67c6d119028797178c36f30ebb7f6abac71b3e720ad1fb3326b2fb4a6a5270a3325c74c80432155b558b824c726ace4bcf332fbe6a402f7a2475b3fca SHA512 0f853cb23ab8d6f57614136e3f33306e040350f84fb0cc917273ffa2011542b2a5f60ca039fe596728f84cca727e37bef4b5fec82d287decdd9b8ab87342ec2a +DIST kdeclarative-5.111.0.tar.xz 2492200 BLAKE2B cdaa723d4033e2f34350fbb536bba54e0013cd3dfefba09afb18d4820c3d44f5521d26e1f3e13c0842eeb90fd4b8ea8f4d9243cfca67ce92a5717ec0b00d7e83 SHA512 7142680a0691e590af46b67e09f7e2cde7cafa399647ff0d4f62c7bdd68e0224f3a5eb5a1e56c3ab2ef38b1b2df8909ce66ba90586ff40650a9773086ce4122f diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.111.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.111.0.ebuild new file mode 100644 index ..85ccd4687e1a --- /dev/null +++ b/kde-frameworks/kdeclarative/kdeclarative-5.111.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="false" +PVCUT=$(ver_cut 1-2) +QTMIN=5.15.9 +inherit ecm frameworks.kde.org + +DESCRIPTION="Framework providing integration of QML and KDE work spaces" + +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" +IUSE="" + +DEPEND=" + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtnetwork-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + =kde-frameworks/kconfig-${PVCUT}*:5 + =kde-frameworks/kcoreaddons-${PVCUT}*:5 + =kde-frameworks/kglobalaccel-${PVCUT}*:5 + =kde-frameworks/kguiaddons-${PVCUT}*:5 + =kde-frameworks/ki18n-${PVCUT}*:5 + =kde-frameworks/kiconthemes-${PVCUT}*:5 + =kde-frameworks/kio-${PVCUT}*:5 + =kde-frameworks/knotifications-${PVCUT}*:5 + =kde-frameworks/kpackage-${PVCUT}*:5 + =kde-frameworks/kservice-${PVCUT}*:5 + =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 + =kde-frameworks/kwindowsystem-${PVCUT}*:5 + media-libs/libepoxy +" +RDEPEND="${DEPEND} + >=dev-qt/qtquickcontrols2-${QTMIN}:5 +"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: e9709069e28d3f9c7061550d4d0426ed9345761c Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Sep 26 18:40:07 2023 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Sep 26 19:06:54 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9709069 kde-frameworks/kdeclarative: drop 5.108.0 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 - .../kdeclarative/kdeclarative-5.108.0.ebuild | 37 -- 2 files changed, 38 deletions(-) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index 1a21c43c64a4..c47672be6651 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1,2 +1 @@ -DIST kdeclarative-5.108.0.tar.xz 2492028 BLAKE2B 226351f071f1efb8e28ede461a1743f2c3a36aa8e970b02d8672a6f8727bbbab291021b8c57835eff265d3522689e00971b783dcefcfe592179016abe103eed9 SHA512 2f9f9200b18cf577cc0e67e82bd2010702c34c946533f97b0d4c2b2008b3c793ee9373058b46791003e8603e2179c6e96d42c0c57f3de66c2d2ff707331a4a5e DIST kdeclarative-5.110.0.tar.xz 2492408 BLAKE2B 567edcc67c6d119028797178c36f30ebb7f6abac71b3e720ad1fb3326b2fb4a6a5270a3325c74c80432155b558b824c726ace4bcf332fbe6a402f7a2475b3fca SHA512 0f853cb23ab8d6f57614136e3f33306e040350f84fb0cc917273ffa2011542b2a5f60ca039fe596728f84cca727e37bef4b5fec82d287decdd9b8ab87342ec2a diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.108.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.108.0.ebuild deleted file mode 100644 index 958cf709aeb5.. --- a/kde-frameworks/kdeclarative/kdeclarative-5.108.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="false" -PVCUT=$(ver_cut 1-2) -QTMIN=5.15.9 -inherit ecm frameworks.kde.org - -DESCRIPTION="Framework providing integration of QML and KDE work spaces" - -LICENSE="LGPL-2+" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtnetwork-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - =kde-frameworks/kconfig-${PVCUT}*:5 - =kde-frameworks/kcoreaddons-${PVCUT}*:5 - =kde-frameworks/kglobalaccel-${PVCUT}*:5 - =kde-frameworks/ki18n-${PVCUT}*:5 - =kde-frameworks/kiconthemes-${PVCUT}*:5 - =kde-frameworks/kio-${PVCUT}*:5 - =kde-frameworks/knotifications-${PVCUT}*:5 - =kde-frameworks/kpackage-${PVCUT}*:5 - =kde-frameworks/kservice-${PVCUT}*:5 - =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 - =kde-frameworks/kwindowsystem-${PVCUT}*:5 - media-libs/libepoxy -" -RDEPEND="${DEPEND} - >=dev-qt/qtquickcontrols2-${QTMIN}:5 -"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: d0c45ca756d4c5310dfbbd39004a235d15cfad74 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Sep 19 16:43:37 2023 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Sep 19 16:51:12 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0c45ca7 kde-frameworks/kdeclarative: Add missing dependency Upstream commit 6c47877382e8e0079bde8fff139e321328da29c1 (!) Closes: https://bugs.gentoo.org/914132 Signed-off-by: Andreas Sturmlechner gentoo.org> .../{kdeclarative-5.110.0.ebuild => kdeclarative-5.110.0-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.110.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.110.0-r1.ebuild similarity index 96% rename from kde-frameworks/kdeclarative/kdeclarative-5.110.0.ebuild rename to kde-frameworks/kdeclarative/kdeclarative-5.110.0-r1.ebuild index 706b91f03539..85ccd4687e1a 100644 --- a/kde-frameworks/kdeclarative/kdeclarative-5.110.0.ebuild +++ b/kde-frameworks/kdeclarative/kdeclarative-5.110.0-r1.ebuild @@ -22,6 +22,7 @@ DEPEND=" =kde-frameworks/kconfig-${PVCUT}*:5 =kde-frameworks/kcoreaddons-${PVCUT}*:5 =kde-frameworks/kglobalaccel-${PVCUT}*:5 + =kde-frameworks/kguiaddons-${PVCUT}*:5 =kde-frameworks/ki18n-${PVCUT}*:5 =kde-frameworks/kiconthemes-${PVCUT}*:5 =kde-frameworks/kio-${PVCUT}*:5
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: f633089f6893e39ddd24add9173536a662fddda7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Sep 10 11:31:12 2023 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Sep 10 11:44:09 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f633089f kde-frameworks/kdeclarative: drop 5.109.0 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 - .../kdeclarative/kdeclarative-5.109.0.ebuild | 37 -- 2 files changed, 38 deletions(-) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index 9ba2461aeeb5..1a21c43c64a4 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1,3 +1,2 @@ DIST kdeclarative-5.108.0.tar.xz 2492028 BLAKE2B 226351f071f1efb8e28ede461a1743f2c3a36aa8e970b02d8672a6f8727bbbab291021b8c57835eff265d3522689e00971b783dcefcfe592179016abe103eed9 SHA512 2f9f9200b18cf577cc0e67e82bd2010702c34c946533f97b0d4c2b2008b3c793ee9373058b46791003e8603e2179c6e96d42c0c57f3de66c2d2ff707331a4a5e -DIST kdeclarative-5.109.0.tar.xz 2492048 BLAKE2B a1fe31fed58a3693c1d064a881cadf9571409823dd8ece2e99f521ebc1a7accaec3b2aaae5ac006e315f7bfd25e8eaa957c66c013778d03874fd55a3603c3db7 SHA512 861bcbba0e228d8c6d5b7618876b38cf0dc9f03d2bc6e51e2cac90c0ae48645f047c1fcccf654f0c51440daac67de3698cd846ccc2ad19cf292a01e2130b5d5d DIST kdeclarative-5.110.0.tar.xz 2492408 BLAKE2B 567edcc67c6d119028797178c36f30ebb7f6abac71b3e720ad1fb3326b2fb4a6a5270a3325c74c80432155b558b824c726ace4bcf332fbe6a402f7a2475b3fca SHA512 0f853cb23ab8d6f57614136e3f33306e040350f84fb0cc917273ffa2011542b2a5f60ca039fe596728f84cca727e37bef4b5fec82d287decdd9b8ab87342ec2a diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.109.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.109.0.ebuild deleted file mode 100644 index 706b91f03539.. --- a/kde-frameworks/kdeclarative/kdeclarative-5.109.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="false" -PVCUT=$(ver_cut 1-2) -QTMIN=5.15.9 -inherit ecm frameworks.kde.org - -DESCRIPTION="Framework providing integration of QML and KDE work spaces" - -LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtnetwork-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - =kde-frameworks/kconfig-${PVCUT}*:5 - =kde-frameworks/kcoreaddons-${PVCUT}*:5 - =kde-frameworks/kglobalaccel-${PVCUT}*:5 - =kde-frameworks/ki18n-${PVCUT}*:5 - =kde-frameworks/kiconthemes-${PVCUT}*:5 - =kde-frameworks/kio-${PVCUT}*:5 - =kde-frameworks/knotifications-${PVCUT}*:5 - =kde-frameworks/kpackage-${PVCUT}*:5 - =kde-frameworks/kservice-${PVCUT}*:5 - =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 - =kde-frameworks/kwindowsystem-${PVCUT}*:5 - media-libs/libepoxy -" -RDEPEND="${DEPEND} - >=dev-qt/qtquickcontrols2-${QTMIN}:5 -"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: 2e8fb0f67f89a6595f379f81b10e1ef6ce9a8b7b Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Aug 2 19:16:05 2023 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Aug 2 19:33:17 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e8fb0f6 kde-frameworks/kdeclarative: drop 5.106.0 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 - .../kdeclarative/kdeclarative-5.106.0.ebuild | 37 -- 2 files changed, 38 deletions(-) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index a65bf8dda538..9cdd9dc8f136 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1,2 +1 @@ -DIST kdeclarative-5.106.0.tar.xz 2492024 BLAKE2B 8861acabc9c34c52f7515a0d9da52b6ba57f0da2ab6e1ddec501aa6f0509cbda3ae534fb167bd13bba6af46e36e5d68b5fa54f2496679654f7f80a4a10f00809 SHA512 9faed6c524de26929f22df20f9cdfa611f91560892bdcbe4748dd7debd55f84f4b48682904d92b9a7c582a3a4db302073e2c84e832744dc296e55fc7a3badefe DIST kdeclarative-5.108.0.tar.xz 2492028 BLAKE2B 226351f071f1efb8e28ede461a1743f2c3a36aa8e970b02d8672a6f8727bbbab291021b8c57835eff265d3522689e00971b783dcefcfe592179016abe103eed9 SHA512 2f9f9200b18cf577cc0e67e82bd2010702c34c946533f97b0d4c2b2008b3c793ee9373058b46791003e8603e2179c6e96d42c0c57f3de66c2d2ff707331a4a5e diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.106.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.106.0.ebuild deleted file mode 100644 index c2409241371e.. --- a/kde-frameworks/kdeclarative/kdeclarative-5.106.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="false" -PVCUT=$(ver_cut 1-2) -QTMIN=5.15.5 -inherit ecm frameworks.kde.org - -DESCRIPTION="Framework providing integration of QML and KDE work spaces" - -LICENSE="LGPL-2+" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtnetwork-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - =kde-frameworks/kconfig-${PVCUT}*:5 - =kde-frameworks/kcoreaddons-${PVCUT}*:5 - =kde-frameworks/kglobalaccel-${PVCUT}*:5 - =kde-frameworks/ki18n-${PVCUT}*:5 - =kde-frameworks/kiconthemes-${PVCUT}*:5 - =kde-frameworks/kio-${PVCUT}*:5 - =kde-frameworks/knotifications-${PVCUT}*:5 - =kde-frameworks/kpackage-${PVCUT}*:5 - =kde-frameworks/kservice-${PVCUT}*:5 - =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 - =kde-frameworks/kwindowsystem-${PVCUT}*:5 - media-libs/libepoxy -" -RDEPEND="${DEPEND} - >=dev-qt/qtquickcontrols2-${QTMIN}:5 -"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: d2aeb406b8e74417293d46b19cfa8006b140a07e Author: Sam James gentoo org> AuthorDate: Wed Aug 2 17:47:41 2023 + Commit: Sam James gentoo org> CommitDate: Wed Aug 2 17:47:41 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2aeb406 kde-frameworks/kdeclarative: stabilize 5.108.0 for arm64 Signed-off-by: Sam James gentoo.org> kde-frameworks/kdeclarative/kdeclarative-5.108.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.108.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.108.0.ebuild index 3393036fa901..958cf709aeb5 100644 --- a/kde-frameworks/kdeclarative/kdeclarative-5.108.0.ebuild +++ b/kde-frameworks/kdeclarative/kdeclarative-5.108.0.ebuild @@ -11,7 +11,7 @@ inherit ecm frameworks.kde.org DESCRIPTION="Framework providing integration of QML and KDE work spaces" LICENSE="LGPL-2+" -KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86" +KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" IUSE="" DEPEND="
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: 00232e2bcd6a7d8c3a1ff234668c1af658a8a3e1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jun 22 20:41:46 2023 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jun 22 21:16:02 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00232e2b kde-frameworks/kdeclarative: drop 5.104.0 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 - .../kdeclarative/kdeclarative-5.104.0.ebuild | 37 -- 2 files changed, 38 deletions(-) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index 3857c0cd83ec..e1b4e858178e 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1,3 +1,2 @@ -DIST kdeclarative-5.104.0.tar.xz 2491648 BLAKE2B 452f3e5eaaa3340148a1e7cc9b8823f296ca91b7e9061fce8b566eb892d59df6ab04871d8e77a340fe25fd6b1e41d0f18687ad19e82fea3a59f3854395bc SHA512 2106e79fda831a5bcf750940ba9b3eda348dc7aafe7c23af60454411e0c3ff8699aca54155d750af21c1ac9b0049849c2b38ef1b40d1d0b66c2e47ed1174a1e3 DIST kdeclarative-5.106.0.tar.xz 2492024 BLAKE2B 8861acabc9c34c52f7515a0d9da52b6ba57f0da2ab6e1ddec501aa6f0509cbda3ae534fb167bd13bba6af46e36e5d68b5fa54f2496679654f7f80a4a10f00809 SHA512 9faed6c524de26929f22df20f9cdfa611f91560892bdcbe4748dd7debd55f84f4b48682904d92b9a7c582a3a4db302073e2c84e832744dc296e55fc7a3badefe DIST kdeclarative-5.107.0.tar.xz 2491768 BLAKE2B 1060a21ba79ab3ceb9c7c8d70110b85aadedfaf28b60277834ec1473b5af3c5dd843eeb306d09553f7a28351a00eaa75673227bdd86acce3b3d9a7f0d544c71d SHA512 ebfb71e2b71918a096ca403fc6c3fb1d553efad7662befabf9ab19a331aa40a2310501de9ba15331b83293936c55c4d561fa128f704bd2cf17f62798eeda4b49 diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.104.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.104.0.ebuild deleted file mode 100644 index c2409241371e.. --- a/kde-frameworks/kdeclarative/kdeclarative-5.104.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="false" -PVCUT=$(ver_cut 1-2) -QTMIN=5.15.5 -inherit ecm frameworks.kde.org - -DESCRIPTION="Framework providing integration of QML and KDE work spaces" - -LICENSE="LGPL-2+" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtnetwork-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - =kde-frameworks/kconfig-${PVCUT}*:5 - =kde-frameworks/kcoreaddons-${PVCUT}*:5 - =kde-frameworks/kglobalaccel-${PVCUT}*:5 - =kde-frameworks/ki18n-${PVCUT}*:5 - =kde-frameworks/kiconthemes-${PVCUT}*:5 - =kde-frameworks/kio-${PVCUT}*:5 - =kde-frameworks/knotifications-${PVCUT}*:5 - =kde-frameworks/kpackage-${PVCUT}*:5 - =kde-frameworks/kservice-${PVCUT}*:5 - =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 - =kde-frameworks/kwindowsystem-${PVCUT}*:5 - media-libs/libepoxy -" -RDEPEND="${DEPEND} - >=dev-qt/qtquickcontrols2-${QTMIN}:5 -"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: 70ca6503dc35dfd87d7d66d18a8cd63f11c8f6e1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jun 10 09:57:57 2023 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jun 10 10:02:18 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70ca6503 kde-frameworks/kdeclarative: 5.107.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 + .../kdeclarative/kdeclarative-5.107.0.ebuild | 37 ++ 2 files changed, 38 insertions(+) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index f6e0720604f4..3857c0cd83ec 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1,2 +1,3 @@ DIST kdeclarative-5.104.0.tar.xz 2491648 BLAKE2B 452f3e5eaaa3340148a1e7cc9b8823f296ca91b7e9061fce8b566eb892d59df6ab04871d8e77a340fe25fd6b1e41d0f18687ad19e82fea3a59f3854395bc SHA512 2106e79fda831a5bcf750940ba9b3eda348dc7aafe7c23af60454411e0c3ff8699aca54155d750af21c1ac9b0049849c2b38ef1b40d1d0b66c2e47ed1174a1e3 DIST kdeclarative-5.106.0.tar.xz 2492024 BLAKE2B 8861acabc9c34c52f7515a0d9da52b6ba57f0da2ab6e1ddec501aa6f0509cbda3ae534fb167bd13bba6af46e36e5d68b5fa54f2496679654f7f80a4a10f00809 SHA512 9faed6c524de26929f22df20f9cdfa611f91560892bdcbe4748dd7debd55f84f4b48682904d92b9a7c582a3a4db302073e2c84e832744dc296e55fc7a3badefe +DIST kdeclarative-5.107.0.tar.xz 2491768 BLAKE2B 1060a21ba79ab3ceb9c7c8d70110b85aadedfaf28b60277834ec1473b5af3c5dd843eeb306d09553f7a28351a00eaa75673227bdd86acce3b3d9a7f0d544c71d SHA512 ebfb71e2b71918a096ca403fc6c3fb1d553efad7662befabf9ab19a331aa40a2310501de9ba15331b83293936c55c4d561fa128f704bd2cf17f62798eeda4b49 diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.107.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.107.0.ebuild new file mode 100644 index ..706b91f03539 --- /dev/null +++ b/kde-frameworks/kdeclarative/kdeclarative-5.107.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="false" +PVCUT=$(ver_cut 1-2) +QTMIN=5.15.9 +inherit ecm frameworks.kde.org + +DESCRIPTION="Framework providing integration of QML and KDE work spaces" + +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" +IUSE="" + +DEPEND=" + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtnetwork-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + =kde-frameworks/kconfig-${PVCUT}*:5 + =kde-frameworks/kcoreaddons-${PVCUT}*:5 + =kde-frameworks/kglobalaccel-${PVCUT}*:5 + =kde-frameworks/ki18n-${PVCUT}*:5 + =kde-frameworks/kiconthemes-${PVCUT}*:5 + =kde-frameworks/kio-${PVCUT}*:5 + =kde-frameworks/knotifications-${PVCUT}*:5 + =kde-frameworks/kpackage-${PVCUT}*:5 + =kde-frameworks/kservice-${PVCUT}*:5 + =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 + =kde-frameworks/kwindowsystem-${PVCUT}*:5 + media-libs/libepoxy +" +RDEPEND="${DEPEND} + >=dev-qt/qtquickcontrols2-${QTMIN}:5 +"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: 4b62b23064f4a6db84820c6eaa1c9843df36f849 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat May 13 16:38:12 2023 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat May 13 16:55:28 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b62b230 kde-frameworks/kdeclarative: 5.106.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 + .../kdeclarative/kdeclarative-5.106.0.ebuild | 37 ++ 2 files changed, 38 insertions(+) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index c79ad229640f..1766daa343ef 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1,2 +1,3 @@ DIST kdeclarative-5.104.0.tar.xz 2491648 BLAKE2B 452f3e5eaaa3340148a1e7cc9b8823f296ca91b7e9061fce8b566eb892d59df6ab04871d8e77a340fe25fd6b1e41d0f18687ad19e82fea3a59f3854395bc SHA512 2106e79fda831a5bcf750940ba9b3eda348dc7aafe7c23af60454411e0c3ff8699aca54155d750af21c1ac9b0049849c2b38ef1b40d1d0b66c2e47ed1174a1e3 DIST kdeclarative-5.105.0.tar.xz 2491692 BLAKE2B b3add2175c70352e5383042b93a47a1e53c79e72d667839fad98c4c97064df805b29c2b5d3d56d8b44b2e6d0614d126c124354d0ab30300a7f6b631274ebbb1d SHA512 b4680711c6ae02f5f2a9803c6df19e9450c4e48fcdea36a846e075ed760d990bf71f2e4dbe746ba07e652d06b2c668c5f611234f9fbe8738e72a3e40397b6ea9 +DIST kdeclarative-5.106.0.tar.xz 2492024 BLAKE2B 8861acabc9c34c52f7515a0d9da52b6ba57f0da2ab6e1ddec501aa6f0509cbda3ae534fb167bd13bba6af46e36e5d68b5fa54f2496679654f7f80a4a10f00809 SHA512 9faed6c524de26929f22df20f9cdfa611f91560892bdcbe4748dd7debd55f84f4b48682904d92b9a7c582a3a4db302073e2c84e832744dc296e55fc7a3badefe diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.106.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.106.0.ebuild new file mode 100644 index ..0ce50468804e --- /dev/null +++ b/kde-frameworks/kdeclarative/kdeclarative-5.106.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="false" +PVCUT=$(ver_cut 1-2) +QTMIN=5.15.5 +inherit ecm frameworks.kde.org + +DESCRIPTION="Framework providing integration of QML and KDE work spaces" + +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" +IUSE="" + +DEPEND=" + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtnetwork-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + =kde-frameworks/kconfig-${PVCUT}*:5 + =kde-frameworks/kcoreaddons-${PVCUT}*:5 + =kde-frameworks/kglobalaccel-${PVCUT}*:5 + =kde-frameworks/ki18n-${PVCUT}*:5 + =kde-frameworks/kiconthemes-${PVCUT}*:5 + =kde-frameworks/kio-${PVCUT}*:5 + =kde-frameworks/knotifications-${PVCUT}*:5 + =kde-frameworks/kpackage-${PVCUT}*:5 + =kde-frameworks/kservice-${PVCUT}*:5 + =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 + =kde-frameworks/kwindowsystem-${PVCUT}*:5 + media-libs/libepoxy +" +RDEPEND="${DEPEND} + >=dev-qt/qtquickcontrols2-${QTMIN}:5 +"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: 0777c6a7528d467846d21f8c77e8eb4f09cac872 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 22 16:12:34 2023 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Apr 22 16:20:48 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0777c6a7 kde-frameworks/kdeclarative: drop 5.102.0 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 - .../kdeclarative/kdeclarative-5.102.0.ebuild | 37 -- 2 files changed, 38 deletions(-) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index cf422df10d59..c79ad229640f 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1,3 +1,2 @@ -DIST kdeclarative-5.102.0.tar.xz 2491312 BLAKE2B e39e2f84b396a1a6e9e882d373bc21a0bf67a7ee4d8836394a02c183a6270659252e7d4bc02ebacae0e866d0e642246bc7ca6cb608bae7db9926821b3ea4ecba SHA512 bff8f30725b0bdaa8dec8ec3745d9270c8564ebf6090f5c5e1aa842340f6549f8ceeebe1f08f71fbae1968a4d27c4cd6042af00ea46e0f1361e1ca110456c2e4 DIST kdeclarative-5.104.0.tar.xz 2491648 BLAKE2B 452f3e5eaaa3340148a1e7cc9b8823f296ca91b7e9061fce8b566eb892d59df6ab04871d8e77a340fe25fd6b1e41d0f18687ad19e82fea3a59f3854395bc SHA512 2106e79fda831a5bcf750940ba9b3eda348dc7aafe7c23af60454411e0c3ff8699aca54155d750af21c1ac9b0049849c2b38ef1b40d1d0b66c2e47ed1174a1e3 DIST kdeclarative-5.105.0.tar.xz 2491692 BLAKE2B b3add2175c70352e5383042b93a47a1e53c79e72d667839fad98c4c97064df805b29c2b5d3d56d8b44b2e6d0614d126c124354d0ab30300a7f6b631274ebbb1d SHA512 b4680711c6ae02f5f2a9803c6df19e9450c4e48fcdea36a846e075ed760d990bf71f2e4dbe746ba07e652d06b2c668c5f611234f9fbe8738e72a3e40397b6ea9 diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.102.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.102.0.ebuild deleted file mode 100644 index c2409241371e.. --- a/kde-frameworks/kdeclarative/kdeclarative-5.102.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="false" -PVCUT=$(ver_cut 1-2) -QTMIN=5.15.5 -inherit ecm frameworks.kde.org - -DESCRIPTION="Framework providing integration of QML and KDE work spaces" - -LICENSE="LGPL-2+" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtnetwork-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - =kde-frameworks/kconfig-${PVCUT}*:5 - =kde-frameworks/kcoreaddons-${PVCUT}*:5 - =kde-frameworks/kglobalaccel-${PVCUT}*:5 - =kde-frameworks/ki18n-${PVCUT}*:5 - =kde-frameworks/kiconthemes-${PVCUT}*:5 - =kde-frameworks/kio-${PVCUT}*:5 - =kde-frameworks/knotifications-${PVCUT}*:5 - =kde-frameworks/kpackage-${PVCUT}*:5 - =kde-frameworks/kservice-${PVCUT}*:5 - =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 - =kde-frameworks/kwindowsystem-${PVCUT}*:5 - media-libs/libepoxy -" -RDEPEND="${DEPEND} - >=dev-qt/qtquickcontrols2-${QTMIN}:5 -"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: 14684fa5ba8660a1d39a79958219327942e592bd Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 8 13:47:16 2023 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Apr 8 14:02:09 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14684fa5 kde-frameworks/kdeclarative: 5.105.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 + .../kdeclarative/kdeclarative-5.105.0.ebuild | 37 ++ 2 files changed, 38 insertions(+) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index 4387b9940276..cf422df10d59 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1,2 +1,3 @@ DIST kdeclarative-5.102.0.tar.xz 2491312 BLAKE2B e39e2f84b396a1a6e9e882d373bc21a0bf67a7ee4d8836394a02c183a6270659252e7d4bc02ebacae0e866d0e642246bc7ca6cb608bae7db9926821b3ea4ecba SHA512 bff8f30725b0bdaa8dec8ec3745d9270c8564ebf6090f5c5e1aa842340f6549f8ceeebe1f08f71fbae1968a4d27c4cd6042af00ea46e0f1361e1ca110456c2e4 DIST kdeclarative-5.104.0.tar.xz 2491648 BLAKE2B 452f3e5eaaa3340148a1e7cc9b8823f296ca91b7e9061fce8b566eb892d59df6ab04871d8e77a340fe25fd6b1e41d0f18687ad19e82fea3a59f3854395bc SHA512 2106e79fda831a5bcf750940ba9b3eda348dc7aafe7c23af60454411e0c3ff8699aca54155d750af21c1ac9b0049849c2b38ef1b40d1d0b66c2e47ed1174a1e3 +DIST kdeclarative-5.105.0.tar.xz 2491692 BLAKE2B b3add2175c70352e5383042b93a47a1e53c79e72d667839fad98c4c97064df805b29c2b5d3d56d8b44b2e6d0614d126c124354d0ab30300a7f6b631274ebbb1d SHA512 b4680711c6ae02f5f2a9803c6df19e9450c4e48fcdea36a846e075ed760d990bf71f2e4dbe746ba07e652d06b2c668c5f611234f9fbe8738e72a3e40397b6ea9 diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.105.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.105.0.ebuild new file mode 100644 index ..0ce50468804e --- /dev/null +++ b/kde-frameworks/kdeclarative/kdeclarative-5.105.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="false" +PVCUT=$(ver_cut 1-2) +QTMIN=5.15.5 +inherit ecm frameworks.kde.org + +DESCRIPTION="Framework providing integration of QML and KDE work spaces" + +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" +IUSE="" + +DEPEND=" + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtnetwork-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + =kde-frameworks/kconfig-${PVCUT}*:5 + =kde-frameworks/kcoreaddons-${PVCUT}*:5 + =kde-frameworks/kglobalaccel-${PVCUT}*:5 + =kde-frameworks/ki18n-${PVCUT}*:5 + =kde-frameworks/kiconthemes-${PVCUT}*:5 + =kde-frameworks/kio-${PVCUT}*:5 + =kde-frameworks/knotifications-${PVCUT}*:5 + =kde-frameworks/kpackage-${PVCUT}*:5 + =kde-frameworks/kservice-${PVCUT}*:5 + =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 + =kde-frameworks/kwindowsystem-${PVCUT}*:5 + media-libs/libepoxy +" +RDEPEND="${DEPEND} + >=dev-qt/qtquickcontrols2-${QTMIN}:5 +"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: 78b1e19988ee3fcaf042fef0bd1fb184aa7fa715 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 12 21:04:42 2023 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 12 21:04:42 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78b1e199 kde-frameworks/kdeclarative: drop 5.103.0 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 - .../kdeclarative/kdeclarative-5.103.0.ebuild | 37 -- 2 files changed, 38 deletions(-) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index 8dafc66d271a..4387b9940276 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1,3 +1,2 @@ DIST kdeclarative-5.102.0.tar.xz 2491312 BLAKE2B e39e2f84b396a1a6e9e882d373bc21a0bf67a7ee4d8836394a02c183a6270659252e7d4bc02ebacae0e866d0e642246bc7ca6cb608bae7db9926821b3ea4ecba SHA512 bff8f30725b0bdaa8dec8ec3745d9270c8564ebf6090f5c5e1aa842340f6549f8ceeebe1f08f71fbae1968a4d27c4cd6042af00ea46e0f1361e1ca110456c2e4 -DIST kdeclarative-5.103.0.tar.xz 2491428 BLAKE2B 45eaf7169b69fbad59e85d408736ae72a2e8c27fb5700944376c0ad9adf881c9bd5679cd797f4d518f4249c553364886e7ab34ee0f0556518e10b7a23274ebad SHA512 12fa2df80dd2382f8b49d0ddbf2322cc6a7efe626b53ae0a70e9ce5f87ea72cd950b0340eed1763ca3f2764329c87087d2cd7ca01590ff8c5f734d89c147933a DIST kdeclarative-5.104.0.tar.xz 2491648 BLAKE2B 452f3e5eaaa3340148a1e7cc9b8823f296ca91b7e9061fce8b566eb892d59df6ab04871d8e77a340fe25fd6b1e41d0f18687ad19e82fea3a59f3854395bc SHA512 2106e79fda831a5bcf750940ba9b3eda348dc7aafe7c23af60454411e0c3ff8699aca54155d750af21c1ac9b0049849c2b38ef1b40d1d0b66c2e47ed1174a1e3 diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.103.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.103.0.ebuild deleted file mode 100644 index 0ce50468804e.. --- a/kde-frameworks/kdeclarative/kdeclarative-5.103.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="false" -PVCUT=$(ver_cut 1-2) -QTMIN=5.15.5 -inherit ecm frameworks.kde.org - -DESCRIPTION="Framework providing integration of QML and KDE work spaces" - -LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtnetwork-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - =kde-frameworks/kconfig-${PVCUT}*:5 - =kde-frameworks/kcoreaddons-${PVCUT}*:5 - =kde-frameworks/kglobalaccel-${PVCUT}*:5 - =kde-frameworks/ki18n-${PVCUT}*:5 - =kde-frameworks/kiconthemes-${PVCUT}*:5 - =kde-frameworks/kio-${PVCUT}*:5 - =kde-frameworks/knotifications-${PVCUT}*:5 - =kde-frameworks/kpackage-${PVCUT}*:5 - =kde-frameworks/kservice-${PVCUT}*:5 - =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 - =kde-frameworks/kwindowsystem-${PVCUT}*:5 - media-libs/libepoxy -" -RDEPEND="${DEPEND} - >=dev-qt/qtquickcontrols2-${QTMIN}:5 -"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: 56589c82b55e7e1e4538967b358e72292b60e069 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Mar 11 08:13:43 2023 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Mar 11 18:18:59 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56589c82 kde-frameworks/kdeclarative: 5.104.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 + .../kdeclarative/kdeclarative-5.104.0.ebuild | 37 ++ 2 files changed, 38 insertions(+) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index 1901879cc1f0..8dafc66d271a 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1,2 +1,3 @@ DIST kdeclarative-5.102.0.tar.xz 2491312 BLAKE2B e39e2f84b396a1a6e9e882d373bc21a0bf67a7ee4d8836394a02c183a6270659252e7d4bc02ebacae0e866d0e642246bc7ca6cb608bae7db9926821b3ea4ecba SHA512 bff8f30725b0bdaa8dec8ec3745d9270c8564ebf6090f5c5e1aa842340f6549f8ceeebe1f08f71fbae1968a4d27c4cd6042af00ea46e0f1361e1ca110456c2e4 DIST kdeclarative-5.103.0.tar.xz 2491428 BLAKE2B 45eaf7169b69fbad59e85d408736ae72a2e8c27fb5700944376c0ad9adf881c9bd5679cd797f4d518f4249c553364886e7ab34ee0f0556518e10b7a23274ebad SHA512 12fa2df80dd2382f8b49d0ddbf2322cc6a7efe626b53ae0a70e9ce5f87ea72cd950b0340eed1763ca3f2764329c87087d2cd7ca01590ff8c5f734d89c147933a +DIST kdeclarative-5.104.0.tar.xz 2491648 BLAKE2B 452f3e5eaaa3340148a1e7cc9b8823f296ca91b7e9061fce8b566eb892d59df6ab04871d8e77a340fe25fd6b1e41d0f18687ad19e82fea3a59f3854395bc SHA512 2106e79fda831a5bcf750940ba9b3eda348dc7aafe7c23af60454411e0c3ff8699aca54155d750af21c1ac9b0049849c2b38ef1b40d1d0b66c2e47ed1174a1e3 diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.104.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.104.0.ebuild new file mode 100644 index ..0ce50468804e --- /dev/null +++ b/kde-frameworks/kdeclarative/kdeclarative-5.104.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="false" +PVCUT=$(ver_cut 1-2) +QTMIN=5.15.5 +inherit ecm frameworks.kde.org + +DESCRIPTION="Framework providing integration of QML and KDE work spaces" + +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" +IUSE="" + +DEPEND=" + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtnetwork-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + =kde-frameworks/kconfig-${PVCUT}*:5 + =kde-frameworks/kcoreaddons-${PVCUT}*:5 + =kde-frameworks/kglobalaccel-${PVCUT}*:5 + =kde-frameworks/ki18n-${PVCUT}*:5 + =kde-frameworks/kiconthemes-${PVCUT}*:5 + =kde-frameworks/kio-${PVCUT}*:5 + =kde-frameworks/knotifications-${PVCUT}*:5 + =kde-frameworks/kpackage-${PVCUT}*:5 + =kde-frameworks/kservice-${PVCUT}*:5 + =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 + =kde-frameworks/kwindowsystem-${PVCUT}*:5 + media-libs/libepoxy +" +RDEPEND="${DEPEND} + >=dev-qt/qtquickcontrols2-${QTMIN}:5 +"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: 3ceb07b3c02e3da1197e261ea0bb5a60650ffb55 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Feb 14 19:20:41 2023 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Feb 18 22:40:40 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ceb07b3 kde-frameworks/kdeclarative: drop 5.99.0 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 - .../kdeclarative/kdeclarative-5.99.0.ebuild| 37 -- 2 files changed, 38 deletions(-) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index 267fb4bac302..1901879cc1f0 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1,3 +1,2 @@ DIST kdeclarative-5.102.0.tar.xz 2491312 BLAKE2B e39e2f84b396a1a6e9e882d373bc21a0bf67a7ee4d8836394a02c183a6270659252e7d4bc02ebacae0e866d0e642246bc7ca6cb608bae7db9926821b3ea4ecba SHA512 bff8f30725b0bdaa8dec8ec3745d9270c8564ebf6090f5c5e1aa842340f6549f8ceeebe1f08f71fbae1968a4d27c4cd6042af00ea46e0f1361e1ca110456c2e4 DIST kdeclarative-5.103.0.tar.xz 2491428 BLAKE2B 45eaf7169b69fbad59e85d408736ae72a2e8c27fb5700944376c0ad9adf881c9bd5679cd797f4d518f4249c553364886e7ab34ee0f0556518e10b7a23274ebad SHA512 12fa2df80dd2382f8b49d0ddbf2322cc6a7efe626b53ae0a70e9ce5f87ea72cd950b0340eed1763ca3f2764329c87087d2cd7ca01590ff8c5f734d89c147933a -DIST kdeclarative-5.99.0.tar.xz 208156 BLAKE2B 382a4947c88d0d7c74a93069d52943ce006838ede0da2ab99b7e58dc209d194a411878be504b4019fe394f1ccfe0f0a8ee0894f6bd2cdeb60f0e226df9ba2b51 SHA512 924847fb519ce88e76609158b1a53dda5fc9cdd231b04d25417e5ae28d0a56ee947686ae8c70c444fa54aed790dba69f87765caecd5f4f54ce36d6bfec6ac8db diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.99.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.99.0.ebuild deleted file mode 100644 index f6a32e05faad.. --- a/kde-frameworks/kdeclarative/kdeclarative-5.99.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="false" -PVCUT=$(ver_cut 1-2) -QTMIN=5.15.5 -inherit ecm frameworks.kde.org - -DESCRIPTION="Framework providing integration of QML and KDE work spaces" - -LICENSE="LGPL-2+" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtnetwork-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - =kde-frameworks/kconfig-${PVCUT}*:5 - =kde-frameworks/kcoreaddons-${PVCUT}*:5 - =kde-frameworks/kglobalaccel-${PVCUT}*:5 - =kde-frameworks/ki18n-${PVCUT}*:5 - =kde-frameworks/kiconthemes-${PVCUT}*:5 - =kde-frameworks/kio-${PVCUT}*:5 - =kde-frameworks/knotifications-${PVCUT}*:5 - =kde-frameworks/kpackage-${PVCUT}*:5 - =kde-frameworks/kservice-${PVCUT}*:5 - =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 - =kde-frameworks/kwindowsystem-${PVCUT}*:5 - media-libs/libepoxy -" -RDEPEND="${DEPEND} - >=dev-qt/qtquickcontrols2-${QTMIN}:5 -"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: 8df4381f17102f5028731cac5e8a0c90527b2d6f Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 12 10:00:15 2023 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 12 11:09:54 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8df4381f kde-frameworks/kdeclarative: 5.103.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 + .../kdeclarative/kdeclarative-5.103.0.ebuild | 37 ++ 2 files changed, 38 insertions(+) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index 167cfa4c3c20..267fb4bac302 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1,2 +1,3 @@ DIST kdeclarative-5.102.0.tar.xz 2491312 BLAKE2B e39e2f84b396a1a6e9e882d373bc21a0bf67a7ee4d8836394a02c183a6270659252e7d4bc02ebacae0e866d0e642246bc7ca6cb608bae7db9926821b3ea4ecba SHA512 bff8f30725b0bdaa8dec8ec3745d9270c8564ebf6090f5c5e1aa842340f6549f8ceeebe1f08f71fbae1968a4d27c4cd6042af00ea46e0f1361e1ca110456c2e4 +DIST kdeclarative-5.103.0.tar.xz 2491428 BLAKE2B 45eaf7169b69fbad59e85d408736ae72a2e8c27fb5700944376c0ad9adf881c9bd5679cd797f4d518f4249c553364886e7ab34ee0f0556518e10b7a23274ebad SHA512 12fa2df80dd2382f8b49d0ddbf2322cc6a7efe626b53ae0a70e9ce5f87ea72cd950b0340eed1763ca3f2764329c87087d2cd7ca01590ff8c5f734d89c147933a DIST kdeclarative-5.99.0.tar.xz 208156 BLAKE2B 382a4947c88d0d7c74a93069d52943ce006838ede0da2ab99b7e58dc209d194a411878be504b4019fe394f1ccfe0f0a8ee0894f6bd2cdeb60f0e226df9ba2b51 SHA512 924847fb519ce88e76609158b1a53dda5fc9cdd231b04d25417e5ae28d0a56ee947686ae8c70c444fa54aed790dba69f87765caecd5f4f54ce36d6bfec6ac8db diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.103.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.103.0.ebuild new file mode 100644 index ..0ce50468804e --- /dev/null +++ b/kde-frameworks/kdeclarative/kdeclarative-5.103.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="false" +PVCUT=$(ver_cut 1-2) +QTMIN=5.15.5 +inherit ecm frameworks.kde.org + +DESCRIPTION="Framework providing integration of QML and KDE work spaces" + +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" +IUSE="" + +DEPEND=" + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtnetwork-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + =kde-frameworks/kconfig-${PVCUT}*:5 + =kde-frameworks/kcoreaddons-${PVCUT}*:5 + =kde-frameworks/kglobalaccel-${PVCUT}*:5 + =kde-frameworks/ki18n-${PVCUT}*:5 + =kde-frameworks/kiconthemes-${PVCUT}*:5 + =kde-frameworks/kio-${PVCUT}*:5 + =kde-frameworks/knotifications-${PVCUT}*:5 + =kde-frameworks/kpackage-${PVCUT}*:5 + =kde-frameworks/kservice-${PVCUT}*:5 + =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 + =kde-frameworks/kwindowsystem-${PVCUT}*:5 + media-libs/libepoxy +" +RDEPEND="${DEPEND} + >=dev-qt/qtquickcontrols2-${QTMIN}:5 +"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: 989f206de869b44cebf8f0ac5029036a3e24a114 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Dec 10 10:45:07 2022 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Dec 10 10:45:07 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=989f206d kde-frameworks/kdeclarative: drop 5.100.0 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 - .../kdeclarative/kdeclarative-5.100.0.ebuild | 37 -- 2 files changed, 38 deletions(-) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index 48be95750069..2873adadb81a 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1,3 +1,2 @@ -DIST kdeclarative-5.100.0.tar.xz 2519180 BLAKE2B cc00918deb2c4043d4f4ec60b729ff7c904ccb69741613f36180e9e06ad65e49818f3017177a8807abf8f91f03b00cc980723f288560bdf14d035355d3f20ffd SHA512 a15a4f50f19f39144e0e893aa7e4426a3c4337cbb23d609fbc99fb173c29f213faed375f120df13706a0c2da8c447176360874e3f2f00241237854fddbe2899e DIST kdeclarative-5.101.0.tar.xz 2520068 BLAKE2B 7c0aae06f873e948ddcfe1c1403739ded75998c455937c18ff6fe93f791f9b2e42096a1be21bbd08d1d0d2c459e3537a65bd8d93b2e181a4819767ff91340d87 SHA512 3e7068cb7324530f7718eaf31fd1c828983fa110b5e54423cd3358d039804f72ef29eb1f294ba9fb92ecc854c40ad5f305d7866a6e2a32bf371525821a08e9b1 DIST kdeclarative-5.99.0.tar.xz 208156 BLAKE2B 382a4947c88d0d7c74a93069d52943ce006838ede0da2ab99b7e58dc209d194a411878be504b4019fe394f1ccfe0f0a8ee0894f6bd2cdeb60f0e226df9ba2b51 SHA512 924847fb519ce88e76609158b1a53dda5fc9cdd231b04d25417e5ae28d0a56ee947686ae8c70c444fa54aed790dba69f87765caecd5f4f54ce36d6bfec6ac8db diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.100.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.100.0.ebuild deleted file mode 100644 index 9dd0ded5315a.. --- a/kde-frameworks/kdeclarative/kdeclarative-5.100.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="false" -PVCUT=$(ver_cut 1-2) -QTMIN=5.15.5 -inherit ecm frameworks.kde.org - -DESCRIPTION="Framework providing integration of QML and KDE work spaces" - -LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtnetwork-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - =kde-frameworks/kconfig-${PVCUT}*:5 - =kde-frameworks/kcoreaddons-${PVCUT}*:5 - =kde-frameworks/kglobalaccel-${PVCUT}*:5 - =kde-frameworks/ki18n-${PVCUT}*:5 - =kde-frameworks/kiconthemes-${PVCUT}*:5 - =kde-frameworks/kio-${PVCUT}*:5 - =kde-frameworks/knotifications-${PVCUT}*:5 - =kde-frameworks/kpackage-${PVCUT}*:5 - =kde-frameworks/kservice-${PVCUT}*:5 - =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 - =kde-frameworks/kwindowsystem-${PVCUT}*:5 - media-libs/libepoxy -" -RDEPEND="${DEPEND} - >=dev-qt/qtquickcontrols2-${QTMIN}:5 -"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: e7391050b07bd181dba97768f70bcae4513c0be0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Nov 27 11:13:21 2022 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Nov 27 11:20:24 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7391050 kde-frameworks/kdeclarative: drop 5.96.0 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 - .../kdeclarative/kdeclarative-5.96.0.ebuild| 35 -- 2 files changed, 36 deletions(-) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index 8df993413856..1541ce1f2566 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1,3 +1,2 @@ DIST kdeclarative-5.100.0.tar.xz 2519180 BLAKE2B cc00918deb2c4043d4f4ec60b729ff7c904ccb69741613f36180e9e06ad65e49818f3017177a8807abf8f91f03b00cc980723f288560bdf14d035355d3f20ffd SHA512 a15a4f50f19f39144e0e893aa7e4426a3c4337cbb23d609fbc99fb173c29f213faed375f120df13706a0c2da8c447176360874e3f2f00241237854fddbe2899e -DIST kdeclarative-5.96.0.tar.xz 206840 BLAKE2B d966d39ff585384c1ae86ee1636a17c88fa6ce6b63668ecd34ce592bb02cd3b248fcc3bb1099bc2f628d48ba39a5acb79f1c3b8ea111621634faa80b6c593e85 SHA512 088359b8f46703c5238ba632325b955d7c5f8e32bb1471f4841f821b07672f1022c144fc619c00029011dce12d0dbd45bf9d2e894861ad679b07c851d85a6096 DIST kdeclarative-5.99.0.tar.xz 208156 BLAKE2B 382a4947c88d0d7c74a93069d52943ce006838ede0da2ab99b7e58dc209d194a411878be504b4019fe394f1ccfe0f0a8ee0894f6bd2cdeb60f0e226df9ba2b51 SHA512 924847fb519ce88e76609158b1a53dda5fc9cdd231b04d25417e5ae28d0a56ee947686ae8c70c444fa54aed790dba69f87765caecd5f4f54ce36d6bfec6ac8db diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.96.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.96.0.ebuild deleted file mode 100644 index 6b4c837493bb.. --- a/kde-frameworks/kdeclarative/kdeclarative-5.96.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="false" -PVCUT=$(ver_cut 1-2) -QTMIN=5.15.4 -inherit ecm frameworks.kde.org - -DESCRIPTION="Framework providing integration of QML and KDE work spaces" - -LICENSE="LGPL-2+" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtnetwork-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - =kde-frameworks/kconfig-${PVCUT}*:5 - =kde-frameworks/kcoreaddons-${PVCUT}*:5 - =kde-frameworks/kglobalaccel-${PVCUT}*:5 - =kde-frameworks/ki18n-${PVCUT}*:5 - =kde-frameworks/kiconthemes-${PVCUT}*:5 - =kde-frameworks/kio-${PVCUT}*:5 - =kde-frameworks/knotifications-${PVCUT}*:5 - =kde-frameworks/kpackage-${PVCUT}*:5 - =kde-frameworks/kservice-${PVCUT}*:5 - =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 - =kde-frameworks/kwindowsystem-${PVCUT}*:5 - media-libs/libepoxy -" -RDEPEND="${DEPEND}"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: b74cc9559ee5709e315d08cf2430fbda5caf9fb0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Nov 14 12:38:05 2022 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Nov 14 14:16:45 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b74cc955 kde-frameworks/kdeclarative: 5.100.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 + .../kdeclarative/kdeclarative-5.100.0.ebuild | 37 ++ 2 files changed, 38 insertions(+) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index ba5d31177c2b..8df993413856 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1,2 +1,3 @@ +DIST kdeclarative-5.100.0.tar.xz 2519180 BLAKE2B cc00918deb2c4043d4f4ec60b729ff7c904ccb69741613f36180e9e06ad65e49818f3017177a8807abf8f91f03b00cc980723f288560bdf14d035355d3f20ffd SHA512 a15a4f50f19f39144e0e893aa7e4426a3c4337cbb23d609fbc99fb173c29f213faed375f120df13706a0c2da8c447176360874e3f2f00241237854fddbe2899e DIST kdeclarative-5.96.0.tar.xz 206840 BLAKE2B d966d39ff585384c1ae86ee1636a17c88fa6ce6b63668ecd34ce592bb02cd3b248fcc3bb1099bc2f628d48ba39a5acb79f1c3b8ea111621634faa80b6c593e85 SHA512 088359b8f46703c5238ba632325b955d7c5f8e32bb1471f4841f821b07672f1022c144fc619c00029011dce12d0dbd45bf9d2e894861ad679b07c851d85a6096 DIST kdeclarative-5.99.0.tar.xz 208156 BLAKE2B 382a4947c88d0d7c74a93069d52943ce006838ede0da2ab99b7e58dc209d194a411878be504b4019fe394f1ccfe0f0a8ee0894f6bd2cdeb60f0e226df9ba2b51 SHA512 924847fb519ce88e76609158b1a53dda5fc9cdd231b04d25417e5ae28d0a56ee947686ae8c70c444fa54aed790dba69f87765caecd5f4f54ce36d6bfec6ac8db diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.100.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.100.0.ebuild new file mode 100644 index ..9dd0ded5315a --- /dev/null +++ b/kde-frameworks/kdeclarative/kdeclarative-5.100.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="false" +PVCUT=$(ver_cut 1-2) +QTMIN=5.15.5 +inherit ecm frameworks.kde.org + +DESCRIPTION="Framework providing integration of QML and KDE work spaces" + +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" +IUSE="" + +DEPEND=" + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtnetwork-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + =kde-frameworks/kconfig-${PVCUT}*:5 + =kde-frameworks/kcoreaddons-${PVCUT}*:5 + =kde-frameworks/kglobalaccel-${PVCUT}*:5 + =kde-frameworks/ki18n-${PVCUT}*:5 + =kde-frameworks/kiconthemes-${PVCUT}*:5 + =kde-frameworks/kio-${PVCUT}*:5 + =kde-frameworks/knotifications-${PVCUT}*:5 + =kde-frameworks/kpackage-${PVCUT}*:5 + =kde-frameworks/kservice-${PVCUT}*:5 + =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 + =kde-frameworks/kwindowsystem-${PVCUT}*:5 + media-libs/libepoxy +" +RDEPEND="${DEPEND} + >=dev-qt/qtquickcontrols2-${QTMIN}:5 +"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: 12cab1e8a6080d043e8ad3f2849157b32b2ca0a0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Sep 13 10:57:57 2022 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Sep 13 13:20:14 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12cab1e8 kde-frameworks/kdeclarative: drop 5.97.0 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 - .../kdeclarative/kdeclarative-5.97.0.ebuild| 35 -- 2 files changed, 36 deletions(-) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index d72a11ae5ff0..1321c9a0b0cc 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1,3 +1,2 @@ DIST kdeclarative-5.96.0.tar.xz 206840 BLAKE2B d966d39ff585384c1ae86ee1636a17c88fa6ce6b63668ecd34ce592bb02cd3b248fcc3bb1099bc2f628d48ba39a5acb79f1c3b8ea111621634faa80b6c593e85 SHA512 088359b8f46703c5238ba632325b955d7c5f8e32bb1471f4841f821b07672f1022c144fc619c00029011dce12d0dbd45bf9d2e894861ad679b07c851d85a6096 -DIST kdeclarative-5.97.0.tar.xz 207004 BLAKE2B 8303cd803faa2ab52de66dcbc58d1d6db86482465ba79e052c70940328ae5fda4d9560a5b4f7dc6fdeab634b88824c40e93119c19ba802d97d108566c1a9ea90 SHA512 523386af26be4eea161005a71e15ccb852f37267f6f73db3dedad4a1ad0c7c8900e77c78b76c382753cd9a23e7d646b09d455e5588cda00dcba88c91884b5291 DIST kdeclarative-5.98.0.tar.xz 207124 BLAKE2B b44dfc0c367dba17d0747c5806c6a504abedb5841d612f146cd45283794db731ca8ba362a1c6087e099ba84aa70456add643997858f5a1a43427afd2f7ee0446 SHA512 2302d076effe7799dbdc3069aa891c1f8569d0b5e34af230ba158a77e3801156ad788d63649073922b0c5f740162926a5de0e9b35c85c5761155147039d79855 diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.97.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.97.0.ebuild deleted file mode 100644 index b0cfabc69e01.. --- a/kde-frameworks/kdeclarative/kdeclarative-5.97.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="false" -PVCUT=$(ver_cut 1-2) -QTMIN=5.15.5 -inherit ecm frameworks.kde.org - -DESCRIPTION="Framework providing integration of QML and KDE work spaces" - -LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtnetwork-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - =kde-frameworks/kconfig-${PVCUT}*:5 - =kde-frameworks/kcoreaddons-${PVCUT}*:5 - =kde-frameworks/kglobalaccel-${PVCUT}*:5 - =kde-frameworks/ki18n-${PVCUT}*:5 - =kde-frameworks/kiconthemes-${PVCUT}*:5 - =kde-frameworks/kio-${PVCUT}*:5 - =kde-frameworks/knotifications-${PVCUT}*:5 - =kde-frameworks/kpackage-${PVCUT}*:5 - =kde-frameworks/kservice-${PVCUT}*:5 - =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 - =kde-frameworks/kwindowsystem-${PVCUT}*:5 - media-libs/libepoxy -" -RDEPEND="${DEPEND}"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: 501b0a5a729637855992da2b435df96a96cbfd8b Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 13 17:44:22 2022 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Aug 14 08:29:21 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=501b0a5a kde-frameworks/kdeclarative: 5.97.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 + .../kdeclarative/kdeclarative-5.97.0.ebuild| 35 ++ 2 files changed, 36 insertions(+) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index f49f7140fc4a..a67b29a73c73 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1 +1,2 @@ DIST kdeclarative-5.96.0.tar.xz 206840 BLAKE2B d966d39ff585384c1ae86ee1636a17c88fa6ce6b63668ecd34ce592bb02cd3b248fcc3bb1099bc2f628d48ba39a5acb79f1c3b8ea111621634faa80b6c593e85 SHA512 088359b8f46703c5238ba632325b955d7c5f8e32bb1471f4841f821b07672f1022c144fc619c00029011dce12d0dbd45bf9d2e894861ad679b07c851d85a6096 +DIST kdeclarative-5.97.0.tar.xz 207004 BLAKE2B 8303cd803faa2ab52de66dcbc58d1d6db86482465ba79e052c70940328ae5fda4d9560a5b4f7dc6fdeab634b88824c40e93119c19ba802d97d108566c1a9ea90 SHA512 523386af26be4eea161005a71e15ccb852f37267f6f73db3dedad4a1ad0c7c8900e77c78b76c382753cd9a23e7d646b09d455e5588cda00dcba88c91884b5291 diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.97.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.97.0.ebuild new file mode 100644 index ..b0cfabc69e01 --- /dev/null +++ b/kde-frameworks/kdeclarative/kdeclarative-5.97.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="false" +PVCUT=$(ver_cut 1-2) +QTMIN=5.15.5 +inherit ecm frameworks.kde.org + +DESCRIPTION="Framework providing integration of QML and KDE work spaces" + +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" +IUSE="" + +DEPEND=" + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtnetwork-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + =kde-frameworks/kconfig-${PVCUT}*:5 + =kde-frameworks/kcoreaddons-${PVCUT}*:5 + =kde-frameworks/kglobalaccel-${PVCUT}*:5 + =kde-frameworks/ki18n-${PVCUT}*:5 + =kde-frameworks/kiconthemes-${PVCUT}*:5 + =kde-frameworks/kio-${PVCUT}*:5 + =kde-frameworks/knotifications-${PVCUT}*:5 + =kde-frameworks/kpackage-${PVCUT}*:5 + =kde-frameworks/kservice-${PVCUT}*:5 + =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 + =kde-frameworks/kwindowsystem-${PVCUT}*:5 + media-libs/libepoxy +" +RDEPEND="${DEPEND}"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/files/
commit: e7dca2d6fbf32806c6c2d4532faacbdb8161 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jul 19 15:41:08 2022 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jul 19 15:41:08 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7dca2d6 kde-frameworks/kdeclarative: Drop obsolete patch Signed-off-by: Andreas Sturmlechner gentoo.org> .../kdeclarative-5.95.0-fix-potd-centered.patch| 54 -- 1 file changed, 54 deletions(-) diff --git a/kde-frameworks/kdeclarative/files/kdeclarative-5.95.0-fix-potd-centered.patch b/kde-frameworks/kdeclarative/files/kdeclarative-5.95.0-fix-potd-centered.patch deleted file mode 100644 index cac44a4333bf.. --- a/kde-frameworks/kdeclarative/files/kdeclarative-5.95.0-fix-potd-centered.patch +++ /dev/null @@ -1,54 +0,0 @@ -From 41b3d0b142387c3acbba73f6ac332b3f314f7700 Mon Sep 17 00:00:00 2001 -From: Fushan Wen -Date: Thu, 9 Jun 2022 12:57:55 +0800 -Subject: [PATCH] qmlcontrols: add `Pad` fill mode in `QImageItem` - -This matches the behavior in `QQuickImage`. - -BUG: 389623 -FIXED-IN: 5.96 - src/qmlcontrols/kquickcontrolsaddons/qimageitem.cpp | 7 ++- - src/qmlcontrols/kquickcontrolsaddons/qimageitem.h | 1 + - 2 files changed, 7 insertions(+), 1 deletion(-) - -diff --git a/src/qmlcontrols/kquickcontrolsaddons/qimageitem.cpp b/src/qmlcontrols/kquickcontrolsaddons/qimageitem.cpp -index 36929eed..060069a1 100644 a/src/qmlcontrols/kquickcontrolsaddons/qimageitem.cpp -+++ b/src/qmlcontrols/kquickcontrolsaddons/qimageitem.cpp -@@ -103,7 +103,11 @@ void QImageItem::paint(QPainter *painter) - painter->scale(1, height() / (qreal)m_image.height()); - } - --if (m_fillMode >= Tile) { -+if (m_fillMode == Pad) { -+QRect centeredRect = m_paintedRect; -+centeredRect.moveCenter(m_image.rect().center()); -+painter->drawImage(m_paintedRect, m_image, centeredRect); -+} else if (m_fillMode >= Tile) { - painter->drawTiledPixmap(m_paintedRect, QPixmap::fromImage(m_image)); - } else { - painter->drawImage(m_paintedRect, m_image, m_image.rect()); -@@ -174,6 +178,7 @@ void QImageItem::updatePaintedRect() - } - case Stretch: - case Tile: -+case Pad: - default: - destRect = boundingRect().toRect(); - } -diff --git a/src/qmlcontrols/kquickcontrolsaddons/qimageitem.h b/src/qmlcontrols/kquickcontrolsaddons/qimageitem.h -index f32ae7da..ba38a4a1 100644 a/src/qmlcontrols/kquickcontrolsaddons/qimageitem.h -+++ b/src/qmlcontrols/kquickcontrolsaddons/qimageitem.h -@@ -32,6 +32,7 @@ public: - Tile, // the image is duplicated horizontally and vertically - TileVertically, // the image is stretched horizontally and tiled vertically - TileHorizontally, // the image is stretched vertically and tiled horizontally -+Pad, /**< the image is not transformed @since 5.96 **/ - }; - Q_ENUM(FillMode) - --- -GitLab -
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: dcccfd6aa2262bcd5cd871ffc534fc75e0e3a1fb Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jul 9 10:40:29 2022 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jul 9 14:27:13 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcccfd6a kde-frameworks/kdeclarative: 5.96.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 + .../kdeclarative/kdeclarative-5.96.0.ebuild| 35 ++ 2 files changed, 36 insertions(+) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index 0412f8605625..8d74145c328b 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1,2 +1,3 @@ DIST kdeclarative-5.92.0.tar.xz 202924 BLAKE2B bb7d67ee68bcef340223c89f827357bbcf04cc8838c643dbbe0338ddb9fbbcd35306bd293b6a8b00dca5d76a75476b63f659b8308de3b51c776290908cff SHA512 f4dee788269405607be0818593420ca7e018fc48972d38f716e9d0319a8ef6557557ca553cff3c62d4f123999e6639e106089c2a4eccd0df824cd0bbdd5cad4b DIST kdeclarative-5.95.0.tar.xz 205716 BLAKE2B 7cff9307f5098513e65416868845fe3b892da30c97fa01b6e6eca95dc15517d8aa67423fddfb78e2695a7df47b7c9f083534ac993b5b87a0f9b692d725b22d52 SHA512 bedacd087b7215b38ec83291c853238f759532b7fd5941cc02771746002a08233985b624ac31bd926bcd18fb2eca6e703f0a7ae83439a3e63657d6aa3ea647c0 +DIST kdeclarative-5.96.0.tar.xz 206840 BLAKE2B d966d39ff585384c1ae86ee1636a17c88fa6ce6b63668ecd34ce592bb02cd3b248fcc3bb1099bc2f628d48ba39a5acb79f1c3b8ea111621634faa80b6c593e85 SHA512 088359b8f46703c5238ba632325b955d7c5f8e32bb1471f4841f821b07672f1022c144fc619c00029011dce12d0dbd45bf9d2e894861ad679b07c851d85a6096 diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.96.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.96.0.ebuild new file mode 100644 index ..abcded05e967 --- /dev/null +++ b/kde-frameworks/kdeclarative/kdeclarative-5.96.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="false" +PVCUT=$(ver_cut 1-2) +QTMIN=5.15.4 +inherit ecm kde.org + +DESCRIPTION="Framework providing integration of QML and KDE work spaces" + +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" +IUSE="" + +DEPEND=" + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtnetwork-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + =kde-frameworks/kconfig-${PVCUT}*:5 + =kde-frameworks/kcoreaddons-${PVCUT}*:5 + =kde-frameworks/kglobalaccel-${PVCUT}*:5 + =kde-frameworks/ki18n-${PVCUT}*:5 + =kde-frameworks/kiconthemes-${PVCUT}*:5 + =kde-frameworks/kio-${PVCUT}*:5 + =kde-frameworks/knotifications-${PVCUT}*:5 + =kde-frameworks/kpackage-${PVCUT}*:5 + =kde-frameworks/kservice-${PVCUT}*:5 + =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 + =kde-frameworks/kwindowsystem-${PVCUT}*:5 + media-libs/libepoxy +" +RDEPEND="${DEPEND}"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/, kde-frameworks/kdeclarative/files/
commit: aa54e46154aa952caf3a967b9401536c8848272b Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jun 29 19:41:57 2022 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jun 29 19:53:17 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa54e461 kde-frameworks/kdeclarative: qmlcontrols: add Pad fill mode in QImageItem Upstream commit 41b3d0b142387c3acbba73f6ac332b3f314f7700 KDE-bug: https://bugs.kde.org/show_bug.cgi?id=389623 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> .../kdeclarative-5.95.0-fix-potd-centered.patch| 54 ++ .../kdeclarative/kdeclarative-5.95.0-r1.ebuild | 37 +++ 2 files changed, 91 insertions(+) diff --git a/kde-frameworks/kdeclarative/files/kdeclarative-5.95.0-fix-potd-centered.patch b/kde-frameworks/kdeclarative/files/kdeclarative-5.95.0-fix-potd-centered.patch new file mode 100644 index ..cac44a4333bf --- /dev/null +++ b/kde-frameworks/kdeclarative/files/kdeclarative-5.95.0-fix-potd-centered.patch @@ -0,0 +1,54 @@ +From 41b3d0b142387c3acbba73f6ac332b3f314f7700 Mon Sep 17 00:00:00 2001 +From: Fushan Wen +Date: Thu, 9 Jun 2022 12:57:55 +0800 +Subject: [PATCH] qmlcontrols: add `Pad` fill mode in `QImageItem` + +This matches the behavior in `QQuickImage`. + +BUG: 389623 +FIXED-IN: 5.96 +--- + src/qmlcontrols/kquickcontrolsaddons/qimageitem.cpp | 7 ++- + src/qmlcontrols/kquickcontrolsaddons/qimageitem.h | 1 + + 2 files changed, 7 insertions(+), 1 deletion(-) + +diff --git a/src/qmlcontrols/kquickcontrolsaddons/qimageitem.cpp b/src/qmlcontrols/kquickcontrolsaddons/qimageitem.cpp +index 36929eed..060069a1 100644 +--- a/src/qmlcontrols/kquickcontrolsaddons/qimageitem.cpp b/src/qmlcontrols/kquickcontrolsaddons/qimageitem.cpp +@@ -103,7 +103,11 @@ void QImageItem::paint(QPainter *painter) + painter->scale(1, height() / (qreal)m_image.height()); + } + +-if (m_fillMode >= Tile) { ++if (m_fillMode == Pad) { ++QRect centeredRect = m_paintedRect; ++centeredRect.moveCenter(m_image.rect().center()); ++painter->drawImage(m_paintedRect, m_image, centeredRect); ++} else if (m_fillMode >= Tile) { + painter->drawTiledPixmap(m_paintedRect, QPixmap::fromImage(m_image)); + } else { + painter->drawImage(m_paintedRect, m_image, m_image.rect()); +@@ -174,6 +178,7 @@ void QImageItem::updatePaintedRect() + } + case Stretch: + case Tile: ++case Pad: + default: + destRect = boundingRect().toRect(); + } +diff --git a/src/qmlcontrols/kquickcontrolsaddons/qimageitem.h b/src/qmlcontrols/kquickcontrolsaddons/qimageitem.h +index f32ae7da..ba38a4a1 100644 +--- a/src/qmlcontrols/kquickcontrolsaddons/qimageitem.h b/src/qmlcontrols/kquickcontrolsaddons/qimageitem.h +@@ -32,6 +32,7 @@ public: + Tile, // the image is duplicated horizontally and vertically + TileVertically, // the image is stretched horizontally and tiled vertically + TileHorizontally, // the image is stretched vertically and tiled horizontally ++Pad, /**< the image is not transformed @since 5.96 **/ + }; + Q_ENUM(FillMode) + +-- +GitLab + diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.95.0-r1.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.95.0-r1.ebuild new file mode 100644 index ..6d2b7ad1ccae --- /dev/null +++ b/kde-frameworks/kdeclarative/kdeclarative-5.95.0-r1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="false" +PVCUT=$(ver_cut 1-2) +QTMIN=5.15.3 +inherit ecm kde.org + +DESCRIPTION="Framework providing integration of QML and KDE work spaces" + +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" +IUSE="" + +DEPEND=" + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtnetwork-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + =kde-frameworks/kconfig-${PVCUT}*:5 + =kde-frameworks/kcoreaddons-${PVCUT}*:5 + =kde-frameworks/kglobalaccel-${PVCUT}*:5 + =kde-frameworks/ki18n-${PVCUT}*:5 + =kde-frameworks/kiconthemes-${PVCUT}*:5 + =kde-frameworks/kio-${PVCUT}*:5 + =kde-frameworks/knotifications-${PVCUT}*:5 + =kde-frameworks/kpackage-${PVCUT}*:5 + =kde-frameworks/kservice-${PVCUT}*:5 + =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 + =kde-frameworks/kwindowsystem-${PVCUT}*:5 + media-libs/libepoxy +" +RDEPEND="${DEPEND}" + +PATCHES=( "${FILESDIR}/${P}-fix-potd-centered.patch" )
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: 308b4e10b280a89a20940df652db3df3e61415df Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jun 29 19:42:19 2022 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jun 29 19:53:17 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=308b4e10 kde-frameworks/kdeclarative: Drop 5.95.0 (r0) Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> .../kdeclarative/kdeclarative-5.95.0.ebuild| 35 -- 1 file changed, 35 deletions(-) diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.95.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.95.0.ebuild deleted file mode 100644 index b2097f97efc7.. --- a/kde-frameworks/kdeclarative/kdeclarative-5.95.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="false" -PVCUT=$(ver_cut 1-2) -QTMIN=5.15.3 -inherit ecm kde.org - -DESCRIPTION="Framework providing integration of QML and KDE work spaces" - -LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtnetwork-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - =kde-frameworks/kconfig-${PVCUT}*:5 - =kde-frameworks/kcoreaddons-${PVCUT}*:5 - =kde-frameworks/kglobalaccel-${PVCUT}*:5 - =kde-frameworks/ki18n-${PVCUT}*:5 - =kde-frameworks/kiconthemes-${PVCUT}*:5 - =kde-frameworks/kio-${PVCUT}*:5 - =kde-frameworks/knotifications-${PVCUT}*:5 - =kde-frameworks/kpackage-${PVCUT}*:5 - =kde-frameworks/kservice-${PVCUT}*:5 - =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 - =kde-frameworks/kwindowsystem-${PVCUT}*:5 - media-libs/libepoxy -" -RDEPEND="${DEPEND}"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: 2630e8cb7dc2783de2643d365ed800c8a0dd76b9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jun 14 07:39:49 2022 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jun 14 07:43:41 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2630e8cb kde-frameworks/kdeclarative: drop 5.94.0* Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 - .../kdeclarative/kdeclarative-5.94.0.ebuild| 35 -- 2 files changed, 36 deletions(-) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index 899a8a5f3d31..0412f8605625 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1,3 +1,2 @@ DIST kdeclarative-5.92.0.tar.xz 202924 BLAKE2B bb7d67ee68bcef340223c89f827357bbcf04cc8838c643dbbe0338ddb9fbbcd35306bd293b6a8b00dca5d76a75476b63f659b8308de3b51c776290908cff SHA512 f4dee788269405607be0818593420ca7e018fc48972d38f716e9d0319a8ef6557557ca553cff3c62d4f123999e6639e106089c2a4eccd0df824cd0bbdd5cad4b -DIST kdeclarative-5.94.0.tar.xz 204884 BLAKE2B 232305d27f3192bad376b5a24b41836b6fa0dac01ce58b2df4d269ed6751561b6363608f147c0b169101c4cc1d91b92299377d51f04c43bdcdfc55ea69477f2c SHA512 dfe5359a0dcc75e00ef0ece97903b4217e896d3427633e9dbec834cf924d921982576651139e9215b01d283213ce0d73d03ab67b9d3561763ca0596ad80067b4 DIST kdeclarative-5.95.0.tar.xz 205716 BLAKE2B 7cff9307f5098513e65416868845fe3b892da30c97fa01b6e6eca95dc15517d8aa67423fddfb78e2695a7df47b7c9f083534ac993b5b87a0f9b692d725b22d52 SHA512 bedacd087b7215b38ec83291c853238f759532b7fd5941cc02771746002a08233985b624ac31bd926bcd18fb2eca6e703f0a7ae83439a3e63657d6aa3ea647c0 diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.94.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.94.0.ebuild deleted file mode 100644 index 6333ef416a37.. --- a/kde-frameworks/kdeclarative/kdeclarative-5.94.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="false" -PVCUT=$(ver_cut 1-2) -QTMIN=5.15.3 -inherit ecm kde.org - -DESCRIPTION="Framework providing integration of QML and KDE work spaces" - -LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtnetwork-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - =kde-frameworks/kconfig-${PVCUT}*:5 - =kde-frameworks/kcoreaddons-${PVCUT}*:5 - =kde-frameworks/kglobalaccel-${PVCUT}*:5 - =kde-frameworks/ki18n-${PVCUT}*:5 - =kde-frameworks/kiconthemes-${PVCUT}*:5 - =kde-frameworks/kio-${PVCUT}*:5 - =kde-frameworks/knotifications-${PVCUT}*:5 - =kde-frameworks/kpackage-${PVCUT}*:5 - =kde-frameworks/kservice-${PVCUT}*:5 - =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 - =kde-frameworks/kwindowsystem-${PVCUT}*:5 - media-libs/libepoxy -" -RDEPEND="${DEPEND}"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: 170e2ce1be64c17a1f3b28138e92771ecd9ea12b Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jun 12 19:35:35 2022 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jun 12 19:41:17 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=170e2ce1 kde-frameworks/kdeclarative: 5.95.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 + .../kdeclarative/kdeclarative-5.95.0.ebuild| 35 ++ 2 files changed, 36 insertions(+) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index 4a6c167265f7..899a8a5f3d31 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1,2 +1,3 @@ DIST kdeclarative-5.92.0.tar.xz 202924 BLAKE2B bb7d67ee68bcef340223c89f827357bbcf04cc8838c643dbbe0338ddb9fbbcd35306bd293b6a8b00dca5d76a75476b63f659b8308de3b51c776290908cff SHA512 f4dee788269405607be0818593420ca7e018fc48972d38f716e9d0319a8ef6557557ca553cff3c62d4f123999e6639e106089c2a4eccd0df824cd0bbdd5cad4b DIST kdeclarative-5.94.0.tar.xz 204884 BLAKE2B 232305d27f3192bad376b5a24b41836b6fa0dac01ce58b2df4d269ed6751561b6363608f147c0b169101c4cc1d91b92299377d51f04c43bdcdfc55ea69477f2c SHA512 dfe5359a0dcc75e00ef0ece97903b4217e896d3427633e9dbec834cf924d921982576651139e9215b01d283213ce0d73d03ab67b9d3561763ca0596ad80067b4 +DIST kdeclarative-5.95.0.tar.xz 205716 BLAKE2B 7cff9307f5098513e65416868845fe3b892da30c97fa01b6e6eca95dc15517d8aa67423fddfb78e2695a7df47b7c9f083534ac993b5b87a0f9b692d725b22d52 SHA512 bedacd087b7215b38ec83291c853238f759532b7fd5941cc02771746002a08233985b624ac31bd926bcd18fb2eca6e703f0a7ae83439a3e63657d6aa3ea647c0 diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.95.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.95.0.ebuild new file mode 100644 index ..6333ef416a37 --- /dev/null +++ b/kde-frameworks/kdeclarative/kdeclarative-5.95.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="false" +PVCUT=$(ver_cut 1-2) +QTMIN=5.15.3 +inherit ecm kde.org + +DESCRIPTION="Framework providing integration of QML and KDE work spaces" + +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" +IUSE="" + +DEPEND=" + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtnetwork-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + =kde-frameworks/kconfig-${PVCUT}*:5 + =kde-frameworks/kcoreaddons-${PVCUT}*:5 + =kde-frameworks/kglobalaccel-${PVCUT}*:5 + =kde-frameworks/ki18n-${PVCUT}*:5 + =kde-frameworks/kiconthemes-${PVCUT}*:5 + =kde-frameworks/kio-${PVCUT}*:5 + =kde-frameworks/knotifications-${PVCUT}*:5 + =kde-frameworks/kpackage-${PVCUT}*:5 + =kde-frameworks/kservice-${PVCUT}*:5 + =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 + =kde-frameworks/kwindowsystem-${PVCUT}*:5 + media-libs/libepoxy +" +RDEPEND="${DEPEND}"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: 0eca8541c9c6c64f4376bafcb0e12314627246c1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat May 14 11:17:36 2022 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat May 14 11:32:03 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eca8541 kde-frameworks/kdeclarative: drop 5.93.0* Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 - .../kdeclarative/kdeclarative-5.93.0.ebuild| 35 -- 2 files changed, 36 deletions(-) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index dc039e300b6d..4a6c167265f7 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1,3 +1,2 @@ DIST kdeclarative-5.92.0.tar.xz 202924 BLAKE2B bb7d67ee68bcef340223c89f827357bbcf04cc8838c643dbbe0338ddb9fbbcd35306bd293b6a8b00dca5d76a75476b63f659b8308de3b51c776290908cff SHA512 f4dee788269405607be0818593420ca7e018fc48972d38f716e9d0319a8ef6557557ca553cff3c62d4f123999e6639e106089c2a4eccd0df824cd0bbdd5cad4b -DIST kdeclarative-5.93.0.tar.xz 203188 BLAKE2B 9e0f60fb89eba9cac59803fbedae6289cfdf85a27612e7ad380156597b3d14dadc1a0b5cc1bcd7f20fac3b9cb00836ca5c4ac4681a06f5dfe5c6ba0085e8e34b SHA512 b04f44fdee1f10ba0e845cffa345373c3dcc63984874114cf9e71c399fb0c21736942a72359cabca4446ceadb06edd2613a9abfac0008ef3227c21099670b3bc DIST kdeclarative-5.94.0.tar.xz 204884 BLAKE2B 232305d27f3192bad376b5a24b41836b6fa0dac01ce58b2df4d269ed6751561b6363608f147c0b169101c4cc1d91b92299377d51f04c43bdcdfc55ea69477f2c SHA512 dfe5359a0dcc75e00ef0ece97903b4217e896d3427633e9dbec834cf924d921982576651139e9215b01d283213ce0d73d03ab67b9d3561763ca0596ad80067b4 diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.93.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.93.0.ebuild deleted file mode 100644 index efde9124aa47.. --- a/kde-frameworks/kdeclarative/kdeclarative-5.93.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="false" -PVCUT=$(ver_cut 1-2) -QTMIN=5.15.2 -inherit ecm kde.org - -DESCRIPTION="Framework providing integration of QML and KDE work spaces" - -LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtnetwork-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - =kde-frameworks/kconfig-${PVCUT}*:5 - =kde-frameworks/kcoreaddons-${PVCUT}*:5 - =kde-frameworks/kglobalaccel-${PVCUT}*:5 - =kde-frameworks/ki18n-${PVCUT}*:5 - =kde-frameworks/kiconthemes-${PVCUT}*:5 - =kde-frameworks/kio-${PVCUT}*:5 - =kde-frameworks/knotifications-${PVCUT}*:5 - =kde-frameworks/kpackage-${PVCUT}*:5 - =kde-frameworks/kservice-${PVCUT}*:5 - =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 - =kde-frameworks/kwindowsystem-${PVCUT}*:5 - media-libs/libepoxy -" -RDEPEND="${DEPEND}"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: 6048f25249ff8ee272de4113926db0b0d6daa186 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 30 21:36:44 2022 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed May 4 20:49:48 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6048f252 kde-frameworks/kdeclarative: drop 5.90.0* Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 - .../kdeclarative/kdeclarative-5.90.0.ebuild| 35 -- 2 files changed, 36 deletions(-) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index 25e30814c816..05e92d0b347e 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1,3 +1,2 @@ -DIST kdeclarative-5.90.0.tar.xz 199308 BLAKE2B 6cc7cbe7ab1b70fe238c32ba61f7187c251ffe04129a3681c2c441584fc8b3ee8d6026465c918a1477897f20e748f8451823e7551b905e1769cbffbfd11c80a7 SHA512 6e2dc0c19f16915b35f0c0bd1526b986987fbd450ad75666c1b5c94e2f30efbef857424f3026a3da3762209dbb166d48a8146540b0d625d2203d4dda0679 DIST kdeclarative-5.92.0.tar.xz 202924 BLAKE2B bb7d67ee68bcef340223c89f827357bbcf04cc8838c643dbbe0338ddb9fbbcd35306bd293b6a8b00dca5d76a75476b63f659b8308de3b51c776290908cff SHA512 f4dee788269405607be0818593420ca7e018fc48972d38f716e9d0319a8ef6557557ca553cff3c62d4f123999e6639e106089c2a4eccd0df824cd0bbdd5cad4b DIST kdeclarative-5.93.0.tar.xz 203188 BLAKE2B 9e0f60fb89eba9cac59803fbedae6289cfdf85a27612e7ad380156597b3d14dadc1a0b5cc1bcd7f20fac3b9cb00836ca5c4ac4681a06f5dfe5c6ba0085e8e34b SHA512 b04f44fdee1f10ba0e845cffa345373c3dcc63984874114cf9e71c399fb0c21736942a72359cabca4446ceadb06edd2613a9abfac0008ef3227c21099670b3bc diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.90.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.90.0.ebuild deleted file mode 100644 index 8b04052c9d68.. --- a/kde-frameworks/kdeclarative/kdeclarative-5.90.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="false" -PVCUT=$(ver_cut 1-2) -QTMIN=5.15.2 -inherit ecm kde.org - -DESCRIPTION="Framework providing integration of QML and KDE work spaces" - -LICENSE="LGPL-2+" -KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtnetwork-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - =kde-frameworks/kconfig-${PVCUT}*:5 - =kde-frameworks/kcoreaddons-${PVCUT}*:5 - =kde-frameworks/kglobalaccel-${PVCUT}*:5 - =kde-frameworks/ki18n-${PVCUT}*:5 - =kde-frameworks/kiconthemes-${PVCUT}*:5 - =kde-frameworks/kio-${PVCUT}*:5 - =kde-frameworks/knotifications-${PVCUT}*:5 - =kde-frameworks/kpackage-${PVCUT}*:5 - =kde-frameworks/kservice-${PVCUT}*:5 - =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 - =kde-frameworks/kwindowsystem-${PVCUT}*:5 - media-libs/libepoxy -" -RDEPEND="${DEPEND}"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: 0620afe279898284529bfa65e0612a5ba9d84f60 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 9 21:04:39 2022 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Apr 9 21:45:58 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0620afe2 kde-frameworks/kdeclarative: 5.93.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 + .../kdeclarative/kdeclarative-5.93.0.ebuild| 35 ++ 2 files changed, 36 insertions(+) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index ae0a0acfb378..25e30814c816 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1,2 +1,3 @@ DIST kdeclarative-5.90.0.tar.xz 199308 BLAKE2B 6cc7cbe7ab1b70fe238c32ba61f7187c251ffe04129a3681c2c441584fc8b3ee8d6026465c918a1477897f20e748f8451823e7551b905e1769cbffbfd11c80a7 SHA512 6e2dc0c19f16915b35f0c0bd1526b986987fbd450ad75666c1b5c94e2f30efbef857424f3026a3da3762209dbb166d48a8146540b0d625d2203d4dda0679 DIST kdeclarative-5.92.0.tar.xz 202924 BLAKE2B bb7d67ee68bcef340223c89f827357bbcf04cc8838c643dbbe0338ddb9fbbcd35306bd293b6a8b00dca5d76a75476b63f659b8308de3b51c776290908cff SHA512 f4dee788269405607be0818593420ca7e018fc48972d38f716e9d0319a8ef6557557ca553cff3c62d4f123999e6639e106089c2a4eccd0df824cd0bbdd5cad4b +DIST kdeclarative-5.93.0.tar.xz 203188 BLAKE2B 9e0f60fb89eba9cac59803fbedae6289cfdf85a27612e7ad380156597b3d14dadc1a0b5cc1bcd7f20fac3b9cb00836ca5c4ac4681a06f5dfe5c6ba0085e8e34b SHA512 b04f44fdee1f10ba0e845cffa345373c3dcc63984874114cf9e71c399fb0c21736942a72359cabca4446ceadb06edd2613a9abfac0008ef3227c21099670b3bc diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.93.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.93.0.ebuild new file mode 100644 index ..efde9124aa47 --- /dev/null +++ b/kde-frameworks/kdeclarative/kdeclarative-5.93.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="false" +PVCUT=$(ver_cut 1-2) +QTMIN=5.15.2 +inherit ecm kde.org + +DESCRIPTION="Framework providing integration of QML and KDE work spaces" + +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" +IUSE="" + +DEPEND=" + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtnetwork-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + =kde-frameworks/kconfig-${PVCUT}*:5 + =kde-frameworks/kcoreaddons-${PVCUT}*:5 + =kde-frameworks/kglobalaccel-${PVCUT}*:5 + =kde-frameworks/ki18n-${PVCUT}*:5 + =kde-frameworks/kiconthemes-${PVCUT}*:5 + =kde-frameworks/kio-${PVCUT}*:5 + =kde-frameworks/knotifications-${PVCUT}*:5 + =kde-frameworks/kpackage-${PVCUT}*:5 + =kde-frameworks/kservice-${PVCUT}*:5 + =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 + =kde-frameworks/kwindowsystem-${PVCUT}*:5 + media-libs/libepoxy +" +RDEPEND="${DEPEND}"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: 6fd8e8fbf4a8fb445142b0e955edaefa83503f66 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 13 09:05:47 2022 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 13 19:22:32 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fd8e8fb kde-frameworks/kdeclarative: drop 5.91.0* Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 - .../kdeclarative/kdeclarative-5.91.0.ebuild| 35 -- 2 files changed, 36 deletions(-) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index e7576b860db1..ae0a0acfb378 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1,3 +1,2 @@ DIST kdeclarative-5.90.0.tar.xz 199308 BLAKE2B 6cc7cbe7ab1b70fe238c32ba61f7187c251ffe04129a3681c2c441584fc8b3ee8d6026465c918a1477897f20e748f8451823e7551b905e1769cbffbfd11c80a7 SHA512 6e2dc0c19f16915b35f0c0bd1526b986987fbd450ad75666c1b5c94e2f30efbef857424f3026a3da3762209dbb166d48a8146540b0d625d2203d4dda0679 -DIST kdeclarative-5.91.0.tar.xz 201884 BLAKE2B d9b7a4622e05c8926b4d03c69a302c4781f20b8722f0e2dbaa10a8643c0718bd50a4867ec7967571dc0905994670a24f9d788bc84703098ccd082cb2fc8f2d5e SHA512 04a1e321143672489a7441e4fbc5f31ce3508047a0ba582e42632bc51e364086f245df9562b90d8a5a2cf2b31545d8cb862e07f61df30a9d811f6e66ba16d08c DIST kdeclarative-5.92.0.tar.xz 202924 BLAKE2B bb7d67ee68bcef340223c89f827357bbcf04cc8838c643dbbe0338ddb9fbbcd35306bd293b6a8b00dca5d76a75476b63f659b8308de3b51c776290908cff SHA512 f4dee788269405607be0818593420ca7e018fc48972d38f716e9d0319a8ef6557557ca553cff3c62d4f123999e6639e106089c2a4eccd0df824cd0bbdd5cad4b diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.91.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.91.0.ebuild deleted file mode 100644 index efde9124aa47.. --- a/kde-frameworks/kdeclarative/kdeclarative-5.91.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="false" -PVCUT=$(ver_cut 1-2) -QTMIN=5.15.2 -inherit ecm kde.org - -DESCRIPTION="Framework providing integration of QML and KDE work spaces" - -LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtnetwork-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - =kde-frameworks/kconfig-${PVCUT}*:5 - =kde-frameworks/kcoreaddons-${PVCUT}*:5 - =kde-frameworks/kglobalaccel-${PVCUT}*:5 - =kde-frameworks/ki18n-${PVCUT}*:5 - =kde-frameworks/kiconthemes-${PVCUT}*:5 - =kde-frameworks/kio-${PVCUT}*:5 - =kde-frameworks/knotifications-${PVCUT}*:5 - =kde-frameworks/kpackage-${PVCUT}*:5 - =kde-frameworks/kservice-${PVCUT}*:5 - =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 - =kde-frameworks/kwindowsystem-${PVCUT}*:5 - media-libs/libepoxy -" -RDEPEND="${DEPEND}"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: ca7383d7b248979bcf0022182b2bd289273c3a72 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Feb 14 21:18:00 2022 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Feb 14 21:34:02 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca7383d7 kde-frameworks/kdeclarative: 5.91.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 + .../kdeclarative/kdeclarative-5.91.0.ebuild| 35 ++ 2 files changed, 36 insertions(+) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index 028560a85955..4af01f570877 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1 +1,2 @@ DIST kdeclarative-5.90.0.tar.xz 199308 BLAKE2B 6cc7cbe7ab1b70fe238c32ba61f7187c251ffe04129a3681c2c441584fc8b3ee8d6026465c918a1477897f20e748f8451823e7551b905e1769cbffbfd11c80a7 SHA512 6e2dc0c19f16915b35f0c0bd1526b986987fbd450ad75666c1b5c94e2f30efbef857424f3026a3da3762209dbb166d48a8146540b0d625d2203d4dda0679 +DIST kdeclarative-5.91.0.tar.xz 201884 BLAKE2B d9b7a4622e05c8926b4d03c69a302c4781f20b8722f0e2dbaa10a8643c0718bd50a4867ec7967571dc0905994670a24f9d788bc84703098ccd082cb2fc8f2d5e SHA512 04a1e321143672489a7441e4fbc5f31ce3508047a0ba582e42632bc51e364086f245df9562b90d8a5a2cf2b31545d8cb862e07f61df30a9d811f6e66ba16d08c diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.91.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.91.0.ebuild new file mode 100644 index ..efde9124aa47 --- /dev/null +++ b/kde-frameworks/kdeclarative/kdeclarative-5.91.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="false" +PVCUT=$(ver_cut 1-2) +QTMIN=5.15.2 +inherit ecm kde.org + +DESCRIPTION="Framework providing integration of QML and KDE work spaces" + +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" +IUSE="" + +DEPEND=" + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtnetwork-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + =kde-frameworks/kconfig-${PVCUT}*:5 + =kde-frameworks/kcoreaddons-${PVCUT}*:5 + =kde-frameworks/kglobalaccel-${PVCUT}*:5 + =kde-frameworks/ki18n-${PVCUT}*:5 + =kde-frameworks/kiconthemes-${PVCUT}*:5 + =kde-frameworks/kio-${PVCUT}*:5 + =kde-frameworks/knotifications-${PVCUT}*:5 + =kde-frameworks/kpackage-${PVCUT}*:5 + =kde-frameworks/kservice-${PVCUT}*:5 + =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 + =kde-frameworks/kwindowsystem-${PVCUT}*:5 + media-libs/libepoxy +" +RDEPEND="${DEPEND}"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/files/, kde-frameworks/kdeclarative/
commit: b4dbafca90db40d5572b7aecfa460aed5a60ed59 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Feb 10 08:20:39 2022 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Feb 10 09:10:54 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4dbafca kde-frameworks/kdeclarative: drop 5.88.0* Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 - ...-KeySequenceItem-record-on-correct-window.patch | 36 .../kdeclarative/kdeclarative-5.88.0-r1.ebuild | 39 -- 3 files changed, 76 deletions(-) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index 9b2f8846ecb6..028560a85955 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1,2 +1 @@ -DIST kdeclarative-5.88.0.tar.xz 191048 BLAKE2B 113ed6a1ff297251cec4baf143352d3b8cb1d80cd0aca45ad21ec4d1583a5a9603897c9edfda99fe0bfc3c5c09a78c609c563602accb2e2fe7b76c3b1e7e0d1e SHA512 f72221bd6bd5fa739994482607161ea2ed7e659c18c4c9f3a161a765925c10a18cf7b5737a0489e589de13201c624d5a597e248eddaa77e1006b22ef8f19efb2 DIST kdeclarative-5.90.0.tar.xz 199308 BLAKE2B 6cc7cbe7ab1b70fe238c32ba61f7187c251ffe04129a3681c2c441584fc8b3ee8d6026465c918a1477897f20e748f8451823e7551b905e1769cbffbfd11c80a7 SHA512 6e2dc0c19f16915b35f0c0bd1526b986987fbd450ad75666c1b5c94e2f30efbef857424f3026a3da3762209dbb166d48a8146540b0d625d2203d4dda0679 diff --git a/kde-frameworks/kdeclarative/files/kdeclarative-5.88.0-KeySequenceItem-record-on-correct-window.patch b/kde-frameworks/kdeclarative/files/kdeclarative-5.88.0-KeySequenceItem-record-on-correct-window.patch deleted file mode 100644 index bf4d6fc5dddb.. --- a/kde-frameworks/kdeclarative/files/kdeclarative-5.88.0-KeySequenceItem-record-on-correct-window.patch +++ /dev/null @@ -1,36 +0,0 @@ -From 2caa62d11f322ca5c9829b6bc91839e8afd42686 Mon Sep 17 00:00:00 2001 -From: David Redondo -Date: Mon, 22 Nov 2021 14:22:14 +0100 -Subject: [PATCH] KeySequenceItem: Make sure we record on the correct window - -Unfortunately renderWindowFor is just a simple function call and -so the binding is not updated when it would change. Now we make sure -to update the window before each recording. -BUG:445277 - src/qmlcontrols/kquickcontrols/KeySequenceItem.qml | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/qmlcontrols/kquickcontrols/KeySequenceItem.qml b/src/qmlcontrols/kquickcontrols/KeySequenceItem.qml -index 7b404bd..a41bf18 100644 a/src/qmlcontrols/kquickcontrols/KeySequenceItem.qml -+++ b/src/qmlcontrols/kquickcontrols/KeySequenceItem.qml -@@ -42,7 +42,6 @@ RowLayout { - - KQuickControlsPrivate.KeySequenceHelper { - id: _helper --window: renderWindow(parent.Window.window) - onGotKeySequence: { - if (isKeySequenceAvailable(keySequence)) { - root.keySequence = keySequence -@@ -95,6 +94,7 @@ RowLayout { - - onCheckedChanged: { - if (checked) { -+_helper.window = _helper.renderWindow(parent.Window.window) - mainButton.forceActiveFocus() - _helper.startRecording() - } --- -GitLab - diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.88.0-r1.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.88.0-r1.ebuild deleted file mode 100644 index 49aae073b5e3.. --- a/kde-frameworks/kdeclarative/kdeclarative-5.88.0-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="false" -PVCUT=$(ver_cut 1-2) -QTMIN=5.15.2 -inherit ecm kde.org - -DESCRIPTION="Framework providing integration of QML and KDE work spaces" - -LICENSE="LGPL-2+" -KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtnetwork-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - =kde-frameworks/kconfig-${PVCUT}*:5 - =kde-frameworks/kcoreaddons-${PVCUT}*:5 - =kde-frameworks/kglobalaccel-${PVCUT}*:5 - =kde-frameworks/ki18n-${PVCUT}*:5 - =kde-frameworks/kiconthemes-${PVCUT}*:5 - =kde-frameworks/kio-${PVCUT}*:5 - =kde-frameworks/knotifications-${PVCUT}*:5 - =kde-frameworks/kpackage-${PVCUT}*:5 - =kde-frameworks/kservice-${PVCUT}*:5 - =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 - =kde-frameworks/kwindowsystem-${PVCUT}*:5 - media-libs/libepoxy -" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}/${P}-KeySequenceItem-record-on-correct-window.patch" # KDE-bug 445277 -)
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: cd9495c2e905ad4b2d4b95ed7581cb9a087e7421 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jan 8 13:01:12 2022 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jan 8 21:08:12 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd9495c2 kde-frameworks/kdeclarative: drop 5.89.0* Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 - .../kdeclarative/kdeclarative-5.89.0.ebuild| 35 -- 2 files changed, 36 deletions(-) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index 2532118779fa..9b2f8846ecb6 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1,3 +1,2 @@ DIST kdeclarative-5.88.0.tar.xz 191048 BLAKE2B 113ed6a1ff297251cec4baf143352d3b8cb1d80cd0aca45ad21ec4d1583a5a9603897c9edfda99fe0bfc3c5c09a78c609c563602accb2e2fe7b76c3b1e7e0d1e SHA512 f72221bd6bd5fa739994482607161ea2ed7e659c18c4c9f3a161a765925c10a18cf7b5737a0489e589de13201c624d5a597e248eddaa77e1006b22ef8f19efb2 -DIST kdeclarative-5.89.0.tar.xz 193552 BLAKE2B 1ecba2789d2cd455f839738ee64252df71a8fd39abc3bd958488e1a33e5d835da355d8ca7a8203534318ce2b49c0968112d495e0981701bb5d04fd2c86d24d45 SHA512 562461ef526f0eb4b6569603382bbc6aae4a8d5b2008d7968614532ac4ff83bda36e67cb39ac8e74e4c9f9ecda015a895c0a24a398294fc49d75bf1dec61bdf3 DIST kdeclarative-5.90.0.tar.xz 199308 BLAKE2B 6cc7cbe7ab1b70fe238c32ba61f7187c251ffe04129a3681c2c441584fc8b3ee8d6026465c918a1477897f20e748f8451823e7551b905e1769cbffbfd11c80a7 SHA512 6e2dc0c19f16915b35f0c0bd1526b986987fbd450ad75666c1b5c94e2f30efbef857424f3026a3da3762209dbb166d48a8146540b0d625d2203d4dda0679 diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.89.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.89.0.ebuild deleted file mode 100644 index 0f5f80cc7699.. --- a/kde-frameworks/kdeclarative/kdeclarative-5.89.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="false" -PVCUT=$(ver_cut 1-2) -QTMIN=5.15.2 -inherit ecm kde.org - -DESCRIPTION="Framework providing integration of QML and KDE work spaces" - -LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtnetwork-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - =kde-frameworks/kconfig-${PVCUT}*:5 - =kde-frameworks/kcoreaddons-${PVCUT}*:5 - =kde-frameworks/kglobalaccel-${PVCUT}*:5 - =kde-frameworks/ki18n-${PVCUT}*:5 - =kde-frameworks/kiconthemes-${PVCUT}*:5 - =kde-frameworks/kio-${PVCUT}*:5 - =kde-frameworks/knotifications-${PVCUT}*:5 - =kde-frameworks/kpackage-${PVCUT}*:5 - =kde-frameworks/kservice-${PVCUT}*:5 - =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 - =kde-frameworks/kwindowsystem-${PVCUT}*:5 - media-libs/libepoxy -" -RDEPEND="${DEPEND}"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/files/, kde-frameworks/kdeclarative/
commit: c82423d5bf28e87d5a53389b589f49d0cb431e21 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Nov 27 09:50:16 2021 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Nov 27 11:07:50 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c82423d5 kde-frameworks/kdeclarative: Fix broken KeyEvent emitting Upstream commit 2caa62d11f322ca5c9829b6bc91839e8afd42686 KDE-bug: https://bugs.kde.org/show_bug.cgi?id=445277 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> ...-KeySequenceItem-record-on-correct-window.patch | 36 .../kdeclarative/kdeclarative-5.88.0-r1.ebuild | 39 ++ 2 files changed, 75 insertions(+) diff --git a/kde-frameworks/kdeclarative/files/kdeclarative-5.88.0-KeySequenceItem-record-on-correct-window.patch b/kde-frameworks/kdeclarative/files/kdeclarative-5.88.0-KeySequenceItem-record-on-correct-window.patch new file mode 100644 index ..bf4d6fc5dddb --- /dev/null +++ b/kde-frameworks/kdeclarative/files/kdeclarative-5.88.0-KeySequenceItem-record-on-correct-window.patch @@ -0,0 +1,36 @@ +From 2caa62d11f322ca5c9829b6bc91839e8afd42686 Mon Sep 17 00:00:00 2001 +From: David Redondo +Date: Mon, 22 Nov 2021 14:22:14 +0100 +Subject: [PATCH] KeySequenceItem: Make sure we record on the correct window + +Unfortunately renderWindowFor is just a simple function call and +so the binding is not updated when it would change. Now we make sure +to update the window before each recording. +BUG:445277 +--- + src/qmlcontrols/kquickcontrols/KeySequenceItem.qml | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/qmlcontrols/kquickcontrols/KeySequenceItem.qml b/src/qmlcontrols/kquickcontrols/KeySequenceItem.qml +index 7b404bd..a41bf18 100644 +--- a/src/qmlcontrols/kquickcontrols/KeySequenceItem.qml b/src/qmlcontrols/kquickcontrols/KeySequenceItem.qml +@@ -42,7 +42,6 @@ RowLayout { + + KQuickControlsPrivate.KeySequenceHelper { + id: _helper +-window: renderWindow(parent.Window.window) + onGotKeySequence: { + if (isKeySequenceAvailable(keySequence)) { + root.keySequence = keySequence +@@ -95,6 +94,7 @@ RowLayout { + + onCheckedChanged: { + if (checked) { ++_helper.window = _helper.renderWindow(parent.Window.window) + mainButton.forceActiveFocus() + _helper.startRecording() + } +-- +GitLab + diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.88.0-r1.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.88.0-r1.ebuild new file mode 100644 index ..e3888c95d29e --- /dev/null +++ b/kde-frameworks/kdeclarative/kdeclarative-5.88.0-r1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="false" +PVCUT=$(ver_cut 1-2) +QTMIN=5.15.2 +inherit ecm kde.org + +DESCRIPTION="Framework providing integration of QML and KDE work spaces" + +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" +IUSE="" + +DEPEND=" + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtnetwork-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + =kde-frameworks/kconfig-${PVCUT}*:5 + =kde-frameworks/kcoreaddons-${PVCUT}*:5 + =kde-frameworks/kglobalaccel-${PVCUT}*:5 + =kde-frameworks/ki18n-${PVCUT}*:5 + =kde-frameworks/kiconthemes-${PVCUT}*:5 + =kde-frameworks/kio-${PVCUT}*:5 + =kde-frameworks/knotifications-${PVCUT}*:5 + =kde-frameworks/kpackage-${PVCUT}*:5 + =kde-frameworks/kservice-${PVCUT}*:5 + =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 + =kde-frameworks/kwindowsystem-${PVCUT}*:5 + media-libs/libepoxy +" +RDEPEND="${DEPEND}" + +PATCHES=( + "${FILESDIR}/${P}-KeySequenceItem-record-on-correct-window.patch" # KDE-bug 445277 +)
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: 9665d8252d02cd134cce45afb87c50c60338364f Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Nov 27 09:51:23 2021 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Nov 27 11:07:51 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9665d825 kde-frameworks/kdeclarative: Drop 5.88.0 (r0) Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> .../kdeclarative/kdeclarative-5.88.0.ebuild| 35 -- 1 file changed, 35 deletions(-) diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.88.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.88.0.ebuild deleted file mode 100644 index 0f5f80cc7699.. --- a/kde-frameworks/kdeclarative/kdeclarative-5.88.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="false" -PVCUT=$(ver_cut 1-2) -QTMIN=5.15.2 -inherit ecm kde.org - -DESCRIPTION="Framework providing integration of QML and KDE work spaces" - -LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtnetwork-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - =kde-frameworks/kconfig-${PVCUT}*:5 - =kde-frameworks/kcoreaddons-${PVCUT}*:5 - =kde-frameworks/kglobalaccel-${PVCUT}*:5 - =kde-frameworks/ki18n-${PVCUT}*:5 - =kde-frameworks/kiconthemes-${PVCUT}*:5 - =kde-frameworks/kio-${PVCUT}*:5 - =kde-frameworks/knotifications-${PVCUT}*:5 - =kde-frameworks/kpackage-${PVCUT}*:5 - =kde-frameworks/kservice-${PVCUT}*:5 - =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 - =kde-frameworks/kwindowsystem-${PVCUT}*:5 - media-libs/libepoxy -" -RDEPEND="${DEPEND}"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: d783ec752aa844cb17aed38e87e03a5e31483751 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Nov 13 19:43:21 2021 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Nov 13 20:00:40 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d783ec75 kde-frameworks/kdeclarative: drop 5.87.0* Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 - .../kdeclarative/kdeclarative-5.87.0.ebuild| 35 -- 2 files changed, 36 deletions(-) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index 08ee6856539..04d402aff1b 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1,3 +1,2 @@ DIST kdeclarative-5.85.0.tar.xz 189632 BLAKE2B 9c0f83849337d2dee0c1b104fcba556633e013a0902cf02c6958bda0296a2c84064dec4fb0bc88f4d3c79ebe2c6c7d9b2ca28639341884dc0a1d7288b989f91a SHA512 49eb6f6318875af5c5aae1d6c937c600bec395d5a4edbeadf5e36c68d40f5fe400c0b7ef127e1ed10d442b42564c8dee6ebf159915f5cd0618392ca07b858276 -DIST kdeclarative-5.87.0.tar.xz 190524 BLAKE2B da38fe9a881a58b4a9ceefbe726bbee4f3a0c3ab8d18564af7d6cb4aa063d52ac35481f4268af08b1ad63981c6f2a766c2954a75c96ff8e4fa65e058d3388c07 SHA512 529e0d3009227c9f71670633c9d0d524cdc551e8a971952ea54c557e6462ab34923d8b9ea7ad83b3dd33536f5dbc532ef7e4051374a4dbf6444cc98b541d9411 DIST kdeclarative-5.88.0.tar.xz 191048 BLAKE2B 113ed6a1ff297251cec4baf143352d3b8cb1d80cd0aca45ad21ec4d1583a5a9603897c9edfda99fe0bfc3c5c09a78c609c563602accb2e2fe7b76c3b1e7e0d1e SHA512 f72221bd6bd5fa739994482607161ea2ed7e659c18c4c9f3a161a765925c10a18cf7b5737a0489e589de13201c624d5a597e248eddaa77e1006b22ef8f19efb2 diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.87.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.87.0.ebuild deleted file mode 100644 index 0f5f80cc769..000 --- a/kde-frameworks/kdeclarative/kdeclarative-5.87.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="false" -PVCUT=$(ver_cut 1-2) -QTMIN=5.15.2 -inherit ecm kde.org - -DESCRIPTION="Framework providing integration of QML and KDE work spaces" - -LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtnetwork-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - =kde-frameworks/kconfig-${PVCUT}*:5 - =kde-frameworks/kcoreaddons-${PVCUT}*:5 - =kde-frameworks/kglobalaccel-${PVCUT}*:5 - =kde-frameworks/ki18n-${PVCUT}*:5 - =kde-frameworks/kiconthemes-${PVCUT}*:5 - =kde-frameworks/kio-${PVCUT}*:5 - =kde-frameworks/knotifications-${PVCUT}*:5 - =kde-frameworks/kpackage-${PVCUT}*:5 - =kde-frameworks/kservice-${PVCUT}*:5 - =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 - =kde-frameworks/kwindowsystem-${PVCUT}*:5 - media-libs/libepoxy -" -RDEPEND="${DEPEND}"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: eba1cfce179559a09d23a33ae8bab031405bf467 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Oct 11 06:42:40 2021 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Oct 11 11:00:23 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eba1cfce kde-frameworks/kdeclarative: drop 5.86.0* Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 - .../kdeclarative/kdeclarative-5.86.0.ebuild| 35 -- 2 files changed, 36 deletions(-) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index cd02b6698cd..cecc028010f 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1,3 +1,2 @@ DIST kdeclarative-5.85.0.tar.xz 189632 BLAKE2B 9c0f83849337d2dee0c1b104fcba556633e013a0902cf02c6958bda0296a2c84064dec4fb0bc88f4d3c79ebe2c6c7d9b2ca28639341884dc0a1d7288b989f91a SHA512 49eb6f6318875af5c5aae1d6c937c600bec395d5a4edbeadf5e36c68d40f5fe400c0b7ef127e1ed10d442b42564c8dee6ebf159915f5cd0618392ca07b858276 -DIST kdeclarative-5.86.0.tar.xz 190184 BLAKE2B 97150e097c36e2306f423746af4ef6ef730b7b985be10c9e725e307071312b07319f11b221ebb7c0d59c523eacfc89628f99d4ab85ce52513e040bea557d06eb SHA512 ea6dbcad575ee1480087c6c01f2040b1fd9bc68da9705416e72683ddb158cd3724e30fcc88a832cd33682094f839e679d7db17cd5ee893cd842a02c3eba0ba93 DIST kdeclarative-5.87.0.tar.xz 190524 BLAKE2B da38fe9a881a58b4a9ceefbe726bbee4f3a0c3ab8d18564af7d6cb4aa063d52ac35481f4268af08b1ad63981c6f2a766c2954a75c96ff8e4fa65e058d3388c07 SHA512 529e0d3009227c9f71670633c9d0d524cdc551e8a971952ea54c557e6462ab34923d8b9ea7ad83b3dd33536f5dbc532ef7e4051374a4dbf6444cc98b541d9411 diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.86.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.86.0.ebuild deleted file mode 100644 index 0f5f80cc769..000 --- a/kde-frameworks/kdeclarative/kdeclarative-5.86.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="false" -PVCUT=$(ver_cut 1-2) -QTMIN=5.15.2 -inherit ecm kde.org - -DESCRIPTION="Framework providing integration of QML and KDE work spaces" - -LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtnetwork-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - =kde-frameworks/kconfig-${PVCUT}*:5 - =kde-frameworks/kcoreaddons-${PVCUT}*:5 - =kde-frameworks/kglobalaccel-${PVCUT}*:5 - =kde-frameworks/ki18n-${PVCUT}*:5 - =kde-frameworks/kiconthemes-${PVCUT}*:5 - =kde-frameworks/kio-${PVCUT}*:5 - =kde-frameworks/knotifications-${PVCUT}*:5 - =kde-frameworks/kpackage-${PVCUT}*:5 - =kde-frameworks/kservice-${PVCUT}*:5 - =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 - =kde-frameworks/kwindowsystem-${PVCUT}*:5 - media-libs/libepoxy -" -RDEPEND="${DEPEND}"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: 0755aaf79de222c50a33149e32a02f5c384af526 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 14 16:51:44 2021 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 14 17:08:13 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0755aaf7 kde-frameworks/kdeclarative: drop 5.84.0* Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 - .../kdeclarative/kdeclarative-5.84.0.ebuild| 35 -- 2 files changed, 36 deletions(-) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index c0a4a449f09..32c311a375d 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1,3 +1,2 @@ DIST kdeclarative-5.82.0.tar.xz 186252 BLAKE2B e5b4c22e14cca01614d1bc5556bda00e1ffbcf2b1b1b3277d96a12b380b627a5df4151ad443b5301eeed568bbe1852ef29e3a47f2dc4bc3c037b449441cf8542 SHA512 48ea28aac41cb6d5d15488b80e5cf7abc18b774fe35d22dc14d030b22e56b3b9bd116a44a0e7c44adf9fd26d0d4cd73782a6aa187f35375ffbbbf08374cb5658 -DIST kdeclarative-5.84.0.tar.xz 187128 BLAKE2B 9ab46e9e207d3e320474ad789fbd998ca213a1263bc9197bc9ca28257b93ebb82d93b088cb6eabfb791debf92aae4b2ca9d28e00dddf8ac594dc27669e9addd1 SHA512 043f2fd23d1cbb5291239cc27a018d5b99ec7bc7309490dd84daf59d3b571851e2f7d5f7fc3771654429f869f7c144fe59dfda973622eef3c91c45afd4cf113c DIST kdeclarative-5.85.0.tar.xz 189632 BLAKE2B 9c0f83849337d2dee0c1b104fcba556633e013a0902cf02c6958bda0296a2c84064dec4fb0bc88f4d3c79ebe2c6c7d9b2ca28639341884dc0a1d7288b989f91a SHA512 49eb6f6318875af5c5aae1d6c937c600bec395d5a4edbeadf5e36c68d40f5fe400c0b7ef127e1ed10d442b42564c8dee6ebf159915f5cd0618392ca07b858276 diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.84.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.84.0.ebuild deleted file mode 100644 index 34815c54112..000 --- a/kde-frameworks/kdeclarative/kdeclarative-5.84.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ECM_TEST="false" -PVCUT=$(ver_cut 1-2) -QTMIN=5.15.2 -inherit ecm kde.org - -DESCRIPTION="Framework providing integration of QML and KDE work spaces" - -LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtnetwork-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - =kde-frameworks/kconfig-${PVCUT}*:5 - =kde-frameworks/kcoreaddons-${PVCUT}*:5 - =kde-frameworks/kglobalaccel-${PVCUT}*:5 - =kde-frameworks/ki18n-${PVCUT}*:5 - =kde-frameworks/kiconthemes-${PVCUT}*:5 - =kde-frameworks/kio-${PVCUT}*:5 - =kde-frameworks/knotifications-${PVCUT}*:5 - =kde-frameworks/kpackage-${PVCUT}*:5 - =kde-frameworks/kservice-${PVCUT}*:5 - =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 - =kde-frameworks/kwindowsystem-${PVCUT}*:5 - media-libs/libepoxy -" -RDEPEND="${DEPEND}"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: 08f19f5716da92fcf723a203ed7d671767980f37 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jul 10 16:45:21 2021 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jul 11 20:46:27 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08f19f57 kde-frameworks/kdeclarative: 5.84.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 + .../kdeclarative/kdeclarative-5.84.0.ebuild| 35 ++ 2 files changed, 36 insertions(+) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index f6ca790183e..c8478b0ffb0 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1,2 +1,3 @@ DIST kdeclarative-5.82.0.tar.xz 186252 BLAKE2B e5b4c22e14cca01614d1bc5556bda00e1ffbcf2b1b1b3277d96a12b380b627a5df4151ad443b5301eeed568bbe1852ef29e3a47f2dc4bc3c037b449441cf8542 SHA512 48ea28aac41cb6d5d15488b80e5cf7abc18b774fe35d22dc14d030b22e56b3b9bd116a44a0e7c44adf9fd26d0d4cd73782a6aa187f35375ffbbbf08374cb5658 DIST kdeclarative-5.83.0.tar.xz 186620 BLAKE2B 14c45f437c1f303a8e22785b18b1f69159ef63769a03372fdff9ac8359b7d8b231de884190cf55e31e43cbb75f22a5fb283a9767cf6a08a6ee1daf0d1d1df714 SHA512 c3ca9f3baf3f8b7d8279ad6854eac5174bb8bf2c7534c8842456717e03762c5a6e2d22d5927a6d0e89eed720437bc0165066c8c979c00d1c8c7273c1553bdd4c +DIST kdeclarative-5.84.0.tar.xz 187128 BLAKE2B 9ab46e9e207d3e320474ad789fbd998ca213a1263bc9197bc9ca28257b93ebb82d93b088cb6eabfb791debf92aae4b2ca9d28e00dddf8ac594dc27669e9addd1 SHA512 043f2fd23d1cbb5291239cc27a018d5b99ec7bc7309490dd84daf59d3b571851e2f7d5f7fc3771654429f869f7c144fe59dfda973622eef3c91c45afd4cf113c diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.84.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.84.0.ebuild new file mode 100644 index 000..34815c54112 --- /dev/null +++ b/kde-frameworks/kdeclarative/kdeclarative-5.84.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_TEST="false" +PVCUT=$(ver_cut 1-2) +QTMIN=5.15.2 +inherit ecm kde.org + +DESCRIPTION="Framework providing integration of QML and KDE work spaces" + +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +IUSE="" + +DEPEND=" + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtnetwork-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + =kde-frameworks/kconfig-${PVCUT}*:5 + =kde-frameworks/kcoreaddons-${PVCUT}*:5 + =kde-frameworks/kglobalaccel-${PVCUT}*:5 + =kde-frameworks/ki18n-${PVCUT}*:5 + =kde-frameworks/kiconthemes-${PVCUT}*:5 + =kde-frameworks/kio-${PVCUT}*:5 + =kde-frameworks/knotifications-${PVCUT}*:5 + =kde-frameworks/kpackage-${PVCUT}*:5 + =kde-frameworks/kservice-${PVCUT}*:5 + =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 + =kde-frameworks/kwindowsystem-${PVCUT}*:5 + media-libs/libepoxy +" +RDEPEND="${DEPEND}"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: a08bed89a8fb2e92bbdc9535961c2afcb6fec177 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Apr 6 12:14:08 2021 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 11 14:22:58 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a08bed89 kde-frameworks/kdeclarative: drop 5.77.0* Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 - .../kdeclarative/kdeclarative-5.77.0.ebuild| 35 -- 2 files changed, 36 deletions(-) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index 5d28a50daa0..27ce9769e06 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1,3 +1,2 @@ -DIST kdeclarative-5.77.0.tar.xz 185036 BLAKE2B 53ce685df457d3e8b33d37efedbd7ba56b430a228c32673ca01cdf401f80a8e3518431d15182dbf28f4fa4a439369e380e65c13cf9fe385f42c98d54d50043a6 SHA512 188dbb2ba5080b2b5cb9815686c0bc619921390389e2865330c6183c3cf0c6f0df6bba7009f9215f2c99759322bf1ed4cae68df5c696fd1c3ecaecbaf327419c DIST kdeclarative-5.80.0.tar.xz 185132 BLAKE2B 049e696d2387db07fa496ae35050d6a1448f4a9b20bf3ef9e5a040068838376545202a777c993fc93c8fa91081cc9ced89d73d16ee113f498e0d818464abb8f8 SHA512 e3db516267474acab8967464eb7ec7ff0ce93614efd708d76d9df5273d31cc104e6ec3a4dd8115d86ffc357e85a27afb797c5842d489ae93636d9a1f16d9915a DIST kdeclarative-5.81.0.tar.xz 185232 BLAKE2B 2bd92b07951e10cecdf922c04b69fec436e56120a8c4c50ca84f831a7d92e0e91812a27ec545b5eda17d36d3c41d08d19e0da181258b25c63fea0c2667a6867a SHA512 b3050dc06f87ba3d9a78315ba2a542c81f2c0d8b47ec03e69dee13c90193b839a0c8cab5ccf29eb4afbf2c28bf4a89020ff7dfa52c85fb4a596b42416f798900 diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.77.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.77.0.ebuild deleted file mode 100644 index c547e2f6459..000 --- a/kde-frameworks/kdeclarative/kdeclarative-5.77.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ECM_TEST="false" -PVCUT=$(ver_cut 1-2) -QTMIN=5.15.1 -inherit ecm kde.org - -DESCRIPTION="Framework providing integration of QML and KDE work spaces" - -LICENSE="LGPL-2+" -KEYWORDS="amd64 ~arm arm64 ~ppc64 x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtnetwork-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - =kde-frameworks/kconfig-${PVCUT}*:5 - =kde-frameworks/kcoreaddons-${PVCUT}*:5 - =kde-frameworks/kglobalaccel-${PVCUT}*:5 - =kde-frameworks/ki18n-${PVCUT}*:5 - =kde-frameworks/kiconthemes-${PVCUT}*:5 - =kde-frameworks/kio-${PVCUT}*:5 - =kde-frameworks/knotifications-${PVCUT}*:5 - =kde-frameworks/kpackage-${PVCUT}*:5 - =kde-frameworks/kservice-${PVCUT}*:5 - =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 - =kde-frameworks/kwindowsystem-${PVCUT}*:5 - media-libs/libepoxy -" -RDEPEND="${DEPEND}"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: 030461de2142728ed08a66a15a4d8a55476da0d9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 10 18:23:26 2021 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Apr 10 18:44:15 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=030461de kde-frameworks/kdeclarative: 5.81.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 + .../kdeclarative/kdeclarative-5.81.0.ebuild| 35 ++ 2 files changed, 36 insertions(+) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index 0632bccdb16..5d28a50daa0 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1,2 +1,3 @@ DIST kdeclarative-5.77.0.tar.xz 185036 BLAKE2B 53ce685df457d3e8b33d37efedbd7ba56b430a228c32673ca01cdf401f80a8e3518431d15182dbf28f4fa4a439369e380e65c13cf9fe385f42c98d54d50043a6 SHA512 188dbb2ba5080b2b5cb9815686c0bc619921390389e2865330c6183c3cf0c6f0df6bba7009f9215f2c99759322bf1ed4cae68df5c696fd1c3ecaecbaf327419c DIST kdeclarative-5.80.0.tar.xz 185132 BLAKE2B 049e696d2387db07fa496ae35050d6a1448f4a9b20bf3ef9e5a040068838376545202a777c993fc93c8fa91081cc9ced89d73d16ee113f498e0d818464abb8f8 SHA512 e3db516267474acab8967464eb7ec7ff0ce93614efd708d76d9df5273d31cc104e6ec3a4dd8115d86ffc357e85a27afb797c5842d489ae93636d9a1f16d9915a +DIST kdeclarative-5.81.0.tar.xz 185232 BLAKE2B 2bd92b07951e10cecdf922c04b69fec436e56120a8c4c50ca84f831a7d92e0e91812a27ec545b5eda17d36d3c41d08d19e0da181258b25c63fea0c2667a6867a SHA512 b3050dc06f87ba3d9a78315ba2a542c81f2c0d8b47ec03e69dee13c90193b839a0c8cab5ccf29eb4afbf2c28bf4a89020ff7dfa52c85fb4a596b42416f798900 diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.81.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.81.0.ebuild new file mode 100644 index 000..34815c54112 --- /dev/null +++ b/kde-frameworks/kdeclarative/kdeclarative-5.81.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_TEST="false" +PVCUT=$(ver_cut 1-2) +QTMIN=5.15.2 +inherit ecm kde.org + +DESCRIPTION="Framework providing integration of QML and KDE work spaces" + +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +IUSE="" + +DEPEND=" + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtnetwork-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + =kde-frameworks/kconfig-${PVCUT}*:5 + =kde-frameworks/kcoreaddons-${PVCUT}*:5 + =kde-frameworks/kglobalaccel-${PVCUT}*:5 + =kde-frameworks/ki18n-${PVCUT}*:5 + =kde-frameworks/kiconthemes-${PVCUT}*:5 + =kde-frameworks/kio-${PVCUT}*:5 + =kde-frameworks/knotifications-${PVCUT}*:5 + =kde-frameworks/kpackage-${PVCUT}*:5 + =kde-frameworks/kservice-${PVCUT}*:5 + =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 + =kde-frameworks/kwindowsystem-${PVCUT}*:5 + media-libs/libepoxy +" +RDEPEND="${DEPEND}"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: 471cae7bb21501b23c58a51aaed37f329815211d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Mar 13 16:28:47 2021 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Mar 13 16:32:57 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=471cae7b kde-frameworks/kdeclarative: drop 5.79.0* Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 - .../kdeclarative/kdeclarative-5.79.0.ebuild| 35 -- 2 files changed, 36 deletions(-) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index 07aa9cc8d79..0632bccdb16 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1,3 +1,2 @@ DIST kdeclarative-5.77.0.tar.xz 185036 BLAKE2B 53ce685df457d3e8b33d37efedbd7ba56b430a228c32673ca01cdf401f80a8e3518431d15182dbf28f4fa4a439369e380e65c13cf9fe385f42c98d54d50043a6 SHA512 188dbb2ba5080b2b5cb9815686c0bc619921390389e2865330c6183c3cf0c6f0df6bba7009f9215f2c99759322bf1ed4cae68df5c696fd1c3ecaecbaf327419c -DIST kdeclarative-5.79.0.tar.xz 185144 BLAKE2B a3cd4b80f6b6dc8cef01bd82e86723bb18e7c789ec9c8f37fcfadb54d0fe2a3e397335c23f5e475c888a16c326a323ec5e278318b1d95dec7d1cdbf39be89702 SHA512 67084785363c3578f7f8bef111b8c3830e82b2c1b79e4217ea2964f01b9708a9c3f2473075144e1e5c85ea740003451fac9b02d1492be5707ee939c6307aaf12 DIST kdeclarative-5.80.0.tar.xz 185132 BLAKE2B 049e696d2387db07fa496ae35050d6a1448f4a9b20bf3ef9e5a040068838376545202a777c993fc93c8fa91081cc9ced89d73d16ee113f498e0d818464abb8f8 SHA512 e3db516267474acab8967464eb7ec7ff0ce93614efd708d76d9df5273d31cc104e6ec3a4dd8115d86ffc357e85a27afb797c5842d489ae93636d9a1f16d9915a diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.79.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.79.0.ebuild deleted file mode 100644 index 34815c54112..000 --- a/kde-frameworks/kdeclarative/kdeclarative-5.79.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ECM_TEST="false" -PVCUT=$(ver_cut 1-2) -QTMIN=5.15.2 -inherit ecm kde.org - -DESCRIPTION="Framework providing integration of QML and KDE work spaces" - -LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtnetwork-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - =kde-frameworks/kconfig-${PVCUT}*:5 - =kde-frameworks/kcoreaddons-${PVCUT}*:5 - =kde-frameworks/kglobalaccel-${PVCUT}*:5 - =kde-frameworks/ki18n-${PVCUT}*:5 - =kde-frameworks/kiconthemes-${PVCUT}*:5 - =kde-frameworks/kio-${PVCUT}*:5 - =kde-frameworks/knotifications-${PVCUT}*:5 - =kde-frameworks/kpackage-${PVCUT}*:5 - =kde-frameworks/kservice-${PVCUT}*:5 - =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 - =kde-frameworks/kwindowsystem-${PVCUT}*:5 - media-libs/libepoxy -" -RDEPEND="${DEPEND}"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: 3d358ba5b2ffc1b5c2aafb6725dd9ec0415f9e90 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Mar 13 12:14:04 2021 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Mar 13 12:16:59 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d358ba5 kde-frameworks/kdeclarative: 5.80.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 + .../kdeclarative/kdeclarative-5.80.0.ebuild| 35 ++ 2 files changed, 36 insertions(+) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index aae875a40f5..07aa9cc8d79 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1,2 +1,3 @@ DIST kdeclarative-5.77.0.tar.xz 185036 BLAKE2B 53ce685df457d3e8b33d37efedbd7ba56b430a228c32673ca01cdf401f80a8e3518431d15182dbf28f4fa4a439369e380e65c13cf9fe385f42c98d54d50043a6 SHA512 188dbb2ba5080b2b5cb9815686c0bc619921390389e2865330c6183c3cf0c6f0df6bba7009f9215f2c99759322bf1ed4cae68df5c696fd1c3ecaecbaf327419c DIST kdeclarative-5.79.0.tar.xz 185144 BLAKE2B a3cd4b80f6b6dc8cef01bd82e86723bb18e7c789ec9c8f37fcfadb54d0fe2a3e397335c23f5e475c888a16c326a323ec5e278318b1d95dec7d1cdbf39be89702 SHA512 67084785363c3578f7f8bef111b8c3830e82b2c1b79e4217ea2964f01b9708a9c3f2473075144e1e5c85ea740003451fac9b02d1492be5707ee939c6307aaf12 +DIST kdeclarative-5.80.0.tar.xz 185132 BLAKE2B 049e696d2387db07fa496ae35050d6a1448f4a9b20bf3ef9e5a040068838376545202a777c993fc93c8fa91081cc9ced89d73d16ee113f498e0d818464abb8f8 SHA512 e3db516267474acab8967464eb7ec7ff0ce93614efd708d76d9df5273d31cc104e6ec3a4dd8115d86ffc357e85a27afb797c5842d489ae93636d9a1f16d9915a diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.80.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.80.0.ebuild new file mode 100644 index 000..34815c54112 --- /dev/null +++ b/kde-frameworks/kdeclarative/kdeclarative-5.80.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_TEST="false" +PVCUT=$(ver_cut 1-2) +QTMIN=5.15.2 +inherit ecm kde.org + +DESCRIPTION="Framework providing integration of QML and KDE work spaces" + +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +IUSE="" + +DEPEND=" + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtnetwork-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + =kde-frameworks/kconfig-${PVCUT}*:5 + =kde-frameworks/kcoreaddons-${PVCUT}*:5 + =kde-frameworks/kglobalaccel-${PVCUT}*:5 + =kde-frameworks/ki18n-${PVCUT}*:5 + =kde-frameworks/kiconthemes-${PVCUT}*:5 + =kde-frameworks/kio-${PVCUT}*:5 + =kde-frameworks/knotifications-${PVCUT}*:5 + =kde-frameworks/kpackage-${PVCUT}*:5 + =kde-frameworks/kservice-${PVCUT}*:5 + =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 + =kde-frameworks/kwindowsystem-${PVCUT}*:5 + media-libs/libepoxy +" +RDEPEND="${DEPEND}"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: f662fa4e49f9cb923ead051578f099fa406a2037 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Feb 13 13:09:16 2021 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Feb 13 20:48:53 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f662fa4e kde-frameworks/kdeclarative: drop 5.78.0* Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 - .../kdeclarative/kdeclarative-5.78.0.ebuild| 35 -- 2 files changed, 36 deletions(-) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index 0c43ea4e5b0..aae875a40f5 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1,3 +1,2 @@ DIST kdeclarative-5.77.0.tar.xz 185036 BLAKE2B 53ce685df457d3e8b33d37efedbd7ba56b430a228c32673ca01cdf401f80a8e3518431d15182dbf28f4fa4a439369e380e65c13cf9fe385f42c98d54d50043a6 SHA512 188dbb2ba5080b2b5cb9815686c0bc619921390389e2865330c6183c3cf0c6f0df6bba7009f9215f2c99759322bf1ed4cae68df5c696fd1c3ecaecbaf327419c -DIST kdeclarative-5.78.0.tar.xz 185136 BLAKE2B ef206cc43cfa24542ddf1168b3331d3cb7c589c17554501f7a09e1cf526d3afa8ce5eafbc3a932081b743b9fb461e8c5915ec9e3b3bc742253f77f33274b0c6c SHA512 cb98f7041f93c8a21da74a6bcaf463fdd257aa96a5495200c749d60d517817c6d9be2b58e99b0a8e23996861ed9dcd9043da1643062ac94755070fb1d2b13add DIST kdeclarative-5.79.0.tar.xz 185144 BLAKE2B a3cd4b80f6b6dc8cef01bd82e86723bb18e7c789ec9c8f37fcfadb54d0fe2a3e397335c23f5e475c888a16c326a323ec5e278318b1d95dec7d1cdbf39be89702 SHA512 67084785363c3578f7f8bef111b8c3830e82b2c1b79e4217ea2964f01b9708a9c3f2473075144e1e5c85ea740003451fac9b02d1492be5707ee939c6307aaf12 diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.78.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.78.0.ebuild deleted file mode 100644 index 6c7ee1c6232..000 --- a/kde-frameworks/kdeclarative/kdeclarative-5.78.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ECM_TEST="false" -PVCUT=$(ver_cut 1-2) -QTMIN=5.15.1 -inherit ecm kde.org - -DESCRIPTION="Framework providing integration of QML and KDE work spaces" - -LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtnetwork-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - =kde-frameworks/kconfig-${PVCUT}*:5 - =kde-frameworks/kcoreaddons-${PVCUT}*:5 - =kde-frameworks/kglobalaccel-${PVCUT}*:5 - =kde-frameworks/ki18n-${PVCUT}*:5 - =kde-frameworks/kiconthemes-${PVCUT}*:5 - =kde-frameworks/kio-${PVCUT}*:5 - =kde-frameworks/knotifications-${PVCUT}*:5 - =kde-frameworks/kpackage-${PVCUT}*:5 - =kde-frameworks/kservice-${PVCUT}*:5 - =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 - =kde-frameworks/kwindowsystem-${PVCUT}*:5 - media-libs/libepoxy -" -RDEPEND="${DEPEND}"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: 3e183893b542e8546181349ad54930a26a790c9d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Feb 13 13:00:32 2021 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Feb 13 13:03:52 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e183893 kde-frameworks/kdeclarative: 5.79.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 + .../kdeclarative/kdeclarative-5.79.0.ebuild| 35 ++ 2 files changed, 36 insertions(+) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index 620dcc3e02d..0c43ea4e5b0 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1,2 +1,3 @@ DIST kdeclarative-5.77.0.tar.xz 185036 BLAKE2B 53ce685df457d3e8b33d37efedbd7ba56b430a228c32673ca01cdf401f80a8e3518431d15182dbf28f4fa4a439369e380e65c13cf9fe385f42c98d54d50043a6 SHA512 188dbb2ba5080b2b5cb9815686c0bc619921390389e2865330c6183c3cf0c6f0df6bba7009f9215f2c99759322bf1ed4cae68df5c696fd1c3ecaecbaf327419c DIST kdeclarative-5.78.0.tar.xz 185136 BLAKE2B ef206cc43cfa24542ddf1168b3331d3cb7c589c17554501f7a09e1cf526d3afa8ce5eafbc3a932081b743b9fb461e8c5915ec9e3b3bc742253f77f33274b0c6c SHA512 cb98f7041f93c8a21da74a6bcaf463fdd257aa96a5495200c749d60d517817c6d9be2b58e99b0a8e23996861ed9dcd9043da1643062ac94755070fb1d2b13add +DIST kdeclarative-5.79.0.tar.xz 185144 BLAKE2B a3cd4b80f6b6dc8cef01bd82e86723bb18e7c789ec9c8f37fcfadb54d0fe2a3e397335c23f5e475c888a16c326a323ec5e278318b1d95dec7d1cdbf39be89702 SHA512 67084785363c3578f7f8bef111b8c3830e82b2c1b79e4217ea2964f01b9708a9c3f2473075144e1e5c85ea740003451fac9b02d1492be5707ee939c6307aaf12 diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.79.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.79.0.ebuild new file mode 100644 index 000..34815c54112 --- /dev/null +++ b/kde-frameworks/kdeclarative/kdeclarative-5.79.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_TEST="false" +PVCUT=$(ver_cut 1-2) +QTMIN=5.15.2 +inherit ecm kde.org + +DESCRIPTION="Framework providing integration of QML and KDE work spaces" + +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +IUSE="" + +DEPEND=" + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtnetwork-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + =kde-frameworks/kconfig-${PVCUT}*:5 + =kde-frameworks/kcoreaddons-${PVCUT}*:5 + =kde-frameworks/kglobalaccel-${PVCUT}*:5 + =kde-frameworks/ki18n-${PVCUT}*:5 + =kde-frameworks/kiconthemes-${PVCUT}*:5 + =kde-frameworks/kio-${PVCUT}*:5 + =kde-frameworks/knotifications-${PVCUT}*:5 + =kde-frameworks/kpackage-${PVCUT}*:5 + =kde-frameworks/kservice-${PVCUT}*:5 + =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 + =kde-frameworks/kwindowsystem-${PVCUT}*:5 + media-libs/libepoxy +" +RDEPEND="${DEPEND}"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/, kde-frameworks/kdeclarative/files/
commit: 60fa952af8a8fd939091482881c81504e22f6b1a Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jan 9 09:49:25 2021 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jan 11 12:27:38 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60fa952a kde-frameworks/kdeclarative: drop 5.74.0* Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 - ...ck-shortcuts-when-recording-key-sequences.patch | 104 - .../kdeclarative/kdeclarative-5.74.0-r2.ebuild | 38 3 files changed, 143 deletions(-) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index 98f69e6ea38..620dcc3e02d 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1,3 +1,2 @@ -DIST kdeclarative-5.74.0.tar.xz 190360 BLAKE2B cf4ac587189c4f6fba6a13eaea4eea95e7e8aacf902c8ed809fac03f5ca76c9e42eff9fa74c1dfb0d0618c71bd4109a1c6b8f6964b242659757efadcc149ddb5 SHA512 8428a60146275dff201518764678bb7c5acce473bcfa584ea1b4924db485ade1b45e55f3aa758fbcf326b15e0e24dcb0913fbabbedd795b7b47e3b3f7e897f78 DIST kdeclarative-5.77.0.tar.xz 185036 BLAKE2B 53ce685df457d3e8b33d37efedbd7ba56b430a228c32673ca01cdf401f80a8e3518431d15182dbf28f4fa4a439369e380e65c13cf9fe385f42c98d54d50043a6 SHA512 188dbb2ba5080b2b5cb9815686c0bc619921390389e2865330c6183c3cf0c6f0df6bba7009f9215f2c99759322bf1ed4cae68df5c696fd1c3ecaecbaf327419c DIST kdeclarative-5.78.0.tar.xz 185136 BLAKE2B ef206cc43cfa24542ddf1168b3331d3cb7c589c17554501f7a09e1cf526d3afa8ce5eafbc3a932081b743b9fb461e8c5915ec9e3b3bc742253f77f33274b0c6c SHA512 cb98f7041f93c8a21da74a6bcaf463fdd257aa96a5495200c749d60d517817c6d9be2b58e99b0a8e23996861ed9dcd9043da1643062ac94755070fb1d2b13add diff --git a/kde-frameworks/kdeclarative/files/kdeclarative-5.74.0-block-shortcuts-when-recording-key-sequences.patch b/kde-frameworks/kdeclarative/files/kdeclarative-5.74.0-block-shortcuts-when-recording-key-sequences.patch deleted file mode 100644 index 66808f910bf..000 --- a/kde-frameworks/kdeclarative/files/kdeclarative-5.74.0-block-shortcuts-when-recording-key-sequences.patch +++ /dev/null @@ -1,104 +0,0 @@ -From 88aabf069a0e454777c15227126732a04c8cb8b2 Mon Sep 17 00:00:00 2001 -From: David Edmundson -Date: Fri, 18 Sep 2020 00:13:07 +0100 -Subject: [PATCH] Block shortcuts when recording key sequences - -Otherwise you can't select alt+a as a shortcut without triggering the -nmenomic generated shortcut on the "add application" button. - -Testing done: -- clicked "Add custom shortcut", pressed alt+a, it was recorded -successfully - -- focussed "Add custom shortcut", pressed alt+a, the relevant shortcut -activated - -Note that isRecording was already declared, but not defined, which is -why it looks like my diff misses something. - -BUG: 425979 - src/qmlcontrols/kquickcontrols/KeySequenceItem.qml| 7 +++ - .../kquickcontrols/private/keysequencehelper.cpp | 8 +++- - .../kquickcontrols/private/keysequencehelper.h| 7 +++ - 3 files changed, 21 insertions(+), 1 deletion(-) - -diff --git a/src/qmlcontrols/kquickcontrols/KeySequenceItem.qml b/src/qmlcontrols/kquickcontrols/KeySequenceItem.qml -index 9d8e035..d1fbc02 100644 a/src/qmlcontrols/kquickcontrols/KeySequenceItem.qml -+++ b/src/qmlcontrols/kquickcontrols/KeySequenceItem.qml -@@ -83,6 +83,13 @@ RowLayout { - } - } - -+Keys.onShortcutOverride: { -+if (_helper.isRecording) { -+_helper.keyPressed(event.key, event.modifiers); -+event.accepted = true; -+} -+} -+ - Keys.onPressed: { - _helper.keyPressed(event.key, event.modifiers); - event.accepted = true; -diff --git a/src/qmlcontrols/kquickcontrols/private/keysequencehelper.cpp b/src/qmlcontrols/kquickcontrols/private/keysequencehelper.cpp -index ba7ce01..26b0331 100644 a/src/qmlcontrols/kquickcontrols/private/keysequencehelper.cpp -+++ b/src/qmlcontrols/kquickcontrols/private/keysequencehelper.cpp -@@ -237,7 +237,10 @@ void KeySequenceHelper::setCheckAgainstShortcutTypes(KeySequenceHelper::Shortcut - Q_EMIT checkAgainstShortcutTypesChanged(); - } - -- -+bool KeySequenceHelper::isRecording() const -+{ -+return d->isRecording; -+} - - void KeySequenceHelper::clearKeySequence() - { -@@ -251,6 +254,7 @@ void KeySequenceHelperPrivate::startRecording() - oldKeySequence = keySequence; - keySequence = QKeySequence(); - isRecording = true; -+emit q->isRecordingChanged(); - grabbedWindow = QQuickRenderControl::renderWindowFor(q->window()); - if (!grabbedWindow) { - grabbedWindow = q->window(); -@@ -265,6 +269,8 @@ void KeySequenceHelper::doneRecording() - { - d->modifierlessTimeout.stop(); - d->isRecording = false; -+emit isRecordingChanged(); -+ - d->stealActions.clear(); - if
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: 655dc096f9ac26df8964be3352aa0ca4ff2467e4 Author: Sam James gentoo org> AuthorDate: Mon Jan 11 08:04:09 2021 + Commit: Sam James gentoo org> CommitDate: Mon Jan 11 08:04:09 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=655dc096 kde-frameworks/kdeclarative: Stabilize 5.77.0 arm64, #759625 Signed-off-by: Sam James gentoo.org> kde-frameworks/kdeclarative/kdeclarative-5.77.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.77.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.77.0.ebuild index dcd39e434e7..c547e2f6459 100644 --- a/kde-frameworks/kdeclarative/kdeclarative-5.77.0.ebuild +++ b/kde-frameworks/kdeclarative/kdeclarative-5.77.0.ebuild @@ -11,7 +11,7 @@ inherit ecm kde.org DESCRIPTION="Framework providing integration of QML and KDE work spaces" LICENSE="LGPL-2+" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" +KEYWORDS="amd64 ~arm arm64 ~ppc64 x86" IUSE="" DEPEND="
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: e865b235316d1670bace4aaf95459bb741584232 Author: Sam James gentoo org> AuthorDate: Sun Jan 10 14:06:02 2021 + Commit: Sam James gentoo org> CommitDate: Sun Jan 10 14:06:02 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e865b235 kde-frameworks/kdeclarative: Stabilize 5.77.0 amd64, #759625 Signed-off-by: Sam James gentoo.org> kde-frameworks/kdeclarative/kdeclarative-5.77.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.77.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.77.0.ebuild index 70e8757069f..dcd39e434e7 100644 --- a/kde-frameworks/kdeclarative/kdeclarative-5.77.0.ebuild +++ b/kde-frameworks/kdeclarative/kdeclarative-5.77.0.ebuild @@ -11,7 +11,7 @@ inherit ecm kde.org DESCRIPTION="Framework providing integration of QML and KDE work spaces" LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" IUSE="" DEPEND="
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: c65d32e96b202190da69318cb9376cf623582eb9 Author: Sam James gentoo org> AuthorDate: Sun Jan 10 09:07:31 2021 + Commit: Sam James gentoo org> CommitDate: Sun Jan 10 09:07:31 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c65d32e9 kde-frameworks/kdeclarative: Stabilize 5.77.0 x86, #759625 Signed-off-by: Sam James gentoo.org> kde-frameworks/kdeclarative/kdeclarative-5.77.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.77.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.77.0.ebuild index dc9a811e54f..70e8757069f 100644 --- a/kde-frameworks/kdeclarative/kdeclarative-5.77.0.ebuild +++ b/kde-frameworks/kdeclarative/kdeclarative-5.77.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ inherit ecm kde.org DESCRIPTION="Framework providing integration of QML and KDE work spaces" LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86" IUSE="" DEPEND="
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: 76c6f8d00a7b2e6acdc0b248038c716f3221abdc Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jan 9 09:26:19 2021 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jan 9 09:28:55 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76c6f8d0 kde-frameworks/kdeclarative: 5.78.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kdeclarative/Manifest | 1 + .../kdeclarative/kdeclarative-5.78.0.ebuild| 35 ++ 2 files changed, 36 insertions(+) diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest index 24badb34b72..98f69e6ea38 100644 --- a/kde-frameworks/kdeclarative/Manifest +++ b/kde-frameworks/kdeclarative/Manifest @@ -1,2 +1,3 @@ DIST kdeclarative-5.74.0.tar.xz 190360 BLAKE2B cf4ac587189c4f6fba6a13eaea4eea95e7e8aacf902c8ed809fac03f5ca76c9e42eff9fa74c1dfb0d0618c71bd4109a1c6b8f6964b242659757efadcc149ddb5 SHA512 8428a60146275dff201518764678bb7c5acce473bcfa584ea1b4924db485ade1b45e55f3aa758fbcf326b15e0e24dcb0913fbabbedd795b7b47e3b3f7e897f78 DIST kdeclarative-5.77.0.tar.xz 185036 BLAKE2B 53ce685df457d3e8b33d37efedbd7ba56b430a228c32673ca01cdf401f80a8e3518431d15182dbf28f4fa4a439369e380e65c13cf9fe385f42c98d54d50043a6 SHA512 188dbb2ba5080b2b5cb9815686c0bc619921390389e2865330c6183c3cf0c6f0df6bba7009f9215f2c99759322bf1ed4cae68df5c696fd1c3ecaecbaf327419c +DIST kdeclarative-5.78.0.tar.xz 185136 BLAKE2B ef206cc43cfa24542ddf1168b3331d3cb7c589c17554501f7a09e1cf526d3afa8ce5eafbc3a932081b743b9fb461e8c5915ec9e3b3bc742253f77f33274b0c6c SHA512 cb98f7041f93c8a21da74a6bcaf463fdd257aa96a5495200c749d60d517817c6d9be2b58e99b0a8e23996861ed9dcd9043da1643062ac94755070fb1d2b13add diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.78.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.78.0.ebuild new file mode 100644 index 000..6c7ee1c6232 --- /dev/null +++ b/kde-frameworks/kdeclarative/kdeclarative-5.78.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_TEST="false" +PVCUT=$(ver_cut 1-2) +QTMIN=5.15.1 +inherit ecm kde.org + +DESCRIPTION="Framework providing integration of QML and KDE work spaces" + +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +IUSE="" + +DEPEND=" + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtnetwork-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + =kde-frameworks/kconfig-${PVCUT}*:5 + =kde-frameworks/kcoreaddons-${PVCUT}*:5 + =kde-frameworks/kglobalaccel-${PVCUT}*:5 + =kde-frameworks/ki18n-${PVCUT}*:5 + =kde-frameworks/kiconthemes-${PVCUT}*:5 + =kde-frameworks/kio-${PVCUT}*:5 + =kde-frameworks/knotifications-${PVCUT}*:5 + =kde-frameworks/kpackage-${PVCUT}*:5 + =kde-frameworks/kservice-${PVCUT}*:5 + =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 + =kde-frameworks/kwindowsystem-${PVCUT}*:5 + media-libs/libepoxy +" +RDEPEND="${DEPEND}"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/files/, kde-frameworks/kdeclarative/
commit: 9277805e61e6c5580c31cad8d2cfc7de686ce692 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Sep 28 22:04:46 2020 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Sep 29 12:45:27 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9277805e kde-frameworks/kdeclarative: Fix assign Alt-based keyboard shortcuts ...which also trigger buttons in the KCM. Upstream commit 88aabf069a0e454777c15227126732a04c8cb8b2 KDE-Bug: https://bugs.kde.org/show_bug.cgi?id=425979 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner gentoo.org> ...ck-shortcuts-when-recording-key-sequences.patch | 104 + .../kdeclarative/kdeclarative-5.74.0-r1.ebuild | 39 2 files changed, 143 insertions(+) diff --git a/kde-frameworks/kdeclarative/files/kdeclarative-5.74.0-block-shortcuts-when-recording-key-sequences.patch b/kde-frameworks/kdeclarative/files/kdeclarative-5.74.0-block-shortcuts-when-recording-key-sequences.patch new file mode 100644 index 000..66808f910bf --- /dev/null +++ b/kde-frameworks/kdeclarative/files/kdeclarative-5.74.0-block-shortcuts-when-recording-key-sequences.patch @@ -0,0 +1,104 @@ +From 88aabf069a0e454777c15227126732a04c8cb8b2 Mon Sep 17 00:00:00 2001 +From: David Edmundson +Date: Fri, 18 Sep 2020 00:13:07 +0100 +Subject: [PATCH] Block shortcuts when recording key sequences + +Otherwise you can't select alt+a as a shortcut without triggering the +nmenomic generated shortcut on the "add application" button. + +Testing done: +- clicked "Add custom shortcut", pressed alt+a, it was recorded +successfully + +- focussed "Add custom shortcut", pressed alt+a, the relevant shortcut +activated + +Note that isRecording was already declared, but not defined, which is +why it looks like my diff misses something. + +BUG: 425979 +--- + src/qmlcontrols/kquickcontrols/KeySequenceItem.qml| 7 +++ + .../kquickcontrols/private/keysequencehelper.cpp | 8 +++- + .../kquickcontrols/private/keysequencehelper.h| 7 +++ + 3 files changed, 21 insertions(+), 1 deletion(-) + +diff --git a/src/qmlcontrols/kquickcontrols/KeySequenceItem.qml b/src/qmlcontrols/kquickcontrols/KeySequenceItem.qml +index 9d8e035..d1fbc02 100644 +--- a/src/qmlcontrols/kquickcontrols/KeySequenceItem.qml b/src/qmlcontrols/kquickcontrols/KeySequenceItem.qml +@@ -83,6 +83,13 @@ RowLayout { + } + } + ++Keys.onShortcutOverride: { ++if (_helper.isRecording) { ++_helper.keyPressed(event.key, event.modifiers); ++event.accepted = true; ++} ++} ++ + Keys.onPressed: { + _helper.keyPressed(event.key, event.modifiers); + event.accepted = true; +diff --git a/src/qmlcontrols/kquickcontrols/private/keysequencehelper.cpp b/src/qmlcontrols/kquickcontrols/private/keysequencehelper.cpp +index ba7ce01..26b0331 100644 +--- a/src/qmlcontrols/kquickcontrols/private/keysequencehelper.cpp b/src/qmlcontrols/kquickcontrols/private/keysequencehelper.cpp +@@ -237,7 +237,10 @@ void KeySequenceHelper::setCheckAgainstShortcutTypes(KeySequenceHelper::Shortcut + Q_EMIT checkAgainstShortcutTypesChanged(); + } + +- ++bool KeySequenceHelper::isRecording() const ++{ ++return d->isRecording; ++} + + void KeySequenceHelper::clearKeySequence() + { +@@ -251,6 +254,7 @@ void KeySequenceHelperPrivate::startRecording() + oldKeySequence = keySequence; + keySequence = QKeySequence(); + isRecording = true; ++emit q->isRecordingChanged(); + grabbedWindow = QQuickRenderControl::renderWindowFor(q->window()); + if (!grabbedWindow) { + grabbedWindow = q->window(); +@@ -265,6 +269,8 @@ void KeySequenceHelper::doneRecording() + { + d->modifierlessTimeout.stop(); + d->isRecording = false; ++emit isRecordingChanged(); ++ + d->stealActions.clear(); + if (d->grabbedWindow) { + d->grabbedWindow->setKeyboardGrabEnabled(false); +diff --git a/src/qmlcontrols/kquickcontrols/private/keysequencehelper.h b/src/qmlcontrols/kquickcontrols/private/keysequencehelper.h +index c9068e8..daeedc5 100644 +--- a/src/qmlcontrols/kquickcontrols/private/keysequencehelper.h b/src/qmlcontrols/kquickcontrols/private/keysequencehelper.h +@@ -51,6 +51,12 @@ class KeySequenceHelper : public QQuickItem + NOTIFY checkAgainstShortcutTypesChanged + ) + ++Q_PROPERTY( ++bool isRecording ++READ isRecording ++NOTIFY isRecordingChanged ++) ++ + public: + + enum ShortcutType { +@@ -116,6 +122,7 @@ Q_SIGNALS: + void shortcutDisplayChanged(const QString &string); + void captureFinished(); + void checkAgainstShortcutTypesChanged(); ++void isRecordingChanged(); + + public Q_SLOTS: + void captureKeySequence(); +-- +GitLab + diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.74.0-r1.ebuild b/kde-frame
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: 0f66497fc1bf82e93bc19d46611dc2d52c9c1fde Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Sep 28 22:07:41 2020 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Sep 29 12:45:27 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f66497f kde-frameworks/kdeclarative: Drop 5.74.0 (r0) Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner gentoo.org> .../kdeclarative/kdeclarative-5.74.0.ebuild| 35 -- 1 file changed, 35 deletions(-) diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.74.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.74.0.ebuild deleted file mode 100644 index f1974ae53dd..000 --- a/kde-frameworks/kdeclarative/kdeclarative-5.74.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ECM_TEST="false" -PVCUT=$(ver_cut 1-2) -QTMIN=5.14.2 -inherit ecm kde.org - -DESCRIPTION="Framework providing integration of QML and KDE work spaces" -LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" -IUSE="" - -# drop qtgui subslot operator when QT_MINIMAL >= 5.15.0 -DEPEND=" - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5= - >=dev-qt/qtnetwork-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - =kde-frameworks/kconfig-${PVCUT}*:5 - =kde-frameworks/kcoreaddons-${PVCUT}*:5 - =kde-frameworks/kglobalaccel-${PVCUT}*:5 - =kde-frameworks/ki18n-${PVCUT}*:5 - =kde-frameworks/kiconthemes-${PVCUT}*:5 - =kde-frameworks/kio-${PVCUT}*:5 - =kde-frameworks/knotifications-${PVCUT}*:5 - =kde-frameworks/kpackage-${PVCUT}*:5 - =kde-frameworks/kservice-${PVCUT}*:5 - =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 - =kde-frameworks/kwindowsystem-${PVCUT}*:5 - media-libs/libepoxy -" -RDEPEND="${DEPEND}"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: ca0ef60117624ebf53729c4fd376e8fb29e838c2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Apr 23 17:20:29 2019 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Apr 23 20:24:56 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca0ef601 kde-frameworks/kdeclarative: Drop 5.57.0 (r0) Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> .../kdeclarative/kdeclarative-5.57.0.ebuild| 31 -- 1 file changed, 31 deletions(-) diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.57.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.57.0.ebuild deleted file mode 100644 index 5633863dfd6..000 --- a/kde-frameworks/kdeclarative/kdeclarative-5.57.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_TEST="false" -inherit kde5 - -DESCRIPTION="Framework providing integration of QML and KDE work spaces" -LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kglobalaccel) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kpackage) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_qt_dep qtdeclarative) - $(add_qt_dep qtgui) - $(add_qt_dep qtnetwork) - $(add_qt_dep qtwidgets) - media-libs/libepoxy -" -RDEPEND="${DEPEND}"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/files/, kde-frameworks/kdeclarative/
commit: 251bc4947ad197e05b31fb1e2b2b7f717fbf2497 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Apr 21 20:50:18 2019 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Apr 22 10:41:18 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=251bc494 kde-frameworks/kdeclarative: Fix crashes on window moves etc. KDE-Bug: https://bugs.kde.org/show_bug.cgi?id=403453 Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> .../kdeclarative-5.57.0-fix-plotter-crash.patch| 262 + .../kdeclarative/kdeclarative-5.57.0-r1.ebuild | 33 +++ 2 files changed, 295 insertions(+) diff --git a/kde-frameworks/kdeclarative/files/kdeclarative-5.57.0-fix-plotter-crash.patch b/kde-frameworks/kdeclarative/files/kdeclarative-5.57.0-fix-plotter-crash.patch new file mode 100644 index 000..14165109513 --- /dev/null +++ b/kde-frameworks/kdeclarative/files/kdeclarative-5.57.0-fix-plotter-crash.patch @@ -0,0 +1,262 @@ +From 0aab7d23a2ce155c4beb5cf77fcac02c93b183b7 Mon Sep 17 00:00:00 2001 +From: David Edmundson +Date: Thu, 18 Apr 2019 11:15:06 +0100 +Subject: Plotter: Scope GL Program to lifespan of scenegraph node + +Summary: +Currently the QOpenGLProgram was static. This works when you only have +one OpenGL context that is never invalidated. + +Instead we shoul have a new program created for each context. There is +no benefit of being static when we can use the cached shader loading. + +As we need a program per context, we would need to handle windowChanged +and sceneGraphInvalidated manually. Instead we can scope the program to +the QSGNode which will be deleted and recreated on the render thread +automatically by the scene graph backend. + +We can also drop ManagedTextureNode and use +QSGSimpleTextureNode::setOwnsTexture which does the same thing. + +BUG: 403453 + +Test Plan: +Created a CPU load viewer on my panel +Dragged it to my desktop +Previously that didn't render anything +Now it does + +It should fix the crashes that we +see on window moves and handling sceneGraphInvalidated + +Reviewers: #plasma + +Subscribers: kde-frameworks-devel + +Tags: #frameworks + +Differential Revision: https://phabricator.kde.org/D20656 +--- + src/qmlcontrols/kquickcontrolsaddons/plotter.cpp | 106 ++- + src/qmlcontrols/kquickcontrolsaddons/plotter.h | 11 +-- + 2 files changed, 68 insertions(+), 49 deletions(-) + +diff --git a/src/qmlcontrols/kquickcontrolsaddons/plotter.cpp b/src/qmlcontrols/kquickcontrolsaddons/plotter.cpp +index 650151d..8495bbd 100644 +--- a/src/qmlcontrols/kquickcontrolsaddons/plotter.cpp b/src/qmlcontrols/kquickcontrolsaddons/plotter.cpp +@@ -44,8 +44,6 @@ + + #include + +-#include +- + #include + + //completely arbitrary +@@ -262,16 +260,58 @@ void PlotTexture::recreate(const QSize &size) + m_size = size; + } + ++class PlotSGNode: public QSGSimpleTextureNode ++{ ++public: ++PlotSGNode(); ++void bind() { ++m_program->bind(); ++} ++void setMatrix(const QMatrix4x4 &matrix) { ++m_program->setUniformValue(u_matrix, matrix); ++} ++void setColor1(const QColor &color) { ++m_program->setUniformValue(u_color1, color); ++} ++void setColor2(const QColor &color) { ++m_program->setUniformValue(u_color2, color); ++} ++void setYMin(float min) { ++m_program->setUniformValue(u_yMin, min); ++} ++void setYMax(float max) { ++m_program->setUniformValue(u_yMax, max); ++} ++~PlotSGNode() = default; ++private: ++QScopedPointer m_program; ++int u_matrix; ++int u_color1; ++int u_color2; ++int u_yMin; ++int u_yMax; + ++}; ++ ++PlotSGNode::PlotSGNode(): ++m_program(new QOpenGLShaderProgram) ++{ ++setOwnsTexture(true); ++m_program->addCacheableShaderFromSourceCode(QOpenGLShader::Vertex, vs_source); ++m_program->addCacheableShaderFromSourceCode(QOpenGLShader::Fragment, fs_source); ++m_program->bindAttributeLocation("vertex", 0); ++m_program->link(); ++ ++u_yMin = m_program->uniformLocation("yMin"); ++u_yMax = m_program->uniformLocation("yMax"); ++u_color1 = m_program->uniformLocation("color1"); ++u_color2 = m_program->uniformLocation("color2"); ++u_matrix = m_program->uniformLocation("matrix"); ++} + +-// -- + +-QOpenGLShaderProgram *Plotter::s_program = nullptr; +-int Plotter::u_matrix; +-int Plotter::u_color1; +-int Plotter::u_color2; +-int Plotter::u_yMin; +-int Plotter::u_yMax; ++ ++// -- + + Plotter::Plotter(QQuickItem *parent) + : QQuickItem(parent), +@@ -652,18 +692,18 @@ void Plotter::render() + glEnableVertexAttribArray(0); + + // Bind the shader program +-s_program->bind(); +-s_program->setUniformValue(u_matrix, m_matrix); ++m_node->bind(); ++m_node->setMatrix(m_matrix); + + // Draw the lines + QColor color1 = m_gri
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: 1c7a1d238839d1b89fc194308d99f43514b28cfb Author: Mikle Kolyada gentoo org> AuthorDate: Wed Oct 10 11:51:17 2018 + Commit: Mikle Kolyada gentoo org> CommitDate: Wed Oct 10 11:51:17 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c7a1d23 kde-frameworks/kdeclarative: amd64 stable wrt bug #667760 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 kde-frameworks/kdeclarative/kdeclarative-5.50.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.50.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.50.0.ebuild index a67dd538f40..8fccf57f65f 100644 --- a/kde-frameworks/kdeclarative/kdeclarative-5.50.0.ebuild +++ b/kde-frameworks/kdeclarative/kdeclarative-5.50.0.ebuild @@ -8,7 +8,7 @@ inherit kde5 DESCRIPTION="Framework providing integration of QML and KDE work spaces" LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~arm64 x86" +KEYWORDS="amd64 ~arm ~arm64 x86" IUSE="" # drop qtdeclarative subslot operator when QT_MINIMAL >= 5.10.0
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: fb26b9cf7f75b3a6906cd78c0f6fd8cb5f178c5b Author: Mikle Kolyada gentoo org> AuthorDate: Sun Jun 10 11:58:50 2018 + Commit: Mikle Kolyada gentoo org> CommitDate: Sun Jun 10 12:04:06 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb26b9cf kde-frameworks/kdeclarative: amd64 stable wrt bug #656330 Package-Manager: Portage-2.3.40, Repoman-2.3.9 kde-frameworks/kdeclarative/kdeclarative-5.46.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.46.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.46.0.ebuild index cb2fdf0f73b..7e9a9ce03ca 100644 --- a/kde-frameworks/kdeclarative/kdeclarative-5.46.0.ebuild +++ b/kde-frameworks/kdeclarative/kdeclarative-5.46.0.ebuild @@ -8,7 +8,7 @@ inherit kde5 DESCRIPTION="Framework providing integration of QML and KDE work spaces" LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~x86" IUSE="" # drop qtdeclarative subslot operator when QT_MINIMAL >= 5.10.0
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: 785aa0d72b16eaf7a99b3bfbf109a54f3f7894fd Author: Alexis Ballier gentoo org> AuthorDate: Mon Jul 17 17:37:37 2017 + Commit: Alexis Ballier gentoo org> CommitDate: Mon Jul 17 18:09:30 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=785aa0d7 kde-frameworks/kdeclarative: keyword ~arm64 Package-Manager: Portage-2.3.6, Repoman-2.3.2 kde-frameworks/kdeclarative/kdeclarative-5.36.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.36.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.36.0.ebuild index d231c1b90aa..0414dbb6239 100644 --- a/kde-frameworks/kdeclarative/kdeclarative-5.36.0.ebuild +++ b/kde-frameworks/kdeclarative/kdeclarative-5.36.0.ebuild @@ -8,7 +8,7 @@ inherit kde5 DESCRIPTION="Framework providing integration of QML and KDE work spaces" LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="" # drop qtdeclarative subslot operator when QT_MINIMAL >= 5.8.0
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: c308ecab744f58b9eaf0d2de54cd122ee8a0de00 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jun 4 11:13:16 2017 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jun 4 11:13:59 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c308ecab kde-frameworks/kdeclarative: Revert Drop 5.34.0 (r0) This reverts commit 16f424c1e6a77b9f18667e6d64fe1f7cc9544f2d. .../kdeclarative/kdeclarative-5.34.0.ebuild| 32 ++ 1 file changed, 32 insertions(+) diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.34.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.34.0.ebuild new file mode 100644 index 000..d231c1b90aa --- /dev/null +++ b/kde-frameworks/kdeclarative/kdeclarative-5.34.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="false" +inherit kde5 + +DESCRIPTION="Framework providing integration of QML and KDE work spaces" +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +# drop qtdeclarative subslot operator when QT_MINIMAL >= 5.8.0 +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kglobalaccel) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kpackage) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_qt_dep qtdeclarative '' '' '5=') + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtwidgets) + media-libs/libepoxy +" +RDEPEND="${DEPEND}"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
commit: 16f424c1e6a77b9f18667e6d64fe1f7cc9544f2d Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jun 1 23:18:10 2017 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jun 2 00:37:41 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16f424c1 kde-frameworks/kdeclarative: Drop 5.34.0 (r0) Package-Manager: Portage-2.3.5, Repoman-2.3.1 .../kdeclarative/kdeclarative-5.34.0.ebuild| 32 -- 1 file changed, 32 deletions(-) diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.34.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.34.0.ebuild deleted file mode 100644 index d231c1b90aa..000 --- a/kde-frameworks/kdeclarative/kdeclarative-5.34.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_TEST="false" -inherit kde5 - -DESCRIPTION="Framework providing integration of QML and KDE work spaces" -LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -# drop qtdeclarative subslot operator when QT_MINIMAL >= 5.8.0 -DEPEND=" - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kglobalaccel) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kpackage) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_qt_dep qtdeclarative '' '' '5=') - $(add_qt_dep qtgui) - $(add_qt_dep qtnetwork) - $(add_qt_dep qtwidgets) - media-libs/libepoxy -" -RDEPEND="${DEPEND}"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/files/, kde-frameworks/kdeclarative/
commit: 5ee12cc942812f6368b3824a6aa2174a17eb338f Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed May 31 19:39:48 2017 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed May 31 20:21:28 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ee12cc9 kde-frameworks/kdeclarative: Fix plasmashell/taskman memleak See also: https://bugs.kde.org/show_bug.cgi?id=380270 Package-Manager: Portage-2.3.5, Repoman-2.3.1 .../files/kdeclarative-5.34.0-memleak.patch| 73 ++ .../kdeclarative/kdeclarative-5.34.0-r1.ebuild | 34 ++ 2 files changed, 107 insertions(+) diff --git a/kde-frameworks/kdeclarative/files/kdeclarative-5.34.0-memleak.patch b/kde-frameworks/kdeclarative/files/kdeclarative-5.34.0-memleak.patch new file mode 100644 index 000..43fdb8a4bf6 --- /dev/null +++ b/kde-frameworks/kdeclarative/files/kdeclarative-5.34.0-memleak.patch @@ -0,0 +1,73 @@ +From 695f24fb522a5ae6fe2530cbd72d3966b234b025 Mon Sep 17 00:00:00 2001 +From: David Edmundson +Date: Wed, 31 May 2017 10:08:25 +0100 +Subject: [PATCH] Don't leak MimeData object + +Summary: +A DeclarativeDropArea creates a new DeclarativeDragDropEvent on every +enter/move/leave event. + +The getter method for the mimeData property creates a new MimeData +QObject wrapper, which then leaks. + +Use of the mimeData object outside of the event shouldn't be expected to +work, and a quick grep couldn't find any usage. + +BUG: 380270 + +Test Plan: Dragged some things + +Reviewers: #plasma, mart, hein + +Reviewed By: #plasma, mart, hein + +Subscribers: hein, plasma-devel, #frameworks + +Tags: #plasma, #frameworks + +Differential Revision: https://phabricator.kde.org/D6017 +--- + src/qmlcontrols/draganddrop/DeclarativeDragDropEvent.cpp | 4 ++-- + src/qmlcontrols/draganddrop/DeclarativeDragDropEvent.h | 5 ++--- + 2 files changed, 4 insertions(+), 5 deletions(-) + +diff --git a/src/qmlcontrols/draganddrop/DeclarativeDragDropEvent.cpp b/src/qmlcontrols/draganddrop/DeclarativeDragDropEvent.cpp +index 5c1b0e3..a75f85f 100644 +--- a/src/qmlcontrols/draganddrop/DeclarativeDragDropEvent.cpp b/src/qmlcontrols/draganddrop/DeclarativeDragDropEvent.cpp +@@ -65,7 +65,7 @@ DeclarativeMimeData* DeclarativeDragDropEvent::mimeData() + if (!m_data && m_event) { + // TODO This should be using MimeDataWrapper eventually, although this is an API break, + // so will need to be done carefully. +-m_data = new DeclarativeMimeData(m_event->mimeData()); ++m_data.reset(new DeclarativeMimeData(m_event->mimeData())); + } +-return m_data; ++return m_data.data(); + } +diff --git a/src/qmlcontrols/draganddrop/DeclarativeDragDropEvent.h b/src/qmlcontrols/draganddrop/DeclarativeDragDropEvent.h +index 3fd846d..b35568a 100644 +--- a/src/qmlcontrols/draganddrop/DeclarativeDragDropEvent.h b/src/qmlcontrols/draganddrop/DeclarativeDragDropEvent.h +@@ -26,8 +26,7 @@ + + #include + #include "DeclarativeDropArea.h" +- +-class DeclarativeMimeData; ++#include "DeclarativeMimeData.h" + + class DeclarativeDragDropEvent : public QObject + { +@@ -115,7 +114,7 @@ private: + int m_y; + Qt::MouseButtons m_buttons; + Qt::KeyboardModifiers m_modifiers; +-DeclarativeMimeData* m_data; ++QScopedPointer m_data; + QDropEvent* m_event; + }; + +-- +2.13.0 + diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.34.0-r1.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.34.0-r1.ebuild new file mode 100644 index 000..da3138effd9 --- /dev/null +++ b/kde-frameworks/kdeclarative/kdeclarative-5.34.0-r1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="false" +inherit kde5 + +DESCRIPTION="Framework providing integration of QML and KDE work spaces" +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +# drop qtdeclarative subslot operator when QT_MINIMAL >= 5.8.0 +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kglobalaccel) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kpackage) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_qt_dep qtdeclarative '' '' '5=') + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtwidgets) + media-libs/libepoxy +" +RDEPEND="${DEPEND}" + +PATCHES=( "${FILESDIR}/${P}-memleak.patch" )