codecentric / gopass-ui

gopass CLI + UI = visual cross-platform password manager for teams
MIT License
248 stars 19 forks source link

package for arch linux should be published to aur repository and problem installing the dependencies #69

Closed dummys closed 4 years ago

dummys commented 4 years ago

Hi, The package should be publsihed in the aur repo: https://aur.archlinux.org/ rather than compiling some pacman magic package. I get lof of trouble when I want to install your package:

loading packages...
resolving dependencies...
warning: cannot resolve "libappindicator-sharp", a dependency of "gopass-ui"
:: The following package cannot be upgraded due to unresolvable dependencies:
      gopass-ui
:: Do you want to skip the above package for this upgrade? [y/N] 

Then I tried to install libappindicator-sharp from aur but it is a nightmare too:

First I get problem with GPG keys, which was solved using: gpg --keyserver pool.sks-keyservers.net --search-keys "charles.kerr" and choosing your second key. Then I get this inside the makepkg -sri command:

  -> Creating working copy of libappindicator bzr repo...
brz: ERROR: Not a branch: "/home/mofo/build/yay/libappindicator-sharp/libappindicator/.bzr/branch/".
==> ERROR: Failure while creating working copy of libappindicator bzr repo
    Aborting...
checking dependencies...

I get latest version of Arch linux, upgraded of today.

I get lot of trouble installing the gopass-ui package for Arch linux. When I tried to

ozon2 commented 4 years ago

Hi, I published the package on AUR, could you try installing it @dummys ? https://aur.archlinux.org/packages/gopass-ui-bin/

dummys commented 4 years ago

so far so good. I installed it without any problem. Great works and thanks for it!