Commit Graph

20 Commits

Author SHA1 Message Date
Jan Tojnar
eb04659fc2 treewide: wrapGAppsHook → wrapGAppsHook3
This was achieved using the following command:

    sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b')

And then manually reverted the following changes:

- alias in top-level.nix
- function name in wrap-gapps-hook.sh
- comment in postFixup of at-spi2-core
- comment in gtk4
- comment in preFixup of 1password-gui/linux.nix
- comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix
- comment in postFixup of telegram-desktop
- comment in postFixup of fwupd
- buildCommand of mongodb-compass
- postFixup of xflux-gui
- comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config
- description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-27 02:23:22 +02:00
Martino Fontana
a03a8db8b9 caffeine-ng: 4.0.2 -> 4.2.0 2023-08-10 13:24:42 +02:00
Vladimír Čunát
9312c54bd0
treewide: drop a test in click 7.1.2
Man, copy&paste to five places is just great :-/

The referenced upstream patch should fix the compatibility,
but it won't apply cleanly to this version, so I dropped the test.
2023-08-07 17:04:03 +02:00
Martin Weinelt
6646939ad3 caffeine-ng: Use hash and SRI hashes
With the python package set moving to hash, overriding the fetcher and
reintroducing sha256 breaks eval, due to multiple hashes passed.

Also set an explicit format for buildPythonApplication.
2023-03-03 23:59:30 +01:00
Martino Fontana
8edb7f27c3 caffeine-ng: don't double wrap 2022-08-08 21:37:14 +02:00
Romanos Skiadas
ef0734e34a caffeine-ng: Fix startup
Without this caffeine throws
ValueError: Namespace Gtk not available

This is the same as https://github.com/NixOS/nixpkgs/pull/184567/files
2022-08-02 17:48:10 +03:00
Martino Fontana
44916a6f49 caffeine-ng: 3.5.1 -> 4.0.2 2022-07-29 20:09:39 +02:00
Nazarii Bardiuk
a4b6c7c6c4
caffeine-ng: fix broken tray icon
Caffeine adds icons to /usr/share in setup script
ec85235f6b/setup.py (L18-L21)
2022-04-13 22:27:54 +01:00
Fernando Ayats
84127a719f caffeine-ng: 3.4.2 -> 3.5.1 2022-01-20 11:54:49 +01:00
Sandro Jäckel
89d5f4b3d0
treewide: setuptools_scm -> setuptools-scm 2021-06-03 12:44:33 +02:00
Bruno BELANYI
19c3849b71 caffeine-ng: set 'meta.mainProgram'
This allows doing `nix run nixpkgs#caffeine-ng`.
2021-05-23 14:21:47 +02:00
Nikita Uvarov
35e0d35113
caffeine-ng: add missing dependencies, fix bin paths 2020-10-13 19:48:00 +02:00
symphorien
40f1983f95 caffeine-ng: fix paths in desktop files
(#73123)
2019-11-11 23:37:58 +01:00
Marcial Gaißert
d64cdba5b4
caffeine-ng: move setuptools_scm dependency to buildInputs
setuptools_scm is only needed during build, not whilst using the package.
2019-09-05 17:44:55 +02:00
Marcial Gaißert
cdf8247b68
caffeine-ng: remove unneeded dependencies setuptools, wheel 2019-09-04 16:10:01 +02:00
Marcial Gaißert
85c084d88d
caffeine-ng: use python3
Using python3 is recommended by upstream.
2019-09-01 21:08:33 +02:00
Marcial Gaißert
fc78d8e0a7
caffeine-ng: do not run tests
There are no tests anyway. Not finding the tests results in build
failures if using Python 3.
2019-09-01 20:28:08 +02:00
worldofpeace
b1bc0645ea gdk-pixbuf: rename from gdk_pixbuf 2019-07-22 18:50:57 -04:00
volth
f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Marcial Gaißert
c7bcd4277c caffeine-ng: init at 3.4.2 2019-05-26 18:24:23 +09:00