FS#75280 - [electron] No library directory symlink for major version

Attached to Project: Community Packages
Opened by Martin Rodriguez Reboredo (yakoyakoyokuyoku) - Saturday, 09 July 2022, 13:51 GMT
Last edited by Bruno Pagani (ArchangeGabriel) - Friday, 22 July 2022, 12:12 GMT
Task Type Feature Request
Category Packages
Status Closed
Assigned To Bruno Pagani (ArchangeGabriel)
Nicola Squartini (tensor5)
Architecture x86_64
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

Currently the `electron` package symlinks from `/usr/bin/electron` to `/usr/bin/electron$major` (where `$major` is the major version) but not from `/usr/lib/electron` to `/usr/lib/electron$major`, so packages that expect to use files from `/usr/lib/electron$major` (to provide compatibility with `electron$major-bin` AUR packages) like the `version` file cannot find there.
So I'm asking to provide the symlink if it's possible.

Additional info:

* package version(s): electron 18.2.3

Steps to reproduce:

Build a package that obtains version info from `/usr/lib/electron$major/version`.
This task depends upon

Closed by  Bruno Pagani (ArchangeGabriel)
Friday, 22 July 2022, 12:12 GMT
Reason for closing:  Implemented
Additional comments about closing:  19.0.9-1.
Comment by Toolybird (Toolybird) - Friday, 22 July 2022, 07:40 GMT

Loading...