Commit Graph

1209 Commits

Author SHA1 Message Date
jopejoe1
bf123a7e48 xdg-utils: change license to mit
Found in the git repo at https://gitlab.freedesktop.org/xdg/xdg-utils/-/blob/master/LICENSE
2023-12-17 08:47:39 +00:00
Vladimír Čunát
305cd929fd
Merge branch 'staging' into staging-next 2023-12-01 07:33:49 +01:00
Weijia Wang
ef13e20509
Merge pull request #270568 from wineee/xlayoutdisplay
xlayoutdisplay: 1.3.0 -> 1.5.0
2023-11-30 01:23:58 +01:00
github-actions[bot]
e2e339af90
Merge staging-next into staging 2023-11-29 06:01:32 +00:00
Emily Trau
2c43bdaa4a
Merge pull request #270412 from TomaSajt/xcwd-cleanup
xcwd: cleanup
2023-11-29 16:29:22 +11:00
Henry Till
7ff193305b treewide: remove henrytill as maintainer from various pkgs 2023-11-28 10:52:47 -08:00
rewine
817b64d991 xlayoutdisplay: 1.3.0 -> 1.5.0 2023-11-28 14:58:33 +08:00
TomaSajt
2eecd0cf68
xcwd: cleanup 2023-11-27 14:11:28 +01:00
github-actions[bot]
d578170670
Merge staging-next into staging 2023-11-25 00:02:35 +00:00
h7x4
12315f53ff treewide: add mainProgram 2023-11-24 21:01:03 +01:00
github-actions[bot]
8240687aac
Merge staging-next into staging 2023-11-24 00:02:39 +00:00
h7x4
b8054ecd8a treewide: add mainProgram 2023-11-23 21:04:16 +01:00
Jan Tojnar
a8d924857c Merge branch 'staging-next' into staging 2023-11-21 22:26:12 +01:00
Weijia Wang
5448ed6139
Merge pull request #268763 from wegank/xnee-darwin
xnee: fix build with clang 16
2023-11-21 03:10:57 +01:00
github-actions[bot]
a1e27bbf99
Merge staging-next into staging 2023-11-20 18:01:49 +00:00
Weijia Wang
1ce7329f6b xnee: fix build with clang 16 2023-11-20 18:03:56 +01:00
Nick Cao
5e05d7510a
Merge pull request #268723 from aaronjheng/go-sct
go-sct: set meta.platforms
2023-11-20 09:41:43 -05:00
Aaron Jheng
bb74ffd756
go-sct: set meta.platforms 2023-11-20 14:06:15 +00:00
Artturi
0c373df9d6
Merge pull request #220742 from eriedaberrie/xdgutils-mimeopen 2023-11-19 03:34:57 +02:00
R. Ryantm
19e848b15a srandrd: 0.6.0 -> 0.6.3 2023-11-14 03:45:57 +00: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
Anderson Torres
bbb40f1705 xosview2: migrate to by-name 2023-11-06 07:23:09 -03:00
Anderson Torres
75dadb2dfe xosview: migrate to by-name 2023-11-06 07:23:09 -03:00
Anderson Torres
99f10b4ceb sxhkd: refactor
- migrate to by-name
- split outputs
- add meta.mainProgram
2023-11-06 07:20:49 -03:00
Domen Kožar
6c25d85e04
Merge pull request #263632 from gepbird/arandr-bump
arandr: 0.1.10 -> 0.1.11
2023-10-27 11:33:04 +01:00
Domen Kožar
690ae1f887
arandr: remove domenkozar as maintainer 2023-10-27 11:32:53 +01:00
Gutyina Gergő
b24f546ebd
arandr: 0.1.10 -> 0.1.11 2023-10-26 19:01:07 +02:00
Artturi
ddb0a8147c
Merge pull request #259473 from onemoresuza/xssstate 2023-10-20 22:53:56 +03:00
Weijia Wang
affffd11e5
Merge pull request #261489 from wegank/xnee-refactor
xnee: refactor
2023-10-18 16:46:24 +02:00
Weijia Wang
0138de60be
Merge pull request #260086 from r-ryantm/auto-update/ckbcomp
ckbcomp: 1.222 -> 1.223
2023-10-17 23:40:29 +02:00
Weijia Wang
4ed8ca8f57 xnee: refactor 2023-10-16 22:51:38 +02:00
Gustavo Coutinho de Souza
119714f578
xssstate: refactor drv and add meta.mainProgram 2023-10-14 18:52:45 -03:00
Victor Engmark
3a6c79cff6 nixos/x11: refactor XKB options into a single attrset
[Motivation](https://github.com/NixOS/nixpkgs/issues/257817#issuecomment-1741705042):

- Having all the XKB options in the same attribute set clarifies their
  relation better than using a common option name prefix ("xkb").
- `services.xserver.layout` is an XKB option, but this is not obvious
  from its name. Putting it with the other XKB options clarifies this.

Co-authored-by: Michele Guerini Rocco <rnhmjoj@users.noreply.github.com>
2023-10-11 09:46:37 +03:00
R. Ryantm
8dee6c0dc4 ckbcomp: 1.222 -> 1.223 2023-10-09 21:14:04 +00:00
Ilan Joselevich
fea7f3fb2c
Merge pull request #259295 from Kranzes/mainProgram
treewide: set meta.mainProgram
2023-10-06 19:23:15 +03:00
Ilan Joselevich
a9a3caf616
xsecurelock: set meta.mainProgram 2023-10-06 16:07:12 +03:00
Weijia Wang
60607a829d ncview: 2.1.8 -> 2.1.9 2023-10-05 08:41:49 +02:00
Weijia Wang
3e32871bf0 ncview: refactor 2023-10-05 08:41:49 +02:00
Anderson Torres
492414af5f treewide: remove cstrahan from meta.maintainers - part 1
All the packages here are now orphaned.
2023-10-04 22:20:58 -03:00
Weijia Wang
a3e4bd5ded xzoom: drop name 2023-10-04 16:04:08 +02:00
github-actions[bot]
f80bca6721
Merge master into staging-next 2023-09-27 00:02:24 +00:00
Christina Sørensen
e40e7b3244
wpg: 6.5.7 -> 6.5.9 (#257249)
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-09-26 21:50:53 +02:00
github-actions[bot]
c651d7d9e9
Merge master into staging-next 2023-09-22 00:02:14 +00:00
éclairevoyant
d126740fe5
sunpaper: add meta.mainProgram, fix license, and other cleanup (#256437)
* sunpaper: fix meta

* sunpaper: replace rec with finalAttrs idiom

* sunpaper: use lib.getExe

* sunpaper: fix installPhase

* sunpaper: move to pkgs/by-name
2023-09-21 22:38:24 +02:00
Vladimír Čunát
1713d1a232
Merge #247082: {libbsd,libmd}: update
...into staging
2023-09-16 15:45:14 +02:00
Alyssa Ross
4a027948f9
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
	pkgs/applications/radio/soapysdr/default.nix
2023-09-14 11:31:01 +00:00
Fabián Heredia Montiel
ff323ed355 treewide: vendorSha256 → vendorHash
via: `find pkgs/ -type f -exec sed -i 's/vendorSha256 = "sha256/vendorHash = "sha256/' {};`
2023-09-13 01:03:44 -06:00
github-actions[bot]
757197a9df
Merge staging-next into staging 2023-09-12 12:01:40 +00:00
R. Ryantm
2ec2a9636d opentabletdriver: 0.6.2.0 -> 0.6.3.0 2023-09-12 00:23:57 +00:00