Install this version:
emerge -a =kde-misc/kwin-sliding-notifications-20260305
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =kde-misc/kwin-sliding-notifications-20260305
Or alternatively:
emerge --autounmask-write -a =kde-misc/kwin-sliding-notifications-20260305
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit ecm optfeature readme.gentoo-r1
COMMIT="99b5016f5ef3f74b7ca203206ed79944efda1df6"
DESCRIPTION="Plasma 6 Sliding animation for notification windows"
HOMEPAGE="https://github.com/RussH/kwin-sliding-notifications"
SRC_URI="https://github.com/RussH/${PN}/archive/${COMMIT}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT}"
LICENSE="MIT"
SLOT="6"
KEYWORDS="~amd64 ~x86"
DEPEND="dev-qt/qtbase:6[gui]
kde-frameworks/kconfig:6
kde-frameworks/kcoreaddons:6
kde-frameworks/kwidgetsaddons:6
kde-frameworks/kwindowsystem:6"
RDEPEND="${DEPEND}
kde-plasma/kwin:6"
DOC_CONTENTS="Enable the plugin and without restarting session:\\n
kwriteconfig6 --file kwinrc --group Plugins --key kwin_final_slidingEnabled true\\n"
src_install() {
cmake_src_install
readme.gentoo_create_doc
}
pkg_postinst() {
optfeature "Support of notification sound via PipeWire" media-video/pipewire[extra]
readme.gentoo_print_elog
}
dev-qt/qtbase:6[gui] kde-frameworks/kconfig:6 kde-frameworks/kcoreaddons:6 kde-frameworks/kwidgetsaddons:6 kde-frameworks/kwindowsystem:6
dev-qt/qtbase:6[gui] kde-frameworks/kconfig:6 kde-frameworks/kcoreaddons:6 kde-frameworks/kwidgetsaddons:6 kde-frameworks/kwindowsystem:6 kde-plasma/kwin:6
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | kwin-sliding-notifications-20260305.gh.tar.gz | 418909 bytes | https://github.com/RussH/kwin-sliding-notifications/archive/99b5016f5ef3f74b7ca203206ed79944efda1df6.tar.gz |