Commit graph

612365 commits

Author SHA1 Message Date
Weijia Wang
dacff68751
Merge pull request #304107 from TomaSajt/spotube
spotube: update meta.homepage, format with nixfmt
2024-04-15 02:39:20 +02:00
R. Ryantm
5c9e92f60d athens: 0.13.2 -> 0.13.3 2024-04-15 00:21:06 +00:00
zzzsyyy
d6b6cc93c4
xanmod-kernels: change to full preemption
follows the commit c92d295551
2024-04-15 08:20:31 +08:00
zzzsyyy
5ebb9b551e
linux_xanmod_latest: 6.8.5 -> 6.8.6 2024-04-15 08:18:58 +08:00
zzzsyyy
cf5e8b86a3
linux_xanmod: 6.6.26 -> 6.6.27 2024-04-15 08:00:13 +08:00
R. Ryantm
2f63a7e9fe python311Packages.oracledb: 2.1.1 -> 2.1.2 2024-04-14 23:46:26 +00:00
deviantsemicolon
3cbd4a0de0 spotify-qt: 3.9 -> 3.11 2024-04-14 19:30:31 -04:00
Bobby Rong
050c43b4fc
pantheon.elementary-photos: Build without webkit2gtk-4.0
By fully removing publishing plugins (we are not enabling plugins before already).

https://fedoraproject.org/wiki/Changes/Remove_webkit2gtk-4.0_API_Version
2024-04-15 07:30:29 +08:00
R. Ryantm
1897af2d37 llama-cpp: 2636 -> 2674 2024-04-14 23:18:05 +00:00
deviantsemicolon
28e38b1156 updated spotify-qt hash 2024-04-14 19:06:01 -04:00
deviantsemicolon
6ba3b753af updated spotify-qt version 2024-04-14 19:04:03 -04:00
R. Ryantm
91ca091fb8 python311Packages.xkbcommon: 0.8 -> 1.0 2024-04-14 22:35:01 +00:00
Fabian Affolter
2246d3ff90 python312Packages.aiooss2: refactor 2024-04-15 00:20:03 +02:00
Astrid Yu
ed854ed0e3 nixos/networkd: add [Bridge] section to netdev conf
This setting was missing from netdev.

This commit additionally adds a test using the new
section, ensuring that STP can be enabled.
2024-04-14 15:16:44 -07:00
Fabian Affolter
1f54fa2ddf
Merge pull request #304085 from fabaff/pymodbus-bump
python312Packages.pymodbus: 3.6.7 -> 3.6.8
2024-04-15 00:14:58 +02:00
7c6f434c
16cd01b808
Merge pull request #303952 from r-ryantm/auto-update/rizin
rizin: 0.7.2 -> 0.7.3
2024-04-14 21:57:18 +00:00
Samuel Ainsworth
5291719682
Merge pull request #304068 from r-ryantm/auto-update/python312Packages.equinox
python312Packages.equinox: 0.11.3 -> 0.11.4
2024-04-14 17:47:27 -04:00
YMSTNT
4dd2f42dc9 hifile: 0.9.9.10 -> 0.9.9.11
https://www.hifile.app/changelog
2024-04-14 23:16:08 +02:00
Peder Bergebakken Sundt
2748d22b45
Merge pull request #304086 from r-ryantm/auto-update/python312Packages.frozendict
python312Packages.frozendict: 2.4.1 -> 2.4.2
2024-04-14 23:08:09 +02:00
Weijia Wang
3f9dfce316
Merge pull request #292872 from OPNA2608/init/lomiri/lomiri
Lomiri shell package, modules & tests: init
2024-04-14 22:45:19 +02:00
TomaSajt
e08a8231e2
spotube: update meta.homepage, format with nixfmt 2024-04-14 22:42:38 +02:00
IogaMaster
ce1515f702
hyprlang: 0.5.0 -> 0.5.1
Diff: https://github.com/hyprwm/hyprlang/compare/v0.5.0...v0.5.1
2024-04-14 14:28:21 -06:00
Victor Engmark
32d95f4ef1
python3Packages.json5: Disable hypothesis
Disables tests which can be flaky, such as `test_object_roundtrip`.
Closes #245656.
2024-04-15 08:15:55 +12:00
R. RyanTM
ed817f4699
xcaddy: 0.3.5 -> 0.4.0
https://github.com/caddyserver/xcaddy/releases/tag/v0.4.0

