diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-06-14 10:23:58 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-06-14 14:43:09 +0200 |
commit | d5392df15654258940e61aa411e5069e4afffdc3 (patch) | |
tree | 8e10e7acf045f7c18fa6d0d9a56a1c2482a33b9c /kde-plasma/plasma-integration | |
parent | kde-plasma/plasma-firewall: 5.25.0 version bump (diff) | |
download | gentoo-d5392df15654258940e61aa411e5069e4afffdc3.tar.gz gentoo-d5392df15654258940e61aa411e5069e4afffdc3.tar.bz2 gentoo-d5392df15654258940e61aa411e5069e4afffdc3.zip |
kde-plasma/plasma-integration: 5.25.0 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.25.0.ebuild | 55 |
2 files changed, 56 insertions, 0 deletions
diff --git a/kde-plasma/plasma-integration/Manifest b/kde-plasma/plasma-integration/Manifest index 2b895123a835..be6d214310a1 100644 --- a/kde-plasma/plasma-integration/Manifest +++ b/kde-plasma/plasma-integration/Manifest @@ -1 +1,2 @@ DIST plasma-integration-5.24.5.tar.xz 83772 BLAKE2B a399ee55271799855195ad77ec96f25f37d9b2d49f88f0e54d536067a8aef728be3de35ca4d9da105f51382a57ff30733dea79fe2b4d91174d90989e9b9b4cc1 SHA512 6c60eff349d6b60fd8f781e162768d7cfb45d042687c1206f3f2c9e7af0c5719ff70555eff181782607ac53755844b0968ee7b9a75c87d6bd65b489a3a9dc348 +DIST plasma-integration-5.25.0.tar.xz 86088 BLAKE2B 794901b180f6bdcc387ffda09cd08ba20d7f64860068b7ad55574f2fb1301a64c83f3b16312208903093322edd9f0f82ea093ae48c51234c7c28e1942c131328 SHA512 df3d04c90c07b648bbb470a9b99ee5b5f2861207212e42ec10db760430e99adc9ab6488ddafd4483a4136c424ddb3e498d8467a5e01b874982421fc2b0580e39 diff --git a/kde-plasma/plasma-integration/plasma-integration-5.25.0.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.25.0.ebuild new file mode 100644 index 000000000000..dc82d8e50c1e --- /dev/null +++ b/kde-plasma/plasma-integration/plasma-integration-5.25.0.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KFMIN=5.94.0 +PVCUT=$(ver_cut 1-3) +QTMIN=5.15.3 +VIRTUALX_REQUIRED="test" +inherit ecm kde.org + +DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces" + +LICENSE="LGPL-2+" +SLOT="5" +KEYWORDS="~amd64 ~arm ~arm64 ~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 +" |