Commit graph

595 commits

Author SHA1 Message Date
Bobby Rong 86e2f3c177
mate.mate-polkit: 1.26.0 -> 1.26.1
https://github.com/mate-desktop/mate-polkit/compare/v1.26.0...v1.26.1
2023-03-23 17:59:51 +08:00
Bobby Rong a32716982e
mate.mate-desktop: 1.26.0 -> 1.26.1
https://github.com/mate-desktop/mate-desktop/compare/v1.26.0...v1.26.1
2023-03-23 17:56:41 +08:00
Artturin f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Bobby Rong c1739aca57
mate.marco: 1.26.0 -> 1.26.1
https://github.com/mate-desktop/marco/compare/v1.26.0...v1.26.1
2023-01-24 21:39:00 +08:00
Bobby Rong 8d9763d043
mate.caja-extensions: Fix wrong schema path
Some schema comes from the mate-desktop package:

- org.mate.applications-terminal
- org.mate.background
2022-11-13 20:00:48 +08:00
Bobby Rong aa3396dc32
mate.caja-extensions: Fix failed substitution
By simply adding cp -r ./ $out to postInstall, you will find the previous
substitution does not work at all, this is documented in Nixpkgs manual,
that for substituteAll, "Environment variables that start with an uppercase
letter or an underscore are filtered out".
2022-11-13 19:55:41 +08:00
Sandro d9c3f3c0dc
Merge pull request #196007 from wegank/fdl11-remove 2022-11-09 22:31:50 +01:00
José Romildo b9d9a2fd6b mate.mozo: 1.26.1 -> 1.26.2 2022-10-31 12:51:34 -03:00
Weijia Wang 06d0490ab3 licenses: remove fdl12 2022-10-27 22:47:29 +02:00
José Romildo 8a0365aeeb mate.mate-tweak: 22.04.8 -> 22.10.0 2022-10-06 16:41:32 -03:00
José Romildo 4d62007aa7 mate.mate-icon-theme-faenza: use gitUpdater 2022-09-27 23:41:53 -03:00
José Romildo 64ce882421 mate: simplify update script
- No need to pass the version and attrPath arguments
2022-09-27 23:41:53 -03:00
José Romildo 01510c7ff3 treewide: no need to pass pname, version and attrPath to update scripts based on generic-updater 2022-09-27 23:41:53 -03:00
José Romildo 8c4a397098 mate.caja-extensions: 1.26.0 -> 1.26.1 2022-09-09 17:15:55 -03:00
Noah Fontes 7e0d8135dd
mate: expose all packages in a scope
MATE currently uses a scope, but it doesn't actually expose that scope
to callers, which makes overriding packages in overlays quite difficult
as you have to figure out where each package is plumbed through in the
attrset. You end up with contrived expressions like:

  mate = super.mate // {
    # ...

    extraPackages =
      (self.lib.remove super.mate.whatever super.mate.extraPackages)
      ++ [ self.mate.whatever ];
  };

