summaryrefslogtreecommitdiff
path: root/kde-plasma/plasma-integration
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-05-22 14:56:50 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-05-22 14:56:50 +0100
commit8c467dbe810a74c33c44f975c2dd5fd3a8f9bda1 (patch)
tree4ebfd5c370adbb8dbbf6f6c3aef23734a4fd769f /kde-plasma/plasma-integration
parent07a79a268edfbac4dba8c66eff20cbdc2aac0f6a (diff)
gentoo auto-resync : 22:05:2023 - 14:56:50
Diffstat (limited to 'kde-plasma/plasma-integration')
-rw-r--r--kde-plasma/plasma-integration/Manifest4
-rw-r--r--kde-plasma/plasma-integration/plasma-integration-5.27.4.ebuild53
-rw-r--r--kde-plasma/plasma-integration/plasma-integration-5.27.5.ebuild2
3 files changed, 2 insertions, 57 deletions
diff --git a/kde-plasma/plasma-integration/Manifest b/kde-plasma/plasma-integration/Manifest
index 08de2f25c25b..33433812e8d9 100644
--- a/kde-plasma/plasma-integration/Manifest
+++ b/kde-plasma/plasma-integration/Manifest
@@ -1,5 +1,3 @@
-DIST plasma-integration-5.27.4.tar.xz 89200 BLAKE2B 0f8a3a8b61d490ea30d26dcce51c53f397fbb953a5ab9f800f35fd63ccf806e70e93e477f5a5ac4e59c8bab1ac23f1f430c2a5e3c8e872414849f4036bdc9e9b SHA512 6e5e0df769910eaafe7f5a3791b8bb7c16a2ab387d92296bbdc7d8c3a20caa2bd40f26a8b9ed41ba6befad015981389778ee148a9748e761ea0505ed86b2537b
DIST plasma-integration-5.27.5.tar.xz 89436 BLAKE2B 1757501436016e16cceab80ef482e0335438de82a80cbd40e2e1af2ec419ca476fd33994cadcc3c0d68091a9511d3af71f9febdf60b7babc67c3f4cf7ef0bdc9 SHA512 854c35b6159f91c838494912f2defc87b0044845ba98ca2fda83ac141f4214c6d4648e258e2839e01eb9263171896a5686a29d27b95c264026f99756e4aa8268
-EBUILD plasma-integration-5.27.4.ebuild 1397 BLAKE2B 4552eced9166bc0ba2b1fec3c248ac3830bbac33cb4210d0ab8a8d815a62fe3c83e5bebfda767475b15ff15f4cb00ee7d892061692d228f5dc5556d5460aa141 SHA512 57a71fec1cddd9441d11f7800d4b97321b01ca7f8c99a2b87d6e0ff0c1031ec827542254a1bdcd938ab5e5a86e3d1c43936a5db8919906e7aa14725e5e694023
-EBUILD plasma-integration-5.27.5.ebuild 1398 BLAKE2B 51de4e857f591f8cef573352caa1659a9b3813006f07297eba61c33f6d38abc8c2623b199f0b63aa6ccff156ca5ee1e49c6316e389076939f6dfe4f235fa26fb SHA512 72117e254eb8bf9d6d3e4f544d7d72f0425a8a0c29be7439e4ae12d7640ae70815367bd5b307abf8a6c169c5c59b6c1782a6f64cf27f6881b7bfc65094728557
+EBUILD plasma-integration-5.27.5.ebuild 1397 BLAKE2B 4552eced9166bc0ba2b1fec3c248ac3830bbac33cb4210d0ab8a8d815a62fe3c83e5bebfda767475b15ff15f4cb00ee7d892061692d228f5dc5556d5460aa141 SHA512 57a71fec1cddd9441d11f7800d4b97321b01ca7f8c99a2b87d6e0ff0c1031ec827542254a1bdcd938ab5e5a86e3d1c43936a5db8919906e7aa14725e5e694023
MISC metadata.xml 318 BLAKE2B 922a5e32e706b2976c5f359a14194d268d3f499398576c80ce5fad8c0fcea0fbf048de4480a80a6a1889c88b8b6c14147654a3ab4d5ffbcc258c2290da63f6d1 SHA512 614cb8dda7ad2088e5d6ef39b449bb4be0ac72cd0231c320188d76d1816dce6490c5114bb4798112c4b11d99d30a9e82ff8fcf08ffa8c049589682a5e38208f6
diff --git a/kde-plasma/plasma-integration/plasma-integration-5.27.4.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.27.4.ebuild
deleted file mode 100644
index cd1ef3a01a4a..000000000000
--- a/kde-plasma/plasma-integration/plasma-integration-5.27.4.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.102.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.7
-VIRTUALX_REQUIRED="test"
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-COMMON_DEPEND="
- dev-libs/wayland
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5=[dbus]
- >=dev-qt/qtquickcontrols2-${QTMIN}:5
- >=dev-qt/qtwayland-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=dev-qt/qtx11extras-${QTMIN}:5
- >=kde-frameworks/kcompletion-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kconfigwidgets-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kiconthemes-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kjobwidgets-${KFMIN}:5
- >=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- >=kde-frameworks/kwindowsystem-${KFMIN}:5
- >=kde-frameworks/kxmlgui-${KFMIN}:5
- >=kde-plasma/breeze-${PVCUT}:5
- x11-libs/libXcursor
- x11-libs/libxcb
-"
-DEPEND="${COMMON_DEPEND}
- >=dev-libs/plasma-wayland-protocols-1.6.0
-"
-RDEPEND="${COMMON_DEPEND}
- media-fonts/hack
- media-fonts/noto
-"
-BDEPEND=">=dev-qt/qtwaylandscanner-${QTMIN}:5"
diff --git a/kde-plasma/plasma-integration/plasma-integration-5.27.5.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.27.5.ebuild
index ea8184a7070c..cd1ef3a01a4a 100644
--- a/kde-plasma/plasma-integration/plasma-integration-5.27.5.ebuild
+++ b/kde-plasma/plasma-integration/plasma-integration-5.27.5.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
LICENSE="LGPL-2+"
SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
IUSE=""
# requires running kde environment