Search Criteria
Package Details: pinta-git r3610.b79bd6a5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/pinta-git.git (read-only, click to copy) |
---|---|
Package Base: | pinta-git |
Description: | Drawing/editing program modeled after Paint.NET. It's goal is to provide a simplified alternative to GIMP for casual users |
Upstream URL: | https://pinta-project.com |
Licenses: | MIT |
Conflicts: | pinta |
Provides: | pinta |
Submitter: | kprkpr |
Maintainer: | FabioLolix |
Last Packager: | FabioLolix |
Votes: | 11 |
Popularity: | 0.000000 |
First Submitted: | 2016-06-22 10:46 (UTC) |
Last Updated: | 2024-04-21 09:39 (UTC) |
Dependencies (7)
- dotnet-runtime (dotnet-runtime-2.2AUR, dotnet-runtime-3.0AUR, dotnet-runtime-2.1AUR, dotnet-runtime-5.0-binAUR, dotnet-runtime-7.0-binAUR, dotnet-runtime-6.0-binAUR, dotnet-runtime-preview-binAUR, dotnet-runtime-binAUR, dotnet-runtime-8.0-binAUR)
- libadwaita (libadwaita-testingAUR, libadwaita-gitAUR, libadwaita-without-adwaita-gitAUR)
- webp-pixbuf-loader
- autoconf-archive (autoconf-archive-gitAUR) (make)
- dotnet-sdk (dotnet-sdk-2.2AUR, dotnet-sdk-2.2-vs2017AUR, dotnet-sdk-3.0AUR, dotnet-sdk-2.1AUR, dotnet-sdk-5.0-binAUR, dotnet-sdk-6.0.110-binAUR, dotnet-sdk-7.0-binAUR, dotnet-sdk-8.0.300-binAUR, dotnet-sdk-6.0-binAUR, dotnet-sdk-preview-binAUR, dotnet-sdk-binAUR, dotnet-sdk-8.0-binAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- intltool (make)
Latest Comments
1 2 3 4 Next › Last »
reed1 commented on 2022-12-02 09:51 (UTC)
Those getting error regarding dotnet version 6.0.0 vs 7.0.0 just install "community/dotnet-runtime-6.0"
ttoirrah commented on 2022-11-15 18:54 (UTC)
"You must have automake installed to compile Pinta."
humitos commented on 2022-11-15 12:07 (UTC) (edited on 2022-11-15 12:07 (UTC) by humitos)
It seems that Pinta requires dotnet 6.0 but 7.0 is installed:
FabioLolix commented on 2022-01-10 21:36 (UTC)
Can confirm the change of dependencies, made a chroot build and removed all mono/dotnet stuff install, please adjust depends and makedpends like this:
depends=(gtk3 dotnet-runtime)
makedepends=(git intltool dotnet-sdk)
Same as pinta in official repo + git
@hamedsbt what is your problem with mono & dotnet?
hamedsbt commented on 2022-01-08 05:49 (UTC)
mono & dotnet! are you kidding me?!
cameronwhite commented on 2022-01-07 03:46 (UTC)
(upstream maintainer here) With Pinta 2.0 I think a few of the dependencies shouldn't be necessary anymore: mono, mono-addins, yelp-tools, and gtk-sharp-3 (this looks like the outdated one, Pinta uses https://github.com/GtkSharp/GtkSharp via nuget)
kprkpr commented on 2022-01-04 18:38 (UTC)
Sorry for taking to long in updating it, now it's updating following the jsteinaker PKGBUILD @jsteinaker, if you want, I can add you as maintainer Thanks!
jsteinaker commented on 2021-12-14 02:17 (UTC)
Since Pinta's master branch now uses GTK3 and .NET 6, this is out-of-date. I've updated pinta-gtk3-git to build from master, but as soon as @kprkpr updates this the other package shouldn't be needed anymore
cameronwhite commented on 2021-10-25 16:02 (UTC)
Just a heads up that the GTK3 branch of Pinta was recently merged into the master branch, and the 'gtk2' branch now tracks the GTK2 version of Pinta.
jsteinaker commented on 2021-05-05 05:56 (UTC)
Hi, I just made a PKGBUILD for the GTK3 git branch, you can find it as pinta-gtk3. As it's my first package, feel free to point any mistakes you find. I haven't tested it a lot but at a first glance it works way better under Wayland than the GTK2 version (I'm having some problems with XWayland and -apparently- the Nouveau driver, not a single X app works as it should), and besides it's nice to run Pinta in Wayland native mode anyway.
1 2 3 4 Next › Last »