Commit Graph

29 Commits

Author SHA1 Message Date
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Bobby Rong
f33dd27a47
Merge pull request #288704 from Aleksanaa/cinnamon.cinnamon-control-center
cinnamon.cinnamon-control-center: fix tls support in online accounts
2024-02-20 13:36:14 +08:00
aleksana
47abf03340 cinnamon.cinnamon-control-center: fix tls support in online accounts
Without the fix Google login shows `TLS support is not available` when the module is
invoked by the cinnamon-control-center executable directly (instead of the `cinnamon-settings` program)
*and* glib-networking is not added to GIO_EXTRA_MODULES in the session for some reason
(e.g. not using cinnamon, `services.gnome.glib-networking.enable` disabled or not effected).
2024-02-17 16:28:41 +08:00
Bobby Rong
98dde17c64
cinnamon.cinnamon-control-center: 6.0.0 -> 6.0.1
https://github.com/linuxmint/cinnamon-control-center/compare/6.0.0...6.0.1
2024-02-10 23:56:00 +08:00
Bobby Rong
4aff26b630
cinnamon.cinnamon-control-center: 5.8.2 -> 6.0.0
https://github.com/linuxmint/cinnamon-control-center/compare/5.8.2...6.0.0
2023-12-02 12:12:46 +08:00
Bobby Rong
c268815f1c
cinnamon.cinnamon-control-center: 5.8.1 -> 5.8.2
https://github.com/linuxmint/cinnamon-control-center/compare/5.8.1...5.8.2
2023-07-08 11:49:04 +08:00
Bobby Rong
8e145212c7
cinnamon.cinnamon-control-center: 5.6.1 -> 5.8.1
https://github.com/linuxmint/cinnamon-control-center/compare/5.6.1...5.8.1
2023-06-14 15:47:45 +08:00
Bobby Rong
c534878e91
cinnamon.cinnamon-control-center: 5.6.0 -> 5.6.1
https://github.com/linuxmint/cinnamon-control-center/compare/5.6.0...5.6.1
2023-01-08 10:37:41 +08:00
Bobby Rong
02a8d3d472
cinnamon.cinnamon-control-center: Clean up
There is no test since 5.4.6, 23ba143 "wacom: Bring in line with
changes in muffin to fix support" removed the wacom-calibrator test.

All gio-unix-2.0 dep seemed to be properly declared. Still builds.
2022-11-29 10:11:55 +08:00
Bobby Rong
840f7dda71
cinnamon.cinnamon-control-center: 5.4.7 -> 5.6.0
I removed the treewide /usr/share/locale sed, there are still
a few leftovers but non of them are useful (for test-endianess.c
we already fixed /usr/share/i18n/locales/, and we don't use gdm
so gdm-languages.c is not useful).

Also no longer depend on cinnamon-settings-daemon.

https://github.com/linuxmint/cinnamon-control-center/compare/5.4.7...5.6.0
2022-11-29 10:11:54 +08:00
Bobby Rong
2dfcc01899
cinnamon.cinnamon-control-center: Fix some localization issues 2022-11-02 17:53:41 +08:00
Bobby Rong
e07cc970b8
cinnamon.cinnamon-control-center: 5.4.6 -> 5.4.7 2022-09-06 10:39:26 +08:00
Bobby Rong
880e4a8e24 cinnamon.cinnamon-control-center: 5.4.4 -> 5.4.6
Upstream don't really add gio-unix-2.0 as dependency
when doing gdbus_codegen so this regressed again :-(
2022-08-10 13:49:14 +08:00
Bobby Rong
a9dd1f9bc9
cinnamon.cinnamon-control-center: 5.2.0 -> 5.4.4
dbus-glib is not needed since 4.6.2.
upower-glib is added when adapting to muffin changes.
2022-07-30 19:51:18 +08:00
Maciej Krüger
8cbd56b671
cinnamon.*: apply nixpkgs-fmt 2021-11-29 17:34:50 +01:00
Maciej Krüger
3226fb88d4
cinnamon.cinnamon-control-center: 4.8.2 -> 5.2.0 2021-11-27 09:11:02 +01:00
Maciej Krüger
eac85651a3
cinnamon.cinnamon-control-center: use cinnamon-translations 2021-05-22 23:59:33 +02:00
Jan Tojnar
468cb5980b gnome: rename from gnome3
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-08 09:47:42 +02:00
Maciej Krüger
0de0287bff
cinnamon.*: sha256 = sha256-.. => hash = sha256-.. 2021-04-19 14:46:28 +02:00
Maciej Krüger
1795c727ec
cinnamon.cinnamon-control-center: 4.6.2 -> 4.8.2 2021-04-19 14:46:23 +02:00
Sandro Jäckel
0ae8a7d4b8
cinnamon-control-center: remove unused inputs 2021-02-22 02:27:57 +01:00
Ben Siraphob
5fffcef915 pkgs/desktops: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
R. RyanTM
7b21c0b5c7 cinnamon.cinnamon-control-center: 4.6.0 -> 4.6.2 2020-11-17 06:42:48 +00:00
Maciej Krüger
dd8233b72d
cinnamon.*: now maintained by cinnamon team 2020-09-08 01:03:17 +02:00
Maciej Krüger
c768edfecf
cinnamon.cinnamon-control-center: 4.4.0 -> 4.6.0 2020-09-07 23:46:59 +02:00
Tor Hedin Brønner
e0ec9581c9
cinnamon.cinnamon-control-center: use libnma 2020-03-21 04:44:07 +01:00
Jan Tojnar
dce0f4f695
cinnamon.cinnamon-control-center: so not use aliases 2020-03-16 02:59:00 +01:00
Maciej Krüger
741b284408
cinnamon.cinnamon-control-center: init at 4.4.0 2020-01-25 02:32:51 +01:00