public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Piotr Karbowski" <slashbeast@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/protonmail-bridge-bin/
Date: Sat,  9 Mar 2019 19:26:50 +0000 (UTC)	[thread overview]
Message-ID: <1552159529.4b19892778f54156238430cf2a30c1fe0f1880a6.slashbeast@gentoo> (raw)

commit:     4b19892778f54156238430cf2a30c1fe0f1880a6
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  9 19:25:29 2019 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Sat Mar  9 19:25:29 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b198927

mail-mta/protonmail-bridge-bin: 1.1.3 bump, 1.1.0 removal. Takeover.

Proxy maintainer timed out. Adding myself to metadata.xml. Bump to 1.1.3
and removal of 1.1.0 that have no longer binary package available.
Removed some more bogus files and unused libraries from package as well
as we now depends on glib useflag of pulseaudio.

Closes: https://bugs.gentoo.org/678794
Closes: https://bugs.gentoo.org/679732
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 mail-mta/protonmail-bridge-bin/Manifest            |  2 +-
 mail-mta/protonmail-bridge-bin/metadata.xml        |  4 +++
 ...0.ebuild => protonmail-bridge-bin-1.1.3.ebuild} | 31 +++++++++++++++-------
 3 files changed, 27 insertions(+), 10 deletions(-)

diff --git a/mail-mta/protonmail-bridge-bin/Manifest b/mail-mta/protonmail-bridge-bin/Manifest
index 6b6aba15672..f53d555f13c 100644
--- a/mail-mta/protonmail-bridge-bin/Manifest
+++ b/mail-mta/protonmail-bridge-bin/Manifest
@@ -1 +1 @@
-DIST protonmail-bridge-1.1.0-1.x86_64.rpm 47088500 BLAKE2B 0970839501ced47f222bfdcb7dd26083eaa7d19d61da7c811bfe7e7544bd53c89b3e8879f544c474c9cdd92572a4ed051ae40d73fac031503ea23c8eb414eb2b SHA512 352abdc850244b00985084d708a34a73f83541753a37432bc024b5dbc5916d6514bc235f80bcd949a54517b2b3f4b3aac9b0d4592398cf206339a23b5bf8a355
+DIST protonmail-bridge-1.1.3-1.x86_64.rpm 53554820 BLAKE2B 2fb0eb7b1a1d95ed3cf5785e527692497429f73eeb37dd9a98da7b5b30cafde048898026c8934b76630976585eb43c0a9392efdcb10b8f2ae8002884312a9142 SHA512 61a4a28fe9efbeeaecd79392eb730916e67dfffc1bcc5bbee156e3dd786dfeae5b39092ccab4c6d5ff9719d0792752732b52bc87615a7922c16cf6203eb57f5b

diff --git a/mail-mta/protonmail-bridge-bin/metadata.xml b/mail-mta/protonmail-bridge-bin/metadata.xml
index 6bf484adc0d..723b5af565f 100644
--- a/mail-mta/protonmail-bridge-bin/metadata.xml
+++ b/mail-mta/protonmail-bridge-bin/metadata.xml
@@ -1,6 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
+	<maintainer type="person">
+		<email>slashbeast@gentoo.org</email>
+		<name>Piotr Karbowski</name>
+	</maintainer>
 	<maintainer type="person">
 		<email>lucianposton@pm.me</email>
 		<name>Lucian Poston</name>

diff --git a/mail-mta/protonmail-bridge-bin/protonmail-bridge-bin-1.1.0.ebuild b/mail-mta/protonmail-bridge-bin/protonmail-bridge-bin-1.1.3.ebuild
similarity index 87%
rename from mail-mta/protonmail-bridge-bin/protonmail-bridge-bin-1.1.0.ebuild
rename to mail-mta/protonmail-bridge-bin/protonmail-bridge-bin-1.1.3.ebuild
index 02b7b4f8ddf..35b2fe8b070 100644
--- a/mail-mta/protonmail-bridge-bin/protonmail-bridge-bin-1.1.0.ebuild
+++ b/mail-mta/protonmail-bridge-bin/protonmail-bridge-bin-1.1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -20,7 +20,7 @@ DEPEND=""
 RDEPEND="
 	app-crypt/libsecret
 	dev-libs/glib:2
-	media-sound/pulseaudio
+	media-sound/pulseaudio[glib]
 	sys-apps/dbus
 	virtual/opengl
 	media-libs/fontconfig
