about summary refs log tree commit diff
path: root/pkgs/applications/editors/pinegrow/default.nix
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-11-27treewide: add mainProgramh7x41-0/+1
2023-11-04pinegrow: 7.05.2 -> 7.8Florian Brandes1-2/+2
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2023-01-03pinegrow: 7.03 -> 7.05.2Florian Brandes1-4/+4
also update url Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-12-18pinegrow: add version 7, keep version 6Florian Brandes1-5/+23
version 7 requires a new license, so we keep version 6 around for folks who don't want to buy a new license (yet). Co-authored-by: Sandro <sandro.jaeckel@gmail.com> Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-08-27pinegrow: 6.6 -> 6.8Florian Brandes1-6/+6
Also make executable lowercase Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-08-06pinegrow: don't auto updateFlorian Brandes1-1/+3
there is an old version of pinegrow (6.21) on https://repology.org which didn't follow semantic versioning. Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-07-12pinegrow: 6.5 -> 6.6Florian Brandes1-2/+2
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-06-23treewide/applications: add `sourceType` `binaryNativeCode` for many packagesRobert Scott1-0/+1
2022-05-13pinegrow: fix download link (again)Florian Brandes1-1/+1
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-04-18Merge pull request #168776 from gador/pinegrow-fix-download-linkArtturi1-1/+1
pinegrow: fix download link
2022-04-15pinegrow: fix download linkFlorian Brandes1-1/+1
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-04-02Merge remote-tracking branch 'nixpkgs/staging-next' into stagingAlyssa Ross1-4/+9
Conflicts: pkgs/development/libraries/zlib/default.nix pkgs/development/lua-modules/overrides.nix
2022-04-01pinegrow: bugfix for missing gsettingsFlorian Brandes1-4/+9
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-03-27Merge staging-next into staginggithub-actions[bot]1-5/+10
2022-03-24pinegrow: 6.4 -> 6.5florian on nixos (Florian Brandes)1-5/+10
also switched to makeWrapper due to library issues Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>
2022-03-23treewide: autoPatchelfHook only on LinuxOPNA26081-1/+1
2022-03-08pinegrow: 6.3 -> 6.4florian on nixos (Florian Brandes)1-2/+2
Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>
2022-02-28pinegrow: init at 6.3 (#157304)Florian1-0/+70
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>