Commit Graph

50 Commits

Author SHA1 Message Date
Bobby Rong
7aea12755b
cinnamon.nemo: 6.2.4 -> 6.2.6
https://github.com/linuxmint/nemo/compare/6.2.4...6.2.6
2024-07-22 20:48:41 +08:00
Bobby Rong
cf238ea3d5
cinnamon.nemoExtensions: Drop
There is no reason exposing this.
2024-07-22 01:02:17 +08:00
R. Ryantm
ba8988dcbd cinnamon.nemo: 6.2.3 -> 6.2.4 2024-07-19 22:15:35 +08:00
Bobby Rong
fb63a9b1e8
cinnamon.nemo: 6.2.2 -> 6.2.3
https://github.com/linuxmint/nemo/compare/6.2.2...6.2.3
2024-07-07 19:54:39 +08:00
Bobby Rong
6c51c1ed90
cinnamon.nemo: Backport search window fix 2024-07-02 22:06:06 +08:00
Bobby Rong
0fce9c02d3
cinnamon.nemo: 6.2.1 -> 6.2.2
https://github.com/linuxmint/nemo/compare/6.2.1...6.2.2
2024-06-30 20:51:47 +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
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
Sigmanificient
d48a9bb622 treewide: remove unused fetchpatch arguments 2024-06-04 12:40:25 +02:00
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
Bobby Rong
8eefcdc9e9
cinnamon.nemo: Fix open as root
Open as root support is added in src/nemo-view.c as `pkexec nemo`.
This does not match the full path in `org.nemo.root.policy` so it
doesn't work.

Replacing with `/run/current-system/sw/bin/nemo` seems to be the
easiest solution here, otherwise to properly support nemo-with-extensions,
we likely need to patch everything that calls `pkexec nemo` to accept
external environment variables for nemo path, and pass the path via
wrapper, and we still need to substitute `org.nemo.root.policy` in
nemo-with-extensions.
2024-03-22 00:34:11 +08:00
Bobby Rong
2f3a9e9381
cinnamon.nemo: 6.0.1 -> 6.0.2
https://github.com/linuxmint/nemo/compare/6.0.1...6.0.2
2023-12-28 22:13:09 +08:00
Bobby Rong
e120c12135
cinnamon.nemo: 6.0.0 -> 6.0.1
https://github.com/linuxmint/nemo/compare/6.0.0...6.0.1
2023-12-19 21:19:30 +08:00
Bobby Rong
a72559cdbe
cinnamon.nemo: 5.8.5 -> 6.0.0
https://github.com/linuxmint/nemo/compare/5.8.5...6.0.0
2023-12-02 12:12:47 +08:00
Bobby Rong
adcf31f0e1
cinnamon.nemo: 5.8.4 -> 5.8.5
https://github.com/linuxmint/nemo/compare/5.8.4...5.8.5
2023-09-29 20:37:08 +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
cbe2d23787
cinnamon.nemo: 5.8.3 -> 5.8.4
https://github.com/linuxmint/nemo/compare/5.8.3...5.8.4
2023-07-08 11:46: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
f2dc536888
cinnamon.nemo: 5.8.2 -> 5.8.3
https://github.com/linuxmint/nemo/compare/5.8.2...5.8.3
2023-06-26 22:00:47 +08:00
Bobby Rong
c73f809c61
cinnamon.nemo: 5.6.5 -> 5.8.2
https://github.com/linuxmint/nemo/compare/5.6.5...5.8.2
2023-06-14 15:47:46 +08:00
Bobby Rong
94458ad154
cinnamon.nemo: add missing xapp icons
Nemo is used outside cinnamon (e.g. budgie) these days.
Only cinnamon is shipping xapp as environment.systemPackages.

