seahorse: fix deprecated entries in schema templates
This commit is contained in:
parent
11d34ea2cf
commit
76205fa1d8
@ -1,6 +1,6 @@
|
|||||||
untrusted comment: verify with /etc/ports/contrib.pub
|
untrusted comment: verify with /etc/ports/contrib.pub
|
||||||
RWSagIOpLGJF310hrywRJxvzh0xoUwSxJ5jSK/tybzqduHERnqkPEQRtOp6GrhPNaTL2WHXMCvBmKSvmxIQS4GP3vNbVg4ay9Qg=
|
RWSagIOpLGJF33uaufk3y0ztH4IzEka8IAmS9uK9LJxc9azibtl3zzB50+DmJ9LgtTI7qGn0h0yrn7QoROmhKMCRiwrG3AgLdw4=
|
||||||
SHA256 (Pkgfile) = bccdb31d0e4ba2aaa6d30889f7f39af728e76744aa1a7b2e2dae09233f12fef5
|
SHA256 (Pkgfile) = 49c801d8471bb6ccc2edf88e67786fd2015b9c33d556d2b9f3d7804d321dfa4c
|
||||||
SHA256 (.footprint) = 51582fffa8800be19c93f2039234f7a925454c2aeac45460ec99e13de3ca28f6
|
SHA256 (.footprint) = 51582fffa8800be19c93f2039234f7a925454c2aeac45460ec99e13de3ca28f6
|
||||||
SHA256 (seahorse-43.0.tar.bz2) = eb157d5275b385f0147af3f365ef69b55451ae7528df613c112d279106a22c9b
|
SHA256 (seahorse-43.0.tar.bz2) = eb157d5275b385f0147af3f365ef69b55451ae7528df613c112d279106a22c9b
|
||||||
SHA256 (212.patch) = f6c52a137edb29246e5fd90d91bc87bd1fb4c8c48d0e14da7345aaed5caf2547
|
SHA256 (212.patch) = f6c52a137edb29246e5fd90d91bc87bd1fb4c8c48d0e14da7345aaed5caf2547
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
# Description: Seahorse is a GNOME application for managing encryption keys and passwords in the GNOME Keyring
|
# Description: Seahorse is a GNOME application for managing encryption keys and passwords in the GNOME Keyring
|
||||||
# URL: https://wiki.gnome.org/Apps/Seahorse/
|
# URL: https://wiki.gnome.org/Apps/Seahorse/
|
||||||
# Maintainer: Tim Biermann, tbier at posteo dot de
|
# 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
|
# Optional: avahi gpgme openldap
|
||||||
|
|
||||||
name=seahorse
|
name=seahorse
|
||||||
version=43.0
|
version=43.0
|
||||||
release=2
|
release=3
|
||||||
source=(https://gitlab.gnome.org/GNOME/seahorse/-/archive/$version/seahorse-$version.tar.bz2
|
source=(https://gitlab.gnome.org/GNOME/seahorse/-/archive/$version/seahorse-$version.tar.bz2
|
||||||
212.patch)
|
212.patch)
|
||||||
|
|
||||||
@ -17,6 +17,8 @@ build() {
|
|||||||
|
|
||||||
patch -Np1 -d $name-$version -i $SRC/212.patch
|
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 \
|
meson setup $name-$version build $PKGMK_SEAHORSE \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--libexecdir=/usr/lib/$name \
|
--libexecdir=/usr/lib/$name \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user