Commit Graph

17 Commits

Author SHA1 Message Date
Vladimír Čunát
2703ea9572
wdisplays: fix build, missing wayland-scanner 2024-08-31 11:44:03 +02:00
Linus Heckemann
e5adf0b547 maintainers: drop lheckemann 2024-06-21 15:54:54 +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
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
Maximilian Bosch
71c1dba86d
wdisplays: unstable-2021-04-03 -> 1.1.1
ChangeLogs:
* https://github.com/artizirk/wdisplays/releases/tag/1.1
* https://github.com/artizirk/wdisplays/releases/tag/1.1.1

The original repo re-appeared now[1], but I have zero reason to trust
them to not delete it any time again. The fork I switched to after it
disappeared back in 2021 was marked as archived a while later. The one
that people contribute to and is also used by Fedora[2] and AUR[3]
is artizirk/wdisplays which is used now.

[1] https://github.com/cyclopsian/wdisplays
[2] f09a1e35d5/f/wdisplays.spec
[3] https://aur.archlinux.org/packages/wdisplays
2023-10-18 20:23:41 +02:00
Jon Seager
0a2d099131
wdisplays: fix icon in desktop file 2023-04-20 14:24:05 +01:00
github-actions[bot]
28641f51dc
Merge master into staging-next 2021-11-22 18:01:08 +00:00
Matthieu Coudron
90e60e6529 wdisplays: set metaProgram 2021-11-22 12:31:06 +01:00
Kerstin Humm
bb799694db
epoxy: rename to libepoxy
https://github.com/NixOS/nixpkgs/issues/145040
2021-11-11 05:55:32 +01:00
Maximilian Bosch
569a030d28
wdisplays: 1.0 -> 2021-04-03
I just realized that the original repository disappeared, so I decided
switch to a fork[1] for now. Also, I changed the following things:

* The project got relicensed[2] to `gpl3Plus`. Unfortunately the tags are
  gone, but it seems as this has happened after the 1.0 release, so no
  problem for us.

* The patch for sway 1.5[3] got merged into the fork, so it doesn't have
  to be applied here.

* Decided to go for `master` here for now. First of all there are no
  tags anymore, also there are a few fixes on `master` now.

* Compared the new source with the old 1.0 tarball via `diff -r`. Even
  though most of the changes were written by the original author on top
  of 1.0, I did a diff against everything from 1.0 and didn't find any
  issues. Also, `luispabon` doesn't seem to be a throw-away account so
  I'd say that using this fork for now is fine.

[1] https://github.com/luispabon/wdisplays
[2] 69564522bc
[3] 5198a9c94b
2021-04-09 12:50:19 +02:00
Ben Siraphob
3bbad8b041 treewide: remove inherited stdenv.lib 2021-01-27 12:44:43 +07:00
Ben Siraphob
d6aeae8f90 pkgs/tools: pkgconfig -> pkg-config (2) 2021-01-17 23:27:27 +07:00
Maximilian Bosch
0a21d06682
wdisplays: fix startup on sway 1.5
Starting `wdisplays` on a NixOS 20.09 with `sway-1.5` breaks with the
following output:

```
(wdisplays:28400): Gtk-WARNING **: 10:26:38.619: Could not load a pixbuf from /org/gtk/libgtk/theme/Adwaita/assets/bullet-symbolic.svg.
This may indicate that pixbuf loaders or the mime database could not be found.
Gdk-Message: 10:26:38.752: Error reading events from display: Success
```

The first two warnings can be fixed by adding `wrapGAppsHook`. The last
error is an upstream bug that can be fixed by applying the patch from a
pending PR[1].

[1] https://github.com/cyclopsian/wdisplays/pull/20
2020-09-11 11:00:40 +02:00
Maximilian Bosch
fd0a039410
wdisplays: 2020-03-15 -> 1.0
https://github.com/cyclopsian/wdisplays/releases/tag/1.0
2020-05-10 01:35:29 +02:00
Maximilian Bosch
6b5186c2ca
wdisplays: 2020-01-12 -> 2020-03-15
ba331ca...0faafdc
2020-04-13 12:03:37 +02:00
Maximilian Bosch
513482763b
wdisplays: 2019-10-26 -> 2020-01-12 2020-02-09 20:30:34 +01:00
Linus Heckemann
1bf0d4444c
wdisplays: init at 2019-10-26-unstable 2019-10-29 18:40:18 +01:00