diff options
author | 2022-06-21 22:57:59 +0200 | |
---|---|---|
committer | 2022-06-21 23:27:59 +0200 | |
commit | 3f6a90f7479fc567c1a4a1fd7e09da61092b2cf1 (patch) | |
tree | c3ae1f02dbf80676ab4988b2b3347b3bd863be36 /kde-plasma/plasma-integration | |
parent | kde-plasma/plasma-firewall: 5.25.1 version bump (diff) | |
download | gentoo-3f6a90f7479fc567c1a4a1fd7e09da61092b2cf1.tar.gz gentoo-3f6a90f7479fc567c1a4a1fd7e09da61092b2cf1.tar.bz2 gentoo-3f6a90f7479fc567c1a4a1fd7e09da61092b2cf1.zip |
kde-plasma/plasma-integration: 5.25.1 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.1.ebuild | 55 |
2 files changed, 56 insertions, 0 deletions
diff --git a/kde-plasma/plasma-integration/Manifest b/kde-plasma/plasma-integration/Manifest index be6d214310a1..e3bae8a8772f 100644 --- a/kde-plasma/plasma-integration/Manifest +++ b/kde-plasma/plasma-integration/Manifest @@ -1,2 +1,3 @@ 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 +DIST plasma-integration-5.25.1.tar.xz 86152 BLAKE2B 784d875fee0ad6c72e55edff81a92a5ad954571657f53d7b099151af4a5495f1349359c82acd95426414c206105ba49dadba04c1469384b92df040b175c15bbd SHA512 1a50c2a37497bc85e7ed2329df1f4f4458a962dedb847532e1390ea77f089c912b807a3b70c945354a21bd508a829a4202692724e38317a7b58b893536d9529b diff --git a/kde-plasma/plasma-integration/plasma-integration-5.25.1.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.25.1.ebuild new file mode 100644 index 000000000000..f092b3d907be --- /dev/null +++ b/kde-plasma/plasma-integration/plasma-integration-5.25.1.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.4 +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 +" |