Commit Graph

31 Commits

Author SHA1 Message Date
Jan Tojnar
eb04659fc2 treewide: wrapGAppsHook → wrapGAppsHook3
This was achieved using the following command:

    sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b')

And then manually reverted the following changes:

- alias in top-level.nix
- function name in wrap-gapps-hook.sh
- comment in postFixup of at-spi2-core
- comment in gtk4
- comment in preFixup of 1password-gui/linux.nix
- comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix
- comment in postFixup of telegram-desktop
- comment in postFixup of fwupd
- buildCommand of mongodb-compass
- postFixup of xflux-gui
- comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config
- description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-27 02:23:22 +02:00
R. Ryantm
0a05b55a32
cinnamon.cinnamon-screensaver: 6.0.2 -> 6.0.3
https://github.com/linuxmint/cinnamon-screensaver/compare/6.0.2...6.0.3
2024-01-25 21:34:15 +08:00
Bobby Rong
e4288024b8
cinnamon.cinnamon-screensaver: 6.0.1 -> 6.0.2
https://github.com/linuxmint/cinnamon-screensaver/compare/6.0.1...6.0.2
2023-12-28 22:13:09 +08:00
Bobby Rong
666c6b2944
cinnamon.cinnamon-screensaver: 6.0.0 -> 6.0.1
https://github.com/linuxmint/cinnamon-screensaver/compare/6.0.0...6.0.1
2023-12-21 21:51:17 +08:00
Bobby Rong
523af18ba2
cinnamon.cinnamon-screensaver: Update the pygobject 3.46 patch to use try/except 2023-12-07 22:19:02 +08:00
Bobby Rong
540072b8a1
cinnamon.cinnamon-screensaver: 5.8.1 -> 6.0.0
https://github.com/linuxmint/cinnamon-screensaver/compare/5.8.1...6.0.0

Removes accountsservice dependency.
d5ad373572
2023-12-02 12:12:46 +08:00
Bobby Rong
12f3bd8ac3
cinnamon.cinnamon-screensaver: Fix broken theming with pygobject 3.46
pygobject!231 ("Fix incompatibility for CssProvider.load_from_data()
(GTK 4.10)") breaks theming here since they eliminated any return value
from GtkCssProvider.load_from_data.
2023-11-22 07:02:26 +08:00
Vladimír Čunát
1c0d654684
Merge #239191: treewide: gobject-introspection from buildInputs to nativeBuildInputs
...into staging
2023-07-26 20:53:32 +02:00
Bobby Rong
2deace8748
cinnamon.cinnamon-screensaver: 5.8.0 -> 5.8.1
https://github.com/linuxmint/cinnamon-screensaver/compare/5.8.0...5.8.1
2023-07-08 11:31:26 +08:00
Artturin
9999bf7a21 treewide: gobject-introspection from buildInputs to nativeBuildInputs
gobject-introspection should be in nativeBuildInputs for cross to work
properly (so propagations and hook work properly)
2023-06-28 22:33:40 +03:00
Bobby Rong
f92b997ab2
cinnamon.cinnamon-screensaver: 5.6.3 -> 5.8.0
https://github.com/linuxmint/cinnamon-screensaver/compare/5.6.3...5.8.0
2023-06-14 15:47:45 +08:00
Bobby Rong
93021e7f71
cinnamon.cinnamon-screensaver: 5.6.2 -> 5.6.3
https://github.com/linuxmint/cinnamon-screensaver/compare/5.6.2...5.6.3
2023-01-08 10:41:04 +08:00
Bobby Rong
0ac48ac932
cinnamon.cinnamon-screensaver: Fix crash with virtual keyboard
Caribou.KeyboardModel is also used here, so we apply the same fix for
cinnamon-common to get rid of a crash.
2022-12-24 23:03:12 +08:00
Bobby Rong
f1df989839
cinnamon.cinnamon-screensaver: 5.6.1 -> 5.6.2
https://github.com/linuxmint/cinnamon-screensaver/compare/5.6.1...5.6.2
2022-12-04 11:20:50 +08:00
Bobby Rong
921e69e463
cinnamon.cinnamon-screensaver: 5.4.4 -> 5.6.1
This seems to fix "Fractional scaling resets on resume after suspend".

https://github.com/linuxmint/cinnamon-screensaver/compare/5.4.4...5.6.1
2022-11-29 10:11:55 +08:00
Bobby Rong
78ed716f33 cinnamon.cinnamon-screensaver: 5.4.2 -> 5.4.4 2022-08-22 19:43:48 +08:00
Bobby Rong
6adcb48c0d cinnamon.cinnamon-screensaver: 5.4.1 -> 5.4.2 2022-08-10 13:53:25 +08:00
Bobby Rong
be91726358
treewide: rename cinnamon.xapps to cinnamon.xapp
https://github.com/linuxmint/xapps redirects to https://github.com/linuxmint/xapp, and the meson project name is xapp.
2022-08-03 20:47:04 +08:00
Bobby Rong
9c21438777
cinnamon.cinnamon-screensaver: 5.2.0 -> 5.4.1
Now requires <xdo.h>.
2022-07-30 19:51:16 +08:00
Maciej Krüger
8cbd56b671
cinnamon.*: apply nixpkgs-fmt 2021-11-29 17:34:50 +01:00
Maciej Krüger
36bab07f0c
cinnamon.cinnamon-screensaver: 4.8.1 -> 5.2.0 2021-11-27 09:11:03 +01: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
04de0ae1a8
cinnamon.cinnamon-screensaver: 4.6.0 -> 4.8.1 2021-04-19 14:40:29 +02:00
Sandro Jäckel
164d19b24d
cinnamon-screensaver: remove unused input 2021-02-18 16:58:12 +01:00
Jonathan Ringer
f14f0fcd5f cinnamon.cinnamon-screensaver: fix libgnomekbd alias 2021-01-19 01:16:25 -08: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
Maciej Krüger
dd8233b72d
cinnamon.*: now maintained by cinnamon team 2020-09-08 01:03:17 +02:00
Maciej Krüger
74b5685bba
cinnamon.cinnamon-screensaver: 4.4.0 -> 4.6.0 2020-09-08 01:02:01 +02:00
Maciej Krüger
ad59f20d04 cinnamon.cinnamon-screensaver: init at 4.4.0 2020-09-05 14:03:02 -04:00