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 |
|