diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-03-06 17:29:14 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-03-06 20:31:32 +0100 |
commit | 52ccd02467fb7375fd554846d8a5bcea04ad26ee (patch) | |
tree | 6333321b316c05d1feaff0b4eeca122bacf9a851 /kde-plasma/plasma-integration | |
parent | kde-plasma/plasma-firewall: 5.27.11 version bump (diff) | |
download | gentoo-52ccd02467fb7375fd554846d8a5bcea04ad26ee.tar.gz gentoo-52ccd02467fb7375fd554846d8a5bcea04ad26ee.tar.bz2 gentoo-52ccd02467fb7375fd554846d8a5bcea04ad26ee.zip |
kde-plasma/plasma-integration: 5.27.11 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.11.ebuild | 52 |
2 files changed, 53 insertions, 0 deletions
diff --git a/kde-plasma/plasma-integration/Manifest b/kde-plasma/plasma-integration/Manifest index 953cf5270446..22586bdb884c 100644 --- a/kde-plasma/plasma-integration/Manifest +++ b/kde-plasma/plasma-integration/Manifest @@ -1,2 +1,3 @@ DIST plasma-integration-5.27.10.tar.xz 89832 BLAKE2B 9279a29ae28d2ff8cbce6e6c9675300fba37c91b59f60c535d4f32ca54b222b2438a7e01747b864681d257cbeaf48248f4397c9d1dcd4142d4da5321fa3216a7 SHA512 a69b65cbf5cbabdb53359adb067ed673bf5582c1768aba7a6f5377f17369f95e9646e23bbac3efa0d67e12cc3705e6411e4d1a1fea1da9243937965573d12f4b +DIST plasma-integration-5.27.11.tar.xz 89460 BLAKE2B b6e0f487332c7280d394c9e84c44f18cd0694812307fdb1109a27d7f04ac5e0b2c6934adfed10fcbb65b5ec358e4ece728c8761edbc2872f33b40d3cff54495f SHA512 34e040425a11089bdda444132c224af8b4fca5d3fd30e875d4a385ad26bb215409c076c19ee3a2bbe3736121a7988bbc6ca564814f4e28b8e20acb5ebc194347 DIST plasma-integration-6.0.1.tar.xz 92828 BLAKE2B bf00ac6833a4976dac3532961fbf52e41701c1d19a6d6ab7d5a9530f3e82441b8d2df09975551c389e56f9afb4b1f4508b6e2d1f2fbc6ab9ff5f67149571cd4c SHA512 717045db603328f52d7da38439efd56879dd6567021d0b98d0efe9626b9e53c832a9a413542849f370b875d6000ddd266e2282995666395685c45a1be5a8cba0 diff --git a/kde-plasma/plasma-integration/plasma-integration-5.27.11.ebuild b/kde-plasma/plasma-integration/plasma-integration-5.27.11.ebuild new file mode 100644 index 000000000000..fe357fcc8b2c --- /dev/null +++ b/kde-plasma/plasma-integration/plasma-integration-5.27.11.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KFMIN=5.106.0 +PVCUT=$(ver_cut 1-3) +QTMIN=5.15.9 +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" |