diff options
Diffstat (limited to 'gnome-keyring/Pkgfile')
-rw-r--r-- | gnome-keyring/Pkgfile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnome-keyring/Pkgfile b/gnome-keyring/Pkgfile index 9cf5482..de29a29 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: libtasn1, dconf, gtk3, libgcrypt, p11-kit -# Run on: libtasn1,dconf,gtk3,libgcrypt,p11-kit +# Depends on: libtasn1, dconf, gtk3, libgcrypt, p11-kit, gcr +# Run on: libtasn1,dconf,gtk3,libgcrypt,p11-kit,gcr name=gnome-keyring -version=3.2.2 +version=3.3.4 release=1 source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz nopass.patch) @@ -19,7 +19,6 @@ build() { --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 \ |