about summary refs log tree commit diff
path: root/pkgs/tools/graphics/gromit-mpx
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)
2024-03-12gromit-mpx: 1.5.1 -> 1.6.0R. Ryantm1-2/+2
2023-11-23treewide: add mainProgramh7x41-0/+1
2023-11-03gromit-mpx: 1.5.0 -> 1.5.1R. Ryantm1-2/+2
2023-10-12gromit-mpx: 1.4.3 -> 1.5.0R. Ryantm1-2/+2
2023-01-22Merge pull request #192937 from r-ryantm/auto-update/gromit-mpxWeijia Wang1-2/+2
gromit-mpx: 1.4.2 -> 1.4.3
2022-10-14all-packages.nix: remove `inherit (*xorg) *`'sArtturin1-2/+2
using inherits in callPackage args is discouraged and doesn't splice correctly
2022-09-25gromit-mpx: 1.4.2 -> 1.4.3R. Ryantm1-2/+2
2022-02-23gromit-mpx: 1.4.1 -> 1.4.2R. RyanTM1-3/+3
* gromit-mpx: 1.4.1 -> 1.4.2 (#159898) * gromit-mpx: use SPDX3 license identifier Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-02-12gromit-mpx: 1.4 -> 1.4.1R. Ryantm1-2/+2
2021-11-11epoxy: rename to libepoxyKerstin Humm1-2/+2
https://github.com/NixOS/nixpkgs/issues/145040
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-01treewide: cmake buildInputs to nativeBuildInputs, minor cleanupsBen Siraphob1-3/+2
2020-12-04gromit-mpx: 1.3.1 -> 1.4R. RyanTM1-2/+2
2020-08-02gromit-mpx: add wrapGAppsHookJörg Thalheim1-1/+2
2020-08-02gromit-mpx: 1.3 -> 1.3.1R. RyanTM1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-09-08treewide: remove redundant quotesvolth1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-02-23gromit-mpx: 1.2 -> 1.3Peter Jones1-3/+3
2018-07-18treewide: remove aliases in nixpkgsMatthew Bauer1-2/+2
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases = true;}'’ work in Nixpkgs. Misc... - qtikz: use libsForQt5.callPackage This ensures we get the right poppler. - rewrites: docbook5_xsl -> docbook_xsl_ns docbook_xml_xslt -> docbook_xsl diffpdf: fixup
2018-02-25tree-wide: autorename gnome packages to use dashesJan Tojnar1-2/+2
2017-09-21treewide: Manual fix more pkg-config build-inputsJohn Ericson1-1/+2
2016-11-16gromit-mpx: init at 1.2Peter Jones1-0/+37