Commit Graph

1277 Commits

Author SHA1 Message Date
Doron Behar
773c2c6ac3
Merge pull request #310313 from r-ryantm/auto-update/xkb-switch-i3
xkb-switch-i3: 1.8.5 -> 2.0.1
2024-06-13 00:11:59 +03:00
Artturin
0fca78f0c3
Merge pull request #314623 from NickCao/libfakeXinerama
libfakeXinerama: refactor build/installPhase, fix cross compilation
2024-06-10 17:43:56 +03:00
Peder Bergebakken Sundt
14b546852e
Merge pull request #316571 from r-ryantm/auto-update/ckbcomp
ckbcomp: 1.226 -> 1.227
2024-06-10 14:59:09 +02:00
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
R. Ryantm
cbc777729f ckbcomp: 1.226 -> 1.227 2024-06-02 02:19:07 +00:00
Nick Cao
9ee1fbe399
libfakeXinerama: add nickcao to maintainers 2024-05-25 11:07:10 -04:00
Nick Cao
255fd98d68
libfakeXinerama: refactor build/installPhase, fix cross compilation 2024-05-25 11:06:20 -04:00
Albert Safin
2d8cfea95d bevelbar: move to by-name 2024-05-13 00:00:56 +00:00
R. Ryantm
e94abc723e xkb-switch-i3: 1.8.5 -> 2.0.1 2024-05-09 11:37:48 +00:00
nicoo
fd35844982
Merge #308333: Ensure xdg-mime can find the mimeinfo DB 2024-05-04 08:48:37 +00:00
github-actions[bot]
ae736c738d
Merge master into staging-next 2024-05-03 12:01:32 +00:00
nicoo
218d74f794 xdg-utils: add test for xdg-mime 2024-05-02 22:37:53 +00:00
Jussi Kuokkanen
ce3f586775 pkgs/tools: remove licenses.gpl2 2024-05-02 21:06:26 +02:00
nicoo
57775b3ffe xdg-utils: Ensure xdg-mime can find shared-mime-info
Issue discovered when testing #251474, `xdg-mime` can't find the mimeinfo DB:

	❯ nix-shell --pure -I nixpkgs=. -p xdg-utils
	$ xdg-mime query filetype /dev/stdin < some/picture.png
	WARNING: You don't seem to have a mime-info database. The shared-mime-info package is available from http://freedesktop.org/ at /nix/store/jvkvicdw2hwl40gl52kakz4yi59lwpkh-perl5.38.2-File-MimeInfo-0.33/bin/mimetype line 175.
	No mimeinfo database found
2024-05-01 18:07:32 +00:00
K900
a9c7210d0b Merge branch 'master' into staging-next 2024-05-01 09:37:47 +03:00
Peder Bergebakken Sundt
725fd8d69c
Merge pull request #307275 from xzfc/xpointerbarrier
xpointerbarrier: 20.07 -> 23.08
2024-05-01 03:09:50 +02:00
Jan Tojnar
1b2ebb8fbb Merge branch 'master' into staging-next 2024-04-28 17:33:27 +02:00
Weijia Wang
7f45fee52a Merge branch 'master' into staging-next 2024-04-28 04:02:14 +02:00
Lenivaya
510c1a1b40 skippy-xd: dreamcat4 0.6.0 -> felixfung 0.7.2 2024-04-27 23:32:15 +03:00
Andrew Dunham
ca9932abe5 maintainers: remove andrew-d as a maintainer
I am deeply saddened at the fact that I need to do this. I have no
interest in re-litigating everything that has happened over the past
weeks and months, but I want to make my position(s) extremely clear:

The thought of any of my work contributing to someone's death by drone
makes me feel physically ill.

Recent communications from senior members of the NixOS community have
made it clear that leadership is unaware or uninterested in the basics
of how to run and moderate a community in a way that is resilient to bad
actors. The recent post by @edolstra is tone-deaf and gives me no
confidence that the Nix/NixOS community is a place that I want to remain
involved in going forward. I am thus choosing to remove myself from such
a community.

I also hereby resign from the ACME team.

See also: #307033

Signed-off-by: Andrew Dunham <andrew@du.nham.ca>
2024-04-27 14:05:07 -04:00
Albert Safin
09c5a08fb8 xpointerbarrier: move to by-name 2024-04-27 17:38:43 +00:00
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
K900
5a98ab8c0e xdg-utils: don't infrec in xdg-screensaver
Before:

```bash
lockfile_command=`command -v /nix/store/8l572fp5svwp2x1izz2avji8l0ysxkq4-procmail-3.24/bin/lockfile`

lockfile()
{
  if [ -n "lockfile" ] ; then
     lockfile -1 -l 10 -s 3 "$screensaver_file".lock
```

After:

```bash
lockfile_command=`command -v /nix/store/4ka6z06bvxbcz98m0wy5m1m04f8ppkgw-procmail-3.24/bin/lockfile`

lockfile()
{
  if [ -n "$lockfile_command" ] ; then
     $lockfile_command -1 -l 10 -s 3 "$screensaver_file".lock
```

