ports/contrib (3.7): seahorse: fix deprecated entries in schema templates
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 76205fa1d8968aeb90e7683d711c3a254920ecc8 Author: Tim Biermann <tbier@posteo.de> Date: Wed Feb 7 19:01:55 2024 +0100 seahorse: fix deprecated entries in schema templates 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... 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 \
participants (1)
-
crux@crux.nu