Package Details: pencil 3.1.1-1

Git Clone URL: https://aur.archlinux.org/pencil.git (read-only, click to copy)
Package Base: pencil
Description: Sketching and GUI prototyping/wireframing tool
Upstream URL: https://github.com/evolus/pencil
Keywords: prototyping sketching wireframe
Licenses: GPL2
Submitter: tinhtruong
Maintainer: brli
Last Packager: brli
Votes: 191
Popularity: 0.005474
First Submitted: 2012-10-11 10:13 (UTC)
Last Updated: 2023-01-08 17:50 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 12 Next › Last »

Aaron_chen commented on 2017-12-29 14:54 (UTC)

"node: error while loading shared libraries: libicui18n.so.60: cannot open shared object file: No such file or directory" why?

richard_mt commented on 2017-11-17 15:35 (UTC)

not working at all on my side... requiring 7zip for Windows (...)

zypang commented on 2017-10-30 10:55 (UTC)

I have solved the problem. It should be caused by pacaur. I installed it manually with makepkg successfully.

zypang commented on 2017-10-30 09:48 (UTC)

I got stuck at "node install.js" when I tried to install it with pacaur. My Arch system is up-to-date. Does anyone encounter the same problem?

dotmagic commented on 2017-09-26 18:13 (UTC)

Can we make NPM dependency optional? I'd like to install & update npm by myself without pacman.

lysergia commented on 2017-09-18 17:02 (UTC)

I added it to fix the failing post-install step: https://github.com/evolus/pencil/issues/397 I don't know if this is the best/perfect solution, suggestions or other fixes are welcome.

miopa commented on 2017-09-18 16:00 (UTC)

I noticed this change in build script, can someone explain why it's needed? ``` - HOME="$TMP_HOME" npm install + HOME="$TMP_HOME" npm install --unsafe-perm ```

webhive commented on 2017-07-02 16:28 (UTC)

> electron@1.4.14 postinstall /tmp/yaourt-tmp-roman/aur-pencil/src/pencil-3.0.4/node_modules/electron > node install.js npm WARN lifecycle Pencil@~postinstall: cannot run in wd %s %s (wd=%s) Pencil@ install-app-deps /tmp/yaourt-tmp-roman/aur-pencil/src/pencil-3.0.4 npm notice created a lockfile as package-lock.json. You should commit this file. added 278 packages in 12.856s SyntaxError: Unexpected token ... SyntaxError: Unexpected token ... at exports.runInThisContext (vm.js:53:16) at Module._compile (module.js:373:25) at Object.Module._extensions..js (module.js:416:10) at Module.load (module.js:343:32) at Function.Module._load (module.js:300:12) at Module.require (module.js:353:17) at require (internal/module.js:12:17) at _load_CancellationToken (/tmp/yaourt-tmp-roman/aur-pencil/src/pencil-3.0.4/node_modules/electron-builder/out/builder.js:125:33) at /tmp/yaourt-tmp-roman/aur-pencil/src/pencil-3.0.4/node_modules/electron-builder/src/builder.ts:206:29 at next (native) at [object Generator].tryCatcher (/tmp/yaourt-tmp-roman/aur-pencil/src/pencil-3.0.4/node_modules/bluebird/js/release/util.js:16:23) at PromiseSpawn._promiseFulfilled (/tmp/yaourt-tmp-roman/aur-pencil/src/pencil-3.0.4/node_modules/bluebird/js/release/generators.js:97:49) at /tmp/yaourt-tmp-roman/aur-pencil/src/pencil-3.0.4/node_modules/bluebird/js/release/generators.js:201:15 From previous event: at build (/tmp/yaourt-tmp-roman/aur-pencil/src/pencil-3.0.4/node_modules/electron-builder/out/builder.js:71:21) at Object.<anonymous> (/tmp/yaourt-tmp-roman/aur-pencil/src/pencil-3.0.4/node_modules/electron-builder/out/cli/build-cli.js:71:41) at Module._compile (module.js:409:26) at Object.Module._extensions..js (module.js:416:10) at Module.load (module.js:343:32) at Function.Module._load (module.js:300:12) at Function.Module.runMain (module.js:441:10) at startup (node.js:139:18) at node.js:974:3

lysergia commented on 2017-06-19 15:35 (UTC)

Latest version should have all the required dependencies.