forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kde-plasma/kwin: 5.22.4 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
135 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST kwin-5.21.5.tar.xz 6394220 BLAKE2B 8a0b1ba6e1393ccd721ef8dcb925739a91ba08528ac2f61a5908b37372ade83496b3fe2dbbd9093727a12ffca35d5aac607d8888454519d33b0c924c9d030bd1 SHA512 b749892b12b027b306836bbd7b770602bff80c0ce6840db3345585a1215b415fe24fb823bbcb399f76999232f100bb2e1898d460160e1a762ea10fd24d6cf63c | ||
DIST kwin-5.22.3.tar.xz 6446712 BLAKE2B bcd06261e964736a5a2a504cc9e46750e4be2c2741126f922c46907b123076925470d96f58c1cca33b5ba89b4a24c8400d3959982089c27b7c1b48a0bc6a8efd SHA512 b22e815777888f9f7c673c1b3925b9099cfafc8d41a5e302ffb8bafc1915a9632892af2368f0b9098bee089827628aa42648e4a91c994bc79488002b0e205fec | ||
DIST kwin-5.22.4.tar.xz 6454932 BLAKE2B fb8a45124d28daff1011995c0e9a29365309afb4c2b6a42d9f9a65e24f5672adf160e0b06a2084d04130fe5ce42ac3fecdfb36e8d02f18eadd916f6d9e69636c SHA512 3be48794b8a6ae1c8b932f1b1e7db74138bd5e1edc32aa86bb6a1f51a109d20d72449d30fddcdca9d026a4c99be564a06a0a5064a51124b8073542ad5c3df8e4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,134 @@ | ||
# Copyright 1999-2021 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=7 | ||
|
||
ECM_HANDBOOK="optional" | ||
ECM_TEST="optional" | ||
KFMIN=5.82.0 | ||
PVCUT=$(ver_cut 1-3) | ||
QTMIN=5.15.2 | ||
VIRTUALX_REQUIRED="test" | ||
inherit ecm kde.org optfeature | ||
|
||
DESCRIPTION="Flexible, composited Window Manager for windowing systems on Linux" | ||
|
||
LICENSE="GPL-2+" | ||
SLOT="5" | ||
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" | ||
IUSE="accessibility caps gles2-only multimedia plasma screencast" | ||
|
||
RESTRICT+=" test" | ||
|
||
COMMON_DEPEND=" | ||
>=dev-libs/libinput-1.14 | ||
>=dev-libs/wayland-1.2 | ||
>=dev-qt/qtdbus-${QTMIN}:5 | ||
>=dev-qt/qtdeclarative-${QTMIN}:5 | ||
>=dev-qt/qtgui-${QTMIN}:5=[gles2-only=,libinput] | ||
>=dev-qt/qtwidgets-${QTMIN}:5 | ||
>=dev-qt/qtx11extras-${QTMIN}:5 | ||
>=kde-frameworks/kactivities-${KFMIN}:5 | ||
>=kde-frameworks/kauth-${KFMIN}:5 | ||
>=kde-frameworks/kcmutils-${KFMIN}:5 | ||
>=kde-frameworks/kcompletion-${KFMIN}:5 | ||
>=kde-frameworks/kconfig-${KFMIN}:5 | ||
>=kde-frameworks/kconfigwidgets-${KFMIN}:5 | ||
>=kde-frameworks/kcoreaddons-${KFMIN}:5 | ||
>=kde-frameworks/kcrash-${KFMIN}:5 | ||
>=kde-frameworks/kdeclarative-${KFMIN}:5 | ||
>=kde-frameworks/kglobalaccel-${KFMIN}:5= | ||
>=kde-frameworks/ki18n-${KFMIN}:5 | ||
>=kde-frameworks/kiconthemes-${KFMIN}:5 | ||
>=kde-frameworks/kidletime-${KFMIN}:5= | ||
>=kde-frameworks/kio-${KFMIN}:5 | ||
>=kde-frameworks/knewstuff-${KFMIN}:5 | ||
>=kde-frameworks/knotifications-${KFMIN}:5 | ||
>=kde-frameworks/kpackage-${KFMIN}:5 | ||
>=kde-frameworks/kservice-${KFMIN}:5 | ||
>=kde-frameworks/ktextwidgets-${KFMIN}:5 | ||
>=kde-frameworks/kwayland-${KFMIN}:5 | ||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5 | ||
>=kde-frameworks/kwindowsystem-${KFMIN}:5[X] | ||
>=kde-frameworks/kxmlgui-${KFMIN}:5 | ||
>=kde-frameworks/plasma-${KFMIN}:5 | ||
>=kde-plasma/breeze-${PVCUT}:5 | ||
>=kde-plasma/kdecoration-${PVCUT}:5 | ||
>=kde-plasma/kscreenlocker-${PVCUT}:5 | ||
>=kde-plasma/kwayland-server-${PVCUT}:5 | ||
media-libs/fontconfig | ||
media-libs/freetype | ||
media-libs/lcms:2 | ||
media-libs/libepoxy | ||
media-libs/mesa[egl,gbm,wayland,X(+)] | ||
virtual/libudev:= | ||
x11-libs/libX11 | ||
x11-libs/libXi | ||
x11-libs/libdrm | ||
>=x11-libs/libxcb-1.10 | ||
>=x11-libs/libxkbcommon-0.7.0 | ||
x11-libs/xcb-util-cursor | ||
x11-libs/xcb-util-image | ||
x11-libs/xcb-util-keysyms | ||
x11-libs/xcb-util-wm | ||
accessibility? ( media-libs/libqaccessibilityclient:5 ) | ||
caps? ( sys-libs/libcap ) | ||
gles2-only? ( media-libs/mesa[gles2] ) | ||
plasma? ( >=kde-frameworks/krunner-${KFMIN}:5 ) | ||
screencast? ( >=media-video/pipewire-0.3:= ) | ||
" | ||
# TODO: sys-apps/hwdata? not packaged yet; commit 33a1777a, Gentoo-bug 717216 | ||
RDEPEND="${COMMON_DEPEND} | ||
>=dev-qt/qtquickcontrols-${QTMIN}:5 | ||
>=dev-qt/qtquickcontrols2-${QTMIN}:5 | ||
>=dev-qt/qtvirtualkeyboard-${QTMIN}:5 | ||
>=kde-frameworks/kirigami-${KFMIN}:5 | ||
>=kde-frameworks/kitemmodels-${KFMIN}:5[qml] | ||
multimedia? ( >=dev-qt/qtmultimedia-${QTMIN}:5[gstreamer,qml] ) | ||
" | ||
DEPEND="${COMMON_DEPEND} | ||
>=dev-qt/designer-${QTMIN}:5 | ||
>=dev-qt/qtconcurrent-${QTMIN}:5 | ||
x11-base/xorg-proto | ||
test? ( | ||
>=dev-libs/wayland-protocols-1.19 | ||
>=dev-qt/qtwayland-${QTMIN}:5 | ||
) | ||
" | ||
PDEPEND=" | ||
>=kde-plasma/kde-cli-tools-${PVCUT}:5 | ||
" | ||
|
||
src_prepare() { | ||
ecm_src_prepare | ||
use multimedia || eapply "${FILESDIR}/${PN}-5.21.80-gstreamer-optional.patch" | ||
|
||
# TODO: try to get a build switch upstreamed | ||
if ! use screencast; then | ||
sed -e "s/^pkg_check_modules.*PipeWire/#&/" \ | ||
-i CMakeLists.txt || die | ||
fi | ||
} | ||
|
||
src_configure() { | ||
local mycmakeargs=( | ||
$(cmake_use_find_package accessibility QAccessibilityClient) | ||
$(cmake_use_find_package caps Libcap) | ||
$(cmake_use_find_package plasma KF5Runner) | ||
) | ||
|
||
ecm_src_configure | ||
} | ||
|
||
pkg_postinst() { | ||
ecm_pkg_postinst | ||
optfeature "color management support" x11-misc/colord | ||
elog | ||
elog "In Plasma 5.20, default behavior of the Task Switcher to move minimised" | ||
elog "windows to the end of the list was changed so that it remains in the" | ||
elog "original order. To revert to the well established behavior:" | ||
elog | ||
elog " - Edit ~/.config/kwinrc" | ||
elog " - Find [TabBox] section" | ||
elog " - Add \"MoveMinimizedWindowsToEndOfTabBoxFocusChain=true\"" | ||
} |