Commit Graph

1255 Commits

Author SHA1 Message Date
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