1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 11:40:45 +00:00
Commit graph

14415 commits

Author SHA1 Message Date
Jan Tojnar 7a3aad75d3 gnome-autoar: Move from gnome scope to top-level 2024-07-01 08:15:53 +02:00
Jan Tojnar b0a6721b1d gnome: Mention that the scope should not get new packages
Mainly, the consensus of GNOME maintainers a long time ago was that the scope is more trouble than it’s worth:

- Overlays are even harder (`overrideScope` required).
- Referring to non-leaf packages outside the scope is annoying – `callPackage` can only inject the scope, and overriding the dependencies requires modifying the scope.
- Attributes already have `gnome-` as prefix so it would be duplicated in the scope name.
- Selection criteria are unclear – should this just be core package set?
- Upstream package status is fluent – what should we do if an app becomes a part of core, what if it gets removed?
- Main benefit was ability to update all GNOME packages at once but we still needed to do libraries like GLib or GTK manually. Nowadays we use [predicate matching on `updateScript` name](517d8466ca/maintainers/scripts/update.nix (L165)) but there is still room for improvement (e.g. adding tags).
2024-07-01 08:15:53 +02:00
Jan Tojnar 8471cfbf67
Merge pull request #321785 from jtojnar/libgnome-keyring
libgnome-keyring: Unify
2024-07-01 08:05:39 +02:00
linsui b111f6b7b8 gnomeExtensions: make manually packages extensions overridable 2024-07-01 10:25:59 +08:00
Bobby Rong 4b2a0b20e6
Merge pull request #319091 from bobby285271/upd/cinnamon
Cinnamon 6.2
2024-06-30 20:47:37 +08:00
Nick Cao 9f7e48175b
Merge pull request #323139 from romildo/upd.qterminal
lxqt.{qtermwidget;qterminal}: 2.0.0 -> 2.0.1
2024-06-29 14:02:21 -04:00
Bobby Rong 4d5b83419d
cinnamon.nemo-extensions: 6.0.1 -> 6.2.0
https://github.com/linuxmint/nemo-extensions/compare/6.0.1...6.2.0
2024-06-29 22:48:44 +08:00
Bobby Rong ec879d2cf3
cinnamon.nemo: 6.0.2 -> 6.2.1
https://github.com/linuxmint/nemo/compare/6.0.2...6.2.1
2024-06-29 22:48:44 +08:00
Bobby Rong e67f038e63
cinnamon.muffin: 6.0.1 -> 6.2.0
https://github.com/linuxmint/muffin/compare/6.0.1...6.2.0
2024-06-29 22:48:44 +08:00
Bobby Rong 1b81e424bc
cinnamon.cjs: 6.0.0 -> 6.2.0
https://github.com/linuxmint/cjs/compare/6.0.0...6.2.0
2024-06-29 22:48:43 +08:00
Bobby Rong af598c89a2
cinnamon.cinnamon-translations: 6.0.2 -> 6.2.1
https://github.com/linuxmint/cinnamon-translations/compare/6.0.2...6.2.1
2024-06-29 22:48:43 +08:00
Bobby Rong 732fdf5d92
cinnamon.cinnamon-settings-daemon: 6.0.0 -> 6.2.0
https://github.com/linuxmint/cinnamon-settings-daemon/compare/6.0.0...6.2.0
2024-06-29 22:48:43 +08:00
Bobby Rong 1928166077
cinnamon.cinnamon-session: 6.0.4 -> 6.2.0
https://github.com/linuxmint/cinnamon-session/compare/6.0.4...6.2.0
2024-06-29 22:48:43 +08:00
Bobby Rong a4c1b741e3
cinnamon.cinnamon-screensaver: 6.0.3 -> 6.2.0
https://github.com/linuxmint/cinnamon-screensaver/compare/6.0.3...6.2.0
2024-06-29 22:48:43 +08:00
Bobby Rong be1b695279
cinnamon.cinnamon-menus: 6.0.0 -> 6.2.0
https://github.com/linuxmint/cinnamon-menus/compare/6.0.0...6.2.0
2024-06-29 22:48:43 +08:00
Bobby Rong f545976380
cinnamon.cinnamon-desktop: 6.0.0 -> 6.2.0
https://github.com/linuxmint/cinnamon-desktop/compare/6.0.0...6.2.0
2024-06-29 22:48:43 +08:00
Bobby Rong dcff3d58b1
cinnamon.cinnamon-control-center: 6.0.1 -> 6.2.0
https://github.com/linuxmint/cinnamon-control-center/compare/6.0.1...6.2.0
2024-06-29 22:48:42 +08:00
Bobby Rong e008ce2dab
cinnamon.cinnamon-common: 6.0.4 -> 6.2.2
https://github.com/linuxmint/cinnamon/compare/6.0.4...6.2.2
2024-06-29 22:48:42 +08:00
R. Ryantm 6899567eb9 cinnamon.mint-artwork: 1.8.2 -> 1.8.3
No changes for us.
2024-06-29 22:12:45 +08:00
jobs62 8b864a7078
xfce.xfce4-settings: add integration with colord and fix upower
See #323010 and #323159.
2024-06-28 23:02:19 +08:00
José Romildo 3c9fdab540 lxqt.qterminal: 2.0.0 -> 2.0.1
Diff: https://github.com/lxqt/qterminal/compare/2.0.0...2.0.1
2024-06-28 09:36:45 -03:00
José Romildo 86056190ef lxqt.qtermwidget: 2.0.0 -> 2.0.1
Diff: https://github.com/lxqt/qtermwidget/compare/2.0.0...2.0.1
2024-06-28 09:34:07 -03:00
rewine 65d005b5bf
Merge pull request #322834 from jtojnar/deepin-no-lgk
dpa-ext-gnomekeyring: Remove libgnome-keyring dependency
2024-06-27 17:00:30 +08:00
Jan Tojnar 5227183642 deepin.dpa-ext-gnomekeyring: Remove libgnome-keyring dependency
It has been replaced by libsecret a long time ago:
157fc217ec
2024-06-27 09:56:37 +02:00
Doron Behar 1e3deb3d8a
Merge pull request #321469 from linsui/systemd-manager
gnomeExtensions.systemd-manager: package manually
2024-06-27 09:07:08 +03:00
Jan Tojnar 9ff2e65ef3
Merge pull request #322324 from JohnRTitor/gnome-updates
GNOME updates 2024-06-25
2024-06-25 17:57:48 +02:00
Bobby Rong 1373dd5ac8
Merge pull request #322186 from bobby285271/upd/cinnamon-xapps
Cinnamon updates 2024-06-24
2024-06-25 21:33:27 +08:00
John Titor 206ac69058
gnome.gnome-sudoku: 46.1 -> 46.2 2024-06-25 18:50:48 +05:30
rewine 9b3299c8cd
Merge pull request #310778 from wineee/dde23
deepin desktop environment: update
2024-06-25 09:52:28 +08:00
Bobby Rong d08a3f7e96
cinnamon.nemo-python: Set up python search path earlier
Let's see if this can help with some of the race conditions that I don't understand.
2024-06-25 09:08:11 +08:00
rewine 4f1aacd858 deepin.dde-grand-search: fix build on aarch64-linux 2024-06-24 22:33:41 +08:00
Bobby Rong 31ed620b67
cinnamon.folder-color-switcher: 1.6.2 -> 1.6.3
18102c72ba...35aa5b9839
2024-06-24 22:31:06 +08:00
Bobby Rong 32b91cc3ec
cinnamon.mint-l-icons: 1.7.0 -> 1.7.1
https://github.com/linuxmint/mint-l-icons/compare/1.7.0...f5edf5683c7e7e51da2c0e66a9a288d5342edc63
2024-06-24 22:31:01 +08:00
R. Ryantm 25a56e53e0
cinnamon.mint-themes: 2.1.6 -> 2.1.7
https://github.com/linuxmint/mint-themes/compare/2.1.6...2.1.7
2024-06-24 22:30:18 +08:00
Bobby Rong c5ec741eb4
cinnamon.cinnamon-common: Use substituteInPlace --replace-fail
It is very tiring to maintain these substitutions.
2024-06-24 22:30:18 +08:00
Bobby Rong dbc2df7ab8
cinnamon.mint-l-theme: 1.9.6 -> 1.9.7
1444bacf3f...1.9.7
2024-06-24 22:30:09 +08:00
rewine 2550a74385 deepin-anything: init at 6.1.9 2024-06-24 00:25:49 +08:00
Jan Tojnar 859183c058 libgnome-keyring: move from gnome scope to top-level 2024-06-22 21:26:38 +02:00
Artturin e81266cf34 libgnome-keyring3: Apply cross-fixes from libgnome-keyring
Cherry-picked from 757052408f
2024-06-22 17:22:29 +02:00
Bobby Rong 1eae5f8801
Merge pull request #321745 from bobby285271/upd/budgie
budgie.budgie-desktop: 10.9.1 -> 10.9.2
2024-06-22 21:12:44 +08:00
Bobby Rong c6a9be2a59
budgie.budgie-desktop: 10.9.1 -> 10.9.2
https://github.com/BuddiesOfBudgie/budgie-desktop/compare/v10.9.1...v10.9.2
2024-06-22 19:51:01 +08:00
R. Ryantm 5c0dc4c55e cinnamon.warpinator: 1.8.4 -> 1.8.5 2024-06-22 16:58:13 +08:00
R. Ryantm 6293ea3fc8 cinnamon.xreader: 4.2.0 -> 4.2.1 2024-06-21 19:02:47 +08:00
Doron Behar 679224d7c7 gnomeExtensions.systemd-manager: nixfmt & add doronbehar as maintainer 2024-06-21 13:44:35 +03:00
Doron Behar 4c0a299d2c gnomeExtensions.systemd-manager: allow install polkit files 2024-06-21 13:43:54 +03:00
linsui e3945f2507 gnomeExtensions.systemd-manager: package manually
As per https://extensions.gnome.org/extension/4174/systemd-manager/ this
is no longer uploaded to e.g.o
2024-06-21 17:52:10 +08:00
R. Ryantm 712f49c97a cinnamon.xapp: 2.8.3 -> 2.8.4 2024-06-20 23:13:48 +08:00
Bobby Rong e83bb7c547
Merge pull request #321033 from bobby285271/upd/mate
mate.mate-panel: 1.28.1 -> 1.28.2
2024-06-20 22:45:28 +08:00
Bobby Rong 1eb680508c
mate.mate-panel: 1.28.1 -> 1.28.2
https://github.com/mate-desktop/mate-panel/compare/v1.28.1...v1.28.2
2024-06-19 21:55:30 +08:00
R. Ryantm 6952b7e948 cinnamon.xviewer: 3.4.4 -> 3.4.5 2024-06-19 21:40:24 +08:00