### this file is sourced not run
PKGVER=3.34.0 # must match with libgcr version
PKGBUILD=1
PKGARCH=x86_64

# BLFS post 9.0 2091-11-10
TARBALL=gnome-keyring-$PKGVER.tar.xz
MD5SUM=7c8fd85e46ed4ba1add0288b2ead9aec
SRC_URL=http://ftp.gnome.org/pub/gnome/sources/gnome-keyring/3.34/$TARBALL
BUNDLE=

SLACKREQ='dbus libgcr gtk3 openssh'
SLACKDESC="gnome-keyring: gnome-keyring $PKGVER (Gnome Keyring Daemon)
gnome-keyring: 
gnome-keyring: The GNOME Keyring package contains a daemon that keeps passwords and 
gnome-keyring: other secrets for users.
gnome-keyring: 
gnome-keyring: Note this package contains a daemon, and and this time
gnome-keyring: this daemon is not pre-configured (not init file, etc).
gnome-keyring: You will need to configure this yourself. Read 
gnome-keyring: https://www.archlinux.org/packages/extra/x86_64/gnome-keyring/
gnome-keyring: https://wiki.gnome.org/Projects/GnomeKeyring/RunningDaemon
gnome-keyring: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/gnome* &&

	# BLFS patch: remove deprecated schema entry
	sed -i -r 's:"(/desktop):"/org/gnome\1:' schema/*.xml &&

	pkg_build_autoconf &&
	pkg_build_slackdesc
}


