Skip to content

Commit

Permalink
Merge pull request #1055 from mariux64/update-gnome-keyring-to-3.28.2
Browse files Browse the repository at this point in the history
Update GNOME Keyring to 3.28.2
  • Loading branch information
pmenzel authored Mar 18, 2019
2 parents 9174bde + e2d00ab commit 4a78406
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 34 deletions.
33 changes: 33 additions & 0 deletions gcr.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
#!/usr/bin/env beesh

# BEE_VERSION gcr-3.28.1-0

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

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src


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

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

mee_configure() {
bee_configure --without-gtk-doc
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'
34 changes: 0 additions & 34 deletions gnome-keyring-3.0.0-1.bee

This file was deleted.

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 4a78406

Please sign in to comment.