Search Criteria
Package Details: trackma 0.8.6-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/trackma.git (read-only, click to copy) |
---|---|
Package Base: | trackma |
Description: | A lightweight and simple program for updating and using lists on several media tracking websites. |
Upstream URL: | https://z411.github.io/trackma/ |
Keywords: | anilist anime hummingbird manga melative myanimelist vndb |
Licenses: | GPL3 |
Conflicts: | trackma-git |
Submitter: | Timmy1e |
Maintainer: | Timmy1e |
Last Packager: | Timmy1e |
Votes: | 7 |
Popularity: | 0.000085 |
First Submitted: | 2020-12-09 17:08 (UTC) |
Last Updated: | 2023-08-18 09:49 (UTC) |
Dependencies (15)
- python (python37AUR, python311AUR, python310AUR)
- desktop-file-utils (desktop-file-utils-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-poetry-core (python-poetry-core-gitAUR) (make)
- python-wheel (make)
- lsof (lsof-gitAUR) (optional) – polling tracker/pyinotify alternative
- python-cairo (python-cairo-gitAUR) (optional) – GTK frontend
- python-gobject (python-gobject-gitAUR) (optional) – GTK frontend
- python-pillow (python-pillow-gitAUR) (optional) – thumbnail images for GUI frontends
- python-pydbus (python-pydbus-gitAUR) (optional) – MPRIS media recognition tracker
- python-pyinotify (optional) – instant media recognition tracker
- python-pyqt5 (python-pyqt5-sip4AUR, python-pyqt5-webkitAUR) (optional) – Qt frontend
- python-urwid (optional) – ncurses frontend
Latest Comments
kebien6020 commented on 2024-05-24 03:51 (UTC)
python-pillow seems to be a required dependency for the Qt frontend
evgfilim1 commented on 2023-05-04 15:24 (UTC)
Package fails to build with similar error: https://bbs.archlinux.org/viewtopic.php?id=280982
Fix: https://wiki.archlinux.org/title/VCS_package_guidelines#Git_submodules
Diff:
tocic commented on 2022-12-24 05:50 (UTC)
Please update the upstream URL to its HTTPS counterpart.
Timmy1e commented on 2022-10-14 12:54 (UTC)
@ahmubashshir Thanks for the patch, I've applied it with some minor changes.
ahmubashshir commented on 2022-10-14 05:39 (UTC)
here's a patch for you :3 url
MagicAndWires commented on 2021-11-09 22:42 (UTC)
@Nesaijin
Sounds like it's this upstream issue. Try to rebuild the package and if the issue still persists pick it up there.
Nesaijn commented on 2021-11-09 00:12 (UTC)
I get this error when trying to start tackma gtk:
Timmy1e commented on 2021-01-26 13:53 (UTC)
@MagicAndWires thanks for the heads up, missed that. I'm pushing an update in a bit.
MagicAndWires commented on 2021-01-23 23:26 (UTC)
The tarball of trackma does not provide the anime-relations database required for cross-site updating.
This could be fixed by either providing it as a separate source file or by grabbing trackma source through git (using
${pkgname}-${pkgver}.tar.gz::"git+https://github.com/z411/${pkgname}.git#tag=v${pkgver}
as the source) and updating the submodules in the prepare() function.