Commit Graph

48 Commits

Author SHA1 Message Date
Charlotte Van Petegem
10d2104dcd
qtile: 0.21.0 -> 0.22.1
https://github.com/qtile/qtile/releases/tag/v0.22.0
https://github.com/qtile/qtile/releases/tag/v0.22.1
2022-09-22 13:08:35 +02:00
Yuri A. Martinez Falcão
41a3ed669b qtile: added dbus-next as a dependency
Qtile has been moving to use dbus-next instead of dbus-python. Some widgets needs dbus-next to be able to run.
2022-05-27 11:47:36 +02:00
Charlotte Van Petegem
32567e9078
qtile: 0.20.0 -> 0.21.0 2022-03-23 12:02:08 +01:00
Jonathan Ringer
55102a3972 qtile: fix meta, version, pname 2022-03-09 14:36:49 -08:00
Joel
7951311643 qtile: restore restart patch
Fixes #139568
2022-02-12 08:36:43 -08:00
Charlotte Van Petegem
baf9192e65 qtile: 0.19.0 -> 0.20.0 2022-01-25 12:42:08 -08:00
Joel
10c0cf6e4f
qtile: cleanup 2022-01-13 14:21:41 +10:00
Charlotte Van Petegem
539f4f6058
qtile: 0.18.1 -> 0.19.0 2021-12-22 19:25:15 +01:00
Jonathan Ringer
47a69c646f qtile: fix qtile check command 2021-11-16 10:13:21 -08:00
Charlotte Van Petegem
da437fc170
qtile: add wayland backend dependencies 2021-10-27 15:29:44 +02:00
Kamil Chmielewski
344c501f88 qtile: 0.18.0 -> 0.18.1 2021-09-17 00:26:39 +02:00
Jonathan Ringer
4ffe91a29d qtile: restore derivation name 2021-08-25 10:00:35 -07:00
Jonathan Ringer
3cfa38874a qtile: 0.16.0 -> 0.18.0
- Remove patches, to make it more update friendly
- Use python.withPackages to export environment
2021-08-21 08:10:30 -07:00
Robert Schütz
1ec5651913 treewide: use pythonPackages.python-dateutil instead of pythonPackages.dateutil 2021-07-03 13:45:57 +02:00
Sandro Jäckel
89d5f4b3d0
treewide: setuptools_scm -> setuptools-scm 2021-06-03 12:44:33 +02:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +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
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
Nate Faber
d823965b18
Lint code 2020-10-04 12:08:26 +02:00
Nate Faber
89e211f1fa
Add more python package dependencies for qtile
Qtile cannot connect to dbus and cause applications to freeze when they attempt to send notifications.
For example, slack will completely freeze when a new message comes in after it attempts to send a notification.

This is caused by an inability to import dbus and pygobject3 as evidenced by this error in the logs
`WARNING libqtile manager.py:setup_eventloop():L240 importing dbus/gobject failed, dbus will not work.`

