Commit graph

31 commits

Author SHA1 Message Date
José Romildo Malaquias 7501beac87 mate: fix licenses 2021-04-22 10:29:01 -03:00
José Romildo Malaquias ebfbb86478 mate.mate-settings-daemon: 1.24.1 -> 1.24.2 2021-04-02 18:56:03 -03:00
José Romildo Malaquias a191b2320c mate: add passthru update script 2021-04-02 18:10:52 -03: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
José Romildo Malaquias 57322d00e6 mate.mate-settings-daemon: 1.24.0 -> 1.24.1 2020-09-18 12:15:22 -03:00
José Romildo Malaquias ceb87a4c26 mate: enable parallel building 2020-02-14 18:52:51 -03:00
José Romildo Malaquias 698a3c65d5 mate: all applications have been migrated from intltools to gettext 2020-02-14 11:09:49 -03:00
José Romildo Malaquias 4f501cdebc mate.mate-settings-daemon: 1.22.1 -> 1.24.0 2020-02-12 14:58:29 -03:00
José Romildo Malaquias c0088a657f mate: use https instead of http in src urls 2019-12-13 19:37:37 -03:00
Jan Tojnar 8cbc862b83
dconf: move to top-level 2019-12-01 01:01:40 +01:00
worldofpeace 00c6d89773 mate.mate-settings-daemon: fix build
Fixes #71950
2019-10-25 00:38:09 -04:00
Frederik Rietdijk 503081fa5b Merge staging into staging-next 2019-09-29 11:05:22 +02:00
José Romildo Malaquias 4e245f9ea5 mate.mate-settings-daemon: 1.22.0 -> 1.22.1 2019-09-23 07:00:58 -03:00
worldofpeace 85eff86c3a mate.mate-settings-daemon: Move D-Bus conf file to share/dbus-1/system.d
Since D-Bus 1.9.18 configuration files installed by third-party should
go in share/dbus-1/system.d. The old location is for sysadmin overrides.
2019-09-16 13:59:09 -04:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
José Romildo Malaquias a1164b0649 mate: use stdenv.lib.versions.majorMinor instead of mate.getRelease 2019-04-21 12:40:55 -03:00
José Romildo Malaquias 03bfaa15ca mate.mate-settings-daemon: 1.20.4 -> 1.22.0 2019-04-21 12:11:25 -03:00
volth 2be90ccb4f gnome3.gtk -> gtk3
fix evaluation when config.allowAliases == false

(regression after #55735)
2019-03-24 14:34:39 -04:00
Jan Malakhovski 2bc525350a treewide: stdenv.config -> config
That attribute does not exist.
2019-03-14 14:01:21 +00:00
worldofpeace c92039e5b6 mate.mate-settings-daemon: 1.21.0 -> 1.20.4 2019-01-14 08:46:26 -05:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
R. RyanTM c566d53489 mate.mate-settings-daemon: 1.20.3 -> 1.21.0 (#43177)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/mate-settings-daemon/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.21.0 with grep in /nix/store/vl1l0mhq9d8rdrsk7x9jlwkm4va2fgkd-mate-settings-daemon-1.21.0
- directory tree listing: https://gist.github.com/147e77ed6eab9ee14d1ce2dd1228a1ec
- du listing: https://gist.github.com/63c6df92545f5c99dbbcce75dcb3f7c5
2018-07-14 20:48:01 +02:00
R. RyanTM 072ad3a67f mate.mate-settings-daemon: 1.20.1 -> 1.20.3 (#41985)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/mate-settings-daemon/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.20.3 with grep in /nix/store/gdndnz6arz8xpvppphm7jxsyfsm7nq2y-mate-settings-daemon-1.20.3
- directory tree listing: https://gist.github.com/2cdc92987c9492e4c99b02efde4fd349
- du listing: https://gist.github.com/071f4f1371037662c45c8ef83b163383
2018-06-18 22:57:10 +02:00
Ryan Mulligan c448399b3a mate.mate-settings-daemon: 1.20.0 -> 1.20.1
Semi-automatic update generated by https://github.com/ryantm/nix-update tools.

This update was made based on information from https://repology.org/metapackage/mate-settings-daemon/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.20.1 with grep in /nix/store/n8ns53r2lfxa944hp7a8k9ylrwl18mp0-mate-settings-daemon-1.20.1
- directory tree listing: https://gist.github.com/de97ad2597f0b680b23b448f8353527b
2018-03-28 23:57:09 +01:00
Jan Tojnar a31d98f312
tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01:00
José Romildo Malaquias b374fbf2fa mate: update to release 1.20 2018-02-13 23:22:51 -02:00
José Romildo Malaquias aa001cc937 mate: remove major-ver and minor-ver
Keep only the version atribute in derivations, with the full version
string of the package. This will make it easier to write a script for
automatic updating of the packages using the update-source-version
command from common-updater-scripts.
2018-02-13 20:44:07 -02:00
José Romildo Malaquias 41d9818c86 mate-settings-daemon: 1.18.1 -> 1.18.2 2017-12-23 22:59:32 -02:00
romildo 8f7d80339a mate-settings-daemon: init at 1.18.1 2017-08-31 00:03:41 -03:00