about summary refs log tree commit diff
path: root/pkgs/tools/graphics/wdisplays
AgeCommit message (Collapse)AuthorFilesLines
2024-04-27treewide: wrapGAppsHook → wrapGAppsHook3Jan Tojnar1-2/+2
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)
2023-10-18wdisplays: unstable-2021-04-03 -> 1.1.1Maximilian Bosch1-10/+6
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] https://src.fedoraproject.org/rpms/wdisplays/blob/f09a1e35d560de153b1bc0939382c37e863e7137/f/wdisplays.spec [3] https://aur.archlinux.org/packages/wdisplays
2023-04-20wdisplays: fix icon in desktop fileJon Seager1-0/+4
2021-11-22Merge master into staging-nextgithub-actions[bot]1-0/+1
2021-11-22wdisplays: set metaProgramMatthieu Coudron1-0/+1
2021-11-11epoxy: rename to libepoxyKerstin Humm1-2/+2
https://github.com/NixOS/nixpkgs/issues/145040
2021-04-09wdisplays: 1.0 -> 2021-04-03Maximilian Bosch1-20/+9
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] https://github.com/luispabon/wdisplays/commit/69564522bc12569c96a2192e2dd0d5d4bef8aa13 [3] https://github.com/luispabon/wdisplays/commit/5198a9c94b40ff157c284df413be5402f1b75118
2021-01-27treewide: remove inherited stdenv.libBen Siraphob1-2/+2
2021-01-17pkgs/tools: pkgconfig -> pkg-config (2)Ben Siraphob1-2/+2
2020-09-11wdisplays: fix startup on sway 1.5Maximilian Bosch1-2/+13
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-05-10wdisplays: 2020-03-15 -> 1.0Maximilian Bosch1-5/+6
https://github.com/cyclopsian/wdisplays/releases/tag/1.0
2020-04-13wdisplays: 2020-01-12 -> 2020-03-15Maximilian Bosch1-3/+3
https://github.com/cyclopsian/wdisplays/compare/ba331ca...0faafdc
2020-02-09wdisplays: 2019-10-26 -> 2020-01-12Maximilian Bosch1-5/+5
2019-10-29wdisplays: init at 2019-10-26-unstableLinus Heckemann1-0/+24