We probably should do this to (mostly) all mint apps but probably
when users wish to use them outside cinnamon.
2023-05-25 09:42:25 +08:00
Bobby Rong
9afb29b2b1
cinnamon.nemo: 5.6.4 -> 5.6.5
https://github.com/linuxmint/nemo/compare/5.6.4...5.6.5
2023-03-29 11:29:54 +08:00
Bobby Rong
4d120a8c5c
cinnamon.nemo: 5.6.3 -> 5.6.4
https://github.com/linuxmint/nemo/compare/5.6.3...5.6.4
2023-03-22 09:16:04 +08:00
Bobby Rong
86bc14aaac
cinnamon.nemo: 5.6.2 -> 5.6.3
https://github.com/linuxmint/nemo/compare/5.6.2...5.6.3
2023-01-19 09:52:20 +08:00
Bobby Rong
2cdd4df899
cinnamon.nemo-with-extensions: Fix duplicate right-click menu items 2023-01-08 11:26:32 +08:00
Bobby Rong
c90f3e3dee
cinnamon.nemo: 5.6.1 -> 5.6.2
https://github.com/linuxmint/nemo/compare/5.6.1...5.6.2
2023-01-08 10:48:22 +08:00
Bobby Rong
25f506e942
cinnamon.nemo-python: init at 5.6.0 2022-12-21 14:28:45 +08:00
Bobby Rong
f60da05d0b
cinnamon.nemo-with-extensions: init 2022-12-20 10:59:37 +08:00
Bobby Rong
5cc5f394d7
cinnamon.nemo: Workaround duplicate right-click menu items
Don't populate nemo actions from /run/current-system/sw/share
They should only be loaded exactly once as $out/share
2022-12-17 11:41:17 +08:00
Bobby Rong
96d06d98b7
cinnamon.nemo: 5.6.0 -> 5.6.1
https://github.com/linuxmint/nemo/compare/5.6.0...5.6.1
2022-12-14 12:55:25 +08:00
Bobby Rong
6e8d5bb296
cinnamon.nemo: 5.4.3 -> 5.6.0
https://github.com/linuxmint/nemo/compare/5.4.3...5.6.0
2022-11-29 10:11:55 +08:00
Bobby Rong
620175f898 cinnamon.nemo: 5.4.2 -> 5.4.3 2022-08-15 10:52:20 +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
b3db7c1d79
cinnamon.nemo: 5.2.4 -> 5.4.2
This is ported from libnotify to GNotification.
2022-07-30 19:51:15 +08:00
R. Ryantm
6cff7cf37d cinnamon.nemo: 5.2.3 -> 5.2.4 2022-02-12 18:31:06 +00:00
Ilan Joselevich
c8c54d5824 cinnamon.nemo: 5.2.0 -> 5.2.3 2022-01-09 21:05:18 +02:00
Nicolas Berbiche
75b60b30db
nemo: add gvfs dependency to display Trash
The Trash and network locations do not work otherwise.

Note that `gvfsd` needs to run in order to interact with the
trash (`trash:///`).
2021-12-08 16:45:31 -05:00
Maciej Krüger
8cbd56b671
cinnamon.*: apply nixpkgs-fmt 2021-11-29 17:34:50 +01:00
Maciej Krüger
b64907452c
cinnamon.nemo: 5.0.3 -> 5.2.0 2021-11-27 09:11:10 +01:00
Ilan Joselevich
43ab29e013 cinnamon.nemo: 5.0.0 -> 5.0.3 2021-07-10 20:39:04 +03:00
Ilan Joselevich
971f2a66a5 cinnamon.nemo: 4.8.6 -> 5.0.0 2021-05-31 15:33:44 +03:00
Maciej Krüger
56dbdba0cc
cinnamon.nemo: use cinnamon-translations 2021-05-22 23:59:35 +02:00
Ilan Joselevich
54967cb430 cinnamon.nemo: 4.8.4 -> 4.8.6 2021-04-23 00:05:09 +03:00
Maciej Krüger
0de0287bff
cinnamon.*: sha256 = sha256-.. => hash = sha256-.. 2021-04-19 14:46:28 +02:00
Maciej Krüger
2edfbec474
cinnamon.nemo: 4.6.5 -> 4.8.4 2021-04-19 14:40:29 +02: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
0a7e5e4d01
cinnamon.nemo: 4.4.1 -> 4.6.5 2020-09-08 01:02:11 +02:00
Maciej Krüger
becf4017c5
cinnamon.nemo: init at 4.4.1 2020-01-22 22:45:22 +01:00