diff: https://github.com/caddyserver/xcaddy/compare/v0.3.5...v0.4.0
2024-04-14 22:14:19 +02:00
Alexis Hildebrandt
c4415d2272 validator-nu: fix version output and modernize package 2024-04-14 22:06:35 +02:00
Sandro
ec2cb66cbe
Merge pull request #301928 from nevivurn/feat/gomod-workvendor
buildGoModule: vendorHash fixes for proxyVendor and Go 1.22
2024-04-14 21:57:17 +02:00
R. Ryantm
82514311e7 firebase-tools: 13.7.1 -> 13.7.2 2024-04-14 19:53:35 +00:00
Martin Weinelt
dc6d23fe09
Merge pull request #303731 from mweinelt/frigate-onvif-wsdl-dir
frigate: fix path to onvif wsdl files
2024-04-14 21:52:31 +02:00
Sandro
2fc8074584
Merge pull request #304074 from r-ryantm/auto-update/yq
yq: 3.2.3 -> 3.3.0
2024-04-14 21:43:27 +02:00
OPNA2608
d59720a710 doc/release-notes: mention Lomiri availability 2024-04-14 21:38:41 +02:00
OPNA2608
93e91c150e ayatana-indicator-messages: Fix desktop parsing
Not *great*, but a start.

MessagingMenu has a function for mapping an app to desktop file data. This relies on GLib to parse the desktop file,
which needs the binary from the 'Exec=' entry on PATH, otherwise it bails.

messaging_menu_app_set_desktop_id calls g_desktop_app_info_new:
334668ad5a/libmessaging-menu/messaging-menu-app.c (L245-L252)

Which, after some jumps inbetween, ends up in g_desktop_app_info_load_from_keyfile and calls g_find_program_for_path:
204a76669b/gio/gdesktopappinfo.c (L1920-L1951)

Which uses PATH:
204a76669b/glib/gutils.c (L371)
2024-04-14 21:38:40 +02:00
OPNA2608
8d0a5773b2 lomiri.telephony-service: Fix indicator 2024-04-14 21:38:40 +02:00
OPNA2608
52696f99fa lomiri.libusermetrics: Add custom patch for launching systemd service
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-14 21:38:40 +02:00
OPNA2608
9c5e9db5bf lomiri.lomiri-system-settings: Patch language plugin's locale lookup path
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-14 21:38:40 +02:00
OPNA2608
c1af1ec922 lomiri.content-hub: Move example peers to examples output 2024-04-14 21:38:40 +02:00
OPNA2608
dd3f11b8f6 lomiri.morph-browser: Patch desktop icon path to be absolute
Because Lomiri App Launch parses it on Lomiri startup, and having a relative Icon entry somehow corrupts the search paths.
2024-04-14 21:38:40 +02:00
OPNA2608
b6fd92ab77 nixos/tests/lomiri: init 2024-04-14 21:38:40 +02:00
OPNA2608
9528502e83 nixos/lomiri: init 2024-04-14 21:38:36 +02:00
OPNA2608
399d698854 nixos/lightdm-greeters/lomiri: init 2024-04-14 21:38:32 +02:00
OPNA2608
67daa5021f lomiri.lomiri-session: init at 0.2 2024-04-14 21:36:34 +02:00
OPNA2608
1850a54e57 lomiri.lomiri: init at 0.2.1 2024-04-14 21:36:34 +02:00
Weijia Wang
5d0b251de2
Merge pull request #302406 from r-ryantm/auto-update/python311Packages.qdldl
python311Packages.qdldl: 0.1.7.post0 -> 0.1.7.post1
2024-04-14 21:33:41 +02:00
Zaechus
4d17d84209 devilutionx: 1.4.1 -> 1.5.2 2024-04-14 13:33:04 -06:00
R. Ryantm
16b331903d cyberchef: 10.15.1 -> 10.17.0 2024-04-14 19:28:10 +00:00
Pol Dellaiera
8cc90d43b4
php81: add missing patch
To fix broken hydra build: https://hydra.nixos.org/build/256263019/nixlog/2
2024-04-14 21:15:36 +02:00
José Romildo
30d09cf370 colloid-gtk-theme: new tweak: everforest 2024-04-14 16:13:36 -03:00
Robert Scott
ad27491b76 ngtcp2: fix build on darwin by providing CoreServices 2024-04-14 21:13:36 +02:00
Robert Scott
e6cae7e4f7 nghttp3: fix build on darwin by providing CoreServices 2024-04-14 21:13:36 +02:00
Weijia Wang
248e51a6ee
Merge pull request #303548 from wahjava/update-fuzzel
fuzzel: 1.9.2 -> 1.10.0
2024-04-14 21:12:37 +02:00
Weijia Wang
e8d27c907e
Merge pull request #299589 from mschwaig/compress-composable-kernel
rocmPackages.composable_kernel: compress output
2024-04-14 21:09:58 +02:00