Commit Graph

41 Commits

Author SHA1 Message Date
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Bobby Rong
0f013ace32
mate.mate-applets: 1.26.1 -> 1.28.0
https://github.com/mate-desktop/mate-applets/compare/v1.26.1...v1.28.0
2024-03-14 23:34:08 +08:00
Bobby Rong
105b66ba48
mate.mate-applets: Add missing mate-desktop
Since we do `g_settings_new ("org.mate.lockdown")`, we will
need to pass this to the wrapper.

Fixes https://github.com/NixOS/nixpkgs/issues/271315.
2023-12-06 13:43:33 +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
José Romildo
64ce882421 mate: simplify update script
- No need to pass the version and attrPath arguments
2022-09-27 23:41:53 -03: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
deeb80c04a mate: reformat nix expressions 2022-07-12 08:56:56 -03:00
Sandro Jäckel
073ac41f26
mate: move packages under maintainer team 2021-09-21 22:18:22 +02:00
José Romildo
4a185dc08b mate.mate-applets: 1.24.1 -> 1.26.0 2021-08-21 12:57:38 -03:00
Olli Helenius
8609f3fd20
libwnck: make 3.36.0 default 2021-06-24 18:04:30 +03: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
José Romildo Malaquias
21b93fa0cc
mate: add some line wrappings
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-02 22:04:39 -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
0f74404bd8 mate.mate-applets: 1.24.0 -> 1.24.1 2020-09-18 12:15:20 -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
10e1405b16 mate.mate-applets: 1.22.2 -> 1.24.0 2020-02-12 14:51:19 -03:00
José Romildo Malaquias
c0088a657f mate: use https instead of http in src urls 2019-12-13 19:37:37 -03:00
José Romildo Malaquias
fe4a211d1e mate.mate-applets: 1.22.1 -> 1.22.2 2019-09-23 07:00:57 -03: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
bff84e8757 mate.mate-applets: 1.22.0 -> 1.22.1 2019-04-23 09:44:42 -03: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
3c919b254c mate.mate-applets: 1.20.3 -> 1.22.0 2019-04-21 12:11:25 -03:00
volth
cf3f3fd1b5 fix evaluation with config.allowAliases = false 2019-04-19 10:16:44 +00:00
Matthew Bauer
290a5d916e treewide: update homepages to https where available
Based on "problems" from repology:

https://repology.org/repository/nix_unstable/problems

Mostly simple changes to reflect redirects.
2019-04-15 10:10:05 -04:00
Jan Tojnar
97eb65324d treewide: no gnome aliases 2019-03-24 14:46:50 -04:00
volth
2be90ccb4f gnome3.gtk -> gtk3
fix evaluation when config.allowAliases == false

(regression after #55735)
2019-03-24 14:34:39 -04:00
worldofpeace
f344cccea6 mate.mate-applets: 1.21.0 -> 1.20.3 2019-01-14 08:42:11 -05:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
R. RyanTM
0dd04a0283 mate.mate-applets: 1.20.2 -> 1.21.0 (#43176)
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-applets/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/6q9mwpgw42jld019cnn6ka513c8zw1sc-mate-applets-1.21.0/bin/mate-cpufreq-selector had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/6q9mwpgw42jld019cnn6ka513c8zw1sc-mate-applets-1.21.0/bin/.mate-cpufreq-selector-wrapped had a zero exit code or showed the expected version
- 0 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 1.21.0 with grep in /nix/store/6q9mwpgw42jld019cnn6ka513c8zw1sc-mate-applets-1.21.0
- directory tree listing: https://gist.github.com/a0ab2cac21cf6cae44f410df2b5c6284
- du listing: https://gist.github.com/0c9f7376cb17ad1d5e2a1bce03520edc
2018-07-14 20:48:19 +02:00
R. RyanTM
a5950ab0f7 mate.mate-applets: 1.20.1 -> 1.20.2 (#41546)
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-applets/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/ll379k2bj134fdja5l40wl49d1zzyj5v-mate-applets-1.20.2/bin/mate-cpufreq-selector had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/ll379k2bj134fdja5l40wl49d1zzyj5v-mate-applets-1.20.2/bin/.mate-cpufreq-selector-wrapped had a zero exit code or showed the expected version
- 0 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 1.20.2 with grep in /nix/store/ll379k2bj134fdja5l40wl49d1zzyj5v-mate-applets-1.20.2
- directory tree listing: https://gist.github.com/8917b9a2989aa781cfe8f2a3b86c8821
- du listing: https://gist.github.com/867b59527b5cda0652968142a6f9ef54
2018-06-09 00:51:23 +02:00
Ryan Mulligan
e221c01521 mate.mate-applets: 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-applets/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/yivfww8swkvh2y5sf83brw5wbvklz26r-mate-applets-1.20.1
- directory tree listing: https://gist.github.com/ff5a1f8bc5fd9849a34c7e1d1bbc0c87
2018-03-28 23:54:52 +01:00
Jan Tojnar
a31d98f312
tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01:00
José Romildo Malaquias
c23345f4ab mate-applets: drop python dependency (following upstream) 2018-02-14 08:24:18 -02: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
5930d87112 mate-applets: init at 1.18.2 2018-01-09 02:40:04 +02:00