Alexis Hildebrandt
|
755b915a15
|
treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
|
2024-06-09 23:07:45 +02:00 |
|
h7x4
|
12315f53ff
|
treewide: add mainProgram
|
2023-11-24 21:01:03 +01:00 |
|
Anthony Roussel
|
17585610eb
|
xprintidle-ng: fix meta.{homepage,license}
|
2023-11-10 12:46:52 +01:00 |
|
Anthony Roussel
|
28b9e1a325
|
xprintidle-ng: fix build
Fixes the config.h include error during build:
```console
In file included from src/xprintidle-ng.c:36:
lib/time.h:28:3: error: #error "Please include config.h first."
28 | #error "Please include config.h first."
| ^~~~~
```
Introduced since gnulib upgrade:
* https://github.com/coreutils/gnulib/commit/8ad7bc6
* https://lists.gnu.org/archive/html/bug-gnulib/2023-04/msg00088.html
* https://www.gnu.org/software/gnulib/manual/html_node/Source-changes.html
The last version of gnulib now checks that config.h is the first include
in every compilation unit.
This is not the case with the xprintidle-ng source code, so this patch
moves these `config.h` inclusions to be first.
|
2023-11-10 12:46:52 +01:00 |
|
Felix Bühler
|
f5c12e8311
|
treewide: replace '-git' packages with 'unstable-' in version (#145396)
|
2021-11-10 16:21:47 -05:00 |
|
gfrascadorio
|
1d8caaff1c
|
xprintidle-ng: latest gnulib requires autoconf 2.64
|
2021-07-13 10:44:23 -06:00 |
|
volth
|
bc0d605cf1
|
treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
|
2021-01-24 19:56:59 +07:00 |
|
Ben Siraphob
|
d6aeae8f90
|
pkgs/tools: pkgconfig -> pkg-config (2)
|
2021-01-17 23:27:27 +07:00 |
|
Ben Siraphob
|
8c5d37129f
|
pkgs/tools: stdenv.lib -> lib
|
2021-01-15 17:12:36 +07:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
Benno Fünfstück
|
4ca87c08a2
|
xprintidle-ng: simplify gnulib usage
|
2020-02-23 19:17:03 +01:00 |
|
Renaud
|
e2fd7276a9
|
xprintidle-ng: refactor and patch configure.ac
configure.ac needs to be patched in order to build with newer gnulib
See https://github.com/NixOS/nixpkgs/pull/58416
|
2019-04-25 19:13:47 +02:00 |
|
Michael Raskin
|
154e88ab3f
|
xprintidel-ng: init at git-2015-09-01
|
2015-12-12 11:47:18 +01:00 |
|