Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 679500 Details for
Bug 761712
mail-mta/protonmail-bridge-bin-1.5.4: version bump, license change
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Revised ebuild
protonmail-bridge-bin-1.5.4.ebuild (text/plain), 1.17 KB, created by
Jason Chan
on 2020-12-25 23:51:18 UTC
(
hide
)
Description:
Revised ebuild
Filename:
MIME Type:
Creator:
Jason Chan
Created:
2020-12-25 23:51:18 UTC
Size:
1.17 KB
patch
obsolete
># Copyright 1999-2020 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=7 > >inherit rpm xdg-utils > >DESCRIPTION="Serves ProtonMail to IMAP/SMTP clients" >HOMEPAGE="https://protonmail.com/bridge/" >SRC_URI="https://protonmail.com/download/${P/-bin/}-1.x86_64.rpm" > >RESTRICT="bindist mirror" > >LICENSE="GPL-3 protonmail-bridge-EULA" >SLOT="0" >KEYWORDS="~amd64" >IUSE="" > >DEPEND="" >RDEPEND=" > app-crypt/libsecret > dev-libs/glib:2 > media-sound/pulseaudio[glib] > sys-apps/dbus > virtual/opengl > media-libs/fontconfig > media-libs/freetype > x11-libs/libICE > x11-libs/libSM > x11-libs/libX11 > x11-libs/libxcb > x11-libs/libXext > x11-libs/libXi > x11-libs/libxkbcommon[X] >" > >S="${WORKDIR}" > >QA_PREBUILT="*" > >src_prepare() { > # Some bogus files got into package. > rm -rf usr/lib/.build-id > > default >} > >src_install() { > # Using doins -r would strip executable bits from all binaries > cp -pPR usr "${D}"/ || die "Failed to copy files" > > dosym "protonmail-bridge" "/usr/bin/${PN}" > > insinto /etc/revdep-rebuild > newins - "50-${PN}" <<-EOF > SEARCH_DIRS_MASK="/usr/lib*/protonmail/bridge" > EOF >} > >pkg_postinst() { > xdg_icon_cache_update >} > >pkg_postrm() { > xdg_icon_cache_update >} >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 761712
: 679500