Commit Graph

1319 Commits

Author SHA1 Message Date
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
github-actions[bot]
9824e51195
Merge master into staging-next 2024-02-07 00:02:01 +00:00
Weijia Wang
580a50c1da
Merge pull request #284449 from r-ryantm/auto-update/ckbcomp
ckbcomp: 1.223 -> 1.224
2024-02-07 00:00:01 +01:00
K900
dcab6b7165
Merge pull request #286533 from abathur/rm_extra_xdg_utils_input
xdg-utils: remove unnecessary input
2024-02-06 14:52:02 +03:00
K900
b55f39a8b1 xdg-utils: 1.2.0 -> 1.2.1 2024-02-06 14:50:23 +03:00
Travis A. Everett
370cd05f24 xdg-utils: rm unused dependency
We included lockfileProgs by mistake, thinking it provided
bin/lockfile. This was already provided by `procmail`.
2024-02-05 11:26:47 -06:00
K900
9b62c85004
Merge pull request #286391 from SuperSandro2000/xdg-open-flatpak
xdg-utils: wrap with gdbus which is required for the `xdg.portal.xdgO…
2024-02-05 08:17:56 +03:00
github-actions[bot]
42e44c0583
Merge master into staging-next 2024-02-05 00:02:17 +00:00
Sandro Jäckel
bc58c5634c
xdg-utils: wrap with gdbus which is required for the xdg.portal.xdgOpenUsePortal option 2024-02-05 00:40:00 +01:00
Christina Sørensen
4ce4635145
wpgtk: simplify meta.maintainers
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-02-04 10:30:04 +01:00
K900
cee13123c0 xdg-utils: unstable-2022-11-06 -> 1.2.0, resholve 2024-02-04 10:09:23 +03:00
Christina Sørensen
fd8fea2bf5
wpgtk: add meta.mainProgram = wpg
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-02-03 19:32:33 +01:00
R. Ryantm
235a2de244 ckbcomp: 1.223 -> 1.224 2024-01-28 06:40:28 +00:00
R. Ryantm
aae991455e ffcast: 2.5.0 -> 2.5.1 2024-01-21 07:24:25 +00:00
Franz Pletz
0f12962c37
screen-message: 0.26 -> 0.28 2024-01-17 20:22:12 +01:00
Thiago Kenji Okada
ba9e28d96c sx: migrate to by-name 2024-01-08 12:26:38 +00:00
Gutyina Gergő
250ed20d72
xdragon: add meta.mainProgram 2024-01-08 12:58:08 +01:00
Gutyina Gergő
77a17f4be6 opentabletdriver: 0.6.3.0 -> 0.6.4.0
Co-authored-by: Thiago Kenji Okada <thiagokokada@gmail.com>
2023-12-23 21:16:43 +00:00
Adam Stephens
76ae8ad3bc
xsecurelock: 1.8.0 -> 1.9.0
Diff: https://github.com/google/xsecurelock/compare/v1.8.0...v1.9.0
2023-12-19 13:49:25 -05:00
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