This change exposes the scope so that we can use overrideScope' in
overlays instead.
2022-07-21 13:05:57 -07:00
Sandro f4848760df
Merge pull request #181282 from romildo/upd.mate-applets
mate.mate-applets: 1.26.0 -> 1.26.1
2022-07-19 12:41:47 +02:00
José Romildo 8e2a1bc541 mate.mate-applets: 1.26.0 -> 1.26.1 2022-07-12 18:29:20 -03:00
José Romildo f26e356bf1 mate: update script list versions from the git repository 2022-07-12 10:13:13 -03:00
José Romildo deeb80c04a mate: reformat nix expressions 2022-07-12 08:56:56 -03:00
R. Ryantm 5c0ddf82c5 mate.caja: 1.26.0 -> 1.26.1 2022-07-07 08:16:39 +00:00
José Romildo 1badcfab27 mate.mate-tweak: 22.04.4 -> 22.04.8 2022-07-01 11:02:22 -03:00
Rick van Schijndel 7a68548822
treewide: pkgs/desktops: mark broken for darwin 2022-05-30 13:42:58 +02:00
Ilya Fedin 8b167e1817 caja-extensions: patch gsettings calls to find the schemas 2022-04-01 07:49:18 +04:00
Ilya Fedin 7ca4bdd62e mate-settings-daemon-wrapped: init 2022-04-01 07:44:43 +04:00
Ilya Fedin bf2b42a2c1 mate-panel: fix workspace switcher settings 2022-04-01 07:38:47 +04:00
Ilya Fedin cbebf2e15e mate-control-center: make desktop font setting working 2022-04-01 07:37:35 +04:00
Bobby Rong bcdb2fdee6
mate.mate-backgrounds: fix build with meson 0.61
abstract/meson.build:3:5: ERROR: Function does not take positional arguments.
2022-03-28 22:52:26 +08:00
Jamie McClymont 694862304b nixos/tests: add passthru.tests to all tested terminal emulators 2022-03-20 16:48:06 +13:00
José Romildo 2b3b7f3f36 mate.mate-tweak: 22.04.1 → 22.04.4 2022-03-05 22:59:05 +00:00
José Romildo 005ac63a19 httpTwoLevelsUpdater: init 2022-02-21 13:01:49 -03:00
José Romildo ba59355e81 gitUpdater: init
- Add the 'gitUpdater' helper function to update git based packages, using the
'genericUpdater' function.
- Rework argument passing to the `list-git-tags' and 'list-archive-two-level-versions' scripts.
- Replace 'genericUpdater' plus 'list-git-tags' by 'gitUpdater'
2022-02-21 13:01:49 -03:00
José Romildo 9f67b1d450 mate.mate-tweak: 22.04.0 -> 22.04.1 2022-02-06 18:08:46 -03:00
Sandro d6fa7779f9
Merge pull request #156994 from romildo/upd.mate-panel 2022-02-04 18:25:16 +01:00
José Romildo dcaf8a381a mate.mate-tweak: 21.10.0 -> 22.04.0 2022-01-27 08:47:31 -03:00
José Romildo 08c554b624 mate.mate-panel: 1.26.1 -> 1.26.2 2022-01-27 08:16:27 -03:00
github-actions[bot] 43d088886e
Merge master into staging-next 2021-11-21 00:01:46 +00:00
Sandro 2a39b8a3a5
Merge pull request #146546 from romildo/upd.mozo 2021-11-20 19:53:46 +01:00
José Romildo 37d5c0e51e mate.mate-screensaver: 1.26.0 -> 1.26.1 2021-11-18 19:59:06 -03:00
José Romildo 1678743f01 mate.mozo: 1.26.0 -> 1.26.1 2021-11-18 18:48:17 -03:00
Kerstin Humm bb799694db
epoxy: rename to libepoxy
https://github.com/NixOS/nixpkgs/issues/145040
2021-11-11 05:55:32 +01:00
Sandro c24d587fcb
Merge pull request #144300 from romildo/upd.mate-tweak 2021-11-04 20:47:36 +01:00
Sandro 5bdc62eb0f
Merge pull request #144299 from romildo/upd.mate-themes 2021-11-04 20:47:13 +01:00
José Romildo db82295854 mate.mate-tweak: 21.04.3 -> 21.10.0 2021-11-02 19:56:54 -03:00
José Romildo 82ce6db4e0 mate.mate-themes: 3.22.22 -> 3.22.23 2021-11-02 19:49:39 -03:00
José Romildo f129ece353 mate.mate-panel: 1.26.0 -> 1.26.1 2021-11-02 19:43:34 -03:00
Jan Tojnar b479d8e6a5 mate.mate-user-share: fix apache module path
Also potentially reduces the number of dev dependencies in closure.
2021-10-13 19:01:21 +02:00
Sandro Jäckel 073ac41f26
mate: move packages under maintainer team 2021-09-21 22:18:22 +02:00
Sandro Jäckel 1b4a8a8c18
mate.mate-screensaver: fix missing gsettings schema 2021-09-15 23:53:06 +02:00
José Romildo 65be7a3c1d mate.python-caja: 1.24.0 -> 1.26.0 2021-08-21 12:57:38 -03:00
José Romildo 611f307673 mate.mate-netbook: 1.24.0 -> 1.26.0 2021-08-21 12:57:38 -03:00