Commit Graph

37 Commits

Author SHA1 Message Date
R. Ryantm
fa2c5abe85 ulauncher: 5.15.4 -> 5.15.6 2023-11-15 04:59:24 +00:00
R. Ryantm
24e6c24825 ulauncher: 5.15.3 -> 5.15.4 2023-10-21 18:33:49 +00:00
natsukium
1ecda4bec5
python311Packages.distutils-extra: rename from distutils_extra 2023-10-12 10:50:39 +09:00
Sebastian Sellmeier
27f5daab06
ulauncher: add sebtm as maintainer 2023-08-11 18:03:41 +02:00
Sebastian Sellmeier
71e42e755c
ulauncher: 5.15.0 -> 5.15.3
Diff: [Ulauncher/Ulauncher@5.15.0...5.15.3](https://github.com/Ulauncher/Ulauncher/compare/5.15.0...5.15.3)
Changelog: https://github.com/Ulauncher/Ulauncher/releases/tag/5.15.3
2023-08-11 18:03:41 +02:00
Sandro Jäckel
93581b0d1a ulauncher: remove mypy linter 2023-06-16 08:54:27 +02:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Robert Schütz
b3241be75d python310Packages.levenshtein: don't use alias 2023-01-09 06:09:31 -08:00
figsoda
a211d94291 treewide: remove attrPath from nix-update-script calls
after https://github.com/Mic92/nix-update/pull/120 and https://github.com/NixOS/nixpkgs/pull/207703, `attrPath` can now be omitted when using `nix-update-script`
2022-12-26 12:39:21 -05:00
B4rc1
2a212e1dfd ulauncher: 5.12.1 -> 5.15.0 2022-11-03 09:43:24 +01:00
Sandro
e899e67e91 ulauncher: remove always false condition 2022-10-16 10:35:02 -05:00
Lorenz Leutgeb
3a1054bfd9
ulauncher: fix gobject-introspection
Attempt to fix #188846 by doing the same as in #188350
2022-09-02 22:00:55 +02:00
Jörg Thalheim
516570d972 ulauncher: fix loading svg icons 2021-11-18 23:24:40 +02:00
Artturi
4af93eb0e2
Merge pull request #135134 from r-ryantm/auto-update/ulauncher 2021-09-20 21:24:13 +03:00
Artturin
7df8ba4012 ulauncher: patchShebangs and do not double wrap 2021-09-08 05:26:05 +03:00
R. RyanTM
b875e26ffb ulauncher: 5.11.0 -> 5.12.1 2021-08-21 23:02:29 +00:00
R. RyanTM
af17dca3e0 ulauncher: 5.9.0 -> 5.11.0 2021-08-14 16:42:45 +00:00
Sandro Jäckel
7b4d273d3c
pythonPackages: websocket_client -> websocket-client 2021-06-15 22:03:10 +02:00
Robert Hensing
8e3c5eb501 treewide: xvfb_run -> xvfb-run 2021-05-08 15:48:41 +02:00
Vladimír Čunát
080cd658ca
Merge #121780: treewide meta.maintainers tweaks 2021-05-08 10:47:08 +02:00
Jan Tojnar
468cb5980b gnome: rename from gnome3
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-08 09:47:42 +02:00
Vladimír Čunát
9f054b5e1a
treewide: remove worldofpeace from meta.maintainers
(It was requested by them.)
I left one case due to fetching from their personal repo:
pkgs/desktops/pantheon/desktop/extra-elementary-contracts/default.nix
2021-05-07 15:36:40 +02:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Ben Siraphob
108bdac3d9 pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +07: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
R. RyanTM
c6f65b1d93 ulauncher: 5.8.1 -> 5.9.0 2020-12-22 14:24:52 +00:00
R. RyanTM
b8e7a8d923 ulauncher: 5.8.0 -> 5.8.1 2020-12-17 07:54:22 +01:00
Drew Risinger
6bb2eae2ff treewide: remove dead pytestpep8 references
pytestpep8 was removed in 25c9946f95.
This removes pytestpep8 in the rest of the tree, where it was hardly
used.
2020-12-10 21:14:42 -05:00
worldofpeace
d12c11e30c treewide: use nix-update updateScript for packages I maintain 2020-07-29 12:33:39 -04:00
R. RyanTM
359139ee3e ulauncher: 5.7.3 -> 5.8.0 2020-07-02 10:09:56 -07:00
Oleksii Filonenko
535ac441c6
ulauncher: 5.6.1 -> 5.7.3 2020-04-14 00:46:38 +03:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Aaron Janse
276bfbc17e ulauncher: 4.4.0.r1 -> 5.6.1 2020-03-27 13:47:10 -07:00
worldofpeace
b0c2aea20b
treewide: drop adding hicolor-icon-theme where possible
This was either for the setup-hook to remove caches or added
even though the respective icon theme propagated it.
2019-09-18 22:47:26 +02:00
Mario Rodas
48e167e028 ulauncher: use latest pytest 2019-08-13 09:18:25 +02:00
volth
f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Aaron Janse
a9a03c7073 ulauncher: init at 4.4.0.r1
Co-Authored-By: worldofpeace <worldofpeace@protonmail.ch>
2019-06-01 13:59:50 -04:00