summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/kde
AgeCommit message (Collapse)Author
3 daysffmpeg_4: almost drop (#336401)Sandro
8 dayslibsForQt5.ffmpegthumbs: unpin FFmpeg 4Emily
Builds fine with FFmpeg 7, and Arch ships it like that.
9 daystree-wide: remove eelco as maintainer from things he no longer maintainsJade Lovelace
While preparing this change, I read the git blame on all of the files I touched. I saw a working lifetime of building this system which we use every day and love dearly and keep maintained ourselves. I saw commits from a 14 year range between 2003 to 2017!! I could not be more thankful for Eelco's work on building large parts of the foundation of nixpkgs that all of us rely on now. However, the end date of that range of the files I looked at the blame on was 2017. I did not see surviving code from any newer date than that. Looking at the Git logs, Eelco has been working on other things, and that's totally fine. However, it means that our maintenance metadata is out of date on a lot of packages, and *that*'s the reason I am submitting this change. There are a lot of packages that don't have anyone with their name on them to be pinged if they need attention, even if they have had recent activity (although it is never clear if recent activity was just someone fixing it because ZHF or because the package actually matters to them). There are a lot of packages with storied history that maybe don't need to be in the set anymore at all since they have not been touched in years; or maybe they are simply finished. Empty maintainer lists should be a sign that we need to figure out who maintains it or potentially remove it if it has rotted, and allowing the maintainer list to be empty if it is already not maintained is part of a healthy repository ecology. Either way, I would like to have the maintenance metadata not mislead anyone into sending Eelco emails about packages he doesn't, in practice, work on anymore. I have not removed his name from everything; there are some things that he is the upstream for or has worked on more recently, for instance, like Nix, which I have left alone.
2024-07-30treewide: normalize maintainers list formattingSigmanificient
grep -rP 'maintainers = \[\];'
2024-07-29treewide: remove unused with statements from maintainer listsJörg Thalheim
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \ -e 's!with lib.maintainers; \[ *\];![ ];!' \ -e 's!with maintainers; \[ *\];![ ];!'
2024-07-27kdePackages.kdenlive, plasma5Packages.kdenlive: drop glaxnimate from inputsK900
It's not actually needed as a library, only as a binary, and adding it leaks duplicate OpenCVs into the closure, which breaks rendering. Fixes #329747 Fixes #209941
2024-07-26pkgs/applications: remove unused argumentsSigmanificient
2024-07-14treewide: remove unused occurence of stdenv (and other) argumentsSigmanificient
format (will squash)
2024-07-04kdenlive: minor refactoringTobias Bora
2024-07-04kdenlive: make glaxnimate non-optionalTobias Bora
2024-07-04mlt: add glaxnimate supportTobias Bora
2024-06-21maintainers: drop lheckemannLinus Heckemann
2024-06-20applications/kde: Remove samueldr as maintainer of mobile gearSamuel Dionne-Riel
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09treewide: Remove ending period from meta.descriptionAlexis Hildebrandt
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09Merge pull request #308448 from r-ryantm/auto-update/corrosionSandro
corrosion: 0.4.8 -> 0.5
2024-06-08libsForQt5.angelfish: fix build with corrosion 0.5Robert Schütz
2024-05-21pkgs/applications: remove uneeded fetchpatch argumentsSigmanificient
2024-04-28Merge branch 'master' into staging-nextJan Tojnar
2024-04-28Removing FRidh as active maintainer of packagesFrederik Rietdijk
In the past I was very active with Python packaging. For several years now I was hardly around as maintainer, so it does not make sense I am listed as a maintainer for these makes. Looking back, I should have removed myself as maintainer already much longer ago. Anyway, better late than never. It's been a fun ride, and I do intend to occasionally contribute to Nixpkgs, but not in the same way it once was.
2024-04-27treewide: wrapGAppsHook → wrapGAppsHook3Jan Tojnar
This was achieved using the following command: sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b') And then manually reverted the following changes: - alias in top-level.nix - function name in wrap-gapps-hook.sh - comment in postFixup of at-spi2-core - comment in gtk4 - comment in preFixup of 1password-gui/linux.nix - comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix - comment in postFixup of telegram-desktop - comment in postFixup of fwupd - buildCommand of mongodb-compass - postFixup of xflux-gui - comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config - description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-03-30nixos/partition-manager: use qt6 when plasma6 is activatedSandro Jäckel
This also fixes System Settings > Windows Shares complaining about the wrong QT version under Plasma6.
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2024-03-12cantor: fix build on Hydra by avoiding parallel buildingDoron Behar
2024-02-28gwenview: fix build with versioned kImageAnnotatorK900
2024-02-27Merge pull request #289121 from Thra11/arianna-kitemmodelsGuillaume Girol
arianna: add missing runtime dependency
2024-02-25Merge pull request #286546 from Sigmanificient/kcachegrind-fixThomas Gerbet
kcachegrind: fix graphviz missing at runtime
2024-02-20libsForQt5.konsole: add missing meta.mainProgramJohn Garcia
2024-02-17Merge pull request #288094 from dotlambda/itinerary-dependenciesRobert Schütz
plasma5Packages.itinerary: add missing dependency
2024-02-15arianna: add missing runtime dependencyTom Hall
2024-02-15kde/gear: 23.08.4 -> 23.08.5K900
2024-02-11plasma5Packages.itinerary: add missing dependencyRobert Schütz
2024-02-05kcachegrind: fix graphviz missing at runtimeSigmanificient
2024-02-05Merge pull request #273263 from syvb/fix-audiotube-kpurposeSandro
2024-01-15gwenview: add mainProgramarthsmn
2024-01-07libsForQt5.kpmcore, partition-manager: move to applications/kdeWeijia Wang
2023-12-10Merge pull request #272656 from turion/dev_kdenlive_mltRick van Schijndel
kdenlive: Use ffmpeg-full for mlt
2023-12-09libsForQt515.audiotube: depend on kpurposesyvb
Audiotube depends on Purpose, and fails to launch if it is unavailable. Fixes that by adding `kpurpose` as a build dependency. Closes #228179.
2023-12-08kde/gear: 23.08.3 -> 23.08.4K900
2023-12-07kdenlive: Use ffmpeg-full for mltManuel Bärenz
2023-12-05Merge pull request #271424 from NinjaFB/add-kalgebraPol Dellaiera
kalgebra: init at 23.08.3
2023-12-05kalgebra: init at 23.08.3NinjaFB
2023-12-01grantletheme: fix loading in kmail/kontactJörg Thalheim
This fixes a 5 year old bug (old enough to go to school) where kmail was not able show emails (also appeared in kontact). fixes https://github.com/NixOS/nixpkgs/issues/160599 The solution is not pretty but effective and involves working around the broken search path of kde related libraries.
2023-11-27kontact: add all the plugins to the wrapperK900
2023-11-09Merge master into staging-nextgithub-actions[bot]
2023-11-09kde/gear: 23.08.2 -> 23.08.3K900
2023-10-16Merge staging-next into staginggithub-actions[bot]
2023-10-15Merge pull request #259436 from SuperSandro2000/itineraryThomas Tuegel
2023-10-15Merge staging-next into staginggithub-actions[bot]
2023-10-14Merge pull request #243816 from xNaxdy/masterThomas Tuegel