seahorse: 43.0 -> 47.0.1
This commit is contained in:
parent
de7513db89
commit
b6b6aa9d33
@ -27,7 +27,7 @@ drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/org.gnome.seahorse.Application.svg
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/symbolic/
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/symbolic/apps/
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/symbolic/apps/org.gnome.seahorse.Application-symbolic.svg
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/symbolic/apps/org.gnome.seahorse.Application.svg
|
||||
drwxr-xr-x root/root usr/share/metainfo/
|
||||
-rw-r--r-- root/root usr/share/metainfo/org.gnome.seahorse.Application.appdata.xml
|
||||
drwxr-xr-x root/root usr/share/seahorse/
|
||||
|
@ -1,6 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF33uaufk3y0ztH4IzEka8IAmS9uK9LJxc9azibtl3zzB50+DmJ9LgtTI7qGn0h0yrn7QoROmhKMCRiwrG3AgLdw4=
|
||||
SHA256 (Pkgfile) = 49c801d8471bb6ccc2edf88e67786fd2015b9c33d556d2b9f3d7804d321dfa4c
|
||||
SHA256 (.footprint) = 51582fffa8800be19c93f2039234f7a925454c2aeac45460ec99e13de3ca28f6
|
||||
SHA256 (seahorse-43.0.tar.bz2) = eb157d5275b385f0147af3f365ef69b55451ae7528df613c112d279106a22c9b
|
||||
SHA256 (212.patch) = f6c52a137edb29246e5fd90d91bc87bd1fb4c8c48d0e14da7345aaed5caf2547
|
||||
RWSagIOpLGJF39ApOvwOyw8IaJAqLTnth/40hxWfTo4h3QHJEejI48jH8Ny4Xh2GbY2WGUPd4liMFGJAUe3xAJ/oHSvW6mGb9As=
|
||||
SHA256 (Pkgfile) = a09e94808d92098f34268ce7f2e1c5b7164dea8e22fbe75b9cfda022ad2056df
|
||||
SHA256 (.footprint) = f21aace5d0a053b6728b6f3a9756a593fd4be33781bfb7751d06b56aa5d330fc
|
||||
SHA256 (seahorse-47.0.1.tar.bz2) = 952a2279f24ec3c0e21bc3c124f73a69e399c6b9967697bc4aaf3da15c36874b
|
||||
|
@ -1,25 +0,0 @@
|
||||
From 9260c74779be3d7a378db0671af862ffa3573d42 Mon Sep 17 00:00:00 2001
|
||||
From: Xi Ruoyao <xry111@xry111.site>
|
||||
Date: Wed, 21 Dec 2022 20:58:26 +0800
|
||||
Subject: [PATCH] Allow building with GnuPG-2.4.x
|
||||
|
||||
---
|
||||
meson.build | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/meson.build b/meson.build
|
||||
index e29b5322..23d0b54f 100644
|
||||
--- a/meson.build
|
||||
+++ b/meson.build
|
||||
@@ -26,7 +26,7 @@ endif
|
||||
# Dependencies
|
||||
min_glib_version = '2.66'
|
||||
min_gcr_version = '3.38'
|
||||
-accepted_gpg_versions = [ '2.2.0', '2.3.0' ]
|
||||
+accepted_gpg_versions = [ '2.2.0', '2.3.0', '2.4.0' ]
|
||||
gpg_check_version = find_program('build-aux' / 'gpg_check_version.py')
|
||||
|
||||
glib_deps = [
|
||||
--
|
||||
GitLab
|
||||
|
@ -5,18 +5,15 @@
|
||||
# Optional: avahi gpgme openldap
|
||||
|
||||
name=seahorse
|
||||
version=43.0
|
||||
release=3
|
||||
source=(https://gitlab.gnome.org/GNOME/seahorse/-/archive/$version/seahorse-$version.tar.bz2
|
||||
212.patch)
|
||||
version=47.0.1
|
||||
release=1
|
||||
source=(https://gitlab.gnome.org/GNOME/seahorse/-/archive/$version/seahorse-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
prt-get isinst avahi || PKGMK_SEAHORSE+=' -D key-sharing=false'
|
||||
prt-get isinst gpgme || PKGMK_SEAHORSE+=' -D pgp-support=false -D check-compatible-gpg=false'
|
||||
prt-get isinst openldap || PKGMK_SEAHORSE+=' -D ldap-support=false -D hkp-support=false'
|
||||
|
||||
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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user