summaryrefslogtreecommitdiff
path: root/kde-plasma
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2025-03-16 00:29:23 +0000
committerV3n3RiX <venerix@koprulu.sector>2025-03-16 00:29:23 +0000
commit18f850bb4cedde39678b12a67f82f29eef2dab63 (patch)
tree2f545c16653e3357cfdd14bf26b623d62cc18eba /kde-plasma
parentbcdfc870ecd1de7eea04df21ec3a069328b2e29f (diff)
gentoo auto-resync : 16:03:2025 - 00:29:23
Diffstat (limited to 'kde-plasma')
-rw-r--r--kde-plasma/Manifest.gzbin11806 -> 11808 bytes
-rw-r--r--kde-plasma/plasma-meta/Manifest4
-rw-r--r--kde-plasma/plasma-meta/plasma-meta-6.2.5-r1.ebuild6
-rw-r--r--kde-plasma/plasma-meta/plasma-meta-6.3.3.ebuild6
4 files changed, 8 insertions, 8 deletions
diff --git a/kde-plasma/Manifest.gz b/kde-plasma/Manifest.gz
index 3586e4322340..a67567cd257a 100644
--- a/kde-plasma/Manifest.gz
+++ b/kde-plasma/Manifest.gz
Binary files differ
diff --git a/kde-plasma/plasma-meta/Manifest b/kde-plasma/plasma-meta/Manifest
index 84b1ef686a3e..67d1d9a705eb 100644
--- a/kde-plasma/plasma-meta/Manifest
+++ b/kde-plasma/plasma-meta/Manifest
@@ -1,3 +1,3 @@
-EBUILD plasma-meta-6.2.5-r1.ebuild 5486 BLAKE2B 9dc245e424d742fd59fe57ac59d9120b32f8b0157af27b9cf30aa5c3a9e37b4490c0f55fe8ebb636ef32e2a29e61eb292a605e18fc6752bf986648abd49dca22 SHA512 63a65fb00e45793146ade1c24be19f9912d76d6f2ae78ace431c291b0ade99d1b3b1f9bec154cbf9c6377b187684ee9571b7c30b6a11da7b96cfff8c16c09cfe
-EBUILD plasma-meta-6.3.3.ebuild 5560 BLAKE2B 30e3e80a90a2e42a254dbf08d6617894a8e1af6e930df860a7a02bd769747603fe20ed3cf17b8e427beaf91c110d6fb25010a4f614f07e48150e503b4a35db42 SHA512 556efa4178ae27571e392abb62f36a7e1be47befce364a00a58525ba451702c454f1b111d8c5ae9565108d7ecebaadf1da7cb77ae6f74f04eeddd267cbcd3582
+EBUILD plasma-meta-6.2.5-r1.ebuild 5501 BLAKE2B c05575ed0490ea4a46990e772926e39dc15abed255aea4e92b16ebc84b7be3099c368a3f47c527bf2a70bd967d9d0f52286de7a91270b8dbaa49460c787ab94c SHA512 731dcf0a15ce2d94602e7d1f5738740eddabeca5fdc349fc892de921d4a0a1f05814f90a3cfee8afc4f35ccc9d421b20d0df98f3f4b06156aaabdc51572fe6ee
+EBUILD plasma-meta-6.3.3.ebuild 5575 BLAKE2B 5abf9f5693d587d25f13323460289d3f3aed01dd1eb64c5fb6bd22ccbcc7a3915728dd3c96e77fe8321ef5ff0ae21f3b9242ba4b5a3d44e6c7f8c6d0053c6459 SHA512 a32e7f300334a3bddbeaef419218840f3987ef891b9238e29f48cb75fda6ff0fcffd885bf65db7478fb3c9568d638efe27e210d2e3cda75e3e80afadeb0957dc
MISC metadata.xml 2687 BLAKE2B 99319291bbde7784d6b13c9884bcfecabb765cc5371cac377d0bad7dc6e94914a9cd44d0119406b2a8fed4fcc03edee5aec564c5ce6a11fae68bbca2d3994eed SHA512 a5160183b07750e326139eb9723e0b0d859cf4c99738301ef09b94affa95fd9c278c8ea8030fc38f449eeada8cbbf67d3e9bb4bb6a3944f27d44c2f5317210bf
diff --git a/kde-plasma/plasma-meta/plasma-meta-6.2.5-r1.ebuild b/kde-plasma/plasma-meta/plasma-meta-6.2.5-r1.ebuild
index ef19beb6d380..6b39dacc806a 100644
--- a/kde-plasma/plasma-meta/plasma-meta-6.2.5-r1.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-6.2.5-r1.ebuild
@@ -130,11 +130,11 @@ pkg_postinst() {
if [[ $(tc-get-cxx-stdlib) == "libc++" ]] ; then
# Workaround for bug #923292 (KDE-bug 479679)
ewarn "plasmashell and other KDE Plasma components are known to misbehave"
- ewarn "when built with sys-libs/libcxx, e.g. crashing when right-clicking"
+ ewarn "when built with llvm-runtimes/libcxx, e.g. crashing when right-clicking"
ewarn "on a panel. See bug #923292."
ewarn ""
- ewarn "A possible (no warranty!) workaround is building sys-libs/libcxx and"
- ewarn "sys-libs/libcxxabi with the following in package.env:"
+ ewarn "A possible (no warranty!) workaround is building llvm-runtimes/libcxx and"
+ ewarn "llvm-runtimes/libcxxabi with the following in package.env:"
ewarn " MYCMAKEARGS=\"-DLIBCXX_TYPEINFO_COMPARISON_IMPLEMENTATION=2\""
ewarn "You may then need to rebuild dev-qt/* and kde-*/*."
fi
diff --git a/kde-plasma/plasma-meta/plasma-meta-6.3.3.ebuild b/kde-plasma/plasma-meta/plasma-meta-6.3.3.ebuild
index 6999a8003a1c..c15227a7ad1b 100644
--- a/kde-plasma/plasma-meta/plasma-meta-6.3.3.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-6.3.3.ebuild
@@ -132,11 +132,11 @@ pkg_postinst() {
if [[ $(tc-get-cxx-stdlib) == "libc++" ]] ; then
# Workaround for bug #923292 (KDE-bug 479679)
ewarn "plasmashell and other KDE Plasma components are known to misbehave"
- ewarn "when built with sys-libs/libcxx, e.g. crashing when right-clicking"
+ ewarn "when built with llvm-runtimes/libcxx, e.g. crashing when right-clicking"
ewarn "on a panel. See bug #923292."
ewarn ""
- ewarn "A possible (no warranty!) workaround is building sys-libs/libcxx and"
- ewarn "sys-libs/libcxxabi with the following in package.env:"
+ ewarn "A possible (no warranty!) workaround is building llvm-runtimes/libcxx and"
+ ewarn "llvm-runtimes/libcxxabi with the following in package.env:"
ewarn " MYCMAKEARGS=\"-DLIBCXX_TYPEINFO_COMPARISON_IMPLEMENTATION=2\""
ewarn "You may then need to rebuild dev-qt/* and kde-*/*."
fi