From 622a01a71144b17936e09d58c12bd8931a8bf00b Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sat, 1 Dec 2018 19:47:56 -0500 Subject: [PATCH] meta: Remove rofi-pass As much as rofi-pass may appear to be useful, it is simply easier to just use the pass command directly, especially if you have a passphrase set on the private encryption key you use to unlock passwords. --- .archlinux/PKGBUILDs/tari-util/PKGBUILD | 17 +++++------------ sxhkd/.config/sxhkd/sxhkdrc | 4 ---- 2 files changed, 5 insertions(+), 16 deletions(-) diff --git a/.archlinux/PKGBUILDs/tari-util/PKGBUILD b/.archlinux/PKGBUILDs/tari-util/PKGBUILD index 59069c04..b4aee929 100644 --- a/.archlinux/PKGBUILDs/tari-util/PKGBUILD +++ b/.archlinux/PKGBUILDs/tari-util/PKGBUILD @@ -1,20 +1,15 @@ _yayver='8.1173.0' -_rofipassver='2.0.1' _yay="yay_${_yayver}_x86_64" -_rofipass="rofi-pass-${_rofipassver}" pkgname=tari-util -pkgver=0.2.0 +pkgver=0.3.0 pkgrel=1 pkgdesc="Misc utility packages." arch=('any') -provides=('yay' 'rofi-pass') -conflicts=('yay' 'rofi-pass') -depends=('xdg-utils' 'rofi' 'pass' 'pwgen' 'xdotool') -source=("https://github.com/Jguer/yay/releases/download/v${_yayver}/${_yay}.tar.gz" - "${_rofipass}.tar.gz::https://codeload.github.com/carnager/rofi-pass/tar.gz/${_rofipassver}") -sha256sums=('e0f28c6be3c4322901438f324aed1f49ab593a8d4ed92279b1dda51381c51d6b' - '82256730aa4ab6f0b3082eaa8410a93c284ca9fc1e0151de92d9dd703d850439') +provides=('yay') +conflicts=('yay') +source=("https://github.com/Jguer/yay/releases/download/v${_yayver}/${_yay}.tar.gz") +sha256sums=('e0f28c6be3c4322901438f324aed1f49ab593a8d4ed92279b1dda51381c51d6b') package() { _yayout="${srcdir}/${_yay}" @@ -24,6 +19,4 @@ package() { install -Dm 644 "$_yayout"/bash "$pkgdir"/usr/share/bash-completion/completions/yay install -Dm 644 "$_yayout"/zsh "$pkgdir"/usr/share/zsh/site-functions/_yay install -Dm 644 "$_yayout"/fish "$pkgdir"/usr/share/fish/vendor_completions.d/yay.fish - - make -C "$_rofipass" DESTDIR="$pkgdir" PREFIX="/usr" install } diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 3d7203cb..111d9ee1 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -30,10 +30,6 @@ alt + m alt + z ~/.config/rofi/launch.sh -# Show rofi-pass -alt + slash - rofi-pass - # ==================== # ======= Node ======= # ====================