From 76205fa1d8968aeb90e7683d711c3a254920ecc8 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Wed, 7 Feb 2024 19:01:55 +0100 Subject: [PATCH] seahorse: fix deprecated entries in schema templates --- seahorse/.signature | 4 ++-- seahorse/Pkgfile | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/seahorse/.signature b/seahorse/.signature index 5bfdf9771..5f375921e 100644 --- a/seahorse/.signature +++ b/seahorse/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF310hrywRJxvzh0xoUwSxJ5jSK/tybzqduHERnqkPEQRtOp6GrhPNaTL2WHXMCvBmKSvmxIQS4GP3vNbVg4ay9Qg= -SHA256 (Pkgfile) = bccdb31d0e4ba2aaa6d30889f7f39af728e76744aa1a7b2e2dae09233f12fef5 +RWSagIOpLGJF33uaufk3y0ztH4IzEka8IAmS9uK9LJxc9azibtl3zzB50+DmJ9LgtTI7qGn0h0yrn7QoROmhKMCRiwrG3AgLdw4= +SHA256 (Pkgfile) = 49c801d8471bb6ccc2edf88e67786fd2015b9c33d556d2b9f3d7804d321dfa4c SHA256 (.footprint) = 51582fffa8800be19c93f2039234f7a925454c2aeac45460ec99e13de3ca28f6 SHA256 (seahorse-43.0.tar.bz2) = eb157d5275b385f0147af3f365ef69b55451ae7528df613c112d279106a22c9b SHA256 (212.patch) = f6c52a137edb29246e5fd90d91bc87bd1fb4c8c48d0e14da7345aaed5caf2547 diff --git a/seahorse/Pkgfile b/seahorse/Pkgfile index 142187645..47f65a741 100644 --- a/seahorse/Pkgfile +++ b/seahorse/Pkgfile @@ -1,12 +1,12 @@ # 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 libsoup3 xorg-libxinerama gpgme +# Depends on: gcr gnome-keyring gpgme libhandy libpwquality libsoup3 # Optional: avahi gpgme openldap name=seahorse version=43.0 -release=2 +release=3 source=(https://gitlab.gnome.org/GNOME/seahorse/-/archive/$version/seahorse-$version.tar.bz2 212.patch) @@ -17,6 +17,8 @@ build() { patch -Np1 -d $name-$version -i $SRC/212.patch + sed -i -r 's:"(/apps):"/org/gnome\1:' $name-$version/data/*.xml + meson setup $name-$version build $PKGMK_SEAHORSE \ --prefix=/usr \ --libexecdir=/usr/lib/$name \