about summary refs log tree commit diff
path: root/pkgs/applications/plasma-mobile
AgeCommit message (Collapse)AuthorFilesLines
2024-05-30treewide: remove unused fetch* (and other) argumentsSigmanificient1-1/+0
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm4-0/+4
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.
2023-04-20plasma-mobile: 23.1 -> 23.04.0, (partially) absorb into kde/gearK90018-946/+0
2023-03-18spacebar: remove gcc9 hackK9002-7/+2
2023-03-18treewide: clear out remaining qt5 conditionalsK9001-5/+1
2023-02-15plasma-mobile/qmlkonsole: init at 23.01.0Alexander Bantyev2-0/+43
2023-02-06Merge master into staging-nextgithub-actions[bot]8-105/+107
2023-02-05tokodon: 22.11.2 -> 23.01.0Robert Schütz1-2/+2
Diff: https://invent.kde.org/network/tokodon/-/compare/v22.11.2...v23.01.0
2023-02-05plasma5Packages.plasmaMobileGear: 22.11 -> 23.01.0Robert Schütz7-103/+105
2023-02-05treewide: another round of gcc12 fixupsVladimír Čunát2-4/+4
2023-02-05treewide: gcc11Stdenv on x86_64-linux -> gcc12StdenvVladimír Čunát2-5/+5
These seemed done to upgrade version on aarch64-linux, but now they were (also) downgrading on x86_64-linux. I checked that they still build; some cases were even fixed, e.g.: https://hydra.nixos.org/log/40jmdmnk07ac7xwwxmdqa7smvc3xflm2-qcoro-0.7.0.drv
2023-01-13tokodon: Init at 22.11.2Samuel Dionne-Riel2-0/+79
This commit is artificially built over the end-results of the Nixpkgs PR https://github.com/NixOS/nixpkgs/pull/170466 with the package now being built in the way Plasma Mobile Gear packages are built. Main differences: - `mkDerivation` from the Plasma Mobile Gear package set, and related changes (dropping redundant wrapQtAppsHook). - inputs re-ordered and split by usage like sibling packages. The actual work though was by @matthiasbeyer, I only mechanically rehashed the changes. Co-authored-by: Matthias Beyer <mail@beyermatthias.de>
2022-11-30audiotube: Add gst wrapping to fix playbackSamuel Dionne-Riel1-1/+11
2022-11-30audiotube: Remove now unneeded workaroundSamuel Dionne-Riel1-2/+0
2022-11-30audiotube: Add missing qtimageformats dependencySamuel Dionne-Riel1-0/+2
It is *recommended* in the README. (but not required?) > YouTube uses webp images for the cover art, so you will need to install qtimageformats. This solves these logged messages: ``` [...] RoundedImage.qml:16:9: QML Image: Error decoding [...].webp: Unsupported image format ```
2022-11-30plasmatube: Add gst wrapping to fix playbackSamuel Dionne-Riel1-0/+7
Videos now start as one would expect...
2022-11-30plasmatube: Fix runtime use of yt-dlpSamuel Dionne-Riel3-1/+36
This would end-up relying on an ambiant yt-dlp, which is bad.
2022-11-30plasma-dialer: Add dependency on kirigami-addonsSamuel Dionne-Riel1-0/+2
2022-11-30neochat: Add dependency on kirigami-addonsSamuel Dionne-Riel1-0/+2
2022-11-30krecorder: Add dependency on kwindowsystemSamuel Dionne-Riel1-0/+2
2022-11-30kclock: Add dependency on kirigami-addonsSamuel Dionne-Riel1-0/+2
2022-11-30angelfish: Update deps for 22.11Samuel Dionne-Riel1-2/+2
2022-11-30alligator: Add dependency on kirigami-addonsSamuel Dionne-Riel1-0/+2
2022-11-30libsForQt5.plasmaMobileGear: 22.09 -> 22.11Samuel Dionne-Riel2-97/+97
2022-11-12corrosion: 0.2.1 -> 0.3.0Robert Schütz1-4/+0
https://github.com/corrosion-rs/corrosion/releases/tag/v0.2.2 https://github.com/corrosion-rs/corrosion/releases/tag/v0.3.0
2022-10-18Merge pull request #196047 from samueldr/fix/qcoro-0.6-aarch64-altSamuel Dionne-Riel3-8/+25
qcoro: 0.4.0 -> 0.6.0 and AArch64 fix
2022-10-16Merge pull request #193858 from samueldr/feature/plamo-gear-22.09Samuel Dionne-Riel8-99/+149
Plasma Mobile Gear 22.09
2022-10-14spacebar: Work around AArch64 not using gcc11StdenvSamuel Dionne-Riel2-2/+8
2022-10-14neochat: Work around AArch64 not using gcc11StdenvSamuel Dionne-Riel2-6/+17
2022-10-14plasma-dialer: Disable overlay supportSamuel Dionne-Riel1-0/+7
See: - https://invent.kde.org/plasma-mobile/plasma-dialer/-/issues/66 - https://invent.kde.org/plasma-mobile/plasma-dialer/-/commit/3a91964828fb2b9f54d9f9eb5f81865af5676a42 When Plasma Gear 22.09 was released, KWin 5.26 wasn't released yet. The linked commit was not part of Gear 22.09.
2022-10-14plasma-dialer: Fixes for 22.09Samuel Dionne-Riel1-0/+23
https://invent.kde.org/plasma-mobile/plasma-dialer/-/commit/51e565a505ae0a8a6d9c5360c180c2ef3dd7903c
2022-10-14plasma-settings: Fixes for 22.09Samuel Dionne-Riel1-0/+12
2022-10-14kweather: Fixes for 22.09Samuel Dionne-Riel1-0/+2
2022-10-14krecorder: Fixes for 22.09Samuel Dionne-Riel1-0/+2
2022-10-12pkgs.applications: remove unused argsMarkus S. Wamser1-1/+0
2022-10-01spacebar: Fixes for 22.09Samuel Dionne-Riel1-0/+4
2022-10-01libsForQt5.plasmaMobileGear: 22.06 -> 22.09Samuel Dionne-Riel3-99/+99
https://plasma-mobile.org/2022/09/27/plasma-mobile-gear-22-09/
2022-08-24libsForQt5.audiotube: patch missing #includeVladimír Čunát1-0/+2
2022-07-25libsForQt5.plasmaMobileGear: 22.04 -> 22.06Robert Schütz5-95/+107
https://plasma-mobile.org/2022/06/28/plasma-mobile-gear-22-06/
2022-05-17libsForQt5.plasmaMobileGear: 21.12 -> 22.04Robert Schütz6-99/+105
https://plasma-mobile.org/2022/02/09/plasma-mobile-gear-22-02/ https://plasma-mobile.org/2022/04/26/plasma-mobile-gear-22-04/
2022-05-17libsForQt5.plasmaMobileGear.plasmatube: init at 21.12Robert Schütz2-0/+42
2022-05-17libsForQt5.plasmaMobileGear: 21.08 -> 21.12Robert Schütz10-102/+200
https://plasma-mobile.org/2021/12/07/plasma-mobile-gear-21-12/
2021-12-03plasma-settings: init at 21.08Samuel Dionne-Riel2-0/+43
2021-10-19angelfish: Break build on partial updatesSamuel Dionne-Riel1-1/+14
The hardcoded cargo hash could have been left unchanged on package updates. By breaking the build explicitly we ensure partial updates won't accidentally slip past us.
2021-10-19angelfish: Provide as Plasma Mobile GearSamuel Dionne-Riel2-0/+66
2021-10-19audiotube: init at 21.08Samuel Dionne-Riel2-0/+62
2021-10-18kweather: Fix build for 21.08Samuel Dionne-Riel1-0/+2
2021-10-18plasmaMobileGear: 21.07 -> 21.08Samuel Dionne-Riel2-73/+81
- https://www.plasma-mobile.org/2021/08/31/plasma-mobile-gear-21-08/ New: - audiotube
2021-10-18spacebar: Fix build for 21.07Samuel Dionne-Riel1-0/+4
2021-10-18ktrip: Fix build for 21.07Samuel Dionne-Riel1-0/+2