From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/1password/
Date: Thu, 28 Mar 2024 17:41:24 +0000 (UTC) [thread overview]
Message-ID: <1711647610.9b006904214ce891e4943be2df657b0429929456.ceamac@gentoo> (raw)
Message-ID: <20240328174124.Wx36dp0QkhocHQXmOOLGMWfGN-YNPPlDK1VKbaUAIM8@z> (raw)
commit: 9b006904214ce891e4943be2df657b0429929456
Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 28 17:32:56 2024 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Mar 28 17:40:10 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9b006904
gui-apps/1password: add 8.10.28
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
gui-apps/1password/1password-8.10.28.ebuild | 72 +++++++++++++++++++++++++++++
gui-apps/1password/Manifest | 1 +
2 files changed, 73 insertions(+)
diff --git a/gui-apps/1password/1password-8.10.28.ebuild b/gui-apps/1password/1password-8.10.28.ebuild
new file mode 100644
index 0000000000..8183250656
--- /dev/null
+++ b/gui-apps/1password/1password-8.10.28.ebuild
@@ -0,0 +1,72 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit optfeature rpm xdg
+
+DESCRIPTION="The world’s most-loved password manager"
+HOMEPAGE="https://1password.com"
+SRC_URI="amd64? ( https://downloads.1password.com/linux/rpm/stable/x86_64/${P}.x86_64.rpm )"
+S="${WORKDIR}"
+
+LICENSE="all-rights-reserved"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RESTRICT="mirror strip test bindist"
+
+DEPEND="
+ x11-misc/xdg-utils
+ acct-group/1password
+"
+RDEPEND="
+ ${DEPEND}
+ app-accessibility/at-spi2-core:2
+ dev-libs/expat
+ dev-libs/glib:2
+ dev-libs/nspr
+ dev-libs/nss
+ media-libs/alsa-lib
+ media-libs/mesa
+ net-print/cups
+ sys-apps/dbus
+ sys-apps/systemd-utils
+ sys-libs/zlib
+ x11-libs/cairo
+ x11-libs/gtk+:3
+ x11-libs/libdrm
+ x11-libs/libX11
+ x11-libs/libxcb
+ x11-libs/libXcomposite
+ x11-libs/libXdamage
+ x11-libs/libXext
+ x11-libs/libXfixes
+ x11-libs/libxkbcommon
+ x11-libs/libXrandr
+ x11-libs/pango
+"
+
+src_unpack() {
+ rpm_unpack ${P}.x86_64.rpm
+}
+
+QA_PREBUILT="opt/1Password/*"
+
+src_install() {
+ cp -ar opt "${ED}" || die "Install failed!"
+ cp -ar usr "${ED}" || die "Install failed!"
+
+ fowners root:1password /opt/1Password/1Password-BrowserSupport || die
+ fperms 4755 /opt/1Password/chrome-sandbox
+ fperms 2755 /opt/1Password/1Password-BrowserSupport
+
+ dosym -r /opt/1Password/1password /usr/bin/1password
+}
+
+pkg_postinst() {
+ xdg_pkg_postinst
+
+ optfeature "cli support" app-misc/1password-cli
+ optfeature "policykit support" sys-auth/polkit
+}
diff --git a/gui-apps/1password/Manifest b/gui-apps/1password/Manifest
index da5c8bbbb4..98f63ea907 100644
--- a/gui-apps/1password/Manifest
+++ b/gui-apps/1password/Manifest
@@ -1 +1,2 @@
DIST 1password-8.10.16.x86_64.rpm 101643244 BLAKE2B 8ac9c3ebf515347297addf5fa3ca3183a5e4a97160276cdd1ec968970b2878ad2111a1bc8ecc8bf2e82b287b3ec53c6e51753b5aed101b890ac63290da7dd6fd SHA512 5670318cf0f4745d62e49b932edd98f721a3c1c9fd0b6b86791d0da244f1718bf86485602787373a33f8e496eb533fb475a93ae67244b45ec08d6eb857d75e86
+DIST 1password-8.10.28.x86_64.rpm 139002692 BLAKE2B 2c2713e7df8020ab348cbeefc094ec79239ab5481c38798f67f21b86eb49a0701c71b11b11a3f04fecaf04589bee6df8dfb80ee9a8aba8f6ab565187e5f351a7 SHA512 b6e24e7b4c2b2940e1d798ab162d71f8926a1f1ec6310d3112f44af35bb17d70602c4bafcb6ed7358ba10516d1991765089e7ee5231d3bea6935c4f359755095
next reply other threads:[~2024-03-28 17:41 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-28 17:49 Viorel Munteanu [this message]
2024-03-28 17:41 ` [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/1password/ Viorel Munteanu
-- strict thread matches above, loose matches on Subject: below --
2024-10-31 11:33 [gentoo-commits] repo/proj/guru:master " David Roman
2024-03-28 22:33 Julien Roy
2024-03-28 17:41 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2024-03-28 17:49 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2024-02-24 0:47 Julien Roy
2024-02-17 12:11 Rui Huang
2024-02-15 14:58 David Roman
2024-02-15 14:58 David Roman
2023-10-12 3:41 Rui Huang
2023-09-14 13:22 David Roman
2023-09-14 13:22 David Roman
2023-06-10 10:56 Florian Schmaus
2023-04-14 17:36 Viorel Munteanu
2023-04-13 19:52 Florian Schmaus
2023-04-13 19:52 Florian Schmaus
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=1711647610.9b006904214ce891e4943be2df657b0429929456.ceamac@gentoo \
--to=ceamac@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