about summary refs log tree commit diff
path: root/pkgs/applications/editors/apostrophe
AgeCommit message (Collapse)AuthorFilesLines
2024-05-04apostrophe: move to pkgs/by-namealeksana1-59/+0
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-05apostrophe: replace texlive.combined.scheme-medium with texliveMediumVincenzo Mantova1-3/+3
2023-06-28treewide: gobject-introspection from buildInputs to nativeBuildInputsArtturin1-2/+2
gobject-introspection should be in nativeBuildInputs for cross to work properly (so propagations and hook work properly)
2023-01-09python310Packages.levenshtein: don't use aliasRobert Schütz1-1/+1
2022-05-25apostrophe: 2.6.2 -> 2.6.3R. Ryantm1-2/+2
2022-04-04apostrophe: 2.6.1 -> 2.6.2R. Ryantm1-2/+2
2022-03-24apostrophe: 2.5 -> 2.6.1Bobby Rong1-2/+2
https://gitlab.gnome.org/World/apostrophe/-/compare/v2.5...v2.6.1 https://gitlab.gnome.org/World/apostrophe/-/blob/v2.6.1/NEWS
2021-09-26apostrophe: 2.4 -> 2.5sternenseemann1-8/+8
2021-07-13apostrophe: fix HTML export by referencing fira fonts from storesternenseemann1-1/+7
pandoc can embed fonts and stylesheets on export which apostrophe uses — however it has hardcoded paths for the fonts which only work in the flatpak version, so we need to substitute them.
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-04-09apostrophe: remove pandoc-citeproc from dependenciessternenseemann1-2/+1
pandoc-citeproc is an optional dependency of apostrophe's dependency pypandoc. However apostrophe doesn't use pandoc-citeproc as a filter (anymore?), so we can safely remove this dependency which invites breakage as the package has been deprecated by upstream.
2021-03-17apostrophe: 2.3 -> 2.4sternenseemann1-5/+2
https://gitlab.gnome.org/somas/apostrophe/-/releases/v2.4
2021-03-02apostrophe: make texlive overrideable more easilysternenseemann1-3/+2
Now you can just build apostrophe.override { texlive = yourTexliveDist; } which makes using a custom texlive distribution possible.
2021-03-02apostrophe: 2.2.0.3 -> 2.3sternenseemann1-8/+9
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-05-14apostrophe: 2.2.0.2 → 2.2.0.3sternenseemann1-2/+2
2020-04-21apostrophe: unstable-2020-03-29 -> 2.2.0.2sternenseemann1-3/+3
2020-03-31uberwriter: renamed to apostrophesternenseemann1-0/+56
* update 2020-01-24 -> 2020-03-29 * reflect change of name and main repository