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.0 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
3 changed files
with
160 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 +1,2 @@ | ||
DIST kwin-5.21.5.tar.xz 6394220 BLAKE2B 8a0b1ba6e1393ccd721ef8dcb925739a91ba08528ac2f61a5908b37372ade83496b3fe2dbbd9093727a12ffca35d5aac607d8888454519d33b0c924c9d030bd1 SHA512 b749892b12b027b306836bbd7b770602bff80c0ce6840db3345585a1215b415fe24fb823bbcb399f76999232f100bb2e1898d460160e1a762ea10fd24d6cf63c | ||
DIST kwin-5.22.0.tar.xz 6440652 BLAKE2B 3adf9c55e722c41a014fb3784a834c45ce93c4e196bcb3c337f9243b196a3645d1fbfe87dea9ae000b21a10eed32ce541fbdc9159a86af44d4ea561f753299e4 SHA512 eccd6d674a6ab7820de8f7765b25b55e8554ea5ddc21af90f189789856a047dc4468ced4a897b2e94c084ebb7e85f114e75cb7e63253497d36c76c2b228eb471 |
25 changes: 25 additions & 0 deletions
25
kde-plasma/kwin/files/kwin-5.21.80-gstreamer-optional.patch
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,25 @@ | ||
From b5b277996322b0a37ed8a9443724183b82800e81 Mon Sep 17 00:00:00 2001 | ||
From: Andreas Sturmlechner <[email protected]> | ||
Date: Tue, 6 Aug 2019 22:36:44 +0200 | ||
Subject: [PATCH] Disable the effect video button if gstreamer is missing | ||
|
||
--- | ||
kcmkwin/kwineffects/package/contents/ui/Effect.qml | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/kcmkwin/kwineffects/package/contents/ui/Effect.qml b/kcmkwin/kwineffects/package/contents/ui/Effect.qml | ||
index 71dbc5935..86ddf40b3 100644 | ||
--- a/src/kcmkwin/kwineffects/package/contents/ui/Effect.qml | ||
+++ b/src/kcmkwin/kwineffects/package/contents/ui/Effect.qml | ||
@@ -112,7 +112,7 @@ Kirigami.SwipeListItem { | ||
} | ||
actions: [ | ||
Kirigami.Action { | ||
- visible: model.VideoRole.toString() !== "" | ||
+ visible: false | ||
icon.name: "videoclip-amarok" | ||
tooltip: i18nc("@info:tooltip", "Show/Hide Video") | ||
onTriggered: videoItem.showHide() | ||
-- | ||
2.22.0 | ||
|
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" | ||
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\"" | ||
} |