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.
Search Criteria
Package Details: apostrophe-git 2.6.3.r2.g9d8c2d0-1
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: | 7 |
Popularity: | 0.22 |
First Submitted: | 2020-04-12 16:24 (UTC) |
Last Updated: | 2022-05-27 15:09 (UTC) |
Dependencies (19)
- gspell
- libhandy (libhandy-glade-catalog-disabled-git, libhandy-git)
- otf-fira-mono
- otf-fira-sans
- python-cairo (python-cairo-git)
- python-gobject (python-gobject-git)
- python-levenshtein
- python-pyenchant
- python-pypandoc
- python-regex (python-regex-git)
- python-setuptools
- webkit2gtk (webkit2gtk-wpe-bin, webkit2gtk-imgpaste)
- git (git-git, git-vfs, 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)
Latest Comments
yochananmarqos commented on 2020-09-01 15:09 (UTC)
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'
milkii commented on 2019-01-18 05:48 (UTC)
==> Starting prepare()...
patching file de.wolfvollprecht.UberWriter.desktop
Hunk #1 FAILED at 3.
1 out of 1 hunk FAILED -- saving rejects to file de.wolfvollprecht.UberWriter.desktop.rej
patching file setup.py
Hunk #1 FAILED at 76.
1 out of 1 hunk FAILED -- saving rejects to file setup.py.rej
==> ERROR: A failure occurred in prepare().
Aborting...
Error making: uberwriter-git
flipflop97 commented on 2018-10-15 18:56 (UTC) (edited on 2018-10-15 18:56 (UTC) by flipflop97)
@yochananmarqos
I've added pandoc
and otf-fira-mono
/ttf-fira-mono
as dependencies (and some other that I missed), thanks for noticing!
python-gtkspellcheck
seems to be hard-bundled with Uberwriter, this would need upstream changes to be able to use the system version. So I've left this out for now.
Pinned Comments
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.