Package Details: inky 0.15.1-2

Git Clone URL: https://aur.archlinux.org/inky.git (read-only, click to copy)
Package Base: inky
Description: Editor for ink: inkle's narrative scripting language
Upstream URL: http://www.inklestudios.com/ink
Licenses: MIT
Conflicts: inky-bin
Provides: inky
Submitter: erbridge
Maintainer: Dylan14
Last Packager: Dylan14
Votes: 2
Popularity: 0.000000
First Submitted: 2017-03-18 13:00 (UTC)
Last Updated: 2025-05-17 05:20 (UTC)

Dependencies (4)

Required by (0)

Sources (3)

Latest Comments

1 2 Next › Last »

oech3 commented on 2025-05-20 07:37 (UTC) (edited on 2025-05-20 07:37 (UTC) by oech3)

Actually, your package is still bundling downloaded electron30. But it is fine since it is no longer exists in official repository. Remove electron from deps.

You can also see${srcdir}/inky-*/resources/*.png instead of hostting icon on AUR.

oech3 commented on 2025-05-17 04:58 (UTC) (edited on 2025-05-20 07:39 (UTC) by oech3)

Thankyou. It would be nice if you swap electron with AUR/electron30 or Extra/electron31 by npm pkg set devDependencies.electron=$(cat /usr/lib/electron30/electron). "electron": "^30.0.4", is officially supported.

Dylan14 commented on 2025-05-17 04:28 (UTC)

@oech3 I created an inky-bin package which uses the icu from the main Arch repo which will conflict with this package. I will work on getting the source to compile.

oech3 commented on 2025-05-14 15:15 (UTC) (edited on 2025-05-17 04:59 (UTC) by oech3)

@MarsSeed How to send a request to rename this to -bin?

oech3 commented on 2025-05-01 22:58 (UTC)

Every file not in resources directry (and 100MB .exe file ?) is droppable from package. Laucher could be replaced with wrapper for electron31 --app=/pathto/app.asar . (electron30 is better. But it is not in repository.)

oech3 commented on 2025-05-01 22:37 (UTC) (edited on 2025-05-17 05:00 (UTC) by oech3)

It seems icu68 is no longer linked. Would you remove?

MarsSeed commented on 2025-04-14 13:59 (UTC)

Please build this from source, and use the current icu and the newer Electron 30. See Issue#520.

undeadalex commented on 2022-09-16 11:59 (UTC) (edited on 2022-09-16 12:31 (UTC) by undeadalex)

Its 2022, and I'm getting the following error after installing and running:


Ink compiler had an unexpected error ☹

Process terminated. Couldn't find a valid ICU package installed on the system. Set the configuration flag System.Globalization.Invariant to true if you want to run with no globalization support.
   at System.Environment.FailFast(System.String)
   at System.Globalization.GlobalizationMode.GetGlobalizationInvariantMode()
   at System.Globalization.GlobalizationMode..cctor()
   at System.Globalization.CultureData.CreateCultureWithInvariantData()

I have mono installed. Did I miss something? Or has the (strip) stopped working? I'm on the LTS kernel, doubt that matters but when I try to figure out what the problem is I get hit with a ton of dotnet solutions? I don't even have dotnet installed.

EDIT: Not changing above in case you wind up here. But you need the icu68: icu68 form AUR After installing this it runs just fine

katafrakt commented on 2021-05-16 21:10 (UTC)

I can confirm what DimiDimit said (although actual addition needs to contain quotes for me):

options=('!strip')