about summary refs log tree commit diff
path: root/pkgs/applications/office/paperwork
AgeCommit message (Collapse)AuthorFilesLines
2024-06-14Merge pull request #318545 from symphorien/paperwork_2_2_3Aleksana2-10/+2
paperwork: 2.2.2 -> 2.2.3
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-06-09paperwork: 2.2.2 -> 2.2.3Guillaume Girol2-10/+2
changelog: https://gitlab.gnome.org/World/OpenPaperwork/paperwork/-/commit/620eb5806175990ebe6fe66bb59704a4c799edd0
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-04-24python3Packages.paperwork-backend: fix build with recent scipyGuillaume Girol1-0/+8
fixes https://github.com/NixOS/nixpkgs/issues/305476
2024-02-13paperwork: 2.2.1 -> 2.2.2R. Ryantm1-2/+2
2024-01-30treewide: replace `lib/${python.libPrefix}/site-packages` with its shorthand ↵Sandro Jäckel1-1/+1
`${python.sitePackages}` which should be always preferred
2023-12-20treewide: remove redundant SETUPTOOLS_SCM_PRETEND_VERSION usageMartin Weinelt5-10/+0
The setuptools-scm packages gained a setup hook, that sets it to the derivation version automatically, so setting it to that manually has become redundant. This also affects downstream consumers of setuptools-scm, like hatch-vcs or flit-scm.
2023-11-05paperwork: replace texlive.combine with texliveSmall.withPackagesVincenzo Mantova1-4/+2
2023-10-22paperwork: 2.2.0 -> 2.2.1Guillaume Girol1-2/+2
2023-10-22paperwork: 2.1.2 -> 2.2.0Guillaume Girol6-32/+55
changelog: https://gitlab.gnome.org/World/OpenPaperwork/paperwork/-/blob/develop/paperwork-gtk/ChangeLog
2023-08-03treewide: noop: refer to `src.name` or similar in `sourceRoot` where ↵Jan Malakhovski5-5/+5
appropriate, part 1: trivial cases
2023-06-05paperwork: also install paperwork-jsonGuillaume Girol1-1/+6
2023-03-18paperwork: Patch broken libreoffice pathMoritz 'e1mo' Fromm1-0/+5
Due to the changes in #219166, no suitable path to libreoffice was found
2023-02-12paperwork: 2.1.1 -> 2.1.2Guillaume Girol2-2/+4
changelog: https://forum.openpaper.work/t/paperwork-2-1-2/281/1
2023-01-21Merge pull request #211641 from dotlambda/paperwork-backend-fixRobert Schütz2-1/+7
paperwork: use Levenshtein
2023-01-21paperwork: fix buildGuillaume Girol1-1/+1
gensymb.sty used to be in the was package, but is not a standalone package
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol3-3/+3
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2023-01-20paperwork: use LevenshteinRobert Schütz1-0/+3
2023-01-19python310Packages.paperwork-backend: use LevenshteinRobert Schütz1-0/+3
2023-01-09python310Packages.levenshtein: don't use aliasRobert Schütz1-2/+2
2022-11-21dbus: remove unused daemon passhtruSandro Jäckel1-2/+2
2022-08-28python3.pkgs.paperwork-backend: fix flaky testGuillaume Girol2-1/+20
2022-08-27python310Packages.paperwork-backend: Fix testsJonas Heinrich1-29/+37
2022-04-23paperwork: fix updateScriptKira Bruneau1-1/+1
2022-02-07python3.pkgs.openpaperwork-gtk: restrict platforms to linuxGuillaume Girol1-0/+1
2022-02-07python3.pkgs.openpaperwork-core: restrict platforms to linuxGuillaume Girol1-0/+1
2022-02-03paperwork: 2.1.0 -> 2.1.1Guillaume Girol2-3/+2
2022-02-03paperwork: add an update-scriptGuillaume Girol1-2/+19
2021-12-05paperwork: 2.0.3 -> 2.1.0Guillaume Girol4-9/+11
2021-07-03treewide: use pythonPackages.python-dateutil instead of pythonPackages.dateutilRobert Schütz1-1/+1
2021-05-28paperwork: 2.0.2 -> 2.0.3 and compile user manualSymphorien Gibol2-9/+49
2021-05-10Merge pull request #122382 from symphorien/paperworkpixbufGuillaume Girol1-0/+2
paperwork: fix startup by adding GDK_PIXBUF_MODULE_FILE to wrapper
2021-05-09paperwork: fix startup by adding GDK_PIXBUF_MODULE_FILE to wrapperGuillaume Girol1-0/+2
2021-05-08treewide: xvfb_run -> xvfb-runRobert Hensing1-2/+2
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-01-02paperwork: 2.0.1 -> 2.0.2Guillaume Girol3-9/+12
and cleanup
2020-11-15paperwork: 2.0 -> 2.0.1Symphorien Gibol1-2/+2
2020-11-15paperwork: 1.3.1 -> 2.0Symphorien Gibol7-76/+273
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly2-2/+2
2020-03-09paperwork: 1.2.4 -> 1.3.1Nadrieril2-20/+42
Also install paperwork-shell and desktop file
2019-11-04paperwork`: add missing dependencyJonathan Ringer1-1/+1
2019-09-18treewide: drop adding hicolor-icon-theme where possibleworldofpeace1-2/+2
This was either for the setup-hook to remove caches or added even though the respective icon theme propagated it.
2019-09-17paperwork: include setuptools to fix startupSymphorien Gibol1-1/+1
2019-06-16treewide: remove unused variables (#63177)volth1-1/+1
* treewide: remove unused variables * making ofborg happy
2019-02-17Python: fix outfall after setting `strictDeps = true;`Frederik Rietdijk1-2/+2
2019-02-14gnome3: stop using aliasesJan Tojnar1-2/+2
2018-09-14paperwork: 1.2.2 -> 1.2.4Symphorien Gibol2-15/+23
2018-02-25tree-wide: autorename gnome packages to use dashesJan Tojnar1-2/+2
2017-12-23paperwork: 1.2.1 -> 1.2.2Jon Banafato2-4/+4
Paperwork has a new bugfix release.