Commit Graph

215 Commits

Author SHA1 Message Date
Cosima Neidahl
eb76459e90
Merge pull request #334952 from OPNA2608/fix/ayatana-lomiri-indicator-marking
nixos/ayatana-indicators: Split ayatana and lomiri indicators
2024-08-24 11:12:00 +02:00
Sandro
180f9e2195
Merge pull request #334629 from OPNA2608/init/lomiri/lomiri-gallery-app 2024-08-22 15:44:21 +02:00
OPNA2608
1b4795b3e2 tests/lomiri: Optimise further
- Split desktop into desktop-basics (basic keybind & app launching) and
  desktop-appinteractions (one applications triggering something in another) due to timeouts
- Wrap machine.wait_for_text to wait 10 seconds before starting

The 10 second delay improves runtime dramatically on weaker hardware. In desktop-ayatana-indicators
on my aarch64 laptop, runtime was cut down by 818,41 seconds (~ 14 minutes).
Hopefully helps abit with timeout issues on ARM :(
2024-08-21 21:09:49 +02:00
OPNA2608
491a3b1a9d lomiri.telephony-service: Update to new passthru.ayatana-indicators format 2024-08-15 22:10:31 +02:00
OPNA2608
c07e19d8d0 lomiri.telephony-service: nixfmt, modernise 2024-08-15 22:10:30 +02:00
OPNA2608
58265b002d lomiri.lomiri-indicator-network: Update to new passthru.ayatana-indicators format 2024-08-15 22:10:30 +02:00
OPNA2608
363e6d2d98 lomiri.lomiri-indicator-network: nixfmt, modernise 2024-08-15 22:10:30 +02:00
OPNA2608
543ab3ed81 lomiri.telephony-service: Fix build after fixed strictDeps
CMake script expects qmake binary. We don't plan on using it because it gives garbage, just patch out the check for its presence.
2024-08-14 18:30:35 +02:00
OPNA2608
cb0faa488a tests/lomiri-gallery-app: init 2024-08-14 15:26:08 +02:00
OPNA2608
8ef8e7fd8a lomiri.lomiri-gallery-app: init at 3.0.2 2024-08-14 15:14:43 +02:00
OPNA2608
fa5d67862c tests/lomiri: Start splitting into multiple sub-tests
Because ARM hardware is starting to have serious issues with completing everything, due to

- A seemingly harmless Lomiri crash & restart early on eating up some time (adding more RAM seemed to have helped with that?), and
- Every OCR usually taking multiple minutes to complete

So start splitting them up into parts

- greeter, for testing just the greeter
- desktop, for general app stuff
- desktop-ayatana-indicators, for checking indicators (OCR-heavy & especially slow)

Currently passing on my hardware, but might need to be split up more in the future.
2024-08-08 17:10:13 +02:00
OPNA2608
829cca868b lomiri.telephony-service: Disable more flaky tests
Sigh.
2024-08-08 17:10:13 +02:00
OPNA2608
0eb0e1eee6 lomiri.lomiri-session: nixfmt 2024-08-08 17:10:12 +02:00
OPNA2608
b72ae5c5bb lomiri.lomiri-session: 0.2 -> 0.3 2024-08-08 17:10:12 +02:00
OPNA2608
3a5717e9e1 lomiri.lomiri: nixfmt 2024-08-08 17:10:12 +02:00
OPNA2608
2570743d81 lomiri.lomiri: 0.2.1 -> 0.3.0 2024-08-08 17:10:12 +02:00
OPNA2608
b569272194 lomiri.lomiri-system-settings-unwrapped: nixfmt 2024-08-08 17:10:12 +02:00
OPNA2608
a3ba017959 lomiri.lomiri-system-settings-unwrapped: 1.1.0 -> 1.2.0 2024-08-08 17:10:12 +02:00
OPNA2608
f06e735229 lomiri.lomiri-system-settings: nixfmt 2024-08-08 17:10:12 +02:00
OPNA2608
597cfd2e33 lomiri: nixfmt 2024-08-08 17:10:10 +02:00
OPNA2608
0fd176963f lomiri.lomiri-system-settings-security-privacy: Drop
Has been merged into LSS, wrapper infra stays around for when further plugins get packaged.

Added an alias for lomiri-system-settings-security-privacy -> lomiri-system-settings-unwrapped.
2024-08-08 17:09:30 +02:00
OPNA2608
549ee0d650 lomiri.lomiri-clock-app: 4.0.3 -> 4.0.4 2024-08-03 13:10:18 +02:00
Rick van Schijndel
c153546339
Merge pull request #328481 from OPNA2608/update/libqofono
libsForQt5.libqofono: 0.103 -> 0.123
2024-08-01 19:26:25 +02:00
Peder Bergebakken Sundt
b926e6ece9
Merge pull request #331116 from pbsds/fix-finalattrs-docheck-1722356587
treewide: finalAttrs.doCheck -> finalAttrs.finalPackage.doCheck
2024-08-01 14:58:44 +02:00
Peder Bergebakken Sundt
29ab705c17 treewide: finalAttrs.doCheck -> finalAttrs.finalPackage.doCheck
repeat of #271241
discussion: #272978

I did not replace the instance in eiwd, since it causes an infinite recursion.
2024-07-30 18:32:01 +02:00
OPNA2608
b45fe2e63c tests/lomiri-camera-app: init 2024-07-30 13:26:09 +02:00
OPNA2608
83a38a5e7b lomiri.lomiri-camera-app: init at 4.0.6 2024-07-30 12:11:16 +02:00
Reno Dakota
9ff361bf1f
lomiri.lomiri: disable strict deps
configure phase looks for executables to be used in the runtime which is
not compatible with strictDeps.
2024-07-25 07:19:31 +00:00
Reno Dakota
196c683296
lomiri.lomiri-system-settings-security-privacy: fix strict deps
add qtdeclarative to nativeBuildInputs
2024-07-25 07:19:31 +00:00
Reno Dakota
3645a16df6
lomiri.lomiri-settings-components: fix strict deps
add qtdeclarative to nativeBuildInputs
2024-07-25 07:19:30 +00:00
Reno Dakota
66f7b5b5cb
lomiri.lomiri-session: disable strict deps
build searches for executables in path to install in script. this
doesn't work with strict deps
2024-07-25 07:19:30 +00:00
Reno Dakota
6f98ebba68
lomiri.lomiri-app-launch: fix strict deps
add lttng-ust to nativeBuildInputs
2024-07-25 07:19:30 +00:00
Reno Dakota
a91fcac653
lomiri.lomiri-api: fix strict deps
add qtdeclarative to natvieBuildInputs
2024-07-25 07:19:29 +00:00
Reno Dakota
341a00f30c
lomiri.lomiri-action-api: fix strict deps
add qtdeclarative to nativeBuildInputs
2024-07-25 07:19:29 +00:00
Reno Dakota
cabdc89264
lomiri.lomiri-system-settings-unwrapped: fix strict deps
add qtdeclarative to nativeBuildInputs
2024-07-25 07:19:29 +00:00
Reno Dakota
dea5c24789
lomiri.qtmir: fix strict deps
add lttng-ust to nativeBuildInputs
2024-07-25 07:19:29 +00:00
Reno Dakota
a99b6096f6
lomiri.hfd-service: fix strict deps
add qtdeclarative to nativeBuildInputs
2024-07-25 07:19:28 +00:00
OPNA2608
fb12dde0e8 lomiri.lomiri: Fix compatibility with newer libqofono 2024-07-21 11:39:06 +02:00
OPNA2608
6ea3ec6fd6 lomiri.lomiri-system-settings-security-privacy: Fix compatibility with newer libqofono 2024-07-19 21:23:02 +02:00
OPNA2608
0629c43b4f lomiri.lomiri-system-settings-unwrapped: Fix compatibility with newer libqofono 2024-07-19 21:14:42 +02:00
R. Ryantm
ccb75fcc9d lomiri.lomiri-schemas: 0.1.4 -> 0.1.5 2024-07-18 06:32:54 +00:00
OPNA2608
e5ad7914a8 tests/teleports: init 2024-07-13 10:45:16 +02:00
OPNA2608
eabb70aad5 lomiri.teleports: init at 1.20 2024-07-13 10:45:16 +02:00
Franz Pletz
c7ee75329f
Merge pull request #325247 from OPNA2608/fix/lomiri/revert-glib-workarounds
lomiri.*: Revert GLib workarounds
2024-07-09 17:51:49 +02:00
OPNA2608
3efabb3359 tests/lomiri-clock-app: init 2024-07-08 16:02:09 +02:00
OPNA2608
2bfead0040 lomiri.lomiri-clock-app: init at 4.0.3 2024-07-08 16:02:09 +02:00
Sandro
9d33b8d690
Merge pull request #321046 from OPNA2608/init/lomiri/lomiri-calculator-app
lomiri.lomiri-calculator-app: init at 4.0.2
2024-07-08 00:30:19 +02:00
OPNA2608
8e3bb3555b lomiri.telephony-service: Fetch patch to fix build 2024-07-07 14:10:56 +02:00
OPNA2608
c2204a5dbf Revert "lomiri.lomiri-indicator-network: Disable tests"
This reverts commit 137015743e.
2024-07-07 12:59:17 +02:00
OPNA2608
c34ee327e6 Revert "lomiri.telephony-service: Mark broken & exclude everywhere"
This reverts commit 3ef60ac499.
2024-07-07 12:58:45 +02:00