PSA: This now requires WebKit 6.0 (which doesn't yet exist in the repos or AUR) and will not run. See the other pinned message.
Search Criteria
Package Details: apostrophe-git 2.6.3.r57.g702348a-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/apostrophe-git.git (read-only, click to copy) |
---|---|
Package Base: | apostrophe-git |
Description: | A distraction free Markdown editor for GNU/Linux made with GTK+ |
Upstream URL: | https://world.pages.gitlab.gnome.org/apostrophe |
Licenses: | GPL3 |
Conflicts: | apostrophe |
Provides: | apostrophe |
Submitter: | yochananmarqos |
Maintainer: | yochananmarqos (FabioLolix) |
Last Packager: | yochananmarqos |
Votes: | 8 |
Popularity: | 0.090297 |
First Submitted: | 2020-04-12 16:24 (UTC) |
Last Updated: | 2022-09-27 15:05 (UTC) |
Dependencies (20)
- gspell
- libadwaita (libadwaita-shortwave, libadwaita-health, libadwaita-git, libadwaita-testing, libadwaita-testing-docs, libadwaita-testing-demos, libadwaita-without-adwaita-git)
- otf-fira-mono
- otf-fira-sans
- python-cairo (python-cairo-git)
- python-chardet
- python-gobject (python-gobject-git)
- python-levenshtein
- python-pyenchant
- python-pypandoc
- python-regex (python-regex-git)
- python-setuptools
- webkit2gtk-5.0 (webkit2gtk-unstable)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
- gobject-introspection (gobject-introspection-git) (make)
- meson (meson-git) (make)
- sassc (sassc-git, python-libsass) (make)
- appstream-glib (appstream-glib-git) (check)
- mathjax (optional) – for formula preview
- texlive-latexextra (texlive-installer, texlive-full) (optional) – for the pdftex module
Required by (0)
Sources (1)
yochananmarqos commented on 2022-12-04 23:58 (UTC)
yochananmarqos commented on 2020-09-01 15:09 (UTC)
This package is effectively obsolete and may be broken. Development happens on other branches and are merged into master before a release. Either use the stable version or edit the PKGBUILD to test another branch.
FabioLolix commented on 2020-04-12 10:10 (UTC)
@yochananmarqos you can make the new pkgbuild if you want
yochananmarqos commented on 2020-03-31 20:34 (UTC)
This is now apostrophe
: https://gitlab.gnome.org/somas/apostrophe
gerhardusmuller commented on 2019-11-14 05:22 (UTC)
Does not build:
makepkg -sri ... python: can't open file 'setup.py': [Errno 2] No such file or directory ==> ERROR: A failure occurred in build(). Aborting...
FabioLolix commented on 2019-08-04 17:46 (UTC)
Hadn't time to look at this package yet, thanks for reporting
yochananmarqos commented on 2019-08-04 17:13 (UTC)
Please add gspell
python-regex
python-levenshtein
python-cairo
eldelacajita commented on 2019-06-23 17:05 (UTC)
The installation process succeeds, but I can't find Uberwriter in the app launcher, nor launch it from the terminal
commented on 2019-06-10 19:22 (UTC)
Another missing dependency is gspell
:
Traceback (most recent call last):
File "/usr/bin/uberwriter.in", line 49, in <module>
import uberwriter
File "/usr/lib/python3.7/site-packages/uberwriter/__init__.py", line 22, in <module>
from uberwriter import main_window
File "/usr/lib/python3.7/site-packages/uberwriter/main_window.py", line 30, in <module>
from uberwriter.text_view import TextView
File "/usr/lib/python3.7/site-packages/uberwriter/text_view.py", line 12, in <module>
gi.require_version('Gspell', '1')
File "/usr/lib/python3.7/site-packages/gi/__init__.py", line 129, in require_version
raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Gspell not available
katafrakt commented on 2019-05-07 13:10 (UTC)
The package was built ok for me, but it failed to start because of missing python-pypandoc
dependency:
Traceback (most recent call last):
File "/usr/bin/uberwriter.in", line 49, in <module>
import uberwriter
File "/usr/lib/python3.7/site-packages/uberwriter/__init__.py", line 22, in <module>
from uberwriter import window
File "/usr/lib/python3.7/site-packages/uberwriter/window.py", line 27, in <module>
from uberwriter.export_dialog import Export
File "/usr/lib/python3.7/site-packages/uberwriter/export_dialog.py", line 29, in <module>
from uberwriter import helpers
File "/usr/lib/python3.7/site-packages/uberwriter/helpers.py", line 25, in <module>
import pypandoc
ModuleNotFoundError: No module named 'pypandoc'
Pinned Comments
yochananmarqos commented on 2022-12-04 23:58 (UTC)
PSA: This now requires WebKit 6.0 (which doesn't yet exist in the repos or AUR) and will not run. See the other pinned message.
yochananmarqos commented on 2020-09-01 15:09 (UTC)
This package is effectively obsolete and may be broken. Development happens on other branches and are merged into master before a release. Either use the stable version or edit the PKGBUILD to test another branch.