libgnome-keyring: initial commit, version 3.12.0

This commit is contained in:
Tim Biermann 2020-06-14 21:38:59 +00:00
parent 4c0efc3953
commit f907fc34e9
3 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,18 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/gnome-keyring-1/
-rw-r--r-- root/root usr/include/gnome-keyring-1/gnome-keyring-memory.h
-rw-r--r-- root/root usr/include/gnome-keyring-1/gnome-keyring-result.h
-rw-r--r-- root/root usr/include/gnome-keyring-1/gnome-keyring.h
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/girepository-1.0/
-rw-r--r-- root/root usr/lib/girepository-1.0/GnomeKeyring-1.0.typelib
-rwxr-xr-x root/root usr/lib/libgnome-keyring.la
lrwxrwxrwx root/root usr/lib/libgnome-keyring.so -> libgnome-keyring.so.0.2.0
lrwxrwxrwx root/root usr/lib/libgnome-keyring.so.0 -> libgnome-keyring.so.0.2.0
-rwxr-xr-x root/root usr/lib/libgnome-keyring.so.0.2.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/gnome-keyring-1.pc
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/gir-1.0/
-rw-r--r-- root/root usr/share/gir-1.0/GnomeKeyring-1.0.gir

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF31SbCeKWJuj62llDkgKuXRT8PgC7MVx8Kgv6gAMi/h+QdbP2YRI017DsYGUC3nREIbaJy2Nx7m3l01hZ3yAk1w0=
SHA256 (Pkgfile) = 04722b752fc84ca5c19d869bce003394729a2364f3648a88fdf141f0f3fc11db
SHA256 (.footprint) = 423beb17fe86c3a4b12dff4ba33dbd959a1dd496d695a47ccb7e8fd39228e019
SHA256 (libgnome-keyring-3.12.0.tar.xz) = c4c178fbb05f72acc484d22ddb0568f7532c409b0a13e06513ff54b91e947783

20
libgnome-keyring/Pkgfile Normal file
View File

@ -0,0 +1,20 @@
# Description: GNOME keyring client library
# URL: http://live.gnome.org/GnomeKeyring/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: dbus libgcrypt gobject-introspection intltool
name=libgnome-keyring
version=3.12.0
release=2
source=(http://download.gnome.org/sources/$name/${version:0:4}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-nls \
--disable-vala
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/{gtk-doc,locale}
}