summaryrefslogtreecommitdiffstats
path: root/desktop-plasma (follow)
Commit message (Collapse)AuthorAgeLines
* desktop-plasma: Add patches for kde-apps/dolphin to fix click behaviourWolfgang Müller13 days-0/+215
| | | | | | | | | | 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
* desktop-plasma: Add patches related to the DWD ionWolfgang Müller13 days-0/+317
| | | | | | | 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
* desktop-plasma: Fix typo in unmaskWolfgang Müller13 days-1/+1
| | | | | | 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.
* desktop-plasma: Unmask packages to stay on the latest upstream versionsWolfgang Müller2024-10-16-0/+7
| | | | | | | | | 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.
* desktop-plasma: Remove unmasked packages that have stabilizedWolfgang Müller2024-10-13-2/+0
|
* desktop-plasma: Add patch fixing infinite loop in plasmashellWolfgang Müller2024-10-13-0/+70
| | | | | | | 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
* desktop-plasma: Add patch for libplasma fixing certain plasmoidsWolfgang Müller2024-10-13-0/+37
|
* desktop-plasma: Apply patches to specific releasesWolfgang Müller2024-10-13-0/+0
| | | | | | 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.
* desktop-plasma: Patch kde-apps/dolphin terminals with fish in vi modeWolfgang Müller2024-10-09-0/+33
| | | | | | | 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.
* desktop-plasma: Disable qml USE flag for kde-apps/okularWolfgang Müller2024-10-07-0/+3
| | | | | | 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.
* desktop-plasma: Fix trash size calculation for kde-frameworks/kio:6Wolfgang Müller2024-10-06-0/+29
| | | | | | | Reported and merged upstream at [1] but will probably take a while until it's available in a release. [1] https://invent.kde.org/frameworks/kio/-/merge_requests/1729
* desktop-plasma: Enable pdf and video USE flags on kde-apps/thumbnailersWolfgang Müller2024-10-06-1/+1
| | | | | | This will automatically pull in kde-apps/ffmpegthumbs and media-gfx/kio-ps-thumbnailer so there's no need to keep those in the @desktop-plasma set.
* desktop-plasma: Add sci-calculators/qalculate-qt to @desktop-plasmaWolfgang Müller2024-10-06-0/+2
| | | | | Since there is only an unstable version available right now this also needs to be unmasked.
* desktop-plasma: Do not use bundled icons for net-irc/quasselWolfgang Müller2024-10-04-1/+1
| | | | | We already have these icons when using Plasma, so there's no need for quassel to bring them bundled.
* Align package set names with profiles namesWolfgang Müller2024-09-30-0/+0
| | | | | | Whilst this is a more invasive change that needs manual intervention in /var/lib/portage/world_sets, it finally gives package sets a predictive name.
* desktop-plasma: Remove redundant kde USE flagsWolfgang Müller2024-09-27-2/+1
| | | | | We set kde globally in 8e50b26 (desktop-plasma: Prefer global USE flags, 2024-09-25) but never removed the specific instances of the flag.
* desktop-plasma: Fix KTerminalLauncherJob patch for weltschmerzWolfgang Müller2024-09-26-4/+4
| | | | | We forgot the extra space needed to separate weltschmerz from its arguments. Add it here.
* desktop-plasma: Prefer global USE flagsWolfgang Müller2024-09-25-6/+6
| | | | | | | | | This reduces the amount of specifically set USE flags and should make the whole thing clearer. These are also set on Gentoo's own desktop/plasma profile. We disable kde on p7zip because we specifically don't need its file manager integration, however.
* desktop-plasma: Add kde-frameworks/kio patch for setUrl() handlingWolfgang Müller2024-09-20-0/+91
| | | | | | | This patch fixes kio's handling of trailing slashes in KFilePlacesView::setUrl(). Merge request upstream at [1]. [1] https://invent.kde.org/frameworks/kio/-/merge_requests/1723
* desktop-plasma: Update patch for place URLsWolfgang Müller2024-09-20-16/+14
| | | | This is the patch that landed upstream and will be backported to 24.08.
* desktop-plasma: Add app-editors/okteta to @plasma-desktopWolfgang Müller2024-09-19-0/+4
|
* desktop-plasma: Add kde-apps/okular to @plasma-desktopWolfgang Müller2024-09-19-0/+4
|
* desktop-plasma: Enable kwallet USE flag on kde-plasma/plasma-metaWolfgang Müller2024-09-19-1/+1
| | | | | | | This will pull in kde-plasma/kwallet-pam for automatic unlock when logging in. This was initially disabled in 753c26e (desktop-plasma: Enable GPG in kwallet, 2024-09-16) but we now have a split wallet setup where this is useful again.
* desktop-plasma: Patch place URL comparison in kde-apps/dolphinWolfgang Müller2024-09-18-0/+75
| | | | | | See also the merge request upstream [1] [1] https://invent.kde.org/system/dolphin/-/merge_requests/831
* desktop-plasma: Fix whitespace in previous patchWolfgang Müller2024-09-18-8/+8
|
* desktop-plasma: Update patches fixing notifications for net-irc/quasselWolfgang Müller2024-09-18-39/+106
| | | | | | These are what has been submitted as a pull request [1] [1] https://github.com/quassel/quassel/pull/619
* desktop-plasma: Add patch fixing notifications for net-irc/quasselWolfgang Müller2024-09-17-0/+39
|
* desktop-plasma: Provide compatibility with QT5-based appsWolfgang Müller2024-09-17-0/+6
| | | | | For net-irc/quassel specifically, we need to also enable the kde USE flag to enable notification integration.
* desktop-plasma: Have KDE provide a notification daemonWolfgang Müller2024-09-17-0/+1
| | | | | Apps looking for a notification daemon (like x11-libs/libnotify) should be made aware that we have the KDE Plasma system provide such a daemon.
* desktop-plasma: Remove browser integrationWolfgang Müller2024-09-17-1/+1
| | | | We ended up not really using these features, so get rid of them.
* desktop-plasma: Enable GPG in kwalletWolfgang Müller2024-09-16-1/+2
| | | | | Additionally, do not pull in kde-plasma/kwallet-pam, since it cannot unlock GPG-based wallets anyway.
* desktop-plasma: Sort package.use entriesWolfgang Müller2024-09-15-1/+1
|
* desktop-plasma: Use kwalletWolfgang Müller2024-09-15-1/+1
| | | | | | | The kwallet USE flag is enabled by default on a reasonable set of packages, so we can simply remove the global disable. Additionally, pull in kde-apps/kwalletmanager in @plasma-desktop so we can manually manage the wallet.
* desktop-plasma: Add kde-apps/krdc to @plasma-desktopWolfgang Müller2024-09-15-0/+2
| | | | This replaces the previously used net-misc/remmina.
* desktop-plasma: Add kde-apps/spectacle to @desktop-plasmaWolfgang Müller2024-09-13-0/+2
| | | | | | Make sure to disable Python support from media-libs/opencv (which spectacle pulls in) because it is not specifically required - this will pull in way fewer dependencies.
* desktop-plasma: Enable screencast USE flag for KDE PlasmaWolfgang Müller2024-09-13-0/+4
| | | | | | This is (obviously) needed for screencasting, but also to have plasmashell draw thumbnails when hovering over open windows in the task bar.
* desktop-plasma: Add a profile for KDE's Plasma 6 desktopWolfgang Müller2024-09-11-0/+91