1
0
forked from ports/contrib

gnome-keyring: 40.0 -> 42.0

This commit is contained in:
Tim Biermann 2022-05-22 10:58:08 +02:00
parent 18dd3fdb25
commit 18d4e0543e
3 changed files with 13 additions and 8 deletions

View File

@ -1,3 +1,7 @@
drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/pkcs11/
drwxr-xr-x root/root etc/pkcs11/modules/
-rw-r--r-- root/root etc/pkcs11/modules/gnome-keyring.module
drwxr-xr-x root/root lib/
drwxr-xr-x root/root lib/security/
-rwxr-xr-x root/root lib/security/pam_gnome_keyring.la
@ -44,9 +48,6 @@ drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/gnome-keyring-3.1.gz
-rw-r--r-- root/root usr/share/man/man1/gnome-keyring-daemon.1.gz
-rw-r--r-- root/root usr/share/man/man1/gnome-keyring.1.gz
drwxr-xr-x root/root usr/share/p11-kit/
drwxr-xr-x root/root usr/share/p11-kit/modules/
-rw-r--r-- root/root usr/share/p11-kit/modules/gnome-keyring.module
drwxr-xr-x root/root usr/share/xdg-desktop-portal/
drwxr-xr-x root/root usr/share/xdg-desktop-portal/portals/
-rw-r--r-- root/root usr/share/xdg-desktop-portal/portals/gnome-keyring.portal

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF35RxPHP9DNYK7A9gCz+7dQHqeoiZvvm26M4o2h7xoH6zDdx2mZCjr/YvsmsjnmQbccKVffTW2H9CBQy7UQwg8gM=
SHA256 (Pkgfile) = 19f24ff159ee26cda3b06cab0fe5fa79bc97ba3b34eef32ef1473817d8eafec3
SHA256 (.footprint) = f78b559ce9fb7ea778ce79f074ac70bcfac5adf7a3262e66b3d313d438d06bda
SHA256 (gnome-keyring-40.0.tar.gz) = 7a1d3749a5b985f424f026cedc6dcf4301cd9c46c2544e1e4877695ee1525912
RWSagIOpLGJF37SO2zh7lH/pMEUXHaBqx6GCsi2dFnXaZzGex4y0jbIbt0le49mDuckO1cHrcB9A7dk9KLf/l0zWPJKmbdMY6A4=
SHA256 (Pkgfile) = 3f2860fe57e76b200af2bced87b74f279eb05cbab529df2a4ccd5d3bc2d89a4c
SHA256 (.footprint) = 38d653e18c9298edebdbabb7e8cd55ee5fad104a556652488c8e4402f4413399
SHA256 (gnome-keyring-42.0.tar.gz) = 3ad2742eb3a6ddd7477267ed8a03a1e52029014bc819bb9d0734200c0a662262

View File

@ -4,18 +4,22 @@
# Depends on: gnome-common linux-pam p11-kit gcr gtk3 harfbuzz pango libepoxy desktop-file-utils docbook-xsl
name=gnome-keyring
version=40.0
version=42.0
release=1
source=(https://github.com/GNOME/gnome-keyring/archive/$version/$name-$version.tar.gz)
build() {
cd $name-$version
NOCONFIGURE=1 ./autogen.sh
./configure --prefix=/usr \
--with-pam-dir=/lib/security \
--with-root-certs=/etc/ssl/certs \
--disable-static \
--disable-schemas-compile \
--disable-nls
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
make
make DESTDIR=$PKG install
}