Commit graph

45 commits

Author SHA1 Message Date
Bobby Rong 6aeea7045d
cinnamon.cinnamon-common: 5.6.7 -> 5.6.8
https://github.com/linuxmint/cinnamon/compare/5.6.7...5.6.8

One of the substitutions has been upstreamed.
2023-03-22 09:09:26 +08:00
Bobby Rong 6997aefc84
cinnamon.cinnamon-common: use correct python for scrollbar-test-widget.py
Loading Themes module
Traceback (most recent call last):
  File "/xxxxxx/share/cinnamon/cinnamon-settings/bin/scrollbar-test-widget.py", line 6, in <module>
    import gi
ModuleNotFoundError: No module named 'gi'

This file is being called as
Gio.Subprocess.new(['python3', '/xxxxxx/scrollbar-test-widget.py', str(self.content_widget.get_id())], Gio.SubprocessFlags.NONE)
2023-02-02 20:19:08 +08:00
Bobby Rong bdc6404b0f
cinnamon.cinnamon-common: unbreak calendar-server
Reported in issue 213728. With this change you can see
list of your EDS events in your calendar applet.
2023-01-31 21:28:13 +08:00
Bobby Rong 7f5ad3e298
cinnamon.cinnamon-common: unbreak looking-glass
Reported in issue 213728.
ModuleNotFoundError: No module named 'pyinotify'
2023-01-31 21:28:12 +08:00
Bobby Rong 63a4f9f242
cinnamon.cinnamon-common: use mesa instead of clutter
This is probably a mistake I made when bumping cinnamon to 5.4.
What cinnamon needs is muffin-clutter-0, the clutter package itself
is something no longer maintained. We just add the missing mesa
for the EGL/eglmesaext.h header.
2023-01-31 21:28:12 +08:00
Bobby Rong 279fb9d464
cinnamon.cinnamon-common: stop substituting upload-system-info
We install xapp in environment.systemPackages in the cinnamon module
because most XApps need the icon it provides. As a side effect, we
should have this in PATH. This is really an optional app,
cinnamon-settings handles the situation well when it is missing.
2023-01-30 19:50:33 +08:00
Bobby Rong cbb715535f
cinnamon.cinnamon-common: 5.6.6 -> 5.6.7
https://github.com/linuxmint/cinnamon/compare/5.6.6...5.6.7
2023-01-17 10:22:11 +08:00
Bobby Rong 35a8632ee1
cinnamon.cinnamon-common: 5.6.5 -> 5.6.6
https://github.com/linuxmint/cinnamon/compare/5.6.5...5.6.6
2023-01-11 20:47:00 +08:00
Bobby Rong d5510e9e9e
cinnamon.cinnamon-common: Fix settings theme thumbnail path
We look for globally installed themes with this path, so we use
/run/current-system/sw/share.
2022-12-24 23:03:12 +08:00
Bobby Rong 8eb516c3da
cinnamon.cinnamon-common: 5.6.4 -> 5.6.5
https://github.com/linuxmint/cinnamon/compare/5.6.4...5.6.5
2022-12-15 23:09:08 +08:00
Bobby Rong 510da3eac1
cinnamon.cinnamon-common: 5.6.2 -> 5.6.4
https://github.com/linuxmint/cinnamon/compare/5.6.2...5.6.4
2022-11-30 09:29:39 +08:00
Bobby Rong c6e57ec126
cinnamon.cinnamon-common: 5.4.12 -> 5.6.2
PR 11244 removed some of the hardcode paths:

- We now look for upload-system-info from PATH, but since we don't
"install" cinnamon.xapp, we still fix the path for it.
- We now look for cinnamon-control-center, gnome-control-center from
PATH. For the former, it is installed in the module and it cannot be
removed, so no need to fix the path. For the latter, it is not useful.
- cinnamon-launcher now looks for various fallback panels from PATH,
since they are optional so no need of fixing path.
- All *.desktop and *.service files are generated by Meson with correct
path now.

