diff options
| author | root <root@alpha.trunkmasters.com> | 2026-07-12 03:04:43 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-07-12 03:04:43 -0500 |
| commit | 40d2213d241ba50dbaf9b311a92a93e480fbd474 (patch) | |
| tree | c0dc1821acc043acc052426e9d018af4b26b4c72 /kde-plasma | |
| parent | 755ecc63c34034b68719f6dac52aa76ba08bbe5c (diff) | |
| download | baldeagleos-repo-40d2213d241ba50dbaf9b311a92a93e480fbd474.tar.gz baldeagleos-repo-40d2213d241ba50dbaf9b311a92a93e480fbd474.tar.xz baldeagleos-repo-40d2213d241ba50dbaf9b311a92a93e480fbd474.zip | |
Adding metadata
Diffstat (limited to 'kde-plasma')
4 files changed, 20 insertions, 0 deletions
diff --git a/kde-plasma/plasma-nm/plasma-nm-6.6.6.ebuild b/kde-plasma/plasma-nm/plasma-nm-6.6.6.ebuild index 0cbd2f09140e..63f87611e43e 100644 --- a/kde-plasma/plasma-nm/plasma-nm-6.6.6.ebuild +++ b/kde-plasma/plasma-nm/plasma-nm-6.6.6.ebuild @@ -62,6 +62,11 @@ BDEPEND=" virtual/pkgconfig " +CMAKE_SKIP_TESTS=( + # https://bugs.kde.org/show_bug.cgi?id=506217 + mobileproviderstest +) + src_configure() { local mycmakeargs=( -DBUILD_OPENCONNECT=$(usex openconnect) diff --git a/kde-plasma/plasma-nm/plasma-nm-6.7.2.ebuild b/kde-plasma/plasma-nm/plasma-nm-6.7.2.ebuild index 7e8852ba97c9..55b7242fc48e 100644 --- a/kde-plasma/plasma-nm/plasma-nm-6.7.2.ebuild +++ b/kde-plasma/plasma-nm/plasma-nm-6.7.2.ebuild @@ -62,6 +62,11 @@ BDEPEND=" virtual/pkgconfig " +CMAKE_SKIP_TESTS=( + # https://bugs.kde.org/show_bug.cgi?id=506217 + mobileproviderstest +) + src_configure() { local mycmakeargs=( -DBUILD_OPENCONNECT=$(usex openconnect) diff --git a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-6.6.6.ebuild b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-6.6.6.ebuild index def75c4207b6..91ae5a4b08f7 100644 --- a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-6.6.6.ebuild +++ b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-6.6.6.ebuild @@ -41,3 +41,8 @@ RDEPEND="${DEPEND} >=kde-frameworks/kquickcharts-${KFMIN}:6 >=kde-plasma/ksystemstats-${KDE_CATV}:6 " + +CMAKE_SKIP_TESTS=( + # bug 977514, problem when running with translations available + TestPageManager +) diff --git a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-6.7.2.ebuild b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-6.7.2.ebuild index 2e3389d5cce0..f05016ed2df1 100644 --- a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-6.7.2.ebuild +++ b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-6.7.2.ebuild @@ -41,3 +41,8 @@ RDEPEND="${DEPEND} >=kde-frameworks/kquickcharts-${KFMIN}:6 >=kde-plasma/ksystemstats-${KDE_CATV}:6 " + +CMAKE_SKIP_TESTS=( + # bug 977514, problem when running with translations available + TestPageManager +) |
