Commit Graph

24 Commits

Author SHA1 Message Date
fortuneteller2k
dc50511ad1 i3-gaps: use pname and version, fetchFromGitHub, cleanup
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-22 22:51:11 +08:00
R. RyanTM
3b6e0a552e i3-gaps: 4.19 -> 4.19.1 2021-02-03 14:51:11 +00:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
marzzzello
af56bbf6ac i3, i3-gaps: 4.18.3 -> 4.19
Upstream switched from the autotools build system to the meson build system.
Also the source archive format switched from tar.bz2 to tar.xz
The build now supports application documentation in /share/doc/i3/
https://i3wm.org/downloads/RELEASE-NOTES-4.19.txt
2021-01-12 16:55:21 +01: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
Doron Behar
8fec2111f2
Merge pull request #96116 from benmezger/patch-3
i3-gaps: Set platform to BSD and Linux like
2020-12-18 10:58:55 +02:00
R. RyanTM
9190daba45 i3-gaps: 4.18.2 -> 4.18.3 2020-11-02 07:54:51 -08:00
Ben Mezger (seds)
bf3f39789d
i3-gaps: Set platform to BSD and Linux like 2020-08-23 16:49:25 -03:00
R. RyanTM
b80231a43a i3-gaps: 4.18.1 -> 4.18.2 2020-07-31 00:36:06 -07:00
Damien Cassou
3793f44459
i3-gaps: Fix man pages and simplify
The .tar.gz from the github's archive does not contain man pages, only
asciidoc versions of them. Because i3-gaps uses the same build process
as i3, the man pages are not generated and the asciidoc versions are
put in share/man/man1. This annoys mandb:

mandb: warning: …/share/man/man1/i3.man.gz: ignoring bogus filename

This commit changes the downloaded file to use github's release
instead. The resulting .tar.bz2 file is much closer to the one
downloaded for i3 which means the build process can still be the same
and we get proper man pages at the end.

Because of the previous change, the I3_VERSION file is now part of the
downloaded source which means Nix doesn't have to create it anymore.
2020-05-07 20:34:07 +02:00
R. RyanTM
bec1852552 i3-gaps: 4.18 -> 4.18.1 2020-05-02 11:59:03 +00:00
R. RyanTM
ed982f6b6e i3-gaps: 4.17.1 -> 4.18 2020-02-19 06:21:47 +00:00
R. RyanTM
62d1e438dd i3-gaps: 4.17 -> 4.17.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/i3-gaps/versions
2019-09-26 14:39:19 -07:00
R. RyanTM
a88f9ef88d i3-gaps: 4.16.1 -> 4.17
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/i3-gaps/versions
2019-08-19 06:18:17 -07:00
Uli Baum
69e64aa3ba i3-gaps: update releaseDate to match version 2019-02-14 22:09:32 +01:00
R. RyanTM
d842a78c1d i3-gaps: 4.16 -> 4.16.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/i3-gaps/versions
2019-02-05 21:46:44 -08:00
R. RyanTM
40fded0209 i3-gaps: 4.15.0.1 -> 4.16
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/i3-gaps/versions
2018-11-09 14:27:31 -08:00
Silvan Mosberger
02f11bca60
some overrideDerivation cleanups
These four top-level packages were the only ones that didn't have the
meta.position attribute automagically set. This commit fixes this.
2018-06-14 22:28:55 +02:00
Tyler Mauthe
7032c42dc0 i3-gaps: 4.14.1 -> 4.15.0.1 2018-03-24 16:46:49 -07:00
Tim Steinbach
bee055fa96
i3-gaps: 4.14 -> 4.14.1 2017-09-27 07:39:48 -04:00
Tim Steinbach
41d9884067
i3-gaps: Install man pages properly 2017-09-06 10:19:17 -04:00
Vladimír Čunát
dc451ad3ea
i3-gaps: enableParallelBuilding = false;
http://hydra.nixos.org/build/44530327
2016-12-04 16:59:13 +01:00
Franz Thoma
092d7e9705 i3-gaps: 4.12 -> 4.13 2016-11-11 14:03:33 +01:00
Franz Thoma
b60b7eeaab i3-gaps: init at 4.12 2016-06-16 14:25:46 +01:00