Search Criteria
Package Details: cournal r207.23392b8-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/cournal.git (read-only, click to copy) |
|---|---|
| Package Base: | cournal |
| Description: | A collaborative note taking and journal application using a stylus. |
| Upstream URL: | https://github.com/flyser/cournal |
| Keywords: | annotate notes pdf pen stylus |
| Licenses: | GPL3 |
| Submitter: | TheChickenMan |
| Maintainer: | None |
| Last Packager: | TheChickenMan |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2016-04-08 00:26 (UTC) |
| Last Updated: | 2019-02-18 00:24 (UTC) |
Dependencies (12)
- desktop-file-utils (desktop-file-utils-gitAUR)
- gobject-introspection
- gtk3 (gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-no_deadkeys_underlineAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- intltool
- poppler-glib (poppler-glib-gitAUR)
- python
- python-cairo (python-cairo-gitAUR)
- python-gobject
- python-zope-interface
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- mercurial (mercurial-hgAUR, mercurial-stable-hgAUR) (make)
Latest Comments
dreieck commented on 2021-10-16 12:52 (UTC)
A
PKGBUILDadressing the issues from here, here, here, here and here I have put for download here:ix.io/3BUA
Might be for an inspiration for you to improve this package. (I won't maintain it.)
Thanks for maintaining!
dreieck commented on 2021-10-16 12:42 (UTC)
What is the
mercurialmake dependency needed for? I think it is unneeded and can be removed.dreieck commented on 2021-10-16 12:41 (UTC)
According to the packaging guidelines,
-gitpackages should get upstream version information as fist part of$pkgverif available.This software has it available:
git describe --tagsleads tov0.2.1-71-g180467a.So
pkgver()should extract the0.2.1-71(and convert the-to something allowed in$pkgver, e.g..). Then the "revision" (commit counts) can follow, then optionally latest commit date can follow, then optionally the latest git commit has can follow. Apkgver()could then look like:This would currently lead to the following version string:
0.2.1.71+r220.20210507.180467a. Don't forget to increment$epochwhen changing versioning scheme.dreieck commented on 2021-10-16 12:31 (UTC)
When starting
cournal, I get the errorAttributeError: 'gi.repository.Gtk' object has no attribute 'events_pending':I have no idea what this means or what to do about it.
dreieck commented on 2021-10-16 12:30 (UTC)
The error reported on 2020-11-08 by @Tio still persists:
PKGBUILD: line 24: ./download-twisted.sh: No such file or directoryI solved it by just deleting that line (and the whole
build()function, because it is no longer needed then) and addingpython-twistedto thedependsarray.@Maintainer: Can you please fix that?
dreieck commented on 2021-10-16 12:28 (UTC)
This downloads the latest version from a git repository. So you must name your package
cournal-git(i.e. with a-gitsuffix).Please rename your package (= uploading new one, and submitting merge request to old one).
And don't forget to add
conflicts=('cournal'),provides=("cournal=${pkgver}")to the-git-package.Thanks for maintaining!
Tio commented on 2020-11-08 00:56 (UTC)
Error:
hsd commented on 2019-02-15 16:53 (UTC)
This package is missing the dependency "python-cairo"