Commit Graph

13 Commits

Author SHA1 Message Date
Ben Siraphob
8222aa9278
Merge pull request #315183 from jopejoe1/fix-pname
treewide: replace name with pname
2024-06-16 12:34:01 +00:00
jopejoe1
86d69eec17 polychromatic: use pname instead of name 2024-06-15 09:56:45 +02:00
Alexis Hildebrandt
bf995e3641 treewide: Remove ending period from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
Sandro Jäckel
b7ddce075b polychromatic: set meta.mainProgram 2024-06-06 02:06:22 +02:00
Sandro Jäckel
77dc9fc2e7 polychromatic: fix typo that caused double wrapping 2024-06-06 02:06:10 +02:00
Sandro Jäckel
6d4543d9d3 polychromatic: misc cosmetic cleanups 2024-06-06 02:05:59 +02:00
Nadir Ishiguro
3ef476f22b
polychromatic: 0.8.0 -> 0.9.1
Changelogs:

  - https://github.com/polychromatic/polychromatic/releases/tag/v0.9.1
  - https://github.com/polychromatic/polychromatic/releases/tag/v0.9.0
  - https://github.com/polychromatic/polychromatic/releases/tag/v0.8.4
  - https://github.com/polychromatic/polychromatic/releases/tag/v0.8.3
  - https://github.com/polychromatic/polychromatic/releases/tag/v0.8.2
  - https://github.com/polychromatic/polychromatic/releases/tag/v0.8.1
2024-05-29 01:18:57 +02:00
Nadir Ishiguro
52862e68f8
polychromatic: format with nixfmt-rfc-style 2024-05-27 23:14:13 +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
Joshua Giacone
42e555e65b
polychromatic: 0.7.3 -> 0.8.0 (#206347)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-01-24 00:11:24 +01:00
Joshua Giacone
3ccee00df1
polychromatic: fix qt5 wrapper to contain all required libraries (#202449)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Fixes https://github.com/NixOS/nixpkgs/issues/200780
2022-11-28 02:26:24 +01:00
Sandro Jäckel
7a494b61e0
polychromatic: cleanup dependencies 2022-10-04 21:31:27 +02:00
Evan Stoll
fc909087cc
polychromatic: init at 0.7.3 (#176932)
* polychromatic: init at unstable-2020-03-10

use dev-1.0.0 branch

* polychromatic: use webkitgtk instead of webkit (package-list-no-aliases)

* polychromatic: use python3Packages.callPackage instead of callPackage

* polychromatic: add meta

* polychromatic: add usbutils to propagatedBuildInputs

polychromatic-tray-applet needs to be wrapped with lsusub from usbutils

* polychromatic: use pkgs.meson, not python3Packages.meson

* bump to 0.7.0

* rebase on master (python3.7 -> python3.9)
* ensure expression compiles at a minimum

* polychromatic: bump to 0.7.2; fix build

* 0.7.0 -> 0.7.2
* add `qtWrapperArgs` to `makeWrapperArgs`
* format with `nixpkgs-fmt`
* call `scripts/build-styles.sh` during `postPatch`
   * patch `sassc` and `sass` references to point directly to binary from
   `sassc` input

* polychromatic: remove `pkgconfig` from imports

* polychromatic: remove trailing whitespace

* polychromatic: 0.7.2 -> 0.7.3

* Apply various suggestions

* `xorg.libxcb` -> `libxcb`: `libxcb` can now be referenced directly
* Move various script patching functions from `postPatch` to
  `preConfigure`
* `nativePropagatedBuildInputs` -> `propagatedNativeBuildInputs`
* Ensure expression is not modified by `nixpkgs-fmt`

* Apply recommended changes

* Move `nativeBuildInputs` before `propagatedNativeBuildInputs`
* Move all scripts but `scripts/build-styles.sh` back to `postPatch` phase
* Remove explicit `meson`, `wrapGAppsHook` imports from top-level
  package attribute
2022-06-09 22:50:42 +02:00