github-actions[bot]
ae736c738d
Merge master into staging-next
2024-05-03 12:01:32 +00:00
Jussi Kuokkanen
ce3f586775
pkgs/tools: remove licenses.gpl2
2024-05-02 21:06:26 +02: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