summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* group-desktop: Enable dri and cairo USE flags by defaultWolfgang Müller2024-09-24-6/+2
| | | | | This follows the setting in make.defaults of the desktop profile and makes sense for us as well.
* service-prosody: Build net-im/prosody with Lua 5.4Wolfgang Müller2024-09-23-1/+1
| | | | | This is following the change in ed72ad3 (group-base: Simplify Lua handling, 2024-08-31).
* host-coleridge: Remove obsolete 'static' USE flag for sys-fs/mdadmWolfgang Müller2024-09-23-2/+0
| | | | | This was needed for the initial initramfs but has become obsolete with the migration to sys-kernel/dracut.
* host-coleridge: Use default mirrorsWolfgang Müller2024-09-23-2/+0
|
* libc-musl: Fix compilation of net-voip/murmurWolfgang Müller2024-09-23-0/+14
| | | | | | Reported for Gentoo at [1] but not yet fixed. [1] https://bugs.gentoo.org/888960
* service-qbittorrent: Add a profile for qbittorrentWolfgang Müller2024-09-23-0/+1
|
* group-desktop: Remove obsolete unmask of xfce-base/thunarWolfgang Müller2024-09-23-6/+0
| | | | | | Thunar and its dependencies are usually stabilized quickly - only the odd release numbers are hard masked, which these settings do nothing about anyway.
* kernel-6.8: Retire profileWolfgang Müller2024-09-23-3/+0
|
* group-base: Add @ebuild set for ebuild developmentWolfgang Müller2024-09-23-0/+3
|
* group-base: Add @kernel set for kernel sources and common utilitiesWolfgang Müller2024-09-23-0/+3
|
* group-base: Add @portage set for common portage utilitiesWolfgang Müller2024-09-23-0/+4
|
* lang-cpp: Add profile for programming in C(++)Wolfgang Müller2024-09-23-0/+2
| | | | For now this only includes clangd.
* lang-python: Remove black from @python-develWolfgang Müller2024-09-21-1/+0
| | | | | | This has been entirely superseded by dev-util/ruff [1] [1] https://docs.astral.sh/ruff/formatter/
* 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.
* host-albatross: Add firmware blobs for MT7961KWolfgang Müller2024-09-19-0/+2
|
* 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
|
* group-desktop: Unmask media-sound/mpd-mpris and mpv-plugin/mpv-mprisWolfgang Müller2024-09-15-0/+61
| | | | | Additionally patch media-sound/mpd-mpris to support UNIX sockets since the last release from 2023 does not include this feature yet.
* 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-sway: Add media-gfx/imv to @sway-desktopWolfgang Müller2024-09-13-0/+1
| | | | This set was still missing an image viewer.
* 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
|
* desktop-sway: Introduce @sway-desktop setWolfgang Müller2024-09-11-0/+10
| | | | | This set contains all relevant programs needed for a simple sway-based desktop.
* group-desktop: Retire sddm setWolfgang Müller2024-09-11-3/+0
| | | | | We no longer use sddm as a standalone addition to desktop systems, so this can go.
* group-base: Add patch fixing bulkrename for app-misc/rangerWolfgang Müller2024-09-10-0/+24
| | | | | | This seems to be stuck upstream [1], so finally add a patch locally. [1] https://github.com/ranger/ranger/issues/2934
* service-jellyfin: Add a profile for JellyfinWolfgang Müller2024-09-10-0/+1
|
* group-desktop: Enable dbus globallyWolfgang Müller2024-09-10-8/+3
|
* group-desktop: Unmask app-office/obsidianWolfgang Müller2024-09-10-0/+2
|
* kernel-6.10: Add a profile for the 6.10 seriesWolfgang Müller2024-09-10-0/+3
|
* Reorganize group-desktop and desktop-* profilesWolfgang Müller2024-09-10-31/+34
| | | | | | | We've been using a wayland-based desktop for quite a while now, so it seems reasonable to merge most generic bits into the group-desktop profile. Going forward, desktop-* profiles will be used for specific desktop configurations (sway or plasma, for example).
* group-base: Simplify Lua handlingWolfgang Müller2024-08-31-8/+2
| | | | | | | Instead of deselecting all Lua targets, make sure to only deselect the current one and replace it with lua5-4. Remove special handling of SINGLE_TARGET, since upstream values are actually fine here. Finally, remove the obsolete luajit USE flag setting for neovim dependencies.
* boot-efi: Enable UKI-related USE flagsWolfgang Müller2024-07-18-2/+2
|
* boot-efi: Migrate boot USE-flag from init-systemd to boot-efiWolfgang Müller2024-07-16-2/+2
| | | | | The old gnuefi flag does not exist anymore, and a "generic" installation of systemd should not pull in the bootloader.
* group-base, group-desktop: Remove obsolete USE flagsWolfgang Müller2024-06-21-13/+1
|
* desktop-wayland: Remove obsolete X USE flag for net-misc/remminaWolfgang Müller2024-06-21-3/+0
| | | | | | This is no longer needed for recent versions of net-misc/remmina. See https://gitweb.gentoo.org/repo/gentoo.git/commit/net-misc/remmina?id=61e3c29844fd937718bac1497118e241bb7e9e0b
* group-desktop: Remove obsolete patchesWolfgang Müller2024-06-21-42/+0
|
* group-base: Remove obsolete patchesWolfgang Müller2024-06-21-29/+0
|