From c1c40ae7373e613ab3ae631b03b20ec1bedaad64 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Sun, 24 Sep 2023 13:41:47 +0200 Subject: [PATCH] seahorse: adjusted dependency: libsoup -> libsoup3 --- seahorse/.signature | 4 ++-- seahorse/Pkgfile | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/seahorse/.signature b/seahorse/.signature index e3835f57d..5bfdf9771 100644 --- a/seahorse/.signature +++ b/seahorse/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3/11kA543quAWyf05IUHQ1B7gPlmxRvIh/wvnjVKFaSSG78LNL4xwd4xCVq1sYORhJEP2lr5gUhV+75avtcL0A0= -SHA256 (Pkgfile) = cf49515c6bdaebbc4745d17e4818da5858d160dd345f8e8842662df7736eb9de +RWSagIOpLGJF310hrywRJxvzh0xoUwSxJ5jSK/tybzqduHERnqkPEQRtOp6GrhPNaTL2WHXMCvBmKSvmxIQS4GP3vNbVg4ay9Qg= +SHA256 (Pkgfile) = bccdb31d0e4ba2aaa6d30889f7f39af728e76744aa1a7b2e2dae09233f12fef5 SHA256 (.footprint) = 51582fffa8800be19c93f2039234f7a925454c2aeac45460ec99e13de3ca28f6 SHA256 (seahorse-43.0.tar.bz2) = eb157d5275b385f0147af3f365ef69b55451ae7528df613c112d279106a22c9b SHA256 (212.patch) = f6c52a137edb29246e5fd90d91bc87bd1fb4c8c48d0e14da7345aaed5caf2547 diff --git a/seahorse/Pkgfile b/seahorse/Pkgfile index 0477275ab..142187645 100644 --- a/seahorse/Pkgfile +++ b/seahorse/Pkgfile @@ -1,7 +1,7 @@ # Description: Seahorse is a GNOME application for managing encryption keys and passwords in the GNOME Keyring # URL: https://wiki.gnome.org/Apps/Seahorse/ # Maintainer: Tim Biermann, tbier at posteo dot de -# Depends on: gcr gnome-keyring gtk3 libhandy libpwquality libsecret libsoup xorg-libxinerama gpgme +# Depends on: gcr gnome-keyring gtk3 libhandy libpwquality libsecret libsoup3 xorg-libxinerama gpgme # Optional: avahi gpgme openldap name=seahorse @@ -28,5 +28,6 @@ build() { -D help=false meson compile -C build DESTDIR=$PKG meson install -C build + rm -r $PKG/usr/share/locale }