[arch-commits] Commit in nemo-extensions/trunk (PKGBUILD)

Eli Schwartz eschwartz at archlinux.org
Thu May 14 04:13:56 UTC 2020


    Date: Thursday, May 14, 2020 @ 04:13:55
  Author: eschwartz
Revision: 627822

nemo-seahorse: don't depend on libgnome-keyring as it isn't used

Forgot to remove this even though it's no longer checked for in the configure
script as of this release.

Modified:
  nemo-extensions/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-14 04:07:17 UTC (rev 627821)
+++ PKGBUILD	2020-05-14 04:13:55 UTC (rev 627822)
@@ -26,7 +26,7 @@
 depends=('nemo')
 _preview_deps=('cjs' 'clutter-gtk' 'clutter-gst' 'libmusicbrainz5' 'gtksourceview3' 'xreader')
 _python_deps=('python-gobject')
-_seahorse_deps=('libcryptui' 'libgnome-keyring')
+_seahorse_deps=('libcryptui')
 makedepends=('intltool' 'gobject-introspection' 'meson' 'samurai')
 makedepends+=("${_preview_deps[@]}" "${_python_deps[@]}" "${_seahorse_deps[@]}")
 options=('!emptydirs')



More information about the arch-commits mailing list