diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-04-04 20:44:32 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-04-04 21:06:13 +0200 |
commit | 68c6d1b338871aea7bf5c9b07f5b935c6a871b62 (patch) | |
tree | 9aa8bf418ec8ef168bd958109077708259b31c57 /kde-plasma/plasma-integration | |
parent | kde-plasma/plasma-firewall: 5.27.4 version bump (diff) | |
download | gentoo-68c6d1b338871aea7bf5c9b07f5b935c6a871b62.tar.gz gentoo-68c6d1b338871aea7bf5c9b07f5b935c6a871b62.tar.bz2 gentoo-68c6d1b338871aea7bf5c9b07f5b935c6a871b62.zip |
kde-plasma/plasma-integration: 5.27.4 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/plasma-integration')
-rw-r--r-- | kde-plasma/plasma-integration/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/plasma-integration/plasma-integration-5.27.4.ebuild | 53 |
2 files changed, 54 insertions, 0 deletions
diff --git a/kde-plasma/plasma-integration/Manifest b/kde-plasma/plasma-integration/Manifest index eaa4b46e2f55..d2714753da68 100644 --- a/kde-plasma/plasma-integration/Manifest +++ b/kde-plasma/plasma-integration/Manifest @@ -1,2 +1,3 @@ DIST plasma-integration-5.26.5.tar.xz 88928 BLAKE2B 47366792a1b53256686f28bfa3e510e11e359354f8e3fdfe562026ef7f8e88a05c6df88c8dde0e5e064eb2bac01821f41bdb7105a7af855de721561d8470b29d SHA512 9dea235efd85fbd7b7de0fab1af75f801ec7c1faa4621264512a50b754a92392bd580a70da44e2a6854eb8f1d4869a1971c91b581697ed5345609c6cc2e00f7b DIST plasma-integration-5.27.3.tar.xz 89208 BLAKE2B a1e0d11e9527703a237761e34f591db7608cad7e4aeead7cdc63cfcb739e0a04946a83832e70c8746a3ff9f1d8440d24220134ee26baef0bb7cf3df78e650ddf SHA512 757083de8b536cec226e710f5e0f0f6bd31564eb90fc6fb80cc0b18401eb5637b340fd1a2f8ee43de73cd4e2f449cd586a5d781104a7cc5ba962c5c50b0416a9 +DIST plasma-integration-5.27.4.tar.xz 89200 BLAKE2B 0f8a3a8b61d490ea30d26dcce51c53f397fbb953a5ab9f800f35fd63ccf806e70e93e477f5a5ac4e59c8bab1ac23f1f430c2a5e3c8e872414849f4036bdc9e9b SHA512 6e5e0df769910eaafe7f5a3791b8bb7c16a2ab387d92296bbdc7d8c3a20caa2bd40f26a8b9ed41ba6befad015981389778ee148a9748e761ea0505ed86b2537b diff --git a/kde-plasma/plasma-integration/plasma-integration-5.27.4.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.27.4.ebuild new file mode 100644 index 000000000000..11eb3f2cd21c --- /dev/null +++ b/kde-plasma/plasma-integration/plasma-integration-5.27.4.ebuild @@ -0,0 +1,53 @@ +# 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" |