Package Details: pixelorama-git 3401.b924a775a-2

Git Clone URL: https://aur.archlinux.org/pixelorama-git.git (read-only, click to copy)
Package Base: pixelorama-git
Description: A free & open-source 2D sprite editor
Upstream URL: https://orama-interactive.itch.io/pixelorama
Keywords: animation art editor graphics image pixel sprites
Licenses: MIT
Conflicts: pixelorama, pixelorama-bin
Provides: pixelorama
Submitter: Popolon
Maintainer: Popolon (msnspk)
Last Packager: Popolon
Votes: 2
Popularity: 0.141742
First Submitted: 2021-09-18 11:48 (UTC)
Last Updated: 2025-03-09 23:47 (UTC)

Latest Comments

makinori commented on 2026-04-02 20:57 (UTC)

godot --version outputs 4.6.2.stable.arch_linux.001aa128b for me which gets turned into 4.6.2.stable.arch_linux and fails to download the runner

Here's a diff that uses cut at the 4th dot instead

diff --git a/PKGBUILD b/PKGBUILD
index ab0717a..3894082 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -35,8 +35,7 @@ prepare() {

   # Get Godot Engine version
   _godot_version_full_string=$(godot --version)
-  _godot_version=${_godot_version_full_string%.*}
-  _godot_version_number=$(echo ${_godot_version} | sed 's/\.[[:alpha:]].*//')
+  _godot_version=$(echo ${_godot_version_full_string} | cut -d. -f-4)

   _templates_home_dir=~/.local/share/godot/export_templates/${_godot_version}
   if [ ! -d ${_templates_home_dir} ]

<deleted-account> commented on 2025-08-06 19:46 (UTC)

Would be neat to use godot-export-templates-linux now

msnspk commented on 2025-03-07 20:45 (UTC)

@Popolon The path for the export templates should be .local/share/godot/export_templates, but I had it set to .local/share/godot/templates. I've updated the PKGBUILD.

Popolon commented on 2025-03-06 22:29 (UTC)

@msnspk: sorry, your file doesn't work, it need templates dir. I will try to figure out how to mix the best of current one and your one. The older one worked few weeks (months?) ago

msnspk commented on 2025-02-25 19:57 (UTC)

Here are working PKGBUILD and .SRCINFO files based on the pixelorama package:

https://gist.github.com/msnspk/56691aec4392a9772d712652e73a225a

https://gist.github.com/msnspk/ab1563e8826cf1ac34a585d1e783e000

Popolon commented on 2023-10-17 20:54 (UTC)

After pixelorama AUR package PKGBUILD, --export should be replaced by --export-release