R. RyanTM
35e773fb72
i3: 4.19.1 -> 4.19.2
2021-03-01 07:45:17 +00:00
R. RyanTM
c3f0be60d2
i3: 4.19 -> 4.19.1
2021-02-14 18:22:10 +00:00
Ben Siraphob
badf51221d
treewide: stdenv.lib -> lib
2021-01-16 17:58:11 +07: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
Michal Sojka
e90cfc722d
i3: 4.18.2 -> 4.18.3
2020-11-03 18:25:40 +01:00
R. RyanTM
f58bdc0996
i3: 4.18.1 -> 4.18.2
2020-08-01 12:16:57 +00:00
Damien Cassou
dcdbe2c5fe
i3: fix man page
...
The files with the .man extension are asciidoc versions of the man
pages and should not be copied to share/man or mandb complains:
mandb: warning: …/man/man1/i3.man.gz: ignoring bogus filename
2020-05-07 20:34:07 +02:00
Martin Weinelt
66a94696c5
i3: 4.18 → 4.18.1
...
This is a bugfix release for v4.18.
• Move parent nodes in scratchpad correctly
• i3bar: Call cont_child() more liberally
• Fix load_layout crash when floating node doesn't have CT_FLOATING_CON parent
• Fix SEGFAULT when i3bar receives invalid input
• Revert "floating_reposition: avoid extra tree_render"
• Call tree_render if floating move changes workspace
• Update EWMH properties on workspace move
• cmd_focus_sibling: Fix crash on workspace level
https://i3wm.org/downloads/RELEASE-NOTES-4.18.1.txt
2020-04-22 09:37:02 +02:00
R. RyanTM
9a46a69198
i3: 4.17.1 -> 4.18
2020-02-20 01:51:20 +00:00
Will Dietz
1aec067a47
i3: pname, 4.17 -> 4.17.1
...
https://i3wm.org/downloads/RELEASE-NOTES-4.17.1.txt
2019-09-03 18:42:09 -05:00
Vladimír Čunát
2e6bf42a22
Merge branch 'master' into staging-next
...
There ver very many conflicts, basically all due to
name -> pname+version. Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job. There might be some fallback to these
conflicts, but I believe it should be minimal.
Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
Robin Gloster
4e60b0efae
treewide: update globin's maintained drvs
2019-08-20 19:36:05 +02: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
Nikolay Korotkiy
5181487b8e
i3: 4.16.1 -> 4.17
2019-08-06 12:18:20 +03: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
Franz Pletz
e91a102453
i3: 4.16 -> 4.16.1
2019-02-03 09:01:00 +01:00
André-Patrick Bubel
a7b471a31c
i3: 4.15 -> 4.16
2018-11-04 17:12:28 +01:00
John Ericson
2c2f1e37d4
reewide: Purge all uses stdenv.system
and top-level system
...
It is deprecated and will be removed after 18.09.
2018-08-30 17:20:32 -04:00
volth
cc55a3ebcb
treewide: fix build with disallowed aliases ( #43872 )
...
fixes build with disallowed aliases
2018-07-21 22:03:24 -04:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Ryan Mulligan
038a0c9a60
treewide: http to https
2018-04-30 21:39:20 -07:00
Ryan Mulligan
b189247ba0
treewide: use more HTTPS URLs
...
Uses the HTTPS url for cases where the existing URL has a permanent
redirect. For each domain, at least one fixed derivation URL was
downloaded to test the domain is properly serving downloads.
Also fixes jbake source URL, which was broken.
2018-03-24 22:04:25 -07:00
Bart Brouns
cfa4c065d9
i3: 4.14.1 -> 4.15
2018-03-13 01:17:25 +01:00
Tim Steinbach
fc7f4f6fc3
i3: 4.14 -> 4.14.1
2017-09-27 07:39:32 -04:00
Tim Steinbach
41d9884067
i3-gaps: Install man pages properly
2017-09-06 10:19:17 -04:00
Franz Pletz
101a048f95
i3: install manpages
...
cc #28976
2017-09-05 17:49:40 +02:00
Tim Steinbach
ce38725162
i3: 4.13 -> 4.14
2017-09-04 10:47:08 -04:00
Graham Christensen
ed59b2c892
Revert "i3: add configFile
to enable cutom configuration locations"
2017-07-02 08:48:41 -04:00
Maximilian Bosch
dd4c1e2b01
i3: add configFile
to enable cutom configuration locations
...
i3 loads its configuration from `~/.config/i3`, but in nix-based systems
you might want to build the config in `~/.nix-profile` using a nix
derivation, so `i3` needs to know where to look for the configuration
file.
2017-07-01 08:20:56 +02:00
Eric Sagnes
92bb3e8b9b
i3: fix runtime dependencies
...
Fixes #25633 .
2017-05-10 02:42:44 +02:00
Sean Haugh
30b6561982
i3: add separateDebugInfo
2017-04-07 15:24:08 -05:00
Franz Pletz
2673604708
i3: 4.12 -> 4.13
...
Fixes #20296 .
2016-11-10 02:45:53 +01:00
Sheena Artrip
7fb57383fc
i3: 4.11 -> 4.12
2016-03-23 01:17:16 -04:00
Eric Sagnes
b2c658ca11
i3: dmenu and i3status as runtime dependencies
2016-02-08 13:29:42 +09:00
Anders Papitto
888a7358f5
i3: 4.10.4 -> 4.11
2015-10-17 21:14:39 -07:00
Matthias Beyer
a3a1bcb40a
i3: 4.10.3 -> 4.10.4
2015-09-11 12:19:46 +02:00
Domen Kožar
950d9de3c9
i3: 4.10.2 -> 4.10.3
2015-09-04 18:47:40 +02:00
Anders Papitto
4ac7c02d8e
Disable i3 tests due to unfixed errors
2015-06-19 12:14:10 -07:00
Nikita Mikhailov
a01d3dd240
i3: 4.10.1 -> 4.10.2
2015-04-16 16:17:43 +00:00
Nikita Mikhailov
5f2c1f7397
i3: fix testsuite
2015-04-11 14:10:39 +00:00
Nikita Mikhailov
93f277f1d4
i3: 4.9.1 -> 4.10.1
2015-04-11 12:48:39 +02:00
Nikita Mikhailov
54290aaa35
i3: 4.9 -> 4.9.1
2015-03-10 16:18:50 +01:00
lethalman
e5dd67fc1e
Merge pull request #6619 from bobvanderlinden/i3-4.9
...
i3: upgrade to 4.9
2015-03-02 18:04:19 +01:00
Bob van der Linden
97079a044d
i3: upgrade to 4.9
2015-03-01 22:56:51 +01:00
Anders Papitto
ec437bff92
replace use of which
with command -v
in i3 scripts
2015-02-16 08:08:16 +00:00
Marcus Crestani
8e2fb7c816
i3: Set checkPhase only when on Linux.
2015-02-04 20:44:19 +01:00
Michael Alyn Miller
ed359e453c
i3: Make sure that man pages get installed
2015-01-28 08:00:30 +01:00
Jaka Hudoklin
6b2e5c3262
i3: make i3-save-workspace work
2014-11-30 18:40:03 +01:00
aszlig
6aabd17d51
i3: Don't override patchPhase.
...
Makes easier to provide a patches attribute through packageOverrides.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-08-02 17:25:16 +02:00