Skip to content

Commit cc6348f

Browse files
authored
Update Kde packages (#9)
* remove duplicate package * replace default phonon-gstreamer to phonon-vlc in KDE packages phonon-vlc (this is the only maintained and supported Phonon backend for KDE apps that use Phonon for their multimedia needs; the alternative phonon-gstreamer has been unmaintained since 2013 and should not be shipped by default, or at all, ideally) source: https://community.kde.org/Distributions/Packaging_Recommendations
1 parent ed550bf commit cc6348f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -808,10 +808,10 @@ auto get_pkglist_desktop(const std::string_view& desktop_env) noexcept -> std::v
808808
"cachyos-nord-kde-theme-git", "cachyos-iridescent-kde", "cachyos-emerald-kde-theme-git",
809809
"cachyos-kde-settings", "cachyos-themes-sddm", "cachyos-wallpapers", "char-white", "dolphin", "egl-wayland", "gwenview",
810810
"konsole", "kate", "kdeconnect", "kscreen", "kde-gtk-config", "khotkeys", "kinfocenter",
811-
"kinit", "kscreen", "kwallet-pam", "kwalletmanager", "plasma-wayland-protocols", "plasma-wayland-session",
811+
"kinit", "kwallet-pam", "kwalletmanager", "plasma-wayland-protocols", "plasma-wayland-session",
812812
"plasma-desktop", "plasma-framework5", "plasma-nm", "plasma-pa", "plasma-workspace", "plasma-integration",
813813
"plasma-firewall", "plasma-browser-integration", "plasma-systemmonitor", "plasma-thunderbolt",
814-
"powerdevil", "ksysguard", "spectacle", "sddm", "sddm-kcm", "xsettingsd", "xdg-desktop-portal", "xdg-desktop-portal-kde"};
814+
"powerdevil", "ksysguard", "spectacle", "sddm", "sddm-kcm", "xsettingsd", "xdg-desktop-portal", "xdg-desktop-portal-kde", "phonon-qt5-vlc"};
815815
/* clang-format on */
816816
pkg_list.insert(pkg_list.end(), std::move_iterator(to_be_inserted.begin()),
817817
std::move_iterator(to_be_inserted.end()));

0 commit comments

Comments
 (0)