| Commit message (Collapse) | Author | Age | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
This makes sure that iucode_tool will only include microcode for the
host processor. Otherwise, the early microcode initramfs will be around
20 MiB in size.
See https://wiki.gentoo.org/wiki/Intel_microcode#Software
|
| |
|
| |
|
|
|
|
|
| |
This is required by a lot of KDE packages and was previously not
highlighted as a problem as another profile had set it already.
|
|
|
|
| |
We really don't need this universally on all desktop operating systems.
|
|
|
|
|
| |
On desktop systems this particular functionality is not needed at all
and saves us from a pesky virtual/mta dependency.
|
| |
|
|
|
|
| |
We have since switched to a local fava installation using pipx.
|
|
|
|
| |
This is needed for current unstable versions of Plasma.
|
| |
|
|
|
|
| |
These are now released in Plasma 6.3.0.
|
|
|
|
| |
These are now released in Plasma 6.3.0.
|
| |
|
|
|
|
|
|
| |
This is a very useful USE flag but implies a lot of useless rebuilds on
existing systems that don't have it turned on yet. Instead of enabling
it globally on all machines, make it opt-in for now.
|
|
|
|
|
|
|
| |
This commit introduces a hook into the sys-apps/systemd installation
process which will automatically sign its bootloader with sbctl if
available. This makes updates of sys-apps/systemd work without manual
intervention.
|
|
|
|
|
|
| |
These have been picked up by Gentoo now at [1].
[1] https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=694c2f33afd1ecf34e7af3dae16b3a236487f938
|
| |
|
|
|
|
|
|
|
| |
Normally the weight is computed relative to the font in use, so the
weight chosen for bold characters when using a light font is "normal",
and not "bold". We prefer the latter, and there seems to be no other way
to configure this.
|
|
|
|
| |
This is just for personal preference.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
For now this enables the off-by-default npm USE flag on net-libs/nodejs.
|
| |
|
| |
|
|
|
|
| |
This is needed for kde-plasma/kwin.
|
|
|
|
|
|
|
| |
See [1]. Merged upstream in [2] but not yet slated for release.
[1] https://invent.kde.org/plasma/kwin/-/merge_requests/6697
[2] https://invent.kde.org/plasma/kwin/-/commit/db873bbd5b8c31de9142de66ed0da6db937bc662
|
|
|
|
|
|
|
|
|
| |
This will make it such that the highlightWindows setting isn't
automatically disabled by kwin. See [1]. Merged upstream in [2] but not
yet slated for release.
[1] https://invent.kde.org/plasma/kwin/-/merge_requests/6699
[2] https://invent.kde.org/plasma/kwin/-/commit/407cee8825d3d8fa3112cf2f118354bf8c7ada1a
|
|
|
|
|
|
|
|
| |
These implement a toggle for zero RPM and a knob to control the stop
temperature. Upstreamed in [1] but will take a while to appear in the
kernel.
[1] https://gitlab.freedesktop.org/agd5f/linux/-/commit/cfffd980bf21b5a84fd364861d482d5a2ec21c49
|
|
|
|
| |
This has been released in 6.8.0
|
|
|
|
|
| |
These fixes are now all available on unstable Plasma packages, so remove
them here.
|
| |
|
|
|
|
|
|
| |
This has been merged upstream in [1]
[1] https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=548578455900b398c0c0832506f0d8ec0f218dee
|
|
|
|
|
|
|
|
|
|
| |
All of these depend on each other and have not yet seen release in any
stable version. In their entirety they fix an annoying behaviour where
quickly tapping the Forward/Backward buttons on the mouse would be
interpreted as double-clicks, thereby ignoring the second click made. A
fix has been sent upstream at [1] and is contained here.
[1] https://invent.kde.org/system/dolphin/-/merge_requests/842
|
|
|
|
|
|
|
| |
These fix two small issues and introduce support for night-time icons.
They've been merged upstream [1] but will only be available in 6.3.
[1] https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/4848
|
|
|
|
|
|
| |
edae572 (desktop-plasma: Unmask packages to stay on the latest upstream
versions, 2024-10-16) intended to unmask all relevant KDE categories but
missed one because of a silly typo. Fix it.
|
|
|
|
|
|
| |
This comes in handy if there's a lot of rebuilds done through portage
(for example when testing patches in /etc/portage/patches). No harm in
keeping the env profile around should we ever need it.
|
|
|
|
|
|
|
|
|
| |
We prefer being on whatever version upstream considers stable enough for
a public release even though it might contain more bugs. In Gentoo this
means unmasking the latest unstable packages in the tree. Instead of
unmasking every package by itself, use wildcards with the common kde-*
categories. For now, two additional applications need unmasking such
that portage can resolve the dependency tree.
|
| |
|
|
|
|
|
|
|
| |
This fix has also been sent upstream [1] but won't be available in a
release any time soon.
[1] https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/2574
|
| |
|
|
|
|
|
|
| |
Both of these fixes have been upstreamed and are available in the next
version (which is yet masked). Make sure to only apply them when
necessary.
|
|
|
|
|
| |
This is needed even on wayland to make keyboard input work when
connecting to a remote desktop.
|
|
|
|
|
|
|
| |
Dolphin's built-in terminal follows the working directory by injecting a
cd command. It needs to make sure the line is empty first and sends
^E^U. This fails when using the fish shell in vi mode as ^E is not bound
in that mode. Add a patch for Dolphin that has it use End instead.
|
|
|
|
|
|
| |
For some reason qml enables kde-apps/okular to build with both the
mobile and desktop application. Since the mobile application, is really
just a simplified version of okular proper, we have no need for it.
|