Fixes #304308
2024-04-17 08:45:38 +03:00
Vladimír Čunát
24d4f2cd52
Merge branch 'staging' into staging-next
Conflicts (tried to quickly resolve somehow, checked eval):
	pkgs/development/python-modules/apsw/default.nix
	pkgs/development/python-modules/mido/default.nix
	pkgs/development/python-modules/pytest-bdd/default.nix
	pkgs/development/python-modules/sparse/default.nix
2024-04-12 07:06:54 +02:00
Silvan Mosberger
ea5dfeab93 treewide: Drop infinisil as maintainer from most packages
I'm not going anywhere, I'm focusing my energy on other issues, and
getting pinged as a maintainer for packages is a bit distracting (also
I'm not using most of these packages anyways!)
2024-04-09 21:43:39 +02:00
Travis A. Everett
6cf9a8930a xdg-utils: override lore for perl
The OSH update (and associated refactoring) in resholve seem
to have uncovered surfaced a fresh error here.
2024-03-28 19:47:02 -05:00
Maciej Krüger
628282de10
Merge pull request #290860 from chewblacka/fix2-xdg-utils
xdg-utils: add xdg-terminal
2024-03-24 00:01:47 +01:00
github-actions[bot]
4aac48ff7f
Merge master into staging-next 2024-03-15 06:01:09 +00:00
Mario Rodas
6709f48733
Merge pull request #279612 from gepbird/add-meta-mainprogram
hck, lf, xdragon, xfce4-terminal: add meta.mainProgram
2024-03-14 20:46:22 -05:00
github-actions[bot]
f4c4bfc9fc
Merge master into staging-next 2024-03-13 18:00:53 +00:00
Donovan Glover
532ac4f6c6
xdg-user-dirs: migrate to by-name 2024-03-13 05:13:58 -04:00
Donovan Glover
c49ee22af9
xdg-user-dirs: add myself as maintainer 2024-03-13 05:11:47 -04:00
github-actions[bot]
df50875548
Merge staging-next into staging 2024-03-09 12:01:37 +00:00
Guilhem Saurel
41fcc1d0f3 arandr: set meta.mainProgram 2024-03-09 12:42:01 +01:00
github-actions[bot]
446e5710f3
Merge staging-next into staging 2024-03-07 12:01:50 +00:00
Weijia Wang
7c920568c4
Merge pull request #287828 from r-ryantm/auto-update/ckbcomp
ckbcomp: 1.224 -> 1.226
2024-03-07 09:21:44 +01:00
github-actions[bot]
64d7186c75
Merge staging-next into staging 2024-03-05 12:01:45 +00:00
Francesco Gazzetta
6ffb3618ea
Merge pull request #289980 from fgaz/treewide/fgaz-finalAttrs
treewide: use finalAttrs in packages maintained by @fgaz
2024-03-05 11:05:28 +01:00
Francesco Gazzetta
8192981216 xprintidle: use finalAttrs pattern 2024-03-05 09:50:18 +01:00
Coutinho de Souza
aba28d5103
xdg-utils: add perlPackages.FileMimeInfo to xdg-mime-prologue (#291692)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2024-03-01 14:20:46 +01:00
John Garcia
b26b1ed739 xdg-utils: add xdg-terminal 2024-02-24 13:23:49 +00:00
github-actions[bot]
daaa4e1653
Merge staging-next into staging 2024-02-17 00:02:47 +00:00
Felix Bühler
1d1f1553a8
Merge pull request #287724 from alyssais/xrestop-0.6
xrestop: 0.5 -> 0.6
2024-02-16 21:54:30 +01:00
github-actions[bot]
6d11c074e2
Merge staging-next into staging 2024-02-13 12:01:40 +00:00
Travis A. Everett
28bd8790ad xdg-user-dirs: fix darwin builds
A recent update to xdg-utils added xdg-user-dirs as a dep.
Since then we've had a few reports of people running macOS
with xdg-utils in their system for one reason or another
getting a failure on xdg-user-dirs.

I'm not sure it makes high-level sense to use it on macOS,
but it was easy to get it to build...
2024-02-12 10:35:14 -06:00
github-actions[bot]
496cd829f0
Merge staging-next into staging 2024-02-11 18:01:38 +00:00
R. Ryantm
8d624d2e79 xmousepasteblock: 1.3 -> 1.4 2024-02-11 10:22:04 +00:00
R. Ryantm
7ad2ea762e ckbcomp: 1.224 -> 1.226 2024-02-10 17:45:41 +00:00
Alyssa Ross
ac9c53471d
xrestop: 0.5 -> 0.6 2024-02-10 11:42:13 +01:00
github-actions[bot]
20fa7cb02a
Merge staging-next into staging 2024-02-07 00:02:29 +00:00