Search Criteria
Package Details: penpot-exporter 2.14.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/penpot.git (read-only, click to copy) |
|---|---|
| Package Base: | penpot |
| Description: | The open-source design tool for design and code collaboration |
| Upstream URL: | https://penpot.app |
| Licenses: | MPL-2.0 |
| Submitter: | schlmm |
| Maintainer: | schlmm |
| Last Packager: | schlmm |
| Votes: | 3 |
| Popularity: | 0.42 |
| First Submitted: | 2024-04-16 16:13 (UTC) |
| Last Updated: | 2026-03-30 12:59 (UTC) |
Dependencies (27)
- chromium (chromium-no-extrasAUR, chromium-clang-avx2-binAUR, helium-browserAUR, omarchy-chromium-binAUR, ungoogled-chromiumAUR, ungoogled-chromium-xdgAUR, ungoogled-chromium-binAUR, ungoogled-chromium-widevine-binAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- fontforge (fontforge-gitAUR)
- ghostscript (ghostscript-gitAUR)
- imagemagick (imagemagick-full-gitAUR, imagemagick-gitAUR, imagemagick-fullAUR, imagemagick-essentials-gitAUR)
- libwebp (libwebp-gitAUR)
- netpbm
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogenAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton)
- poppler (poppler-gitAUR)
- postgresql (postgresql-12AUR, postgresql13AUR, postgresql17-docsAUR, postgresql17AUR, postgresql15-docsAUR, postgresql15AUR, postgresql-gitAUR, postgresql16-docsAUR, postgresql16AUR, postgresql18-docsAUR, postgresql18AUR)
- potrace
- redisAUR (redis-testingAUR, redis-gitAUR, keydbAUR, redis-binAUR, redictAUR, valkey)
- rlwrap
- woff2 (woff2-gitAUR)
- babashka (babashka-binAUR) (make)
- clojure (clojure-gitAUR) (make)
- curl (curl-gitAUR, curl-c-aresAUR) (make)
- emscripten (emscripten-gitAUR) (make)
- emsdkAUR (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- Show 7 more dependencies...
Latest Comments
1 2 3 Next › Last »
schlmm commented on 2026-02-09 14:50 (UTC) (edited on 2026-02-09 15:06 (UTC) by schlmm)
i added java-environment>=25 java-environment<=25 to makedepends
and added the the right bin folder to PATH variable
thx
schlmm commented on 2026-02-09 14:38 (UTC) (edited on 2026-02-09 14:38 (UTC) by schlmm)
i have
"java-environment>=${_jdkver}" "java-environment<=${_jdkver}"
in the penpot dependencies, where _jdkver is 25
see: https://aur.archlinux.org/cgit/aur.git/tree/.SRCINFO?h=penpot#n40
maybe this is wrong how i did it?
// Edit: ah maybe i should add it to makedependencies in frontend
starwort commented on 2026-02-09 13:18 (UTC) (edited on 2026-02-09 13:18 (UTC) by starwort)
Under my default Java (java-17-openjdk), the build fails during
yarn build:app:mainin the frontend with:From an internet search, this appears to be a flag introduced in Java 23, which Clojure (the command used for that Yarn script) is assuming exists - when overriding to Java 25 I can build the package fine. Perhaps it's worth depending on Java 25 if Clojure is going to require that flag?
This is the command that ended up building this successfully for me:
PATH=/usr/lib/jvm/java-25-openjdk/bin/:$PATH makepkg -sischlmm commented on 2025-01-24 09:29 (UTC)
ok weird, do you have some errors before the sed error? the rustup setup is happening at the start of the build script:
https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=penpot&id=4db3e4f3f0a273e29d082c7633cba83ce10343b6#n57
VVL commented on 2025-01-23 20:53 (UTC)
Yes, sure I'm compiling it with new dependencies. In latest version same error.
schlmm commented on 2025-01-13 09:57 (UTC)
do you have installed the new dependencies? ('rustup' 'emscripten' 'emsdk')
the
target/dist/js/render_wasm.jsis now built via rustif that doesnt work, there will be no
target/dist/js/render_wasm.jsVVL commented on 2025-01-12 16:55 (UTC) (edited on 2025-01-12 16:55 (UTC) by VVL)
Problem in file
penpot-2.4.1/frontend/scripts/buildIf comment out line
sed -i "s/version=develop/version=$CURRENT_VERSION/g" ./target/dist/js/render_wasm.js;Then app builds fine.
VVL commented on 2025-01-12 16:37 (UTC)
When building latest version:
1 2 3 Next › Last »