Commit Graph

15266 Commits

Author SHA1 Message Date
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
github-actions[bot]
9a442c4aa9
Merge master into staging-next 2024-09-23 06:04:59 +00: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
K900
d8a54461fc Merge remote-tracking branch 'origin/staging-next' into staging 2024-09-20 07:27:56 +03: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
github-actions[bot]
71d46fbcdf
Merge staging-next into staging 2024-09-18 18:04:48 +00: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
K900
b24e9a53ca Merge remote-tracking branch 'origin/staging-next' into staging 2024-09-17 09:07:34 +03: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
github-actions[bot]
952947bdf8
Merge staging-next into staging 2024-09-15 18:04:54 +00:00
R. Ryantm
b4cbb90e71 gnomeExtensions.easyScreenCast: 1.9.0 -> 1.10.0 2024-09-14 14:23:06 +00:00
github-actions[bot]
83e85079ff
Merge staging-next into staging 2024-09-12 18:04:48 +00:00
Cosima Neidahl
b6b51b84b2
lomiri.lomiri: Fix default values for new D-Bus properties (#340595) 2024-09-12 18:32:28 +02:00
github-actions[bot]
b4c8dad507
Merge staging-next into staging 2024-09-10 00:13:45 +00:00
Pol Dellaiera
ce6331cf6a
treewide: remove jonafato from maintainers (#339930) 2024-09-09 21:19:19 +02:00
github-actions[bot]
6bb37a137e
Merge staging-next into staging 2024-09-09 12:06:25 +00: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
github-actions[bot]
5725a1eed6
Merge staging-next into staging 2024-09-08 18:04:33 +00: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
github-actions[bot]
6dfa6f38c7
Merge staging-next into staging 2024-09-08 06:04:48 +00:00
Donovan Glover
cf616388d2
xfce.tumbler: enable webp thumbnailer support 2024-09-07 15:40:24 -04:00
Philip Taron
4160ccc634
treewide: handle *Phases variables __structuredAttrs-agnostically (#339117) 2024-09-07 09:17:57 -07: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
Yueh-Shun Li
385d523a8e treewide: handle preInstallPhases __structuredAttrs-agnostically
Always specify the preInstallPhases attribute as a list instead of a
string.

Append elements to the preInstallPhases Bash variable using appendToVar
instead of string or Bash array concatenation.
2024-09-03 05:33:59 +08:00
Yueh-Shun Li
5d42a8b38c treewide: handle preConfigurePhases __structuredAttrs-agnostically
Always specify the preConfigurePhases attribute as a list instead of a
string.

Append elements to the preConfigurePhases Bash variable using
appendToVar instead of string or Bash array concatenation.
2024-09-03 05:33:59 +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
rewine
5be8f260c3 deepin.deepin-system-monitor: 6.0.23 -> 6.5.0 2024-09-02 11:12:39 +08:00
rewine
a8cdaebca4 deepin.dde-network-core: 2.0.31 -> 2.0.32 2024-09-02 11:12:39 +08:00
rewine
d0c90c5bd1 deepin.dde-grand-search: 5.4.9 -> 5.5.2 2024-09-02 11:12:39 +08:00
rewine
bff2d3150f deepin.dde-shell: 0.0.23-unstable-2024-06-11 -> 0.0.43 2024-09-02 11:12:38 +08:00
rewine
7f57fc4424 deepin.dde-tray-loader: init at 0.0.5 2024-09-02 11:12:35 +08:00
R. Ryantm
6862b7e0d8 pantheon.switchboard-plug-mouse-touchpad: 8.0.0 -> 8.0.1 2024-09-01 22:44:11 +00:00
Colin
f7947da16c pantheon.switchboard-plug-sound: fix cross compilation 2024-09-01 13:04:37 +00:00
Jan Tojnar
7b9332a2a5 gnome.networkmanager-*: Move to top-level
Those overrides are pointless, `withGnome = true` is the default since long time ago.
2024-09-01 14:16:31 +02:00
Jan Tojnar
58bf5606fb gnome-flashback: Move from gnome scope to top-level 2024-09-01 14:16:31 +02:00
Jan Tojnar
b37f158fb0 gnome-applets: Move from gnome scope to top-level 2024-09-01 14:16:31 +02:00
Jan Tojnar
e1093690a8 gnome-panel: Move from gnome scope to top-level 2024-09-01 14:16:31 +02:00
Jan Tojnar
771f47b485 gnome.gnome-panel: prepare for move 2024-09-01 14:16:31 +02:00
Jan Tojnar
a110f292a1 gnome-control-center: Move from gnome scope to top-level 2024-09-01 14:16:31 +02:00
Jan Tojnar
c2f1fa833e gnome-session: Move from gnome scope to top-level 2024-09-01 14:16:31 +02:00
Jan Tojnar
ca9576c81d gnome-shell: Move from gnome scope to top-level 2024-09-01 14:16:31 +02:00
Jan Tojnar
7f387d6bf9 mutter{,43}: Move from gnome scope to top-level 2024-09-01 14:16:31 +02:00
Jan Tojnar
d2da9a19c4 gnome-settings-daemon{,43}: Move from gnome scope to top-level 2024-09-01 14:16:31 +02:00
Jan Tojnar
649d663029 gnome-session-ctl: Move to top-level 2024-09-01 14:16:31 +02:00
Jan Tojnar
b4c59a979a gnome-bluetooth{,_1_0}: Move to by-name 2024-09-01 14:16:31 +02:00
Jan Tojnar
2180dc740e gnome-2048: Move to by-name 2024-09-01 14:16:31 +02:00
Jan Tojnar
7c05cf7101 gnome-tour: Move to by-name 2024-09-01 14:16:31 +02:00
Jan Tojnar
27ba32c031 gnome-text-editor: Move to by-name 2024-09-01 14:16:31 +02:00
Jan Tojnar
fca9eb6edd gnome: Format with nixpkgs-fmt
Also switch to finalAttrs pattern and avoid pname rec.
2024-09-01 14:16:31 +02:00
Vladimír Čunát
aeab07042e
pantheon.wingpanel-quick-settings: fix build, missing wayland-scanner 2024-08-31 10:10:08 +02:00
Vladimír Čunát
7c3fb2d64b
deepin.dde-network-core: fix build, missing wayland-scanner
https://hydra.nixos.org/build/270530713/nixlog/2/tail
2024-08-31 09:35:38 +02:00
R. Ryantm
71334dce17 pantheon.elementary-settings-daemon: 8.0.0 -> 8.1.0 2024-08-30 05:26:28 +00:00
github-actions[bot]
22c53603c5
Merge master into staging-next 2024-08-30 00:13:29 +00:00
Philip Taron
ae92f312bf
treewide: use a consistent meta.priority default 2024-08-29 09:04:57 -07:00
github-actions[bot]
42531ffc56
Merge master into staging-next 2024-08-28 12:05:25 +00:00
rewine
331fb15627
deepin.dde-qt-dbus-factory: 6.0.0 -> 6.0.1 (#337649) 2024-08-28 14:41:26 +08:00
github-actions[bot]
903fa485a4
Merge master into staging-next 2024-08-27 18:04:19 +00:00
Cosima Neidahl
e6aedc73de
lomiri.libusermetrics: 1.3.2 -> 1.3.3 (#335853) 2024-08-27 16:22:25 +02:00
rewine
68537989ce deepin.dde-qt-dbus-factory: 6.0.0 -> 6.0.1 2024-08-27 14:43:29 +08:00
github-actions[bot]
0629545b27
Merge master into staging-next 2024-08-27 00:13:08 +00:00
Martin Weinelt
9c50de8b57
tree-wide: remove eelco as maintainer from things he no longer maintains (#336287) 2024-08-26 20:39:56 +02:00
github-actions[bot]
7241849967
Merge master into staging-next 2024-08-26 06:04:26 +00:00
7c6f434c
8487207876
Merge pull request #337094 from OPNA2608/init/lomiri/lomiri-docviewer-app
lomiri.lomiri-docviewer-app: init at 3.0.4
2024-08-26 05:40:34 +00:00
K900
b76567c281 Merge remote-tracking branch 'origin/master' into staging-next 2024-08-25 15:20:44 +03:00
rewine
89e4b494eb
Merge pull request #301917 from wineee/deepin-voice-note
deepin.deepin-voice-note: 6.0.15 -> 6.0.18
2024-08-25 19:09:37 +08:00
rewine
fe1e6bc46f deepin.deepin-voice-note: 6.0.15 -> 6.0.18 2024-08-25 15:50:43 +08:00
rewine
c11ac20d4d deepin.deepin-camera: unstable-2023-09-26 -> 6.0.5 2024-08-25 15:22:09 +08:00
rewine
b898aeeac5
Merge pull request #336956 from wineee/deepin
deepin: format via nixfmt-rfc-style
2024-08-25 14:55:24 +08:00
github-actions[bot]
a97ed4291e
Merge master into staging-next 2024-08-25 06:04:18 +00:00
Bobby Rong
dc23466adb
Merge pull request #336934 from bobby285271/upd/pantheon
Pantheon updates 2024-08-24 (switchboard 8.0.0)
2024-08-25 11:34:02 +08:00
OPNA2608
531655d3bf tests/lomiri-docviewer-app: init 2024-08-24 23:27:52 +02:00
OPNA2608
de8cf8018c lomiri.lomiri-docviewer-app: init at 3.0.4 2024-08-24 22:25:26 +02:00
José Romildo
576d12cf79 lxtask: 0.1.10 -> 0.1.11 2024-08-24 16:30:53 -03:00
José Romildo
d881cf7d62 lxtask: add update script 2024-08-24 16:28:50 -03:00
José Romildo
35e5fab91d lxtask: fetch from the github repository 2024-08-24 16:26:02 -03:00
github-actions[bot]
64dfaf32be
Merge master into staging-next 2024-08-24 12:04:30 +00:00
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
Bobby Rong
322b4d64c6
pantheon.wingpanel-applications-menu: Build against switchboard-3 2024-08-24 14:31:20 +08:00
Bobby Rong
b3784b8153
treewide: Fix switchboard executable name 2024-08-24 14:31:20 +08:00
Bobby Rong
276554d79c
treewide: Adjust SWITCHBOARD_PLUGS_PATH for switchboard-3
Also use wrapGAppsHook4.
2024-08-24 14:31:20 +08:00
Bobby Rong
cd10d479df
pantheon.switchboard-plug-wacom: 1.0.1 -> 8.0.0
https://github.com/elementary/switchboard-plug-wacom/compare/1.0.1...8.0.0
2024-08-24 14:31:19 +08:00
Bobby Rong
3cd72025a7
pantheon.switchboard-plug-sound: 2.3.3 -> 8.0.0
https://github.com/elementary/switchboard-plug-sound/compare/2.3.3...8.0.0
2024-08-24 14:31:19 +08:00
Bobby Rong
47bb4d00bc
pantheon.switchboard-plug-sharing: 2.1.6 -> 8.0.0
https://github.com/elementary/switchboard-plug-sharing/compare/2.1.6...8.0.0
2024-08-24 14:31:19 +08:00
Bobby Rong
9c5dd8df54
pantheon.switchboard-plug-security-privacy: 7.1.0 -> 8.0.0
https://github.com/elementary/switchboard-plug-security-privacy/compare/7.1.0...8.0.0
2024-08-24 14:31:19 +08:00
Bobby Rong
17168ff888
pantheon.switchboard-plug-printers: 2.2.1 -> 8.0.0
https://github.com/elementary/switchboard-plug-printers/compare/2.2.1...8.0.0
2024-08-24 14:31:19 +08:00
Bobby Rong
6fa805dd81
pantheon.switchboard-plug-power: 2.7.0 -> 8.0.0
https://github.com/elementary/switchboard-plug-power/compare/2.7.0...8.0.0
2024-08-24 14:31:19 +08:00
Bobby Rong
d40f8cd46a
pantheon.switchboard-plug-pantheon-shell: 6.5.0 -> 8.0.0
https://github.com/elementary/switchboard-plug-pantheon-shell/compare/6.5.0...8.0.0
2024-08-24 14:31:19 +08:00
rewine
7b22b8c19e deepin: format via nixfmt-rfc-style 2024-08-24 14:17:11 +08:00
Bobby Rong
0b4637258c
pantheon.switchboard-plug-onlineaccounts: 6.5.3 -> 8.0.0
https://github.com/elementary/switchboard-plug-onlineaccounts/compare/6.5.3...8.0.0
2024-08-24 14:06:13 +08:00
Bobby Rong
6f2466cfc9
pantheon.switchboard-plug-notifications: 2.2.0 -> 8.0.0
https://github.com/elementary/switchboard-plug-notifications/compare/2.2.0...8.0.0
2024-08-24 14:06:13 +08:00
Bobby Rong
3d09da64ee
pantheon.switchboard-plug-network: 2.5.0 -> 8.0.0
https://github.com/elementary/switchboard-plug-network/compare/2.5.0...8.0.0
2024-08-24 14:06:13 +08:00
Bobby Rong
887b03c884
pantheon.switchboard-plug-mouse-touchpad: 7.0.0 -> 8.0.0
https://github.com/elementary/switchboard-plug-mouse-touchpad/compare/7.0.0...8.0.0
2024-08-24 14:06:12 +08:00
Bobby Rong
081776ffee
pantheon.switchboard-plug-keyboard: 3.2.1 -> 8.0.0
https://github.com/elementary/switchboard-plug-keyboard/compare/3.2.1...8.0.0
2024-08-24 14:06:12 +08:00
Bobby Rong
99757443c8
pantheon.switchboard-plug-display: 7.0.0 -> 8.0.0
https://github.com/elementary/switchboard-plug-display/compare/7.0.0...8.0.0
2024-08-24 14:06:12 +08:00
Bobby Rong
63923e68c7
pantheon.switchboard-plug-datetime: 2.2.0 -> 8.0.0
https://github.com/elementary/switchboard-plug-datetime/compare/2.2.0...8.0.0
2024-08-24 14:06:12 +08:00
Bobby Rong
b65cfc99d9
pantheon.switchboard-plug-bluetooth: 2.3.6 -> 8.0.0
https://github.com/elementary/switchboard-plug-bluetooth/compare/2.3.6...8.0.0
2024-08-24 14:06:12 +08:00
Bobby Rong
244192dee3
pantheon.switchboard-plug-applications: 7.0.1 -> 8.0.0
https://github.com/elementary/switchboard-plug-applications/compare/7.0.1...8.0.0
2024-08-24 14:06:12 +08:00
Bobby Rong
18a15c1671
pantheon.switchboard-plug-about: 6.2.0 -> 8.0.0
https://github.com/elementary/switchboard-plug-about/compare/6.2.0...8.0.0
2024-08-24 14:06:11 +08:00
github-actions[bot]
fd3525921f
Merge master into staging-next 2024-08-24 06:04:09 +00:00
Bobby Rong
96b1f3bd99
Merge pull request #336790 from bobby285271/upd/pantheon
Pantheon updates 2024-08-23
2024-08-24 11:52:42 +08:00
Bobby Rong
2b45e18cb0
pantheon.switchboard: 6.0.2 -> 8.0.0
https://github.com/elementary/switchboard/compare/6.0.2...8.0.0
2024-08-24 10:01:02 +08:00
github-actions[bot]
8751a0ec8d
Merge master into staging-next 2024-08-24 00:12:18 +00:00
Jan Tojnar
b8f3c78021
Merge pull request #333917 from jtojnar/gnome-top-level
gnome: Move more packages to top-level
2024-08-24 01:43:31 +02:00
github-actions[bot]
1f86c1b2e8
Merge master into staging-next 2024-08-23 18:04:09 +00:00
Bobby Rong
b7426eaac4
pantheon.switchboard-plug-a11y: Drop
ref: https://github.com/elementary/switchboard-plug-a11y
ref: e984d96df7
2024-08-24 00:03:31 +08:00
Bobby Rong
965065bc2a
pantheon.wingpanel-indicator-a11y: Don't ship by default
98b53a5835
2024-08-23 23:58:52 +08:00
rewine
8e2e77dff7
Merge pull request #336566 from wineee/deepin-terminal
deepin.deepin-terminal: 6.0.13 -> 6.0.14
2024-08-23 22:52:04 +08:00
Bobby Rong
4fe688d700
pantheon.wingpanel-indicator-session: Drop 2024-08-23 22:21:22 +08:00
Bobby Rong
2af847864f
pantheon.wingpanel-quick-settings: init at 1.0.0 2024-08-23 22:21:22 +08:00
Bobby Rong
e3e17841f5
pantheon.wingpanel: Backport QuickSettings support 2024-08-23 22:21:21 +08:00
Bobby Rong
9cb4c03866
pantheon.wingpanel-indicator-sound: 7.0.0 -> 8.0.0
https://github.com/elementary/wingpanel-indicator-sound/compare/7.0.0...8.0.0
2024-08-23 21:47:30 +08:00
Bobby Rong
3c1fa0d0e3
pantheon.wingpanel-indicator-power: 6.2.1 -> 8.0.0
https://github.com/elementary/wingpanel-indicator-power/compare/6.2.1...8.0.0
2024-08-23 21:39:56 +08:00
Bobby Rong
5f153f6db4
pantheon.wingpanel-indicator-notifications: 7.1.0 -> 7.1.1
https://github.com/elementary/wingpanel-indicator-notifications/compare/7.1.0...7.1.1
2024-08-23 21:36:47 +08:00
Bobby Rong
1ec06b188f
pantheon.wingpanel-indicator-bluetooth: 7.0.1 -> 8.0.0
https://github.com/elementary/wingpanel-indicator-bluetooth/compare/7.0.1...8.0.0
2024-08-23 21:33:46 +08:00
Bobby Rong
1ff7e28086
pantheon.elementary-session-settings: 6.0.0-unstable-2024-03-29 -> 8.0.0
53bf57e5b3...8.0.0
2024-08-23 21:31:48 +08:00
Bobby Rong
8a6b51d1e8
Merge pull request #336559 from bobby285271/upd/pantheon
Pantheon updates 2024-08-22
2024-08-23 21:26:11 +08:00
Sandro
7f871ed071
Merge pull request #336761 from wineee/deepin-clone 2024-08-23 15:20:59 +02:00
github-actions[bot]
ceef45b437
Merge master into staging-next 2024-08-23 12:05:14 +00:00
rewine
c4bd4f4471 deepin.deepin-clone: remove 2024-08-23 20:02:37 +08:00
github-actions[bot]
3eb04240cf
Merge staging-next into staging 2024-08-22 18:04:25 +00:00
rewine
347ad13fa4 deepin.deepin-terminal: 6.0.13 -> 6.0.14 2024-08-22 23:52:38 +08:00
rewine
cca708d7c4 deepin.deepin-movie-reborn: 6.0.5 -> 6.0.10 2024-08-22 23:33:03 +08:00
Bobby Rong
fb105c395e
pantheon.wingpanel-indicator-network: 7.1.0 -> 7.1.1
https://github.com/elementary/wingpanel-indicator-network/compare/7.1.0...7.1.1
2024-08-22 23:09:32 +08:00
Bobby Rong
22df830519
pantheon.wingpanel-indicator-nightlight: 2.1.2 -> 2.1.3
https://github.com/elementary/wingpanel-indicator-nightlight/compare/2.1.2...2.1.3
2024-08-22 23:09:12 +08:00
Bobby Rong
551735b16e
pantheon.wingpanel-indicator-keyboard: 2.4.1 -> 2.4.2
https://github.com/elementary/wingpanel-indicator-keyboard/compare/2.4.1...2.4.2
2024-08-22 23:09:12 +08:00
Bobby Rong
3e74d14b0a
pantheon.wingpanel-indicator-datetime: 2.4.1 -> 2.4.2
https://github.com/elementary/wingpanel-indicator-datetime/compare/2.4.1...2.4.2
2024-08-22 23:06:54 +08:00
Bobby Rong
fa2aacff8c
pantheon.appcenter: 7.4.0-unstable-2024-02-07 -> 8.0.0
fce55d9373...8.0.0
2024-08-22 22:58:49 +08:00
Sandro
180f9e2195
Merge pull request #334629 from OPNA2608/init/lomiri/lomiri-gallery-app 2024-08-22 15:44:21 +02:00
K900
5c68540f8b Merge remote-tracking branch 'origin/staging-next' into staging 2024-08-22 13:20:38 +03: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
Jade Lovelace
5dfdb09561 tree-wide: remove eelco as maintainer from things he no longer maintains
While preparing this change, I read the git blame on all of the files I
touched. I saw a working lifetime of building this system which we use
every day and love dearly and keep maintained ourselves. I saw commits
from a 14 year range between 2003 to 2017!! I could not be more thankful
for Eelco's work on building large parts of the foundation of nixpkgs
that all of us rely on now.

However, the end date of that range of the files I looked at the blame
on was 2017. I did not see surviving code from any newer date than that.
Looking at the Git logs, Eelco has been working on other things, and
that's totally fine.

However, it means that our maintenance metadata is out of date on a lot
of packages, and *that*'s the reason I am submitting this change. There
are a lot of packages that don't have anyone with their name on them to
be pinged if they need attention, even if they have had recent activity
(although it is never clear if recent activity was just someone fixing
it because ZHF or because the package actually matters to them).
There are a lot of packages with storied history that maybe don't need
to be in the set anymore at all since they have not been touched in
years; or maybe they are simply finished.

Empty maintainer lists should be a sign that we need to figure out who
maintains it or potentially remove it if it has rotted, and allowing the
maintainer list to be empty if it is already not maintained is part of a
healthy repository ecology.

Either way, I would like to have the maintenance metadata not mislead
anyone into sending Eelco emails about packages he doesn't, in practice,
work on anymore. I have not removed his name from everything; there are
some things that he is the upstream for or has worked on more recently,
for instance, like Nix, which I have left alone.
2024-08-21 01:17:45 -07:00
Bobby Rong
b2b8d7ce72
Merge pull request #335505 from bobby285271/upd/mate
mate.engrampa: 1.28.1 -> 1.28.2
2024-08-20 21:22:17 +08:00
OPNA2608
19d9cb7ca1 lomiri.libusermetrics: nixfmt 2024-08-19 18:25:45 +02:00
OPNA2608
31227b2491 lomiri.libusermetrics: 1.3.2 -> 1.3.3 2024-08-19 18:24:22 +02:00
Masum Reza
00221e9e2e
Merge pull request #330411 from r-ryantm/auto-update/gnomeExtensions.unite
gnomeExtensions.unite: 78 -> 79
2024-08-19 18:14:10 +05:30
Bobby Rong
50f5dd8917
mate.engrampa: 1.28.1 -> 1.28.2
https://github.com/mate-desktop/engrampa/compare/v1.28.1...v1.28.2
2024-08-18 12:12:30 +08:00
github-actions[bot]
0f820c1c5a
Merge staging-next into staging 2024-08-18 00:03:22 +00:00
Peder Bergebakken Sundt
e471916645
treewide: passthru nixos test (#334491) 2024-08-18 00:29:43 +02:00
github-actions[bot]
26d52a889c
Merge staging-next into staging 2024-08-16 18:01:47 +00:00
Felix Buehler
024004e577 deepin.dde-gsettings-schemas: remove 'with lib;' 2024-08-16 16:09:03 +02:00
Bobby Rong
e709bd8ede
Merge pull request #334618 from bobby285271/upd/xfce
Xfce updates 2024-08-14
2024-08-16 21:36:43 +08: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
Bobby Rong
0da1fedd66
xfce.xfce4-notifyd: 0.9.4 -> 0.9.6
https://gitlab.xfce.org/apps/xfce4-notifyd/-/compare/xfce4-notifyd-0.9.4...xfce4-notifyd-0.9.6
2024-08-15 20:05:05 +08:00
Bobby Rong
a78aafe88d
xfce.xfburn: 0.7.1 -> 0.7.2
https://gitlab.xfce.org/apps/xfburn/-/compare/xfburn-0.7.1...xfburn-0.7.2
2024-08-15 20:05:05 +08:00
github-actions[bot]
78a583fbf0
Merge staging-next into staging 2024-08-15 06:01:41 +00:00
rewine
b1770f7454
Merge pull request #330182 from wineee/deepin
deepin desktop environment: update
2024-08-15 12:22:56 +08:00
rewine
2bbba938cd deepin.deepin-system-monitor: 6.0.13 -> 6.0.23 2024-08-15 08:57:14 +08:00
rewine
424aa67e9c deepin.dde-clipboard: 6.0.9 -> 6.0.11 2024-08-15 08:57:14 +08:00
rewine
e5344f08c2 deepin.deepin-kwin: 5.25.26 -> 5.25.27 2024-08-15 08:57:14 +08:00
rewine
49343c03d6 deepin.dde-daemon: 6.0.34 -> 6.0.43 2024-08-15 08:57:13 +08:00
rewine
1412026fca deepin.dde-calendar: 5.13.1 -> 5.14.1 2024-08-15 08:57:13 +08:00
rewine
72894c1b45 deepin.dde-session-shell: 6.0.19 -> 6.0.20 2024-08-15 08:57:13 +08:00
rewine
21bd546796 deepin.dde-session-ui: 6.0.19 -> 6.0.20 2024-08-15 08:57:13 +08:00
rewine
2fa450adc2 deepin.dde-session: 1.2.10 -> 1.2.12 2024-08-15 08:57:13 +08:00
rewine
7812fd7b05 deepin.dde-network-core: 2.0.26 -> 2.0.31 2024-08-15 08:57:13 +08:00
rewine
cf47f3c794 deepin.dde-widgets: 6.0.22 -> 6.0.23 2024-08-15 08:57:12 +08:00
rewine
c74633bcfe deepin.dde-appearance: 1.1.25 -> 1.1.29 2024-08-15 08:57:12 +08:00
rewine
c4cbc2a6d5 deepin.dde-dock: 6.0.35 -> 6.0.37 2024-08-15 08:57:12 +08:00
rewine
16c3cf8046 deepin.dde-control-center: 6.0.55 -> 6.0.59 2024-08-15 08:57:12 +08:00
rewine
58738875d5 deepin.dde-application-manager: 1.2.13 -> 1.2.15 2024-08-15 08:57:12 +08:00
rewine
81a85bc6cd deepin.startdde: 6.0.14 -> 6.0.15 2024-08-15 08:57:12 +08:00
rewine
90a6b45fdd deepin.qt5integration: 5.6.29 -> 5.6.32 2024-08-15 08:57:11 +08:00
rewine
bf369b1290 deepin.qt5platform-plugins: 5.6.29 -> 5.6.31 2024-08-15 08:57:11 +08:00
rewine
50cc5d9539 deepin.dtkdeclarative: 5.6.29 -> 5.6.32 2024-08-15 08:57:11 +08:00
rewine
335921e79a deepin.dtkwidget: 5.6.29 -> 5.6.31 2024-08-15 08:57:11 +08:00
rewine
843bb50fd4 deepin.dtkgui: 5.6.29 -> 5.6.32 2024-08-15 08:57:11 +08:00
rewine
b2dbd0f6ed deepin.dtkcore: 5.6.29 -> 5.6.32 2024-08-15 08:57:11 +08:00
rewine
4dcd0829d1 deepin.dtklog: init at 0.0.1 2024-08-15 08:57:08 +08:00
rewine
1b2a27f42b deepin.qt6integration: 6.0.16 -> 6.0.18 2024-08-15 08:57:07 +08:00
rewine
0144a07463 deepin.dtk6declarative: 6.0.16 -> 6.0.18 2024-08-15 08:57:07 +08:00
rewine
e4fe4c537a deepin.dtk6widget: 6.0.16 -> 6.0.18 2024-08-15 08:57:07 +08:00
rewine
8e18da7bbc deepin.dtk6gui: 6.0.16 -> 6.0.18 2024-08-15 08:57:07 +08:00
rewine
40df9ef62f deepin.dtk6core: 6.0.16 -> 6.0.18 2024-08-15 08:57:07 +08:00
rewine
e735ee346f deepin.dtk6log: init at 0.0.1 2024-08-15 08:57:02 +08:00
github-actions[bot]
76e1f6dd5e
Merge staging-next into staging 2024-08-15 00:02:46 +00:00
Cosima Neidahl
9ad44969f9
Merge pull request #334667 from OPNA2608/fix/lomiri/telephony-service-strictDeps
lomiri.telephony-service: Fix build after fixed strictDeps
2024-08-15 00:09:48 +02:00
Doron Behar
6bfd71d2b5
Merge pull request #318892 from doronbehar/pkg/taskwarrior3
nixosTests.taskchampion-sync-server: init
2024-08-14 19:43:33 +00:00
github-actions[bot]
558b070029
Merge staging-next into staging 2024-08-14 18:01:35 +00: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
R. Ryantm
aa21d6cc70 pantheon.elementary-onboarding: 7.2.0 -> 8.0.0 2024-08-14 21:45:44 +08: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
rewine
57c831e792 deepin.dtkcommon: 5.6.29 -> 5.6.32 2024-08-14 20:07:42 +08:00
rewine
03f5c8cf80 deepin.gio-qt: 0.0.12 -> 0.0.14 2024-08-14 20:07:42 +08:00
Doron Behar
54698e8db6 taskwarrior2: rename from taskwarrior, with a warning alias
Also remove an outdated link in `taskserver/default.md`.
2024-08-14 08:06:10 +03:00
github-actions[bot]
b73e10d9d0
Merge staging-next into staging 2024-08-13 06:01:49 +00:00
R. Ryantm
a709e7cb7c pantheon.elementary-videos: 8.0.0 -> 8.0.1 2024-08-13 13:40:15 +08:00
github-actions[bot]
288fb712ce
Merge staging-next into staging 2024-08-13 00:02:47 +00:00
Florian Klink
0b09202b66
Merge pull request #214906 from alyssais/wayland-scanner
wayland-scanner: split from wayland
2024-08-12 22:37:05 +03:00
eljamm
bee9f56168
pavucontrol-qt: add missing qtsvg dependency
For qt6, `qtsvg` needs to be explicitly installed for the icons to work
properly.
2024-08-12 15:38:40 +01:00
eljamm
78e8739f09
pavucontrol-qt: remove with lib; from meta 2024-08-12 15:36:32 +01:00
eljamm
7408c9f9e6
pavucontrol-qt: format with nixfmt 2024-08-12 15:35:25 +01:00
José Romildo Malaquias
729c56cf38
Merge pull request #333801 from r-ryantm/auto-update/enlightenment.evisum
enlightenment.evisum: 0.6.0 -> 0.6.1
2024-08-12 10:33:28 -03:00
Jan Tojnar
e61da57bbf gtkhtml: Move from gnome scope to top-level 2024-08-12 00:29:13 +02:00
Jan Tojnar
bd70d3211c gnome.gtkhtml: Format with nixfmt 2024-08-12 00:29:13 +02:00
Jan Tojnar
f192bd9e5c metacity: Move from gnome scope to top-level 2024-08-12 00:29:13 +02:00
Jan Tojnar
6dd20f8a64 gnome.metacity: Format with nixfmt 2024-08-12 00:29:12 +02:00
Jan Tojnar
81237a9e87 caribou: Move from gnome scope to top-level 2024-08-12 00:29:12 +02:00
Jan Tojnar
e186593ede gnome.caribou: Format with nixfmt 2024-08-12 00:29:12 +02:00
Jan Tojnar
b8d83d9ac3 gnome.libsoup: Remove
It is unused – everything in GNOME migrated to `libsoup_3`, which does not have a `libsoup-gnome-*.so`.
And `libsoup` is enabling `gnomeSupport` by default.
2024-08-12 00:29:12 +02:00
Jan Tojnar
c1f4b33309 gnome.libchamplain: Remove
It is unused. `libsoup` in top-level also has `gnomeSupport` enabled so no change there.
2024-08-12 00:29:12 +02:00
Jan Tojnar
64438363f5 gnome-shell-extensions: Move from gnome scope to top-level 2024-08-12 00:29:11 +02:00
Jan Tojnar
a0d15e0d04 gdm: Move from gnome scope to top-level 2024-08-12 00:29:11 +02:00
Jan Tojnar
214a26c550 gnome.gdm: Format with nixfmt 2024-08-12 00:29:11 +02:00
Jan Tojnar
db9ae25dca gnome-initial-setup: Move from gnome scope to top-level 2024-08-12 00:29:11 +02:00
Jan Tojnar
5f5c3a54d4 gnome.gnome-initial-setup: Format with nixfmt 2024-08-12 00:29:10 +02:00
Jan Tojnar
d364738c76 quadrapassel: Move from gnome scope to top-level 2024-08-12 00:29:10 +02:00
Jan Tojnar
d430528dae gnome.quadrapassel: Format with nixfmt 2024-08-12 00:29:10 +02:00
Jan Tojnar
1f3f0c2e4b tali: Move from gnome scope to top-level 2024-08-12 00:29:10 +02:00
Jan Tojnar
0f0388822a gnome.tali: Format with nixfmt 2024-08-12 00:29:10 +02:00
Jan Tojnar
077dd2b94c swell-foop: Move from gnome scope to top-level 2024-08-12 00:29:08 +02:00