about summary refs log tree commit diff
path: root/pkgs/desktops/lomiri
AgeCommit message (Collapse)AuthorFilesLines
2024-04-29Merge master into staging-nextgithub-actions[bot]3-70/+29
2024-04-29Merge pull request #304798 from OPNA2608/update/lomiri/stuffCosima Neidahl3-70/+29
Update ayatana datetime & some OTA-less Lomiri things
2024-04-27treewide: wrapGAppsHook → wrapGAppsHook3Jan Tojnar5-9/+9
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-04-17lomiri.lomiri-indicator-network: Update patching to newer CMake's possibilitiesOPNA26081-4/+3
We can just define variables for pkg-config substitution now, no need to hardcode.
2024-04-17lomiri.lomiri-system-settings-unwrapped: 1.0.2 -> 1.1.0OPNA26081-29/+7
2024-04-17lomiri.lomiri-ui-toolkit: 1.3.5012 -> 1.3.5100OPNA26082-41/+22
2024-04-14lomiri.telephony-service: Fix indicatorOPNA26081-0/+4
2024-04-14lomiri.libusermetrics: Add custom patch for launching systemd serviceOPNA26082-0/+26
The UserMetrics service expects AppArmor to be available, and its database access breaks when that's not the case. Details: https://gitlab.com/ubports/development/core/libusermetrics/-/issues/8 We need to set an envvar for it to work AppArmor-less, but that requires system config knowledge. Solve this by telling the D-Bus service to look for & launch a systemd service, which we will later create in the Lomiri module.
2024-04-14lomiri.lomiri-system-settings: Patch language plugin's locale lookup pathOPNA26081-0/+5
The only part this really affects for us is Lomiri's First-Time-Launch Wizard, which uses the found & filtered locale identifiers for a language selection & gets stuck unless at least 1 valid language has been found. This makes the wizard process completable, in case we ever re-enable it.
2024-04-14lomiri.content-hub: Move example peers to examples outputOPNA26081-0/+1
2024-04-14lomiri.morph-browser: Patch desktop icon path to be absoluteOPNA26081-3/+12
Because Lomiri App Launch parses it on Lomiri startup, and having a relative Icon entry somehow corrupts the search paths.
2024-04-14nixos/tests/lomiri: initOPNA26082-0/+4
2024-04-14lomiri.lomiri-session: init at 0.2OPNA26082-0/+197
2024-04-14lomiri.lomiri: init at 0.2.1OPNA26083-0/+318
2024-04-12lomiri.u1db-qt: Fix pkg-config fileOPNA26081-5/+20
2024-04-12lomiri.trust-store: Fix references variable in pkg-configOPNA26081-3/+5
2024-04-12lomiri.deviceinfo: Fix references variable in pkg-configOPNA26081-0/+6
2024-04-12lomiri.lomiri-download-manager: Fix lack of output fixup in pkg-config file, ↵OPNA26081-3/+9
update pkg-config call with new CMake option
2024-04-12lomiri.biometryd: Fix lack of output fixup in pkg-config file, update ↵OPNA26081-3/+8
pkg-config call with new CMake option
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm2-0/+2
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-02-27lomiri.suru-icon-theme: add meta.changelogOPNA26081-0/+1
2024-02-27lomiri.suru-icon-theme: 20.05.1 -> 2024.02.1R. Ryantm1-2/+2
2024-02-26Merge pull request #278374 from OPNA2608/init/lomiri/lomiri-system-settingsPeder Bergebakken Sundt5-0/+575
lomiri.lomiri-system-settings{,-unwrapped,-security-privacy}: init at 1.0.2
2024-02-26tests/lomiri-system-settings: initOPNA26081-0/+3
2024-02-26lomiri.lomiri-system-settings: init at 1.0.2OPNA26082-0/+68
2024-02-26lomiri.lomiri-system-settings-security-privacy: init at 1.0.2OPNA26082-0/+90
2024-02-26lomiri.lomiri-system-settings-unwrapped: init at 1.0.2OPNA26083-0/+414
2024-02-23Merge branch 'master' into staging-nextWeijia Wang2-0/+140
2024-02-22lomiri-thumbnailer: Add patch to support gtest 1.13+ (forces build with C++14)Simon Hollingshead1-0/+5
From gtest 1.13, C++14 is required. Upstream hardcodes C++11 for its builds.
2024-02-22tests/morph-browser: Add standalone (non-Lomiri) testOPNA26081-1/+5
2024-02-21lomiri.morph-browser: Skip lint testsOPNA26081-4/+3
2024-02-21lomiri.morph-browser: 1.0.3 -> 1.1.0OPNA26081-2/+4
2024-02-21lomiri.morph-browser: init at 1.0.3OPNA26082-0/+135
2024-02-17Merge pull request #285876 from OPNA2608/init/lomiri/lomiri-push-qmlPeder Bergebakken Sundt2-0/+75
lomiri.lomiri-push-qml: init at 0-unstable-2022-09-15
2024-02-12lomiri.content-hub: Add validatePkgConfig & meta.changelog, fix ↵OPNA26081-3/+6
substituteInPlace warnings
2024-02-12lomiri.content-hub: 1.1.0 -> 1.1.1R. Ryantm1-2/+2
2024-02-03lomiri.lomiri-app-launch: Fix flakinessOPNA26081-0/+18
- fetch a patch to fix flakiness of typelib generation - skip a test suite that can sometimes hang
2024-02-02lomiri.lomiri-push-qml: init at 0-unstable-2022-09-15OPNA26082-0/+75
2024-02-02Merge pull request #284515 from OPNA2608/update/lomiri/OTA-4Lily Foster18-304/+200
lomiri: OTA-4 update
2024-02-01lomiri.libusermetrics: Disable flaky testOPNA26082-0/+49
2024-02-01lomiri.content-hub: Fetch patches for parallel building flakinessOPNA26081-0/+12
2024-02-01lomiri.libusermetrics: 1.3.0 -> 1.3.2OPNA26081-22/+10
2024-02-01lomiri.biometryd: 0.3.0 -> 0.3.1OPNA26081-44/+15
2024-02-01lomiri.trust-store: 0-unstable-2023-12-27 -> 2.0.2OPNA26081-4/+10
2024-02-01lomiri.lomiri-indicator-network: 1.0.1 -> 1.0.2OPNA26081-19/+5
2024-02-01lomiri.telephony-service: 0.5.2 -> 0.5.3OPNA26081-33/+3
2024-02-01lomiri.history-service: 0.4 -> 0.5OPNA26081-14/+10
2024-02-01lomiri.lomiri-thumbnailer: 3.0.2 -> 3.0.3OPNA26081-30/+9
2024-02-01lomiri.lomiri-download-manager: 0.1.2 -> 0.1.3OPNA26081-36/+15
2024-02-01lomiri.lomiri-ui-extras: 0.6.2 -> 0.6.3OPNA26081-36/+14