@@ -39,9 +39,12 @@ S="${WORKDIR}"
 QA_PREBUILT="*"
 
 src_prepare() {
+	# Some bogus files got into package.
+	rm -rf usr/lib/.build-id
+
 	# Bug #660366. To workaround preserving libs, set RUNPATH and rm unused libs
 	cd "${S}/usr/lib/protonmail/bridge" || die
-	patchelf --set-rpath '$ORIGIN/lib' Desktop-Bridge || die "patchelf failed"
+	patchelf --set-rpath '$ORIGIN/lib' protonmail-bridge || die "patchelf failed"
 	patchelf --set-rpath '$ORIGIN' lib/libicui18n.so.56 || die "patchelf failed"
 	patchelf --set-rpath '$ORIGIN' lib/libicuuc.so.56 || die "patchelf failed"
 
@@ -57,7 +60,6 @@ src_prepare() {
 	rm "lib/libQt5Concurrent.so.5" || die
 	rm "lib/libQt5Gamepad.so.5" || die
 	rm "lib/libQt5QuickParticles.so.5" || die
-	rm "lib/libqgsttools_p.so.1" || die
 	rm "plugins/audio/libqtaudio_alsa.so" || die
 	rm "plugins/audio/libqtmedia_pulse.so" || die
 	rm "plugins/bearer/libqconnmanbearer.so" || die
@@ -85,7 +87,6 @@ src_prepare() {
 	rm "plugins/geoservices/libqtgeoservices_nokia.so" || die
 	rm "plugins/geoservices/libqtgeoservices_osm.so" || die
 	rm "plugins/iconengines/libqsvgicon.so" || die
-	rm "plugins/imageformats/libqjp2.so" || die
 	rm "plugins/mediaservice/libgstaudiodecoder.so" || die
 	rm "plugins/mediaservice/libgstcamerabin.so" || die
 	rm "plugins/mediaservice/libgstmediacapture.so" || die
@@ -139,14 +140,11 @@ src_prepare() {
 	rm "qml/Qt3D/Render/libquick3drenderplugin.so" || die
 	rm "qml/QtBluetooth/libdeclarative_bluetooth.so" || die
 	rm "qml/QtCanvas3D/libqtcanvas3d.so" || die
-	rm "qml/QtCharts/libqtchartsqml2.so" || die
-	rm "qml/QtDataVisualization/libdatavisualizationqml2.so" || die
 	rm "qml/QtGamepad/libdeclarative_gamepad.so" || die
 	rm "qml/QtLocation/libdeclarative_location.so" || die
 	rm "qml/QtMultimedia/libdeclarative_multimedia.so" || die
 	rm "qml/QtNfc/libdeclarative_nfc.so" || die
 	rm "qml/QtPositioning/libdeclarative_positioning.so" || die
-	rm "qml/QtPurchasing/libdeclarative_purchasing.so" || die
 	rm "qml/QtQml/Models.2/libmodelsplugin.so" || die
 	rm "qml/QtQml/StateMachine/libqtqmlstatemachine.so" || die
 	rm "qml/QtQuick/Controls.2/Material/libqtquickcontrols2materialstyleplugin.so" || die
@@ -170,6 +168,21 @@ src_prepare() {
 	rm "qml/QtWebEngine/libqtwebengineplugin.so" || die
 	rm "qml/QtWebSockets/libdeclarative_qmlwebsockets.so" || die
 	rm "qml/QtWebView/libdeclarative_webview.so" || die
+	rm "lib/libQt5MultimediaGstTools.so.5" || die
+	rm "lib/libQt5OpenGL.so.5" || die
+	rm "lib/libQt5QuickWidgets.so.5" || die
+	rm "lib/libQt5EglFsKmsSupport.so.5" || die
+	rm "plugins/position/libqtposition_serialnmea.so" || die
+	rm "plugins/webview/libqtwebview_webengine.so" || die
+	rm "plugins/egldeviceintegrations/libqeglfs-kms-egldevice-integration.so" || die
+	rm "plugins/texttospeech/libqtexttospeech_speechd.so" || die
+	rm "plugins/canbus/libqtpassthrucanbus.so" || die
+	rm "qml/QtQuick/Shapes/libqmlshapesplugin.so" || die
+	rm "qml/QtQuick/Controls.2/Fusion/libqtquickcontrols2fusionstyleplugin.so" || die
+	rm "qml/QtQuick/Controls.2/Imagine/libqtquickcontrols2imaginestyleplugin.so" || die
+	rm "qml/QtQml/RemoteObjects/libqtqmlremoteobjects.so" || die
+	rm "qml/Qt/labs/handlers/libhandlersplugin.so" || die
+	rm "qml/Qt/labs/location/liblocationlabsplugin.so" || die
 
 	default
 }
@@ -178,7 +191,7 @@ src_install() {
 	# Using doins -r would strip executable bits from all binaries
 	cp -pPR usr "${D}"/ || die "Failed to copy files"
 
-	dosym "Desktop-Bridge" "/usr/bin/${PN}"
+	dosym "protonmail-bridge" "/usr/bin/${PN}"
 
 	insinto /etc/revdep-rebuild
 	newins - "50-${PN}" <<-EOF


             reply	other threads:[~2019-03-09 19:26 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-09 19:26 Piotr Karbowski [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-11-30 13:29 [gentoo-commits] repo/gentoo:master commit in: mail-mta/protonmail-bridge-bin/ Marek Szuba
2020-11-25 22:30 Piotr Karbowski
2020-11-16  7:05 Piotr Karbowski
2020-11-14 16:41 Piotr Karbowski
2020-10-26 20:20 Piotr Karbowski
2020-10-25 21:17 Piotr Karbowski
2020-10-21 20:24 Piotr Karbowski
2020-08-19 20:55 Piotr Karbowski
2020-08-09 10:49 Piotr Karbowski
2020-05-24 19:16 Piotr Karbowski
2020-05-24 19:16 Piotr Karbowski
2020-04-02 19:16 Piotr Karbowski
2020-03-15 17:52 Joonas Niilola
2020-03-12 19:18 Piotr Karbowski
2020-03-12 19:18 Piotr Karbowski
2019-11-09 12:49 Piotr Karbowski
2019-09-08 10:16 Piotr Karbowski
2019-09-08 10:16 Piotr Karbowski
2019-07-11 19:46 Piotr Karbowski
2019-05-24  8:31 Piotr Karbowski
2019-04-10 18:18 Piotr Karbowski
2018-10-26 12:39 Michał Górny
2018-10-26 12:39 Michał Górny
2018-08-23  5:27 Michał Górny
2018-08-23  5:27 Michał Górny
2018-07-13 10:56 Tony Vroon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1552159529.4b19892778f54156238430cf2a30c1fe0f1880a6.slashbeast@gentoo \
    --to=slashbeast@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox