Commit Graph

15073 Commits

Author SHA1 Message Date
OPNA2608
ed897d230a lomiri.u1db-qt: 0.1.7 -> 0.1.8 2024-10-11 05:17:28 +02:00
R. Ryantm
974bb3484e lomiri.mediascanner2: 0.115 -> 0.116 2024-10-09 22:05:51 +00:00
Cosima Neidahl
a825406b15
lomiri.lomiri: Replace NIXOS_XKB_LAYOUTS envvar with file (#345288) 2024-10-07 09:33:40 +02:00
Bobby Rong
625bf54d14
pantheon.switchboard: 8.0.0 -> 8.0.1 (#346670) 2024-10-06 09:15:25 +08:00
Bobby Rong
1cbd552a1d
pantheon.switchboard: 8.0.0 -> 8.0.1
https://github.com/elementary/switchboard/compare/8.0.0...8.0.1
2024-10-05 20:47:57 +08:00
h7x4
1e32703b74
gnomeExtensions.unite: 79 -> 80 (#343494) 2024-10-05 11:48:01 +02:00
Bobby Rong
30877be00a
pantheon.elementary-photos: 8.0.0 -> 8.0.1 (#346454) 2024-10-05 11:58:34 +08:00
Peder Bergebakken Sundt
cd673393d2 treewide: remove unreferenced patch files
Found with `fd \\.patch$ pkgs/ -x bash -c 'rg -F "{/}" pkgs/ -q || echo {}'``

We're running more and more into patches fetched via `applyPatches`, for the next PR i'll script something to account for that.
2024-10-04 19:38:56 +02:00
Bobby Rong
cc27cb9398
pantheon.elementary-photos: 8.0.0 -> 8.0.1
https://github.com/elementary/photos/compare/8.0.0...8.0.1
2024-10-04 23:37:50 +08:00
Bobby Rong
721fc2ad78
xfce.xfce4-dict: 0.8.7 -> 0.8.8
https://gitlab.xfce.org/apps/xfce4-dict/-/compare/xfce4-dict-0.8.7...xfce4-dict-0.8.8
2024-10-02 16:56:18 +08:00
OPNA2608
85e63d0540 lomiri.lomiri: Replace NIXOS_XKB_LAYOUTS envvar with file
This only ever worked for the session, not for the greeter. Writing the information out to a file should be more consistent.

To make sure that this works, and continues working, for the greeter & session, also add a new VM test.
2024-09-29 14:51:04 +02:00
rewine
325a2b4871
deepin.{qt6mpris: init at 1.0, deepin-music: 7.0.3 -> 7.0.9} (#344657) 2024-09-29 18:10:03 +08:00
Bobby Rong
466e56002a
mate.mate-notification-daemon: 1.28.0 -> 1.28.1 (#344897) 2024-09-28 13:46:04 +08:00
Bobby Rong
fffa3af2bc
mate.mate-notification-daemon: 1.28.0 -> 1.28.1
https://github.com/mate-desktop/mate-notification-daemon/compare/v1.28.0...v1.28.1
2024-09-28 09:19:36 +08:00
Bobby Rong
1d8bd790cd
pantheon.switchboard-plug-onlineaccounts: 8.0.0 -> 8.0.1 (#344660) 2024-09-27 21:53:52 +08:00
rewine
339306e6ab deepin.deepin-music: 7.0.3 -> 7.0.9 2024-09-26 21:36:45 +08:00
rewine
127ee2dce6 deepin.qt6mpris: init at 1.0.0.1-1deepin1 2024-09-26 21:32:59 +08:00
Bobby Rong
efc383fde3
pantheon.switchboard-plug-onlineaccounts: 8.0.0 -> 8.0.1
https://github.com/elementary/switchboard-plug-onlineaccounts/compare/8.0.0...8.0.1
2024-09-26 21:03:57 +08:00
Bobby Rong
dc4d261046
xfce.xfce4-dict: 0.8.6 -> 0.8.7 (#344428) 2024-09-26 20:59:21 +08:00
Bobby Rong
df85a0ed5a
xfce.xfce4-dict: 0.8.6 -> 0.8.7
https://gitlab.xfce.org/apps/xfce4-dict/-/compare/xfce4-dict-0.8.6...xfce4-dict-0.8.7
2024-09-25 20:40:08 +08:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
rewine
69a81b09a3
deepin desktop environment: 2024.09 update (#337842) 2024-09-23 13:39:43 +08:00
rewine
3a0cc443ac deepin.dde-network-core: 2.0.32 -> 2.0.34 2024-09-23 11:12:17 +08:00
rewine
01a5ae814a deepin.dde-control-center: 6.0.59 -> 6.0.65 2024-09-23 11:12:13 +08:00
rewine
3fb1abdf84 deepin.deepin-editor: 6.5.0 -> 6.5.2 2024-09-23 11:06:15 +08:00
rewine
a13a80723e deepin.dde-launchpad; 0.8.4 -> 1.0.2 2024-09-23 11:06:11 +08:00
R. Ryantm
bf41830b1c gnomeExtensions.unite: 79 -> 80 2024-09-21 13:01:28 +00:00
rewine
13f7920179 deepin.dde-shell: 0.0.43 -> 1.0.2 2024-09-20 20:38:08 +08:00
rewine
6e9cede90c deepin.qt6platform-plugins: 6.0.18 -> 6.0.19 2024-09-20 20:32:59 +08:00
rewine
c60f982316 deepin.qt6integration: 6.0.18 -> 6.0.19 2024-09-20 20:29:33 +08:00
rewine
e7f2c18467 deepin.dde-tray-loader: 0.0.11 -> 1.0.1 2024-09-20 20:24:48 +08:00
rewine
48dd5fa246 deepin.dtk6declarative: 6.0.18 -> 6.0.19 2024-09-20 20:13:04 +08:00
rewine
a086c9f893 deepin.dtk6widget: 6.0.18 -> 6.0.19 2024-09-20 20:11:14 +08:00
rewine
001d69e7f7 deepin.dtk6gui: 6.0.18 -> 6.0.19 2024-09-20 20:03:12 +08:00
rewine
5c4f395609 deepin.dtk6core: 6.0.18 -> 6.0.19 2024-09-20 20:00:54 +08:00
Sandro
394201d98a
xfce4-embed-plugin: remove (#327303) 2024-09-20 00:35:49 +02:00
h7x4
9a6c76c4af
treewide: remove unused inputs (#342672) 2024-09-19 20:36:18 +02:00
Jörg Thalheim
f944854568
xfce4-embed-plugin: remove 2024-09-19 02:37:53 +02:00
Peder Bergebakken Sundt
8c8c27bb19 treewide: remove unused inputs 2024-09-18 01:00:07 +02:00
Colin
902b9fff95 pantheon.switchboard-plug-network: fix cross compilation 2024-09-17 21:21:14 +00:00
Fabián Heredia Montiel
a0187a2a21 plasma-pa: drop GConf dependency
Removed from upsteam at 5.24.90/5.25.0

Sources:
- https://invent.kde.org/plasma/plasma-pa/-/merge_requests/117
- 36d6eb9c2b
2024-09-16 13:54:58 -06:00
R. Ryantm
b4cbb90e71 gnomeExtensions.easyScreenCast: 1.9.0 -> 1.10.0 2024-09-14 14:23:06 +00:00
Cosima Neidahl
b6b51b84b2
lomiri.lomiri: Fix default values for new D-Bus properties (#340595) 2024-09-12 18:32:28 +02:00
Pol Dellaiera
ce6331cf6a
treewide: remove jonafato from maintainers (#339930) 2024-09-09 21:19:19 +02:00
Aleksana
1e43f86016
deepin.deepin-reader: remove unused patch (#340682) 2024-09-09 14:46:26 +08:00
rewine
2062e5a49a deepin.deepin-reader: remove unused patch 2024-09-09 13:27:43 +08:00
OPNA2608
6870691a89 lomiri.lomiri: Fix default values for new D-Bus properties
See https://gitlab.com/ubports/development/core/lomiri/-/merge_requests/181 for details
2024-09-08 22:37:26 +02:00
Bobby Rong
e2210d169c
xfce.ristretto: enable JXL and WebP support 2024-09-08 16:47:02 +08:00
Bobby Rong
5075ab87dd
xfce.tumbler: enable JXL thumbnailer support 2024-09-08 16:46:54 +08:00
Donovan Glover
cf616388d2
xfce.tumbler: enable webp thumbnailer support 2024-09-07 15:40:24 -04:00