Commit graph

29 commits

Author SHA1 Message Date
Sandro bc73d42ad6
Merge pull request #109864 from r-ryantm/auto-update/i3lock-color
i3lock-color: 2.12.c.5 -> 2.13.c.1
2021-01-19 14:41:44 +01: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
R. RyanTM f0af99a20f i3lock-color: 2.12.c.5 -> 2.13.c.1 2021-01-19 00:31:49 +00: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
Christian Luetke Stetzkamp c8c598e20c i3lock-color: reenable all platforms
It was restricted in 40b347f205 due to its
need for the SSE2 instruction set. However the upstream issue is now
resolved [1], so reenable support for all platforms.

[1] https://github.com/chrjguill/i3lock-color/issues/44
2020-12-19 23:03:14 +01:00
R. RyanTM 07e614196f i3lock-color: 2.12.c.4 -> 2.12.c.5 2020-07-24 02:44:07 +00:00
R. RyanTM 6bfd070bbd i3lock-color: 2.12.c.1 -> 2.12.c.4 2020-05-27 13:49:04 -07:00
R. RyanTM 3432202c03 i3lock-color: 2.12.c -> 2.12.c.1 2020-03-12 16:38:47 +00:00
Merijn Broeren 133103d709
treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01: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
Rok Garbas 65781e204d
Remove me (garbas) as maintainer since I don't have much time to maintain anything 2019-07-03 11:27:39 +02:00
Graham Christensen 8480738ca9
Revert "i3-lock-color: broken on clang"
This reverts commit e3b02a49c9.
2018-12-02 16:50:47 -05:00
Matthew Bauer e3b02a49c9 i3-lock-color: broken on clang
(cherry picked from commit ff12b98820bccc8f2ddb3f82ba7d12391375042e)
2018-12-02 14:12:39 -06:00
Patrick Hilhorst fbf55e95dc i3lock-color: 2.11-c -> 2.12.c (#47674)
Note the change in naming scheme, this is intentional
(https://github.com/PandorasFox/i3lock-color/issues/92)
2018-10-02 21:03:41 +02:00
Ryan Mulligan 0d5eb901ad treewide: http -> https 2018-06-23 04:34:55 -07:00
xeji c53e3d2688
Merge pull request #40142 from rkoe/fix/i3lock-description
i3lock/i3lock-color: meta: improve description
2018-05-08 22:58:51 +02:00
Roland Koebler 810976e591 i3lock-color: fix manpage-name and manpage (#40095)
- rename manpage from i3lock.1 to i3lock-color.1
- change "i3lock" to "i3lock-color" in manpage-synopsis
2018-05-07 23:19:02 +02:00
Roland Koebler 4ee409a59c i3lock/i3lock-color: meta: improve description
- i3lock-color: extend description to differ from i3lock
- i3lock/i3lock-color: add long description
2018-05-07 22:25:14 +02:00
Patrick Hilhorst 3e37981ae3 i3lock-color: 2.10.1-1-c -> 2.11-c 2018-04-30 22:22:18 +02:00
John Ericson f79f80dbf2 treewide: get rid of platforms.allBut
Negative reasoning like `allBut` is a bad idea with an open world of
platforms. Concretely, if we add a new, quite different sort of
platform, existing packages with `allBut` will claim they work on it
even though they probably won't.
2018-03-14 18:44:42 -04:00
Ioannis Koutras c5f7ea6829 i3lock-color: 2.9.1-c -> 2.10.1-1-c 2018-01-22 23:05:26 +02:00
Robert Helgesson 40b347f205
i3lock-color: limit to i686 and x86-64 platforms
Compilation fails for other CPU architectures due to requiring the
SSE2 instruction set. See [1] for upstream issue.

[1]: https://github.com/chrjguill/i3lock-color/issues/44
2017-11-06 17:55:06 +01:00
mimadrid 09e0cc7cc7
Update homepage attributes: http -> https
Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated
https://repology.org/repository/nix_stable/problems
2017-08-03 11:56:15 +02:00
Ismaïl Senhaji 9caa9220a7 i3lock-color: 2.7-2017-04-01 -> 2.9.1-c 2017-06-05 00:09:46 +02:00
ndowens daab7c193f i3lock-color: 2.7-2016-09-17 -> 2.8; Closes #24450
i3lock-color: Corrected software src

Fixed version
2017-04-01 08:27:46 -05:00
Yorick van Pelt dccb882e45 i3lock-color: 2.7_rev63a4c23 -> 2.7-2016-09-17 2016-09-19 19:42:40 +02:00
Rok Garbas 9c20849da4 i3lock-color: renaming bin/i3lock binary to bin/i3lock-color
... that it doesn't conflict with i3lock
2016-05-24 12:37:04 +02:00
Domen Kožar b49bf121b8 rename iElectric to domenkozar to match GitHub 2016-05-17 13:00:47 +01:00
Rok Garbas 3290b66e0e i3lock-color: init at 2.7 revision 63a4c23ec6f 2016-05-15 05:47:35 +02:00