Search Criteria
Package Details: gnome-documents-git 3.34.0+7+g1baebf09-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gnome-documents-git.git (read-only, click to copy) |
---|---|
Package Base: | gnome-documents-git |
Description: | A document manager application for GNOME |
Upstream URL: | https://wiki.gnome.org/Apps/Documents |
Licenses: | GPL |
Conflicts: | gnome-documents |
Provides: | gnome-documents |
Submitter: | fisch02 |
Maintainer: | None |
Last Packager: | fisch02 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-03-10 08:42 (UTC) |
Last Updated: | 2020-03-10 08:42 (UTC) |
Dependencies (19)
- evince (evince2, evince-lcdfilter, evince-lcd-standalone, evince-light, evince-git, evince-no-gnome)
- gjs (gjs-git)
- gnome-desktop (gnome-desktop-git, gnome-desktop-4-git)
- gnome-epub-thumbnailer
- gnome-online-accounts (gnome-online-accounts-git)
- gnome-online-miners
- gtk3 (gtk3-git, gtk3-ubuntu, gtk3-typeahead, gtk3-patched-filechooser-icon-view, gtk3-no_deadkeys_underline, gtk3-classic, gtk3-classic-noatk-64)
- libgdata
- libgepub (libgepub-git)
- librsvg (librsvg-minimal-git, librsvg-og, librsvg-git)
- libzapojit
- tracker-miners
- webkit2gtk (webkit2gtk-wpe-bin, webkit2gtk-imgpaste)
- git (git-git, git-vfs, git-run-command-patch-git) (make)
- gobject-introspection (gobject-introspection-git) (make)
- inkscape (inkscape-appimage, inkscape-git) (make)
- meson (meson-git) (make)
- yelp-tools (make)
- libreoffice-fresh (optional) – Support for Libreoffice document types
Latest Comments
adamant.pwn commented on 2021-09-25 17:16 (UTC) (edited on 2021-09-25 20:43 (UTC) by adamant.pwn)
Build process tries to call inkscape with -A option and fails because (?) modern inkscape doesn't know it. This is because of this line in gnome-documents git. Can be fixed if substituted locally with
command: [inkscape, '-o', '@OUTPUT@', '@INPUT@']
or by removing-D getting_started=true
from PKGBUILD.