contrib/seahorse/Pkgfile

22 lines
692 B
Plaintext

# 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 gpgme libhandy libpwquality libsecret libsoup openldap xorg-libxinerama
# Optional: pam_ldap
name=seahorse
version=3.36.2
release=1
source=(https://gitlab.gnome.org/GNOME/seahorse/-/archive/$version/seahorse-$version.tar.bz2)
build() {
meson $name-$version build \
--prefix=/usr \
--libexecdir=/usr/lib/$name \
-Dhelp=false \
-Dkey-sharing=false
ninja -C build
DESTDIR=$PKG meson install -C build
rm -r $PKG/usr/share/locale
}