Skip to content

Commit

Permalink
gnome-keyring: Update form 3.0.0 to 3.28.2
Browse files Browse the repository at this point in the history
update is needed for chromium, otherwise you get everytime a popup
in chromium for typing in your masterpassword
  • Loading branch information
david committed Mar 14, 2019
1 parent 06d781b commit e2d00ab
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions gnome-keyring.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
#!/usr/bin/env beesh

# BEE_VERSION gnome-keyring-3.28.2-0

SRCURL[0]="https://ftp.gnome.org/pub/gnome/sources/gnome-keyring/${PKGVERSION[2]}/gnome-keyring-${PKGVERSION}.tar.xz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src


#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

mee_configure() {
bee_configure --with-pam-dir=/lib/security \

}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'

0 comments on commit e2d00ab

Please sign in to comment.