Commit graph

28 commits

Author SHA1 Message Date
Robert Schütz 1ec5651913 treewide: use pythonPackages.python-dateutil instead of pythonPackages.dateutil 2021-07-03 13:45:57 +02:00
Symphorien Gibol dc3054b4ae paperwork: 2.0.2 -> 2.0.3 and compile user manual 2021-05-28 12:00:00 +00:00
Guillaume Girol 675c571703
Merge pull request #122382 from symphorien/paperworkpixbuf
paperwork: fix startup by adding GDK_PIXBUF_MODULE_FILE to wrapper
2021-05-10 06:08:53 +00:00
Guillaume Girol ae4e6c8b7e paperwork: fix startup by adding GDK_PIXBUF_MODULE_FILE to wrapper 2021-05-09 12:00:00 +00:00
Robert Hensing 8e3c5eb501 treewide: xvfb_run -> xvfb-run 2021-05-08 15:48:41 +02:00
Jan Tojnar 468cb5980b gnome: rename from gnome3
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-08 09:47:42 +02:00
Guillaume Girol bd54cf9602 paperwork: 2.0.1 -> 2.0.2
and cleanup
2021-01-02 19:08:54 +01:00
Symphorien Gibol 0c38b12059 paperwork: 2.0 -> 2.0.1 2020-11-15 15:46:53 +01:00
Symphorien Gibol 74b9066a39 paperwork: 1.3.1 -> 2.0 2020-11-15 15:46:53 +01:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Nadrieril cb9c6a758b paperwork: 1.2.4 -> 1.3.1
Also install paperwork-shell and desktop file
2020-03-09 22:36:55 +01:00
Jonathan Ringer 062a4d4081 paperwork`: add missing dependency 2019-11-04 01:54:26 -08:00
worldofpeace b0c2aea20b
treewide: drop adding hicolor-icon-theme where possible
This was either for the setup-hook to remove caches or added
even though the respective icon theme propagated it.
2019-09-18 22:47:26 +02:00
Symphorien Gibol 944aa2bb0d paperwork: include setuptools to fix startup 2019-09-17 22:35:43 +02:00
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Frederik Rietdijk d2c3fd5af0 Python: fix outfall after setting strictDeps = true; 2019-02-17 14:40:54 +01:00
Jan Tojnar 606ceda352
gnome3: stop using aliases 2019-02-14 02:31:15 +01:00
Symphorien Gibol f4039397f6 paperwork: 1.2.2 -> 1.2.4 2018-09-14 14:32:02 +02:00
Jan Tojnar a31d98f312
tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01:00
Jon Banafato c039fbb4bc paperwork: 1.2.1 -> 1.2.2
Paperwork has a new bugfix release.
2017-12-23 01:14:09 -05:00
adisbladis d99378654f pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
aszlig 8c5a3d86ae
paperwork-backend: Move into its own file
This package is most likely only used by Paperwork and thus it makes
sense to put it next to the main expression of Paperwork.

No functional changes here, evaluating before this commit and afterwards
leads to the same derivation hash.

Signed-off-by: aszlig <aszlig@nix.build>
2017-11-09 19:34:43 +01:00
aszlig 2e4fc45902
paperwork(-backend): Fix meta.homepage
While updating Paperwork in 1b1cc34020 I
actually changed the GitHub URL to its new location.

However, the actual homepage of Paperwork is https://openpaper.work/ so
let's use that instead of the GitHub URL.

Signed-off-by: aszlig <aszlig@nix.build>
Reported-by: @volth
2017-11-09 19:34:38 +01:00
aszlig 1b1cc34020
paperwork(-backend): 1.2 -> 1.2.1
Upstream changes:

  Paperwork-GUI 1.2.1:

   * Add source code of Windows installer (NSIS installer) generator
   * Scanner support / Multi-scan: Cancel also successful scan session.
     Otherwise some scanner won't allow new scan sessions later.
   * Remove gi version warnings when starting (thanks to Matthieu
     Coudron)
   * Documentation: Add missing stdeb dependencies (thanks to Notkea)
   * paperwork-shell: Fix command 'scan'
   * paperwork-shell install: add docstring
   * Fix dialog 'about'

  Paperwork-backend 1.2.1:

   * paperwork-shell: improve help string of 'paperwork-shell chkdeps'
   * Fix label deletion / renaming
   * Windows: Fix FS.safe() when used for PDF import
   * Windows: Fix FS.unsafe() (used for PDF export)

Full upstream changelog can be found at:

https://github.com/openpaperwork/paperwork/releases/tag/1.2.1

Successfully tested building and running Paperwork with a few test
scans.

Signed-off-by: aszlig <aszlig@nix.build>
2017-11-09 07:35:45 +01:00
Silvan Mosberger f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Aristid Breitkreuz 78fc7269be paperwork: 1.0.6.1 -> 1.2 2017-07-15 15:10:14 +02:00
Symphorien Gibol 86ff21af16 paperwork: fix locale path 2017-02-08 14:48:53 +01:00
aszlig 7199f1bd94
paperwork: init at 1.0.6.1
I have not yet tested scanning, but the main application works so far.

A lot of patching is required here, because the upstream project
references some paths from well-known FHS locations which of course are
not available on Nix(OS).

We also use all available aspell dictionaries right now, which is maybe
a bit ugly but it makes language switching easier.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-12-19 22:25:56 +01:00