about summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/netsurf
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-05-28netsurf.libparserutils: use libiconv for darwinpaparodeo1-2/+3
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-19treewide: add meta.mainProgram to packages with a single binarystuebinm2-0/+2
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2024-02-15netsurf.browser: 3.10 -> 3.11, fix build on darwinFelix Albrigtsen1-3/+19
https://download.netsurf-browser.org/netsurf/releases/ChangeLog.txt
2024-02-15netsurf.libsvgtiny: 0.1.7 -> 0.1.8Felix Albrigtsen1-2/+2
2024-02-15netsurf.libparserutils: 0.2.4 -> 0.2.5Felix Albrigtsen1-2/+4
2024-02-15netsurf.libnsutils: 0.1.0 -> 0.1.1Felix Albrigtsen1-2/+2
2024-02-15netsurf.libnsgif: 0.2.1 -> 1.0.0Felix Albrigtsen1-2/+2
imv: remove broken libnsgif dependency
2024-02-15netsurf.libnsbmp: 0.1.6 -> 0.1.7Felix Albrigtsen1-2/+2
2024-02-15netsurf.libhubbub: 0.3.7 -> 0.3.8Felix Albrigtsen1-2/+4
2024-02-15netsurf.libdom: 0.4.1 -> 0.4.2Felix Albrigtsen1-2/+2
2024-02-15netsurf.libcss: 0.9.1 -> 0.9.2Felix Albrigtsen1-3/+3
https://www.netsurf-browser.org/projects/libcss/#changes-0.9.2 Also fixes building with clang, e.g. on darwin.
2023-12-30netsurf.buildsystem: 1.9 -> 1.10R. Ryantm1-2/+2
2023-08-01netsurf.browser: rewriteAnderson Torres1-38/+74
2023-08-01netsurf.nsgenbind: rewriteAnderson Torres1-13/+19
2023-08-01netsurf.libwapcaplet: rewriteAnderson Torres1-12/+12
2023-08-01netsurf.libutf8proc: rewriteAnderson Torres1-9/+7
2023-08-01netsurf.libsvgtiny: rewriteAnderson Torres1-14/+21
2023-08-01netsurf.libparserutils: rewriteAnderson Torres1-13/+17
2023-08-01netsurf.libnsutils: rewriteAnderson Torres1-11/+13
2023-08-01netsurf.libnspsl: rewriteAnderson Torres1-11/+13
2023-08-01netsurf.libnslog: rewriteAnderson Torres1-12/+20
2023-08-01netsurf.libnsgif: rewriteAnderson Torres1-12/+15
2023-08-01netsurf.libnsfb: rewriteAnderson Torres1-13/+16
2023-08-01netsurf.libnsbmp: rewriteAnderson Torres1-11/+13
2023-08-01netsurf.libhubbub: rewriteAnderson Torres1-12/+16
2023-08-01netsurf.libdom: rewriteAnderson Torres1-13/+17
2023-08-01netsurf.libcss: rewriteAnderson Torres1-14/+21
2023-08-01netsurf.buildsystem: remove samueldr from meta.maintainersAnderson Torres1-1/+1
By personal request.
2023-08-01netsurf.buildsystem: rewriteAnderson Torres1-11/+13
2023-08-01netsurf: rewriteAnderson Torres1-11/+14
To make the expression more clean and modern.
2023-07-22netsurf.browser: add the infamous -fcommon compiler flagAnderson Torres1-0/+11
2023-02-22treewide: manual fixups forArtturin1-1/+1
treewide: use toString on list NIX_CFLAGS_COMPILE treewide: move NIX_CFLAGS_COMPILE to the env attrset
2023-02-22treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin1-1/+1
with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure
2022-10-12pkgs.applications: remove unused argsMarkus S. Wamser1-1/+1
2022-09-07treewide: cross fixesArtturin1-1/+4
2022-05-14netsurf.libutf8proc: fix URLAndersonTorres1-3/+7
2022-05-14netsurf.libnsutils: fix URLAndersonTorres1-1/+1
2021-02-05netsurf: fix build (#111991)Nikolay Korotkiy1-1/+1
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer12-24/+24
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-16treewide: stdenv.lib -> libBen Siraphob1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch16-32/+32
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-09-28Netsurf browser: 3.9 -> 3.10AndersonTorres2-0/+85
2020-09-28Netsurf libnsfb: 0.2.1 -> 0.2.2AndersonTorres2-0/+48
2020-09-28Netsurf libsvgtiny: 0.1.7 -> 0.1.7AndersonTorres2-0/+40
2020-09-28Netsurf libdom: 0.4.0 -> 0.4.1AndersonTorres2-0/+44
2020-09-28Netsurf libhubub: 0.3.6 -> 0.3.7AndersonTorres2-0/+45
2020-09-28Netsurf libcss: 0.9.0 -> 0.9.1AndersonTorres2-0/+45
2020-09-28Netsurf nsgenbind: 0.7 -> 0.8AndersonTorres2-0/+31