Search Criteria
Package Details: trackma 0.10.3-2
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 (FichteFoll) |
| Last Packager: | FichteFoll |
| Votes: | 10 |
| Popularity: | 0.22 |
| First Submitted: | 2020-12-09 17:08 (UTC) |
| Last Updated: | 2026-03-10 00:43 (UTC) |
Dependencies (17)
- python
- desktop-file-utils (desktop-file-utils-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- python-build (make)
- python-installer (make)
- python-poetry-core (python-poetry-core-gitAUR) (make)
- python-wheel (make)
- lsof (lsof-gitAUR) (optional) – polling tracker/pyinotify alternative
- python-anitopy-gitAUR (optional) – anitopy title parser
- python-cairo (python-cairo-gitAUR) (optional) – GTK frontend
- python-gobject (optional) – GTK frontend
- python-jeepney (optional) – MPRIS media recognition tracker
- python-pillow (python-pillow-simd-gitAUR, hosaka-studioAUR) (optional) – thumbnail images for GUI frontends (required for Qt)
- python-pyinotify (optional) – instant media recognition tracker
- python-pypresence (python-pypresence-gitAUR) (optional) – discord rich presence integration
- python-pyqt6 (python-pyqt6-pre-releaseAUR) (optional) – Qt frontend
- python-urwid (optional) – ncurses frontend
Latest Comments
1 2 Next › Last »
Timmy1e commented on 2026-03-09 20:15 (UTC) (edited on 2026-03-09 20:15 (UTC) by Timmy1e)
@FichteFoll I've added you as a co-maintainer, my Github notifications often get clogged and I miss releases.
@Kcchouette Next time please flag the package out of date like @FichteFoll said. But thanks for the heads up, I'm pushing the package update now.
FichteFoll commented on 2026-03-09 19:27 (UTC)
@Kcchouette please flag a package as out-of-date (in the "Package Actions" box) instead of creating a comment, unless the version has long since been flagged as such and was still not updated.
That said, @Timmy1e, feel free to add me as a co-maintainer for this package since I am an upstream contributor. I'll try to remember to update the package when a release happens.
Kcchouette commented on 2026-03-09 14:04 (UTC)
Hello
There is an upstream update (v0.10.3)
Cheers
Timmy1e commented on 2026-01-21 10:15 (UTC)
@FichteFoll I missed that, will push an update.
FichteFoll commented on 2026-01-21 00:17 (UTC)
trackma 0.10 switch to Qt6 instead of Qt5, so the optional dependency should be updated.
wolfsilver00 commented on 2025-03-10 21:28 (UTC) (edited on 2025-03-10 21:28 (UTC) by wolfsilver00)
Adding the following 2 files to your $path
trackma-qt:
!/usr/bin/python
import sys from trackma.ui.qt import main if name == 'main': sys.exit(main())
trackma-gtk:
!/usr/bin/python
import sys from trackma.ui.gtk import main if name == 'main': sys.exit(main())
then making them executable, will allow you to run the GUIs if they havent installed
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.
1 2 Next › Last »