about summary refs log tree commit diff
path: root/pkgs/applications/editors/bluefish
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
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-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-20bluefish: 2.2.14 -> 2.2.15R. Ryantm1-2/+2
2023-11-27treewide: add mainProgramh7x41-0/+1
2023-10-08bluefish: 2.2.12 -> 2.2.14R. Ryantm1-4/+3
2021-12-29treewide: fix homepages with permanent redirect to httpsBen Siraphob1-1/+1
2021-11-07pkgs/applications: rename name to pname&version part 1 (#144949)Felix Bühler1-7/+24
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-08gnome: rename from gnome3Jan Tojnar1-2/+2
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-03-25bluefish: don't use strictDepsFrederik Rietdijk1-2/+0
needs further fixing
2021-03-25bluefish: use python3Frederik Rietdijk1-2/+4
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
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
2020-11-18bluefish: 2.2.11 -> 2.2.12R. RyanTM1-2/+2
2020-05-04bluefish: 2.2.10 -> 2.2.11R. RyanTM1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-02-14gnome3: stop using aliasesJan Tojnar1-1/+1
2017-03-13bluefish: 2.2.9 -> 2.2.10mimadrid1-2/+2
2017-01-14bluefish: 2.2.7 -> 2.2.9Vincent Laporte1-5/+6
And fix some missing icons
2015-02-10bluefish: update from 2.2.6 to 2.2.7Vincent Laporte1-5/+5
2014-12-20fix maintainer informationPascal Wittmann1-1/+1
s/maintainer/maintainers
2014-11-13Adds bluefishVincent Laporte1-0/+23
Bluefish is a powerful editor targeted towards programmers and webdevelopers, with many options to write websites, scripts and programming code. Homepage: http://bluefish.openoffice.nl/