From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D4698138359 for ; Tue, 24 Nov 2020 11:47:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0600BE082D; Tue, 24 Nov 2020 11:47:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 787C8E082D for ; Tue, 24 Nov 2020 11:47:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 60867340DD1 for ; Tue, 24 Nov 2020 11:47:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA3353A2 for ; Tue, 24 Nov 2020 11:47:18 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1606218410.9ce35d6ea10b93486e3a3a3afa21741cfbd582e9.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/bitwarden-desktop-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/bitwarden-desktop-bin/Manifest app-admin/bitwarden-desktop-bin/bitwarden-desktop-bin-1.23.0.ebuild X-VCS-Directories: app-admin/bitwarden-desktop-bin/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 9ce35d6ea10b93486e3a3a3afa21741cfbd582e9 X-VCS-Branch: master Date: Tue, 24 Nov 2020 11:47:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a47d693a-a35a-42fb-8e64-a8723375e2ed X-Archives-Hash: f79b1bc45032f9ef845d5a716292c986 commit: 9ce35d6ea10b93486e3a3a3afa21741cfbd582e9 Author: Michael Palimaka gentoo org> AuthorDate: Tue Nov 24 11:46:50 2020 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Tue Nov 24 11:46:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ce35d6e app-admin/bitwarden-desktop-bin: version bump 1.23.0 Closes: https://bugs.gentoo.org/755827 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Michael Palimaka gentoo.org> app-admin/bitwarden-desktop-bin/Manifest | 1 + .../bitwarden-desktop-bin-1.23.0.ebuild | 78 ++++++++++++++++++++++ 2 files changed, 79 insertions(+) diff --git a/app-admin/bitwarden-desktop-bin/Manifest b/app-admin/bitwarden-desktop-bin/Manifest index 85f4d153533..e472b0905a2 100644 --- a/app-admin/bitwarden-desktop-bin/Manifest +++ b/app-admin/bitwarden-desktop-bin/Manifest @@ -1 +1,2 @@ DIST Bitwarden-1.22.2-amd64.deb 47983282 BLAKE2B f84bdfb44803fc13292b4fdd8653a9217efcfea08ed58407929d3061bce436727f1ec86ff99e6b968de17510ddb0aaeb2781beaae198661d30496050db90cf3f SHA512 131e49ef2dc74b601e31eb6a07da92ae43747c4fdf4729b84fb35f95c4bc38731e6b6f9185b919ede5c7c2cd4813dbddaea172d1287cd60f747b3032e12c09e9 +DIST Bitwarden-1.23.0-amd64.deb 47990216 BLAKE2B 7383c4b2b4b0c60bc78abdbb333846ed12d00025d90a6b2c49c177ffe53046652c4e8e4738a6d25495e087c38835ae03131a2f332cf9afaa0c00a613ea5e1349 SHA512 f23f8ba987308a2753fa8fc9450f01abcc49f2917d9a9f5feb64540ba0640630cd757a88d8aa3caad2a5f5383f8fdaac7845f59b33966dcc8ac6fec3cc3618c7 diff --git a/app-admin/bitwarden-desktop-bin/bitwarden-desktop-bin-1.23.0.ebuild b/app-admin/bitwarden-desktop-bin/bitwarden-desktop-bin-1.23.0.ebuild new file mode 100644 index 00000000000..c7f2fc77d07 --- /dev/null +++ b/app-admin/bitwarden-desktop-bin/bitwarden-desktop-bin-1.23.0.ebuild @@ -0,0 +1,78 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit unpacker xdg-utils + +MY_PN="Bitwarden" +DESCRIPTION="Bitwarden password manager desktop client" +HOMEPAGE="https://bitwarden.com/" +SRC_URI="https://github.com/bitwarden/desktop/releases/download/v${PV}/Bitwarden-${PV}-amd64.deb" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=" + app-accessibility/at-spi2-atk:2 + app-accessibility/at-spi2-core:2 + app-crypt/libsecret + dev-libs/atk + dev-libs/expat + dev-libs/glib + dev-libs/nspr + dev-libs/nss + media-libs/alsa-lib + net-print/cups + sys-apps/dbus + sys-apps/util-linux + x11-libs/cairo + x11-libs/gdk-pixbuf:2 + x11-libs/gtk+:3 + x11-libs/libX11 + x11-libs/libxcb + x11-libs/libXcomposite + x11-libs/libXcursor + x11-libs/libXdamage + x11-libs/libXext + x11-libs/libXfixes + x11-libs/libXi + x11-libs/libXrandr + x11-libs/libXrender + x11-libs/libXScrnSaver + x11-libs/libXtst + x11-libs/pango +" + +S="${WORKDIR}" + +QA_PREBUILT=" + opt/Bitwarden/*.so + opt/Bitwarden/bitwarden + opt/Bitwarden/chrome-sandbox +" + +src_install() { + insinto /opt + doins -r opt/${MY_PN} + fperms 755 /opt/Bitwarden/bitwarden + fperms 4755 /opt/Bitwarden/chrome-sandbox + + insinto /usr/share/applications + doins usr/share/applications/bitwarden.desktop + + insinto /usr/share/icons + doins -r usr/share/icons/hicolor +} + +pkg_postinst() { + xdg_desktop_database_update + xdg_icon_cache_update +} + +pkg_postrm() { + xdg_desktop_database_update + xdg_icon_cache_update +}