Github messages for voidlinux
 help / color / mirror / Atom feed
From: ram02z <ram02z@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New packages: rbw-1.4.1, rofi-rbw-0.5.0
Date: Fri, 14 Jan 2022 17:21:40 +0100	[thread overview]
Message-ID: <20220114162140.pGoMngqnNaVJa6Su_6gM2aU4T0Z-873DrxFFu1R0LrQ@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-32355@inbox.vuxu.org>

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

There is an updated pull request by ram02z against master on the void-packages repository

https://github.com/ram02z/void-packages rbw
https://github.com/void-linux/void-packages/pull/32355

New packages: rbw-1.4.1, rofi-rbw-0.5.0
<!-- 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.)
- [x] I built this PR locally for my native architecture, (x86_64-musl)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv7l-musl
  - [x] armv6l
  - [x] armv6l-musl

Closes #28973

#### Note:
Not sure whether to include the shell scripts in the [bin](https://git.tozt.net/rbw/tree/bin) directory, as they aren't installed on [Arch](https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=rbw) and are behind feature flags on [Nix](https://github.com/NixOS/nixpkgs/blob/master/pkgs/tools/security/rbw/default.nix#L77).

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

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

From 56db2b57d0a96b4697b6353a489d2a0f820deb1f Mon Sep 17 00:00:00 2001
From: Omar Zeghouani <omarzeghouanii@gmail.com>
Date: Thu, 5 Aug 2021 23:54:23 +0100
Subject: [PATCH 1/2] New package: rbw-1.4.1

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

diff --git a/srcpkgs/rbw/template b/srcpkgs/rbw/template
new file mode 100644
index 000000000000..30e41ae804f8
--- /dev/null
+++ b/srcpkgs/rbw/template
@@ -0,0 +1,23 @@
+# Template file for 'rbw'
+pkgname=rbw
+version=1.4.1
+revision=1
+build_style="cargo"
+build_helper="qemu"
+depends="pinentry"
+short_desc="Unofficial command line client for Bitwarden"
+maintainer="Omar Zeghouani <omarzeghouanii@gmail.com>"
+license="MIT"
+homepage="https://git.tozt.net/rbw"
+changelog="https://git.tozt.net/rbw/plain/CHANGELOG.md"
+distfiles="https://git.tozt.net/rbw/snapshot/rbw-${version}.tar.gz"
+checksum=70c55c1341f4181f8974f99ec24ee1caf918487135cfa578566d9e6c44eb47b0
+
+post_install() {
+	for shell in bash fish zsh; do
+		vtargetrun target/${RUST_TARGET}/release/rbw gen-completions $shell > rbw.$shell
+		vcompletion rbw.$shell $shell
+	done
+
+	vlicense LICENSE
+}

From 7f47de5845442048cdd757eafbd6ee37748dd74e Mon Sep 17 00:00:00 2001
From: Omar Zeghouani <omarzeghouanii@gmail.com>
Date: Wed, 11 Aug 2021 00:27:22 +0100
Subject: [PATCH 2/2] New package: rofi-rbw-0.5.0

---
 srcpkgs/rofi-rbw/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/rofi-rbw/template

diff --git a/srcpkgs/rofi-rbw/template b/srcpkgs/rofi-rbw/template
new file mode 100644
index 000000000000..3454a4f31f95
--- /dev/null
+++ b/srcpkgs/rofi-rbw/template
@@ -0,0 +1,19 @@
+# Template file for 'rofi-rbw'
+pkgname=rofi-rbw
+version=0.5.0
+revision=1
+build_style=python3-pep517
+make_install_target="rofi_rbw-${version}-py3-none-any.whl"
+hostmakedepends="python3-setuptools python3-wheel"
+depends="python3 python3-ConfigArgParse rbw"
+short_desc="Rofi frontend for Bitwarden"
+maintainer="Omar Zeghouani <omarzeghouanii@gmail.com>"
+license="MIT"
+homepage="https://github.com/fdw/rofi-rbw"
+changelog="https://raw.githubusercontent.com/fdw/rofi-rbw/HEAD/CHANGELOG.md"
+distfiles="https://github.com/fdw/rofi-rbw/archive/${version}.tar.gz"
+checksum=377eae8ad120cba6d3de77501a69100a525a08cadabc86a15fa218f80f88ab03
+
+post_install() {
+	vlicense LICENSE
+}

  parent reply	other threads:[~2022-01-14 16:21 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-05 23:05 [PR PATCH] New package: rbw-1.3.0 ram02z
2021-08-06  0:17 ` [PR PATCH] [Updated] " ram02z
2021-08-06 11:50 ` ram02z
2021-08-06 11:53 ` ram02z
2021-08-06 13:25 ` [PR PATCH] [Updated] " ram02z
2021-08-06 13:54 ` ram02z
2021-08-06 15:02 ` ram02z
2021-08-06 16:15 ` [PR REVIEW] " paper42
2021-08-06 16:15 ` paper42
2021-08-06 16:36 ` [PR PATCH] [Updated] " ram02z
2021-08-06 16:40 ` ram02z
2021-08-06 16:52 ` ram02z
2021-08-06 21:28 ` ram02z
2021-08-10 14:13 ` [PR PATCH] [Updated] " ram02z
2021-08-10 23:28 ` ram02z
2021-08-10 23:34 ` New packages: rbw-1.3.0, rofi-rbw-0.4.1 ram02z
2021-08-10 23:37 ` [PR PATCH] [Updated] " ram02z
2021-09-13 23:47 ` ram02z
2021-09-13 23:48 ` ram02z
2021-10-12  7:02 ` ram02z
2021-10-12 10:07 ` ram02z
2021-10-31 14:17 ` [PR PATCH] [Updated] " ram02z
2021-10-31 14:36 ` [PR PATCH] [Updated] New packages: rbw-1.4.1, rofi-rbw-0.4.1 ram02z
2021-12-30 21:27 ` ram02z
2022-01-14 16:21 ` ram02z [this message]
2022-01-18 21:22 ` [PR PATCH] [Updated] New packages: rbw-1.4.1, rofi-rbw-0.5.0 ram02z
2022-02-19 12:09 ` ram02z
2022-02-25  0:47 ` New packages: rbw-1.4.3, rofi-rbw-0.5.0 TinfoilSubmarine
2022-04-21 17:37 ` [PR REVIEW] " classabbyamp
2022-04-21 17:59 ` ram02z
2022-04-21 20:46 ` Piraty
2022-06-11 15:14 ` [PR PATCH] [Updated] " ram02z
2022-06-11 15:24 ` ram02z
2022-06-18 10:45 ` [PR PATCH] [Updated] " ram02z
2022-06-18 10:48 ` New packages: rbw-1.4.3, rofi-rbw-1.0.0 ram02z
2022-06-18 19:01 ` classabbyamp
2022-06-19  0:19 ` classabbyamp
2022-06-19 18:31 ` [PR PATCH] [Updated] " ram02z
2022-06-19 18:32 ` ram02z
2022-06-20 18:24 ` [PR PATCH] [Merged]: " classabbyamp

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=20220114162140.pGoMngqnNaVJa6Su_6gM2aU4T0Z-873DrxFFu1R0LrQ@z \
    --to=ram02z@users.noreply.github.com \
    --cc=ml@inbox.vuxu.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;
as well as URLs for NNTP newsgroup(s).