diff options
-rw-r--r-- | gnome-keyring/.md5sum.i686 | 2 | ||||
-rw-r--r-- | gnome-keyring/.md5sum.x86_64 | 2 | ||||
-rw-r--r-- | gnome-keyring/Pkgfile | 8 |
3 files changed, 7 insertions, 5 deletions
diff --git a/gnome-keyring/.md5sum.i686 b/gnome-keyring/.md5sum.i686 index 8ebc645..b862c74 100644 --- a/gnome-keyring/.md5sum.i686 +++ b/gnome-keyring/.md5sum.i686 @@ -1 +1 @@ -49095828e0986c7983eaa0d6a87492dd gnome-keyring-3.1.91.tar.xz +e6a122836570af7339c0a64a8468b043 gnome-keyring-3.1.92.tar.xz diff --git a/gnome-keyring/.md5sum.x86_64 b/gnome-keyring/.md5sum.x86_64 index 8ebc645..b862c74 100644 --- a/gnome-keyring/.md5sum.x86_64 +++ b/gnome-keyring/.md5sum.x86_64 @@ -1 +1 @@ -49095828e0986c7983eaa0d6a87492dd gnome-keyring-3.1.91.tar.xz +e6a122836570af7339c0a64a8468b043 gnome-keyring-3.1.92.tar.xz diff --git a/gnome-keyring/Pkgfile b/gnome-keyring/Pkgfile index 685f954..580a951 100644 --- a/gnome-keyring/Pkgfile +++ b/gnome-keyring/Pkgfile @@ -2,11 +2,11 @@ # URL: http://www.gnome.org/ # Maintainer: NuTyX GNOME team # Packager: b at juglas dot name -# Depends on: gconf, libtasn1, gtk, libgcrypt, p11-kit -# Run on: gconf,libtasn1,gtk,libgcrypt,p11-kit +# Depends on: dconf, gtk3, libgcrypt, p11-kit +# Run on: dconf,gtk3,libgcrypt,p11-kit name=gnome-keyring -version=3.1.91 +version=3.1.92 release=1 source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz) @@ -15,7 +15,9 @@ build() { ./configure --prefix=/usr \ --libexecdir=/usr/lib/gnome-keyring \ --sysconfdir=/etc \ + --localstatedir=/var \ --disable-schemas-compile \ + --disable-update-mime \ --with-pam-dir=/lib/security \ --with-dbus-services=/usr/share/dbus-1/services \ --with-root-certs=/etc/ssl/certs \ |