Silvan Mosberger
4f0dadbf38
treewide: format all inactive Nix files
...
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.
Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.
A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.
This commit was automatically created and can be verified using
nix-build a08b3a4d19
.tar.gz \
--argstr baseRev b32a094368
result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
Jan Tojnar
064ee2cb49
libsoup_2_4: Rename from libsoup
...
The 2.4 ABI branch has not been supported by upstream for a while now but people still keep accidentally adding it to new packages.
2024-12-08 00:37:52 +01:00
Bobby Rong
e755cc90f6
mate.libmateweather: 1.26.3 -> 1.28.0
...
https://github.com/mate-desktop/libmateweather/compare/v1.26.3...v1.28.0
2024-03-14 20:31:09 +08:00
Bobby Rong
167993f3e0
mate.libmateweather: 1.26.2 -> 1.26.3
...
https://github.com/mate-desktop/libmateweather/compare/v1.26.2...v1.26.3
2023-12-26 20:28:35 +08:00
Bobby Rong
ea9cf69215
mate.libmateweather: 1.26.1 -> 1.26.2
...
https://github.com/mate-desktop/libmateweather/compare/v1.26.1...v1.26.2
While at it:
- Add glib-networking for `Failed to get IWIN forecast data:
6 TLS/SSL support not available; install glib-networking`
- Add glib and gtk3 to propagatedBuildInputs since they are
required by mateweather.pc
2023-10-21 19:09:28 +08:00
Nick Cao
0e0b2fb549
mate.libmateweather: fix cross compilation, set strictDeps
2023-08-18 09:20:01 +08:00
Bobby Rong
cd0fc8aeed
mate.libmateweather: 1.26.0 -> 1.26.1
...
https://github.com/mate-desktop/libmateweather/compare/v1.26.0...v1.26.1
2023-05-13 12:08:20 +08: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
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
dc220ce1fc
mate.libmateweather: 1.24.1 -> 1.26.0
2021-08-21 08:57:18 -03:00
José Romildo Malaquias
7501beac87
mate: fix licenses
2021-04-22 10:29:01 -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
ff0679a45a
mate.libmateweather: 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
e1cc75eaa3
mate.libmateweather: 1.22.1 -> 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
1ab384a299
mate.libmateweather: 1.22.0 -> 1.22.1
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
a1164b0649
mate: use stdenv.lib.versions.majorMinor instead of mate.getRelease
2019-04-21 12:40:55 -03:00
José Romildo Malaquias
9bcf263ff4
mate.libmateweather: 1.20.2 -> 1.22.0
2019-04-21 12:11:25 -03:00
worldofpeace
d5cdfc942d
mate.libmateweather: 1.21.0 -> 1.20.2
2019-01-14 08:41:35 -05:00
R. RyanTM
c564b56895
mate.libmateweather: 1.20.1 -> 1.21.0 ( #43191 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/libmateweather/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/ksayjrqlh72h4lzyqwdwzzr193ygl0xb-libmateweather-1.21.0
- directory tree listing: https://gist.github.com/77147d67fc7b1421588d484ca7a98dec
- du listing: https://gist.github.com/a93673e3e9aba588db3b7595bd49248a
2018-07-14 20:49:50 +02:00
R. RyanTM
c22558d144
mate.libmateweather: 1.20.0 -> 1.20.1
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/libmateweather/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.1 with grep in /nix/store/h4792zpbkmkj75gzl056h8in9mwg651z-libmateweather-1.20.1
- directory tree listing: https://gist.github.com/3e9e247094f13369303bf230a02f3abe
- du listing: https://gist.github.com/a77cc48fd92236a8bb9c82f2f8c54a9b
2018-06-19 06:43:03 -07: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
dca85966a6
libmateweather: 1.18.1 -> 1.18.2
2017-12-23 23:56:15 -02:00
romildo
c4dd81b81d
mate: remove icon cache
2017-09-01 17:27:24 -03:00
romildo
dd3703e166
libmateweather: init at 1.18.1
2017-08-30 23:56:47 -03:00