Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: bitwarden-1.29.1
@ 2021-11-09 17:56 AI-nsley69
  2021-11-14  4:00 ` [PR REVIEW] " classabbyamp
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: AI-nsley69 @ 2021-11-09 17:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1597 bytes --]

There is a new pull request by AI-nsley69 against master on the void-packages repository

https://github.com/AI-nsley69/void-packages patch-2
https://github.com/void-linux/void-packages/pull/33984

New package: bitwarden-1.29.1
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/33984.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-patch-2-33984.patch --]
[-- Type: text/x-diff, Size: 1320 bytes --]

From 679d30e4f9bd34491603d43ca0d849ea494dda6b Mon Sep 17 00:00:00 2001
From: AI-nsley69 <62105998+AI-nsley69@users.noreply.github.com>
Date: Tue, 9 Nov 2021 18:55:34 +0100
Subject: [PATCH] New package: bitwarden-1.29.1

---
 srcpkgs/bitwarden/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/bitwarden/template

diff --git a/srcpkgs/bitwarden/template b/srcpkgs/bitwarden/template
new file mode 100644
index 000000000000..b4cfe6c8e14f
--- /dev/null
+++ b/srcpkgs/bitwarden/template
@@ -0,0 +1,22 @@
+# Template file for 'bitwarden'
+pkgname=bitwarden
+version=1.29.1
+revision=1
+archs="x86_64"
+depends="nss libsecret libnotify libXtst libXScrnSaver"
+short_desc="Desktop app for Bitwarden password manager"
+maintainer="AI-nsley69 <trainsley69@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://bitwarden.com/"
+distfiles="https://github.com/bitwarden/desktop/releases/download/v${version}/Bitwarden-${version}-amd64.deb"
+checksum=e87ed39259bdde5bf2dbc90c48c498e0a6565e53dcf4bb4435eac4af560abe67
+
+do_extract() {
+	ar p "${XBPS_SRCDISTDIR}/${pkgname}-${version}/Bitwarden-${version}-amd64.deb" data.tar.xz | bsdtar --extract --xz -f - -C .
+}
+
+do_install() {
+	vmkdir /usr/bin
+	ln -s /opt/Bitwarden/bitwarden "$DESTDIR/usr/bin/bitwarden"
+	vcopy "*" /
+}

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR REVIEW] New package: bitwarden-1.29.1
  2021-11-09 17:56 [PR PATCH] New package: bitwarden-1.29.1 AI-nsley69
@ 2021-11-14  4:00 ` classabbyamp
  2021-11-14 19:40 ` AI-nsley69
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2021-11-14  4:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 221 bytes --]

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/33984#discussion_r748794576

Comment:
why use the x86_64-only deb? Is it not possible to build from source?

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR REVIEW] New package: bitwarden-1.29.1
  2021-11-09 17:56 [PR PATCH] New package: bitwarden-1.29.1 AI-nsley69
  2021-11-14  4:00 ` [PR REVIEW] " classabbyamp
@ 2021-11-14 19:40 ` AI-nsley69
  2021-11-14 20:07 ` classabbyamp
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: AI-nsley69 @ 2021-11-14 19:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 314 bytes --]

New review comment by AI-nsley69 on void-packages repository

https://github.com/void-linux/void-packages/pull/33984#discussion_r748898906

Comment:
I couldn't figure out how to build it from source, the instructions seems like it'll only compile typescript to javascript, then run it through `npm run electron`. 

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR REVIEW] New package: bitwarden-1.29.1
  2021-11-09 17:56 [PR PATCH] New package: bitwarden-1.29.1 AI-nsley69
  2021-11-14  4:00 ` [PR REVIEW] " classabbyamp
  2021-11-14 19:40 ` AI-nsley69
@ 2021-11-14 20:07 ` classabbyamp
  2021-11-14 20:16 ` AI-nsley69
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2021-11-14 20:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 320 bytes --]

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/33984#discussion_r748901949

Comment:
looks like they have a [build workflow](https://github.com/bitwarden/desktop/blob/master/.github/workflows/build.yml) for github ci. maybe that'll shed some light on it

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR REVIEW] New package: bitwarden-1.29.1
  2021-11-09 17:56 [PR PATCH] New package: bitwarden-1.29.1 AI-nsley69
                   ` (2 preceding siblings ...)
  2021-11-14 20:07 ` classabbyamp
@ 2021-11-14 20:16 ` AI-nsley69
  2022-06-11  2:13 ` github-actions
  2022-06-25  2:15 ` [PR PATCH] [Closed]: " github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: AI-nsley69 @ 2021-11-14 20:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 170 bytes --]

New review comment by AI-nsley69 on void-packages repository

https://github.com/void-linux/void-packages/pull/33984#discussion_r748903022

Comment:
I'll give it a shot!

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: New package: bitwarden-1.29.1
  2021-11-09 17:56 [PR PATCH] New package: bitwarden-1.29.1 AI-nsley69
                   ` (3 preceding siblings ...)
  2021-11-14 20:16 ` AI-nsley69
@ 2022-06-11  2:13 ` github-actions
  2022-06-25  2:15 ` [PR PATCH] [Closed]: " github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2022-06-11  2:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 305 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/33984#issuecomment-1152835742

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Closed]: New package: bitwarden-1.29.1
  2021-11-09 17:56 [PR PATCH] New package: bitwarden-1.29.1 AI-nsley69
                   ` (4 preceding siblings ...)
  2022-06-11  2:13 ` github-actions
@ 2022-06-25  2:15 ` github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2022-06-25  2:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1440 bytes --]

There's a closed pull request on the void-packages repository

New package: bitwarden-1.29.1
https://github.com/void-linux/void-packages/pull/33984

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-06-25  2:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-09 17:56 [PR PATCH] New package: bitwarden-1.29.1 AI-nsley69
2021-11-14  4:00 ` [PR REVIEW] " classabbyamp
2021-11-14 19:40 ` AI-nsley69
2021-11-14 20:07 ` classabbyamp
2021-11-14 20:16 ` AI-nsley69
2022-06-11  2:13 ` github-actions
2022-06-25  2:15 ` [PR PATCH] [Closed]: " github-actions

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).