Commit Graph

15054 Commits

Author SHA1 Message Date
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
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
Jon Banafato
4c2ca81f4a treewide: remove jonafato from maintainers 2024-09-05 19:42:28 -04:00
rewine
0daec7844f
deepin desktop environment: 2024.09 update (#338402) 2024-09-05 10:08:27 +08:00
rewine
e4a4c17bc9 deepin.deepin-editor: 6.0.16 -> 6.5.0 2024-09-04 10:16:56 +08:00
rewine
8c77436ead deepin.deepin-icon-theme: 2024.07.19 -> 2024.07.31 2024-09-04 10:16:56 +08:00
rewine
2ca2be2d8d deepin.dde-calendar: 5.14.1 -> 5.14.4 2024-09-04 10:16:55 +08:00
rewine
f6bd986ea3 deepin.docparser: 1.0.3 -> 1.0.11 2024-09-04 10:16:55 +08:00
rewine
a26df53f83 deepin.deepin-desktop-base: 2024.01.03 -> 2024.07.24 2024-09-04 10:16:55 +08:00
rewine
93f5984484 deepin.dtk6gui: fix svg renderer 2024-09-04 10:16:55 +08:00
rewine
8166a4e0ca deepin.dtkgui: fix svg renderer 2024-09-04 10:16:54 +08:00
rewine
2d0cdadc74 deepin.dde-launchpad: 0.7.0 -> 0.8.4 2024-09-04 10:16:54 +08:00
rewine
76c5a31efe deepin.dde-api-proxy: init at 1.0.16 2024-09-04 10:16:54 +08:00
rewine
60348797ee deepin.dde-dock: remove 2024-09-04 10:16:54 +08:00
rewine
b24f368642 deepin.dde-tray-loader: 0.0.5 -> 0.0.11 2024-09-04 10:16:53 +08:00
rewine
686a0ee0ca deepin.dde-file-manager: 6.0.51 -> 6.0.57 2024-09-04 10:16:50 +08:00
Bobby Rong
c058bd0f57
pantheon.switchboard-plug-sound: fix cross compilation (#338799) 2024-09-02 23:54:08 +08:00
Bobby Rong
b73719b29c
pantheon.elementary-settings-daemon: 8.0.0 -> 8.1.0 (#338325) 2024-09-02 22:32:45 +08:00
Bobby Rong
e4eec7fbe7
pantheon.switchboard-plug-mouse-touchpad: 8.0.0 -> 8.0.1 (#338899) 2024-09-02 22:32:35 +08:00
José Romildo Malaquias
75e7bc6ba0
lxtask: 0.1.10 -> 0.1.11 (#337075) 2024-09-02 11:28:55 -03:00
rewine
68ba4960d3 deepin.util-dfm: 1.2.24 -> 1.3.2 2024-09-02 11:12:39 +08:00