about summary refs log tree commit diff
path: root/pkgs/applications/misc/ulauncher
AgeCommit message (Collapse)AuthorFilesLines
2024-04-07ulauncher: 5.15.6 -> 5.15.7R. Ryantm1-2/+2
2023-12-01treewide: remove unreferenced patch filesPeder Bergebakken Sundt1-55/+0
Found with `fd \\.patch$ pkgs/ -x bash -c 'rg -F "{/}" pkgs/ -q || echo {}'`
2023-11-15ulauncher: 5.15.4 -> 5.15.6R. Ryantm1-2/+2
2023-10-21ulauncher: 5.15.3 -> 5.15.4R. Ryantm1-2/+2
2023-10-12python311Packages.distutils-extra: rename from distutils_extranatsukium1-1/+1
2023-08-11ulauncher: add sebtm as maintainerSebastian Sellmeier1-1/+1
2023-08-11ulauncher: 5.15.0 -> 5.15.3Sebastian Sellmeier1-2/+2
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-06-16ulauncher: remove mypy linterSandro Jäckel1-2/+0
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol1-1/+1
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-09python310Packages.levenshtein: don't use aliasRobert Schütz1-1/+1
2022-12-26treewide: remove attrPath from nix-update-script callsfigsoda1-3/+1
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-11-03ulauncher: 5.12.1 -> 5.15.0B4rc12-10/+10
2022-10-16ulauncher: remove always false conditionSandro1-2/+0
2022-09-02ulauncher: fix gobject-introspectionLorenz Leutgeb1-1/+1
Attempt to fix #188846 by doing the same as in #188350
2021-11-18ulauncher: fix loading svg iconsJörg Thalheim1-1/+6
2021-09-20Merge pull request #135134 from r-ryantm/auto-update/ulauncherArtturi1-2/+2
2021-09-08ulauncher: patchShebangs and do not double wrapArtturin1-1/+6
2021-08-21ulauncher: 5.11.0 -> 5.12.1R. RyanTM1-2/+2
2021-08-14ulauncher: 5.9.0 -> 5.11.0R. RyanTM1-2/+2
2021-06-15pythonPackages: websocket_client -> websocket-clientSandro Jäckel1-1/+1
2021-05-08treewide: xvfb_run -> xvfb-runRobert Hensing1-2/+2
2021-05-08Merge #121780: treewide meta.maintainers tweaksVladimír Čunát1-1/+1
2021-05-08gnome: rename from gnome3Jan Tojnar1-2/+2
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-07treewide: remove worldofpeace from meta.maintainersVladimír Čunát1-1/+1
(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-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-15pkgs/applications: stdenv.lib -> libBen Siraphob1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2020-12-22ulauncher: 5.8.1 -> 5.9.0R. RyanTM1-2/+2
2020-12-17ulauncher: 5.8.0 -> 5.8.1R. RyanTM1-2/+2
2020-12-10treewide: remove dead pytestpep8 referencesDrew Risinger1-2/+1
pytestpep8 was removed in 25c9946f95a0be44a5794da66da1e7f2ca116d42. This removes pytestpep8 in the rest of the tree, where it was hardly used.
2020-07-29treewide: use nix-update updateScript for packages I maintainworldofpeace1-0/+8
2020-07-02ulauncher: 5.7.3 -> 5.8.0R. RyanTM1-2/+2
2020-04-14ulauncher: 5.6.1 -> 5.7.3Oleksii Filonenko2-17/+4
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-03-27ulauncher: 4.4.0.r1 -> 5.6.1Aaron Janse4-13/+104
2019-09-18treewide: drop adding hicolor-icon-theme where possibleworldofpeace1-2/+0
This was either for the setup-hook to remove caches or added even though the respective icon theme propagated it.
2019-08-13ulauncher: use latest pytestMario Rodas1-1/+1
2019-06-16treewide: remove unused variables (#63177)volth1-3/+0
* treewide: remove unused variables * making ofborg happy
2019-06-01ulauncher: init at 4.4.0.r1Aaron Janse2-0/+121
Co-Authored-By: worldofpeace <worldofpeace@protonmail.ch>