Date: Saturday, February 6, 2021 @ 22:53:08 Author: polyzen Revision: 847515
archrelease: copy trunk to community-any Added: bitwarden_rs-web/repos/community-any/PKGBUILD (from rev 847514, bitwarden_rs-web/trunk/PKGBUILD) bitwarden_rs-web/repos/community-any/bitwarden_rs-web.install (from rev 847514, bitwarden_rs-web/trunk/bitwarden_rs-web.install) Deleted: bitwarden_rs-web/repos/community-any/PKGBUILD bitwarden_rs-web/repos/community-any/bitwarden_rs-web.install --------------------------+ PKGBUILD | 93 ++++++++++++++++++++++----------------------- bitwarden_rs-web.install | 24 +++++------ 2 files changed, 59 insertions(+), 58 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2021-02-06 22:52:46 UTC (rev 847514) +++ PKGBUILD 2021-02-06 22:53:08 UTC (rev 847515) @@ -1,46 +0,0 @@ -# Maintainer: Daniel M. Capella <poly...@archlinux.org> -# Contributor: Markus Richter <mqus at disroot dot org> - -pkgname=bitwarden_rs-web -pkgver=2.18.1b -_upstreamver=2.18.1 -_patchver=2.18.1 -pkgrel=1 -pkgdesc='Bitwarden web vault with the patches to make it work with bitwarden_rs' -arch=('any') -url=https://github.com/dani-garcia/bw_web_builds -license=('GPL3') -depends=('bitwarden_rs') -makedepends=('git' 'npm' 'python2') -provides=('bitwarden_rs-vault') -replaces=('bitwarden_rs-vault') -install=$pkgname.install -source=("bitwarden-web::git+https://github.com/bitwarden/web.git#tag=v$_upstreamver" - 'git+https://github.com/bitwarden/jslib.git' - "$pkgname-v$_patchver.patch::https://raw.githubusercontent.com/dani-garcia/bw_web_builds/v$pkgver/patches/v$_patchver.patch") -b2sums=('SKIP' - 'SKIP' - '8346c501c09b4764898b0a50d777eadfed725b931b2f9400343d1f4dbf01fa8f9bf1ce0ae18056ff2f1e66e81b9d609082d627aebf58522f468bb044ec266f11') - -prepare() { - cd bitwarden-web - git submodule init - git config submodule.jslib.url ../jslib - git submodule update - patch --forward --strip=1 --input=../$pkgname-v$_patchver.patch -} - -build() { - cd bitwarden-web - npm install --frozen-lockfile - npm audit fix - npm run dist -} - -package() { - cd bitwarden-web - install -d "$pkgdir"/usr/share/$pkgname - cp -R build/* "$pkgdir"/usr/share/$pkgname -} - -# vim:set ts=2 sw=2 et: Copied: bitwarden_rs-web/repos/community-any/PKGBUILD (from rev 847514, bitwarden_rs-web/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2021-02-06 22:53:08 UTC (rev 847515) @@ -0,0 +1,47 @@ +# Maintainer: Daniel M. Capella <poly...@archlinux.org> +# Contributor: Markus Richter <mqus at disroot dot org> + +pkgname=bitwarden_rs-web +_pkgver=2.18.1b +pkgver=2.18.1.b +_upstreamver=2.18.1 +_patchver=2.18.1 +pkgrel=1 +pkgdesc='Bitwarden web vault with the patches to make it work with bitwarden_rs' +arch=('any') +url=https://github.com/dani-garcia/bw_web_builds +license=('GPL3') +depends=('bitwarden_rs') +makedepends=('git' 'npm' 'python2') +provides=('bitwarden_rs-vault') +replaces=('bitwarden_rs-vault') +install=$pkgname.install +source=("bitwarden-web::git+https://github.com/bitwarden/web.git#tag=v$_upstreamver" + 'git+https://github.com/bitwarden/jslib.git' + "$pkgname-v$_patchver.patch::https://raw.githubusercontent.com/dani-garcia/bw_web_builds/v$_pkgver/patches/v$_patchver.patch") +b2sums=('SKIP' + 'SKIP' + '8346c501c09b4764898b0a50d777eadfed725b931b2f9400343d1f4dbf01fa8f9bf1ce0ae18056ff2f1e66e81b9d609082d627aebf58522f468bb044ec266f11') + +prepare() { + cd bitwarden-web + git submodule init + git config submodule.jslib.url ../jslib + git submodule update + patch --forward --strip=1 --input=../$pkgname-v$_patchver.patch +} + +build() { + cd bitwarden-web + npm install --frozen-lockfile + npm audit fix + npm run dist +} + +package() { + cd bitwarden-web + install -d "$pkgdir"/usr/share/$pkgname + cp -R build/* "$pkgdir"/usr/share/$pkgname +} + +# vim:set ts=2 sw=2 et: Deleted: bitwarden_rs-web.install =================================================================== --- bitwarden_rs-web.install 2021-02-06 22:52:46 UTC (rev 847514) +++ bitwarden_rs-web.install 2021-02-06 22:53:08 UTC (rev 847515) @@ -1,12 +0,0 @@ -post_install() { - cat << EOF -Uncomment WEB_VAULT_FOLDER and set WEB_VAULT_ENABLED to true in your -/etc/bitwarden_rs.env. - -If upgrading from the AUR package, set the new path: -WEB_VAULT_FOLDER=/usr/share/bitwarden_rs-web - -Restart bitwarden_rs after configuration changes have been made: -# systemctl restart bitwarden_rs -EOF -} Copied: bitwarden_rs-web/repos/community-any/bitwarden_rs-web.install (from rev 847514, bitwarden_rs-web/trunk/bitwarden_rs-web.install) =================================================================== --- bitwarden_rs-web.install (rev 0) +++ bitwarden_rs-web.install 2021-02-06 22:53:08 UTC (rev 847515) @@ -0,0 +1,12 @@ +post_install() { + cat << EOF +Uncomment WEB_VAULT_FOLDER and set WEB_VAULT_ENABLED to true in your +/etc/bitwarden_rs.env. + +If upgrading from the AUR package, set the new path: +WEB_VAULT_FOLDER=/usr/share/bitwarden_rs-web + +Restart bitwarden_rs after configuration changes have been made: +# systemctl restart bitwarden_rs +EOF +}