seahorse: adjusted dependency: libsoup -> libsoup3

This commit is contained in:
Tim Biermann 2023-09-24 13:41:47 +02:00
parent d04ed2d282
commit c1c40ae737
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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
}