Search Criteria
Package Details: pinta-appimage 3.1.1_2-6
Package Actions
| Git Clone URL: | https://aur.archlinux.org/pinta-appimage.git (read-only, click to copy) |
|---|---|
| Package Base: | pinta-appimage |
| Description: | Simple GTK Paint Program (Unofficial AppImage) |
| Upstream URL: | https://github.com/pkgforge-dev/Pinta-AppImage |
| Licenses: | MIT |
| Provides: | pinta |
| Submitter: | Ammonium |
| Maintainer: | Ammonium |
| Last Packager: | Ammonium |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2026-03-31 05:42 (UTC) |
| Last Updated: | 2026-04-20 02:10 (UTC) |
Dependencies (5)
- dotnet-host (dotnet-host-rc-binAUR, dotnet-host-preview-binAUR, dotnet-host-preview-binAUR, dotnet-host-binAUR, dotnet-host-binAUR)
- dotnet-runtime (dotnet-runtime-2.2AUR, dotnet-runtime-3.0AUR, dotnet-runtime-2.1AUR, dotnet-runtime-preview-binAUR, dotnet-runtime-binAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libadwaita (libadwaita-gitAUR, libadwaita-yaru-gitAUR, libadwaita-without-adwaita-gitAUR, libadwaita-without-adwaitaAUR)
- webp-pixbuf-loader
Required by (1)
- hyprsnap (requires pinta)
Latest Comments
Ammonium commented on 2026-04-20 02:10 (UTC)
Taking a second look, it seems that they extract the AppImage only to copy over the desktop file and icon, which I overlooked.
I modified it according to your feedback and just copied over the AppImage over to
/usr/bin. Thanks for the feedback!Ammonium commented on 2026-04-19 17:33 (UTC) (edited on 2026-04-19 17:52 (UTC) by Ammonium)
Hi @Samueru , The extracted appimage version does require dotnet to exist in the system, the
pintaexecutable/script directly calls the system's dotnet runtime.The decision to extract the appimage is based on following the same practices as other appimage-based AUR packages, such as drawio-desktop-appimage and todoist-appimage.
If you want the unextracted appimage, you could simply download it from upstream.
Samueru commented on 2026-04-18 23:07 (UTC)
Hi, the appimage of pinta does not require any dependency on to host to work, the only requirements are a shell in
/bin/shand write access to/tmp. It works even on a bare alpine linux container.I also dont think it is a good idea to extract it. It should just be renamed as
pintaand put in/usr/bin