Also added the python packages dependencies mentioned here:
https://github.com/NixOS/nixpkgs/issues/45039
https://github.com/DavHau/mach-nix/issues/125
2020-10-04 10:46:12 +02:00
deliciouslytyped
c45f9a1e70
qtile: 0.13.0 -> 0.16.0 (#93705)
* qtile: 0.13.0 -> 0.16.0

* qtile: refactoring to use setuptools_scm solution used in other places in nixpkgs
2020-07-25 17:51:57 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Kamil Chmielewski
2ead786984 qtile: FIX No module named 'pkg_resources' 2019-09-27 19:57:02 +09:00
Kamil Chmielewski
d8378602a9 qtile: 0.12.0 -> 0.13.0
needs Python 3 to use Clock widget:
https://github.com/qtile/qtile/issues/1258#issuecomment-451958978
2019-01-07 17:12:35 +01:00
R. RyanTM
25e4011d75 qtile: 0.11.1 -> 0.12.0 (#44702)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/qtile/versions.
2018-08-09 00:05:03 +02:00
Kamil Chmielewski
bd3489e04a qtile: 0.10.7 -> 0.11.1 2018-05-24 17:25:14 +02:00
Jan Tojnar
cd35a39b11
pythonPackages.cairocffi: move out of python-modules.nix 2018-02-27 19:29:56 +01:00
Stefan Junker
7c1e44f7b6 qtile: 0.10.4 -> 0.10.7 2018-02-01 09:04:08 +01:00
Orivej Desh
76090f5dc3 qtile: disable check after #32244 2017-12-11 11:21:32 +00:00
Orivej Desh
eb3d207611 qtile: fix wrapProgram quotation 2017-11-19 23:56:03 +00:00
Orivej Desh
fb703ad117 treewide: update the usage of makeWrapper after #31497 2017-11-19 23:50:49 +00: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
Vladimír Čunát
6eeea6effd Python: more evaluation fixups. 2016-10-14 00:03:12 +02:00
Frederik Rietdijk
3ba16c8234 Do not use top-level buildPythonPackage or buildPythonApplication
but instead use the one in pythonPackages.
2016-09-26 11:10:51 +02:00
Marius Bakke
4a7d31a392 treewide: remove double quotes from wrappers
Close #14753; see that for context.
2016-06-22 11:12:27 +02:00
Vladimír Čunát
09af15654f Merge master into closure-size
The kde-5 stuff still didn't merge well.
I hand-fixed what I saw, but there may be more problems.
2016-03-08 09:58:19 +01:00
Frederik Rietdijk
4d06bf70f4 buildPythonApplication: use new function for Python applications 2016-02-19 13:16:41 +01:00
Kamil Chmielewski
314e4edf59 qtile: 0.10.2 -> 0.10.4 2016-02-15 14:17:10 +01:00
Alexander V. Nikolaev
f07a7fc5fd qtile: dlopen'able path now are in "out", not "dev" 2016-01-26 23:01:05 +02:00
Vladimír Čunát
716aac2519 Merge branch 'staging' into closure-size 2016-01-19 09:55:31 +01:00
Kamil Chmielewski
cb0ddd9d6a qtile: 0.10.2 -> 0.10.3 2015-12-28 11:02:05 +01:00
Luca Bruno
5b0352a6a4 Merge branch 'master' into closure-size 2015-12-11 18:31:00 +01:00
Alexander V. Nikolaev
28c44a15c7 qtile: rework package
* Use absolute paths to load gobject, pango and cairo.
* Add xcb-cursor support (also with absolute path)
* Avoid tainting child processes environment:
  Save PATH and PYTHONPATH in wrapper, and restore them in python code.
* Alter restart process, using $0 saved in wrapper, which allow user
  to restart qtile after system rebuild to upgrade it.
2015-12-01 13:46:18 +02:00
Vladimír Čunát
333d69a5f0 Merge staging into closure-size
The most complex problems were from dealing with switches reverted in
the meantime (gcc5, gmp6, ncurses6).
It's likely that darwin is (still) broken nontrivially.
2015-11-20 14:32:58 +01:00
Kamil Chmielewski
e4927ee346 qtile: 0.10.1 -> 0.10.2 2015-10-22 00:34:07 +02:00
Vladimír Čunát
cba6641623 cairo, pango: fix some string references 2015-10-13 20:18:51 +02:00
Vladimír Čunát
88c9f8b574 xlibs: replace occurrences by xorg
This seems to have been confusing people, using both xlibs and xorg, etc.
- Avoided renaming local (and different) xlibs binding in gcc*.
- Fixed cases where both xorg and xlibs were used.
Hopefully everything still works as before.
2015-09-15 12:54:34 +02:00
Kamil Chmielewski
e610f27c43 qtile: init at 0.10.1 2015-07-28 22:55:32 +02:00