Commit Graph

47 Commits

Author SHA1 Message Date
h7x4
8121f3559a
treewide: add mainProgram 2024-02-11 03:19:15 +01:00
R. Ryantm
f276974e8d ncmpc: 0.48 -> 0.49 2023-09-19 02:38:17 +00:00
R. Ryantm
51b7374ec9 ncmpc: 0.47 -> 0.48 2023-04-16 07:40:03 +00:00
Shawn8901
3866fa44a7 treewide: remove global with lib; in pkgs/{audio,blockchain,editors} 2023-01-21 23:11:12 +01:00
R. Ryantm
f5c24d1812 ncmpc: 0.46 -> 0.47 2022-08-03 10:10:36 +02:00
R. Ryantm
35b929c0e4 ncmpc: 0.45 -> 0.46 2021-12-09 10:10:41 +00:00
R. RyanTM
af4e9241e9 ncmpc: 0.44 -> 0.45 2021-02-15 07:47:02 +00:00
AndersonTorres
942c12eadc ncmpc: mpd_clientlib -> libmpdclient 2021-02-12 08:33:14 -03:00
R. RyanTM
d831909112 ncmpc: 0.43 -> 0.44 2021-02-05 06:33:02 +00:00
R. RyanTM
c3e7a0a79e ncmpc: 0.42 -> 0.43 2021-01-30 17:52:11 +00:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -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
R. RyanTM
0af623e83f ncmpc: 0.39 -> 0.42 2020-11-03 12:17:49 +00:00
R. RyanTM
ca26e61060 ncmpc: 0.38 -> 0.39 2020-08-26 17:53:23 +00:00
R. RyanTM
927e51066d ncmpc: 0.37 -> 0.38 2020-05-06 18:12:48 +05:30
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM
14e24dd062 ncmpc: 0.36 -> 0.37 2020-01-27 11:06:24 +00:00
Philipp Gesang
b7346c2109
ncmpc: optionally use pcre 2019-11-09 09:43:57 +01:00
Philipp Gesang
245f5ec322
ncmpc: 0.35 -> 0.36
New release fixing a crash that affects nixos due to the build without
pcre. https://github.com/MusicPlayerDaemon/ncmpc/releases/tag/v0.36
2019-11-07 21:00:16 +01:00
R. RyanTM
1506d02857 ncmpc: 0.34 -> 0.35
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ncmpc/versions
2019-09-27 14:15:34 -07: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
Jan Tojnar
4abfebf1fe
ncmpc: fix build with auto_features=enabled 2019-06-25 18:24:52 +02:00
R. RyanTM
85f0272378 ncmpc: 0.33 -> 0.34
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ncmpc/versions
2019-04-15 04:53:06 -07:00
Franz Pletz
4102113a0b
ncmpc: 0.31 -> 0.33 2018-11-22 14:36:25 +01:00
R. RyanTM
afa5e20b05 ncmpc: 0.30 -> 0.31
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ncmpc/versions
2018-09-20 16:41:07 +00:00
Frederik Rietdijk
ee6894ca12 Merge staging into master 2018-04-11 14:55:52 +02:00
R. RyanTM
a0fb38174d ncmpc: 0.29 -> 0.30
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/ncmpc/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/2cwvc3ps7jd9bkrdkgkmgn48wdk7yyv4-ncmpc-0.30/bin/ncmpc --help’ got 0 exit code
- found 0.30 with grep in /nix/store/2cwvc3ps7jd9bkrdkgkmgn48wdk7yyv4-ncmpc-0.30
- directory tree listing: https://gist.github.com/07b8bd46db7e01426ba82a0e1dd2b0d0
2018-04-10 16:07:15 -07:00
Matthew Bauer
ed2a9cf65f treewide: remove libintl hacks 2018-03-22 16:50:11 -05:00
Vincent Laporte
dccd8a2685
ncmpc: fix build on darwin 2018-01-31 07:35:08 +00:00
Franz Pletz
b2cfca7e98
ncmpc: 0.28 -> 0.29 2018-01-28 18:52:21 +01:00
Samuel Dionne-Riel
7b97c8c0c8 treewide: homepage+src updates (found by repology, #33263) 2018-01-05 20:42:46 +01:00
Matthew Bauer
ba62c31dfc ncmpc: fix on darwin 2017-11-13 18:09:18 -06:00
Jan Tojnar
d6b8f18497 ncmpc: remove unneeded rpath wrapping 2017-11-05 19:53:48 +02:00
Franz Pletz
38cc4f9f33
ncmpc: 0.27 -> 0.28 2017-10-02 20:23:56 +02:00
Peter Hoeg
bcf9af560a ncmpc: 0.24 -> 0.27
Upstream has moved to github as well.
2017-06-09 12:55:20 +08:00
Christian Lask
2d524a37f8 Remove myself as maintainer. 2016-11-03 11:54:54 +01:00
_1126
98e698fad2 maintainers: change of nickname. 2015-06-01 11:00:57 +02:00
Eelco Dolstra
6f8fad2253 Remove executable bits from non-executable files 2015-01-27 18:54:38 +01:00
_1126
7ef47b4810 ncmpc: bump version to 0.24. 2014-09-18 16:24:42 +02:00
_1126
6676816686 ncmpc: enable colors and lyrics screen. 2014-09-18 16:24:06 +02:00
_1126
3fee3c05b1 ncmpc: updated to version 0.23. 2014-07-14 10:05:41 +02:00
_1126
daa7f344ae ncmpc: update to version 0.22 2014-07-07 23:51:14 +02:00
Vladimír Čunát
4c792e58aa ncmpc: another attempt to fix linkage on darwin 2014-05-27 16:55:56 +02:00
_1126
25ea04f2c9 ncmpc: propable fix for x86_64-darwin build error
@vcunat fixed syntax a bit. Close #2761.
2014-05-26 21:35:32 +02:00
Vladimír Čunát
9bde84a75d fix evaluation since 34301c8 2014-03-27 21:33:25 +01:00
_1126
34301c89e1 ncmcp: New expression 2014-03-26 12:15:01 +01:00