Diff libkscreen-6.5.5-r1 with a libkscreen-6.5.5-r2
| /usr/portage/kde-plasma/libkscreen/libkscreen-6.5.5-r2.ebuild 2026-04-18 12:17:38.948953344 +0300 | ||
|---|---|---|
| 10 | 10 |
inherit ecm plasma.kde.org toolchain-funcs |
| 11 | 11 | |
| 12 | 12 |
DESCRIPTION="Plasma screen management library" |
| 13 |
SRC_URI+=" https://dev.gentoo.org/~asturm/distfiles/kde/${P}-patchset.tar.xz"
|
|
| 13 | 14 | |
| 14 | 15 |
LICENSE="GPL-2" # TODO: CHECK |
| 15 | 16 |
SLOT="6/8" |
| ... | ... | |
| 35 | 36 |
dev-util/wayland-scanner |
| 36 | 37 |
" |
| 37 | 38 | |
| 38 |
PATCHES=( "${FILESDIR}/${P}-kwayland-crashfix.patch" ) # KDE-bug #511757
|
|
| 39 |
PATCHES=( |
|
| 40 |
"${WORKDIR}/${P}-patchset" # KDE-bugs #487660, #511757
|
|
| 41 |
) |
|
| 39 | 42 | |
| 40 | 43 |
pkg_pretend() {
|
| 41 | 44 |
[[ ${MERGE_TYPE} != binary ]] && tc-check-min_ver gcc 13.4
|