edef
e674377177
i3blocks: handle multiple XDG_CONFIG_DIRS elements correctly
...
On NixOS, $XDG_CONFIG_DIRS always has multiple elements.
Without this patch, it'll try to open() a rather nonsensical
path full of colons.
2019-10-18 20:22:16 +00:00
Stig Palmquist
5e9eb563e9
i3status-rust: 0.10.0 -> 0.11.0
2019-10-07 18:58:57 +02: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
Maximilian Bosch
b553faa2a6
i3status: fix description
2019-09-08 10:23:14 +02:00
Reno Reckling
8f6cdc6daf
i3status: 2.12 -> 2.13
...
Update i3status to 2.13.
I needed to add a little hack to get it to build because for reasons
I can't seem to figure out, the configure script generates a broken
Makefile on this release.
The small sed line fixes the syntax error.
2019-09-08 01:16:38 +02:00
Jan Tojnar
cdf426488b
Merge branch 'master' into staging-next
...
Fixed trivial conflicts caused by removing rec.
2019-09-06 03:20:09 +02:00
Ente
b081115788
i3lock-fancy: Bugfix, make scrot overwrite file
...
After commit [1] scrot will no longer overwrite files unless the `-o`
option is given. This commit makes the i3lock-fancy use `scrot -z -o`
instead of just `scrot -o`.
[1]: 489e322904
2019-09-05 16:30:12 -04: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
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00: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
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
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
Maximilian Bosch
fbc02cd186
Merge pull request #66184 from sikmir/i3
...
i3: 4.16.1 -> 4.17
2019-08-06 18:22:29 +02:00
Nikolay Korotkiy
5181487b8e
i3: 4.16.1 -> 4.17
2019-08-06 12:18:20 +03:00
Nikolay Korotkiy
d701c639b7
i3lock: 2.10 -> 2.12
2019-08-06 12:06:35 +03:00
Vladyslav M
5d678d1a39
i3status-rust: 0.9.0.2019-04-27 -> 0.10.0
2019-07-15 22:53:46 +03:00
Maximilian Bosch
972fb33e5a
Merge pull request #63709 from Ma27/i3-layout-manager
...
i3-layout-manager: init at unstable-2019-06-19
2019-07-09 23:31:49 +02: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
Matthieu Coudron
b247ffdf76
i3pystatus: 2019-02-10 -> 2019-06-10
2019-07-03 12:09:08 +09:00
Matthieu Coudron
c9f651e56e
i3pystatus: drop praw dependency
...
praw is a reddit wrapper that sometimes poses problems when installing
i3pystatus (twice in the past 6 months for me).
As its usage should be relatively low, it should be fine to drop.
users can go back the old behavior by overriding extraLibs
2019-07-02 16:59:47 +09:00
Maximilian Bosch
d2adb05aa6
i3-layout-manager: init at unstable-2019-06-19
...
Simple script which is a wrapper for i3's layout persist functionality[1] that
automates the manual editing of the exported layout JSON.
[1] https://i3wm.org/docs/layout-saving.html
2019-06-24 01:01:54 +02:00
Alyssa Ross
062210bdff
treewide: update cargoSha256 hashes for cargo-vendor upgrade
...
A recent upgrade of cargo-vendor changed its output slightly, which
broke all cargoSha256 hashes in nixpkgs.
See https://github.com/NixOS/nixpkgs/issues/60668 for more information.
Since then, a few hashes have been fixed in master by hand, but there
were a lot still to do, so I did all of the ones left over with some
scripts I wrote.
The one hash I wasn’t able to update was habitat's, because it’s
currently broken and the build doesn’t get far enough to produce a
hash anyway.
2019-06-01 15:17:52 +00:00
Patrick Hilhorst
9bc4c1c311
i3-wk-switch: 2017-08-21 -> 2019-05-10
2019-05-11 17:41:08 +02:00
Vladyslav M
12e6d28389
i3status-rust: 0.9.0.2019-03-21 -> 0.9.0.2019-04-27
2019-05-06 22:32:03 +03:00
Matthieu Coudron
a364fcde13
i3easyfocus: 20180622 -> 20190411 ( #59472 )
...
introduced a new scheme to annotate windows.
2019-04-20 00:26:49 +02:00
ilikeavocadoes
c034fb3c99
i3blocks: 1.4 -> unstable-2019-05-07 ( #59099 )
2019-04-07 16:56:33 +02:00
Bart Brouns
9afeb90e16
i3status-rust: 0.9.0.2019-02-15 -> 0.9.0.2019-03-21 ( #58590 )
2019-03-30 23:49:54 +01:00
dywedir
bca34cfd6e
wmfocus: 1.0.2 -> 1.1.2
2019-03-17 00:53:10 +02:00
Jörg Thalheim
6d09921b91
Merge pull request #55965 from Mic92/i3pystatus
...
i3pystatus: 2018-04-11 -> 2019-02-10
2019-02-26 14:12:35 +00:00
Jörg Thalheim
08012fb5d7
Merge pull request #55960 from Moredread/i3status-rust-bump
...
i3status-rust: 0.9.0.2018-10-02 -> 0.9.0.2019-02-15
2019-02-17 20:42:46 +00:00
Jörg Thalheim
3709050828
i3pystatus: 2018-04-11 -> 2019-02-10
2019-02-17 20:31:49 +00:00
André-Patrick Bubel
9a1e306652
i3status-rust: 0.9.0.2018-10-02 -> 0.9.0.2019-02-15
2019-02-17 19:23:55 +01:00
xeji
f83c284cf1
Merge pull request #55306 from r-ryantm/auto-update/i3-gaps
...
i3-gaps: 4.16 -> 4.16.1
2019-02-15 11:34:24 +01: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
Franz Pletz
e91a102453
i3: 4.16 -> 4.16.1
2019-02-03 09:01:00 +01:00
Tim Steinbach
c3e995fa73
i3lock-fancy: 2017-12-14 -> 2018-11-25
2019-01-25 22:28:00 -05:00
Lengyel Balazs
f4a53ff3bc
treewide/xorg: replace *proto with xorgproto
2019-01-04 14:38:57 +01:00
Jan Tojnar
a51a99c690
gobject-introspection: rename package
...
camelCase package name was a huge inconsistency in GNOME package set.
2018-12-02 12:42:29 +01:00
c0bw3b
9762e2c3bd
confuse: remove and replace with libconfuse
...
- confuse is a duplicate of libconfuse
- upstream name is libconfuse so keep this one
- replace confuse with libconfuse in packages depending on it
2018-11-25 18:20:42 +01:00
Jörg Thalheim
cf1ce60c20
Merge pull request #50080 from r-ryantm/auto-update/i3-gaps
...
i3-gaps: 4.15.0.1 -> 4.16
2018-11-10 22:12:18 +00: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
André-Patrick Bubel
a7b471a31c
i3: 4.15 -> 4.16
2018-11-04 17:12:28 +01:00
Vladyslav M
3c45be7d9b
i3status-rust: 0.9.0.2018-09-30 -> 0.9.0.2018-10-02 ( #47687 )
2018-10-03 00:29:26 +02: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
Patrick Hilhorst
fbc1fb78e3
wmfocus: init at 1.0.2 ( #47662 )
...
* wmfocus: init at 1.0.2
* wmfocus: fix buildInputs
2018-10-02 18:01:42 +02:00
Vladyslav M
90161af7fb
i3status-rust: 0.9.0.2018-06-22 -> 0.9.0.2018-09-30 ( #47566 )
2018-10-01 00:04:52 +02: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
Matthew Bauer
76999cc40e
treewide: remove aliases in nixpkgs
...
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases =
true;}'’ work in Nixpkgs.
Misc...
- qtikz: use libsForQt5.callPackage
This ensures we get the right poppler.
- rewrites:
docbook5_xsl -> docbook_xsl_ns
docbook_xml_xslt -> docbook_xsl
diffpdf: fixup
2018-07-18 23:25:20 -04:00
Matthew Bauer
5dba22e5cf
Merge pull request #42361 from teto/i3easyfocus
...
I3-easyfocus
2018-06-28 22:11:03 -04:00
André-Patrick Bubel
779d64f43d
i3status-rust: 0.9.0.2018-03-31 -> 0.9.0.2018-06-22 ( #42403 )
2018-06-25 01:11:45 +02:00
Ryan Mulligan
0d5eb901ad
treewide: http -> https
2018-06-23 04:34:55 -07:00
Matthieu Coudron
6664babe85
i3-easyfocus: init at 20180622
...
Fast window switcher.
Attributes and display one letter per window on your current workspace, upon keypress,
will focus the matching window.
2018-06-22 16:44:53 +09:00
Matthieu Coudron
d395b185d9
i3ipc-glib: init at 0.6.0
...
IPC library used to interact with the window manager www.i3wm.org
2018-06-22 16:43:33 +09: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
Domen Kožar
b7074a600b
i3status: 2.11 -> 2.12
2018-05-11 12:08:13 +02: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
xeji
76d0e61e7b
Merge pull request #39749 from Synthetica9/i3lock-color-2.11
...
i3lock-color: 2.10.1-1-c -> 2.11-c
2018-05-05 17:58:46 +02:00
Ryan Mulligan
038a0c9a60
treewide: http to https
2018-04-30 21:39:20 -07:00
Patrick Hilhorst
3e37981ae3
i3lock-color: 2.10.1-1-c -> 2.11-c
2018-04-30 22:22:18 +02:00
Jörg Thalheim
493ef304a0
i3pystatus: set LC_TIME by default
2018-04-17 16:06:07 +02:00
Maximilian Güntner
c3cbff3a8a
i3pystatus: 3.35 -> unstable
2018-04-17 16:06:06 +02:00
Matthew Justin Bauer
9416d80275
Merge pull request #36363 from Synthetica9/i3-wk-switch
...
i3-wk-switch: init at 484f840
2018-04-09 14:13:58 -05:00
Vladyslav Mykhailichenko
a0c6d3147d
i3status-rust: 0.9.0.2018-01-15 -> 0.9.0.2018-03-31
2018-04-04 09:26:38 +03:00
Jörg Thalheim
7714f77318
Merge pull request #37748 from tylermauthe/update-i3-gaps-to-4-15
...
i3-gaps: 4.14.1 -> 4.15.0.1
2018-03-25 11:07:22 +01: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
Tyler Mauthe
7032c42dc0
i3-gaps: 4.14.1 -> 4.15.0.1
2018-03-24 16:46:49 -07:00
John Ericson
2e87550ace
Merge pull request #36985 from obsidiansystems/no-allBut
...
treewide: get rid of platforms.allBut
2018-03-14 18:57:28 -04: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
Bart Brouns
cfa4c065d9
i3: 4.14.1 -> 4.15
2018-03-13 01:17:25 +01:00
Patrick Hilhorst
eba94285a3
Following @teto's suggestion with regards to pname
2018-03-06 11:39:49 +01:00
Patrick Hilhorst
f3c5939ac9
fix license
2018-03-06 01:00:44 +01:00
Patrick Hilhorst
24246f2d89
i3-wk-switch: init at 2017-08-21
2018-03-06 00:55:12 +01:00
Franz Pletz
49f2f5fa2b
i3lock: 2.9.1 -> 2.10
2018-01-28 19:02:08 +01:00
Ioannis Koutras
ac3f1e6c12
i3lock-fancy: 2016-10-13 -> 2017-12-14
2018-01-22 23:05:32 +02:00
Ioannis Koutras
c5f7ea6829
i3lock-color: 2.9.1-c -> 2.10.1-1-c
2018-01-22 23:05:26 +02:00
Bart Brouns
ddb2150112
i3status-rust: 0.9.0.2017-11-09 -> 0.9.0.2018-01-15
2018-01-16 04:02:27 +01:00
Bruno Bieth
898090f25b
i3status-rust: init at 0.9.0.2017-11-09
2017-11-17 01:47:10 +00: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
John Ericson
f037625f87
Merge remote-tracking branch 'upstream/staging' into deps-reorg
2017-09-28 12:32:57 -04:00
Tim Steinbach
bee055fa96
i3-gaps: 4.14 -> 4.14.1
2017-09-27 07:39:48 -04:00
Tim Steinbach
fc7f4f6fc3
i3: 4.14 -> 4.14.1
2017-09-27 07:39:32 -04:00
John Ericson
531e4b80c9
misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`
...
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -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
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
Graham Christensen
ed59b2c892
Revert "i3: add `configFile` to enable cutom configuration locations"
2017-07-02 08:48:41 -04:00
Benno Fünfstück
13c8c847f4
Merge pull request #27007 from jfrankenau/update-i3lock
...
i3lock: 2.8 -> 2.9.1
2017-07-01 19:59:18 +02:00
Johannes Frankenau
36021ddaaf
i3lock: 2.8 -> 2.9.1
2017-07-01 09:28:23 +02: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
Jörg Thalheim
f56d83761c
Merge pull request #26254 from boomshroom/fix/i3block-scripts
...
i3blocks: add optional dependencies for scripts
2017-06-10 11:05:48 +01:00
Ismaïl Senhaji
9caa9220a7
i3lock-color: 2.7-2017-04-01 -> 2.9.1-c
2017-06-05 00:09:46 +02:00
Angelo Bulfone
4642e8d1cf
i3blocks: add optional dependencies for scripts
2017-05-30 11:31:06 -07:00
Eric Sagnes
92bb3e8b9b
i3: fix runtime dependencies
...
Fixes #25633 .
2017-05-10 02:42:44 +02:00