Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 761712 - mail-mta/protonmail-bridge-bin-1.5.4: version bump, license change
Summary: mail-mta/protonmail-bridge-bin-1.5.4: version bump, license change
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Piotr Karbowski (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2020-12-25 23:50 UTC by Jason Chan
Modified: 2021-02-01 16:20 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Revised ebuild (protonmail-bridge-bin-1.5.4.ebuild,1.17 KB, text/plain)
2020-12-25 23:51 UTC, Jason Chan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Chan 2020-12-25 23:50:47 UTC
The latest version in the Gentoo overlay is currently 1.5.2. I've attached a working version for 1.5.4.


Changed license from MIT to GPL-3, as it has been in all tagged releases:
https://github.com/ProtonMail/proton-bridge/blob/v1.5.4/LICENSE

The rpm no longer bundles its own libraries, removed the BDEPEND on dev-util/patchelf and removed the list of rm'ing the aforementioned.


$ ebuild protonmail-bridge-bin-1.5.4.ebuild unpack
...
$ tree -a "${WORKDIR}"
work
└── usr
    ├── bin
    │   └── protonmail-bridge -> /usr/lib/protonmail/bridge/protonmail-bridge
    ├── lib
    │   ├── .build-id
    │   │   └── 51
    │   │       └── c40dd0780913e45f269e8d4a239997b8093a4c -> ../../../../usr/lib/protonmail/bridge/protonmail-bridge
    │   └── protonmail
    │       └── bridge
    │           └── protonmail-bridge
    └── share
        ├── applications
        │   └── protonmail-bridge.desktop
        ├── doc
        │   ├── protonmail
        │   │   └── bridge
        │   │       ├── Changelog.md
        │   │       └── LICENSE
        │   └── protonmail-bridge
        │       └── changelog.gz
        └── icons
            └── hicolor
                └── scalable
                    └── apps
                        └── protonmail-bridge.svg

17 directories, 8 files




Reproducible: Always
Comment 1 Jason Chan 2020-12-25 23:51:18 UTC
Created attachment 679500 [details]
Revised ebuild
Comment 2 Piotr Karbowski (RETIRED) gentoo-dev 2020-12-27 14:44:40 UTC
Well since now they no longer bundle Qt against which the link, it just not work anymore.

INFO[0000] Run app                                       appName="ProtonMail Bridge" args="[protonmail-bridge]" build="2020-12-16T13:56:59+0000" pkg=cmd revision=9d576beeb8 runtime=linux version=1.5.4
Frontend error

They still link to a handful of Qt libraries so the ebuild change would also require adding them into RDEPEND.

In any case, let's see if the non-bin ebuild can actually support our system Qt, if so, I will just last-rite this package.