https://github.com/linuxmint/cinnamon/compare/5.4.12...5.6.2
2022-11-29 10:11:55 +08:00
Bobby Rong 8b44356e1f
cinnamon.cinnamon-common: unbreak cinnamon2d session 2022-10-29 22:45:33 +08:00
Vladimír Čunát 6565abc264
Merge branch 'master' into staging-next 2022-10-08 10:20:07 +02:00
Bobby Rong 8e2afcd868
cinnamon.cinnamon-common: Fix locking from menu
Closes #194612
2022-10-06 10:17:35 +08:00
Artturin 0734f54ef2 treewide: move pkg-config, autoreconfHook, intltool to nativeBuildInputs
found with nixpkgs-lint
2022-09-26 17:53:26 +03:00
Bobby Rong 6d36e7b057
cinnamon.cinnamon-common: Fix upload-system-info path 2022-09-12 19:14:13 +08:00
Bobby Rong 239c3a5d0c
cinnamon.cinnamon-common: 5.4.11 -> 5.4.12 2022-09-06 10:39:22 +08:00
Bobby Rong 942765e3cd cinnamon.cinnamon-common: 5.4.10 -> 5.4.11 2022-08-21 21:59:30 +08:00
Bobby Rong d00b39e174 cinnamon.cinnamon-common: ensure xapp is available for cinnamon-desktop-editor
Closes #129946
Closes #177041
2022-08-19 19:01:07 +08:00
Bobby Rong 3de049f71d cinnamon.cinnamon-common: ensure caribou is in XDG_DATA_DIRS
Some of its layout files are required for constructing a keyboard model.

Closes #101881
2022-08-19 19:01:01 +08:00
Bobby Rong a29ca0ec20 cinnamon.cinnamon-common: fix msgfmt path for Spices.py
Closes #168924
2022-08-15 20:53:39 +08:00
Bobby Rong 8a19bf497c cinnamon.cinnamon-common: 5.4.9 -> 5.4.10 2022-08-15 10:49:36 +08:00
Bobby Rong a6d4e3d86a cinnamon.cinnamon-common: 5.4.8 -> 5.4.9 2022-08-10 13:36:01 +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 9da9a1474c
cinnamon.cinnamon-common: 5.2.0 -> 5.4.8 2022-08-03 20:46:27 +08:00
Maciej Krüger 8cbd56b671
cinnamon.*: apply nixpkgs-fmt 2021-11-29 17:34:50 +01:00
Maciej Krüger 078a4f9f3f
cinnamon.cinnamon-common: fix #146507 online-accounts in cinnamon-settings broken 2021-11-27 09:11:12 +01:00
Maciej Krüger a0cbed6fb9
cinnamon.cinnamon-common: 4.8.6 -> 5.2.0 2021-11-27 09:11:01 +01:00
Sandro Jäckel 6f99ce0c74 cinnamon-common: remove alias 2021-07-27 08:16:20 -07:00
Maciej Krüger 425ac82c14
cinnamon.cinnamon-common: use cinnamon-translations
Also remove unused configureFlags
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
Vladimír Čunát a0b9974669
cinnamon.cinnamon-common: fix build regression
It's probably fallout from PR #118479
2021-04-21 20:25:33 +02:00
Maciej Krüger 048ccae8c5
cinnamon.cinnamon-common: 4.6.1 -> 4.8.6 2021-04-19 14:46:28 +02:00
Maciej Krüger 3a856ee938
cinnamon.cinnamon-common.libcroco: drop 2021-04-19 14:40:31 +02:00
Ben Siraphob 5fffcef915 pkgs/desktops: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Ben Siraphob badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07: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 1e80ede78d
cinnamon.cinnamon-common: add patch for new cjs 2020-09-28 15:11:19 +02:00
Maciej Krüger dd8233b72d
cinnamon.*: now maintained by cinnamon team 2020-09-08 01:03:17 +02:00
Maciej Krüger 66f42fee47
cinnamon.cinnamon-common: patch & expose sessions 2020-09-08 01:03:17 +02:00
Maciej Krüger ec854b0c0d
cinnamon.cinnamon-common: fix nma missing 2020-09-08 01:03:17 +02:00
Maciej Krüger 415bed22bb
cinnamon.cinnamon-common: 4.4.1 -> 4.6.1 2020-09-08 01:02:11 +02:00
Maciej Krüger ce2895dabd cinnamon.cinnamon-common.libcroco: init at 0.6.13 2020-09-05 14:03:02 -04:00
Maciej Krüger 302c8a4612 cinnamon.cinnamon-common: init at 4.4.1 2020-09-05 14:03:02 -04:00